Home
last modified time | relevance | path

Searched refs:VkInternalAllocationType (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_device_memory_report.adoc69 elink:VkInternalAllocationType values, for import/export we do want to be
74 elink:VkInternalAllocationType values.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dmemory.adoc121 * ename:VkSystemAllocationScope, ename:VkInternalAllocationType <<SCID-8>>
254 * pname:allocationType is a elink:VkInternalAllocationType value
273 * pname:allocationType is a elink:VkInternalAllocationType value
369 [open,refpage='VkInternalAllocationType',desc='Allocation type',type='enums',xrefs='PFN_vkInternalA…
374 include::{generated}/api/enums/VkInternalAllocationType.adoc[]
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h1424 typedef enum VkInternalAllocationType { enum
1427 } VkInternalAllocationType; typedef
2944 VkInternalAllocationType allocationType,
2950 VkInternalAllocationType allocationType,
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvk_enum_string_helper.h1829 static inline const char* string_VkInternalAllocationType(VkInternalAllocationType input_value) in string_VkInternalAllocationType()