/hardware/google/gfxstream/host/tests/ |
D | VkTestUtils.h | 159 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/ |
D | VK_NV_external_memory_rdma.adoc | 82 vkAllocateMemory(device, &memAllocInfo, NULL, &mem);
|
D | VK_NV_dedicated_allocation.adoc | 90 vkAllocateMemory(
|
D | VK_EXT_device_address_binding_report.adoc | 119 11.) Should vkAllocateMemory and vkFreeMemory trigger reporting callbacks? 122 vkAllocateMemory is called, then the callbacks must be triggered associating
|
D | VK_NV_external_memory_sci_buf.adoc | 33 flink:vkAllocateMemory.
|
D | VK_KHR_dedicated_allocation.adoc | 116 vkAllocateMemory(
|
D | VK_NV_win32_keyed_mutex.adoc | 136 vkAllocateMemory(device, &memoryAllocateInfo, NULL, &mem);
|
D | VK_NV_external_memory_win32.adoc | 200 vkAllocateMemory(device, &memoryAllocateInfo, NULL, &memory);
|
D | VK_ANDROID_external_memory_android_hardware_buffer.adoc | 68 basetype:AHardwareBuffer allocation happens in flink:vkAllocateMemory, and
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshotUtils.cpp | 177 _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()
|
D | VkAndroidNativeBuffer.cpp | 254 if (VK_SUCCESS != vk->vkAllocateMemory(device, &allocInfo, nullptr, &out->imageMemory)) { in prepareAndroidNativeBufferImage() 329 VkResult res = vk->vkAllocateMemory(device, &allocInfo, nullptr, &out->stagingMemory); in prepareAndroidNativeBufferImage()
|
D | CompositorVk.cpp | 592 m_vk.vkAllocateMemory(m_vkDevice, &imageMemoryAllocInfo, nullptr, &imageMemory), in setUpDefaultImage() 830 VK_CHECK_MEMALLOC(m_vk.vkAllocateMemory(m_vkDevice, &memAllocInfo, nullptr, &resMemory), in createBuffer()
|
D | VkCommonOperations.cpp | 1480 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/ |
D | ComputePipelineRestoration_integrationtest.cpp | 100 VK_CHECK(vk->vkAllocateMemory(device, &allocInfo, nullptr, &imageMemory)); in createImage()
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/ |
D | AstcTexture.cpp | 127 res = mVk->vkAllocateMemory(mDevice, &allocInfo, nullptr, &mDecompBufferMemory); in createVkBufferAndMapMemory()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_external_memory_capabilities/ |
D | external_image_format.adoc | 71 when calling flink:vkAllocateMemory, or 0 if the external memory handle
|
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VulkanTestHelper.cpp | 288 VK_CHECK(vk().vkAllocateMemory(mDevice, &allocInfo, nullptr, &bufferMemory)); in createBuffer()
|
D | VkDecoderTestDispatch.h | 44 VkResult vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, in vkAllocateMemory() function
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_dispatch.h | 91 PFN_vkAllocateMemory vkAllocateMemory; member
|
D | goldfish_vk_dispatch.cpp | 347 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/ |
D | device_memory.adoc | 21 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/ |
D | VK_EXT_metal_objects.adoc | 149 of the `VkMemoryAllocateInfo` structure in the `vkAllocateMemory` command.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | memory.adoc | 1028 [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/ |
D | vulkansc.hpp | 1138 …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 5129 … vkAllocateMemory = PFN_vkAllocateMemory( vkGetInstanceProcAddr( instance, "vkAllocateMemory" ) ); in init() 5551 vkAllocateMemory = PFN_vkAllocateMemory( vkGetDeviceProcAddr( device, "vkAllocateMemory" ) ); in init()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | VkEncoder.h | 110 VkResult vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo,
|