Home
last modified time | relevance | path

Searched refs:dedicatedAllocation (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_dedicated_allocation.adoc40 // VkDedicatedAllocationImageCreateInfoNV::dedicatedAllocation
47 .dedicatedAllocation = VK_TRUE,
DVK_NV_external_memory_win32.adoc144 dedicatedImageCreateInfo.dedicatedAllocation = VK_TRUE;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dbind_image_common.adoc65 slink:VkDedicatedAllocationImageCreateInfoNV::pname:dedicatedAllocation
82 slink:VkDedicatedAllocationImageCreateInfoNV::pname:dedicatedAllocation
Dbind_buffer_common.adoc59 slink:VkDedicatedAllocationBufferCreateInfoNV::pname:dedicatedAllocation
76 slink:VkDedicatedAllocationBufferCreateInfoNV::pname:dedicatedAllocation
/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.h256 bool dedicatedAllocation = false; member
494 bool dedicatedAllocation = false; member
DVkCommonOperations.cpp1464 info->dedicatedAllocation = true; in allocExternalMemory()
1784 *outMemoryIsDedicatedAlloc = info->memory.dedicatedAllocation; in getColorBufferAllocationInfoLocked()
1907 pInfo->dedicatedAllocation = true; in updateExternalMemoryInfo()
2274 .dedicatedAllocation = info->memory.dedicatedAllocation, in exportColorBufferMemory()
2933 *outMemoryIsDedicatedAlloc = info->memory.dedicatedAllocation; in getBufferAllocationInfo()
DVkAndroidNativeBuffer.cpp198 if (memInfo.dedicatedAllocation) { in prepareAndroidNativeBufferImage()
/hardware/google/gfxstream/host/
DColorBuffer.cpp113 memoryExport->dedicatedAllocation, memoryExport->linearTiling)) { in create()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dextensions.adoc1178 * If pname:dedicatedAllocation is ename:VK_TRUE,
1196 pname:dedicatedAllocation member of the chained structure is
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dresources.adoc224 pname:dedicatedAllocation member of the chained structure is
743 * pname:dedicatedAllocation specifies whether the buffer will have a
2506 * pname:dedicatedAllocation specifies whether the image will have a
2518 * [[VUID-VkDedicatedAllocationImageCreateInfoNV-dedicatedAllocation-00994]]
2519 If pname:dedicatedAllocation is ename:VK_TRUE,
Dmemory.adoc1881 slink:VkDedicatedAllocationImageCreateInfoNV::pname:dedicatedAllocation
1886 slink:VkDedicatedAllocationBufferCreateInfoNV::pname:dedicatedAllocation
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h10915 VkBool32 dedicatedAllocation; member
10921 VkBool32 dedicatedAllocation; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp2729 VULKAN_HPP_HASH_COMBINE( seed, dedicatedAllocationBufferCreateInfoNV.dedicatedAllocation ); in operator ()()
2741 VULKAN_HPP_HASH_COMBINE( seed, dedicatedAllocationImageCreateInfoNV.dedicatedAllocation ); in operator ()()