Home
last modified time | relevance | path

Searched refs:vkAllocateMemory (Results 1 – 25 of 39) sorted by relevance

12

/hardware/google/gfxstream/host/tests/
DVkTestUtils.h159 if (m_vk.vkAllocateMemory(m_vkDevice, &allocInfo, nullptr, in setUpImage()
237 if (m_vk.vkAllocateMemory(m_vkDevice, &allocInfo, nullptr, in setUpBuffer()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_external_memory_rdma.adoc82 vkAllocateMemory(device, &memAllocInfo, NULL, &mem);
DVK_NV_dedicated_allocation.adoc90 vkAllocateMemory(
DVK_EXT_device_address_binding_report.adoc119 11.) Should vkAllocateMemory and vkFreeMemory trigger reporting callbacks?
122 vkAllocateMemory is called, then the callbacks must be triggered associating
DVK_NV_external_memory_sci_buf.adoc33 flink:vkAllocateMemory.
DVK_KHR_dedicated_allocation.adoc116 vkAllocateMemory(
DVK_NV_win32_keyed_mutex.adoc136 vkAllocateMemory(device, &memoryAllocateInfo, NULL, &mem);
DVK_NV_external_memory_win32.adoc200 vkAllocateMemory(device, &memoryAllocateInfo, NULL, &memory);
DVK_ANDROID_external_memory_android_hardware_buffer.adoc68 basetype:AHardwareBuffer allocation happens in flink:vkAllocateMemory, and
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshotUtils.cpp177 _RUN_AND_CHECK(dispatch->vkAllocateMemory(stateBlock->device, &readbackBufferMemoryAllocateInfo, in saveImageContent()
376 _RUN_AND_CHECK(dispatch->vkAllocateMemory(stateBlock->device, &stagingBufferMemoryAllocateInfo, in loadImageContent()
523 _RUN_AND_CHECK(dispatch->vkAllocateMemory(stateBlock->device, &readbackBufferMemoryAllocateInfo, in saveBufferContent()
626 _RUN_AND_CHECK(dispatch->vkAllocateMemory(stateBlock->device, &stagingBufferMemoryAllocateInfo, in loadBufferContent()
DVkAndroidNativeBuffer.cpp254 if (VK_SUCCESS != vk->vkAllocateMemory(device, &allocInfo, nullptr, &out->imageMemory)) { in prepareAndroidNativeBufferImage()
329 VkResult res = vk->vkAllocateMemory(device, &allocInfo, nullptr, &out->stagingMemory); in prepareAndroidNativeBufferImage()
DCompositorVk.cpp592 m_vk.vkAllocateMemory(m_vkDevice, &imageMemoryAllocInfo, nullptr, &imageMemory), in setUpDefaultImage()
830 VK_CHECK_MEMALLOC(m_vk.vkAllocateMemory(m_vkDevice, &memAllocInfo, nullptr, &resMemory), in createBuffer()
DVkCommonOperations.cpp1480 vk->vkAllocateMemory(sVkEmulation->device, &allocInfo, nullptr, &info->memory); in allocExternalMemory()
1631 VkResult res = vk->vkAllocateMemory(targetDevice, &allocInfo, nullptr, out); in importExternalMemory()
1680 VkResult res = vk->vkAllocateMemory(targetDevice, &allocInfo, nullptr, out); in importExternalMemoryDedicatedImage()
/hardware/google/gfxstream/host/vulkan/emulated_textures/testing/
DComputePipelineRestoration_integrationtest.cpp100 VK_CHECK(vk->vkAllocateMemory(device, &allocInfo, nullptr, &imageMemory)); in createImage()
/hardware/google/gfxstream/host/vulkan/emulated_textures/
DAstcTexture.cpp127 res = mVk->vkAllocateMemory(mDevice, &allocInfo, nullptr, &mDecompBufferMemory); in createVkBufferAndMapMemory()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_external_memory_capabilities/
Dexternal_image_format.adoc71 when calling flink:vkAllocateMemory, or 0 if the external memory handle
/hardware/google/gfxstream/host/vulkan/testing/
DVulkanTestHelper.cpp288 VK_CHECK(vk().vkAllocateMemory(mDevice, &allocInfo, nullptr, &bufferMemory)); in createBuffer()
DVkDecoderTestDispatch.h44 VkResult vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, in vkAllocateMemory() function
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_dispatch.h91 PFN_vkAllocateMemory vkAllocateMemory; member
Dgoldfish_vk_dispatch.cpp347 out->vkAllocateMemory = (PFN_vkAllocateMemory)dlSymFunc(lib, "vkAllocateMemory"); in init_vulkan_dispatch_from_system_loader()
1119 out->vkAllocateMemory = in init_vulkan_dispatch_from_instance()
2064 out->vkAllocateMemory = in init_vulkan_dispatch_from_device()
2972 if (!vk->vkAllocateMemory) { in vulkan_dispatch_check_device_VK_VERSION_1_0()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_metal_objects/
Ddevice_memory.adoc21 slink:VkMemoryAllocateInfo structure in the flink:vkAllocateMemory command.
135 flink:vkAllocateMemory command
325 flink:vkAllocateMemory command.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_metal_objects.adoc149 of the `VkMemoryAllocateInfo` structure in the `vkAllocateMemory` command.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dmemory.adoc1028 [open,refpage='vkAllocateMemory',desc='Allocate device memory',type='protos']
1030 :refpage: vkAllocateMemory
1037 include::{generated}/api/protos/vkAllocateMemory.adoc[]
1049 Allocations returned by fname:vkAllocateMemory are guaranteed to meet any
1166 * [[VUID-vkAllocateMemory-pAllocateInfo-01713]]
1173 * [[VUID-vkAllocateMemory-pAllocateInfo-01714]]
1179 * [[VUID-vkAllocateMemory-deviceCoherentMemory-02790]]
1185 * [[VUID-vkAllocateMemory-maxMemoryAllocationCount-04101]]
1192 include::{generated}/validity/protos/vkAllocateMemory.adoc[]
1448 that comprise the logical device passed to flink:vkAllocateMemory must:
[all …]
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp1138 …VkResult vkAllocateMemory( VkDevice device, const VkMemoryAllocateInfo * pAllocateInfo, const VkAl… in vkAllocateMemory() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1140 return ::vkAllocateMemory( device, pAllocateInfo, pAllocator, pMemory ); in vkAllocateMemory()
4639 PFN_vkAllocateMemory vkAllocateMemory = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
5129vkAllocateMemory = PFN_vkAllocateMemory( vkGetInstanceProcAddr( instance, "vkAllocateMemory" ) ); in init()
5551 vkAllocateMemory = PFN_vkAllocateMemory( vkGetDeviceProcAddr( device, "vkAllocateMemory" ) ); in init()
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h110 VkResult vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo,

12