/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device_memory.h | 74 /* struct VkMemoryAllocateFlagsInfo chain */ 84 vn_sizeof_VkMemoryAllocateFlagsInfo_self(const VkMemoryAllocateFlagsInfo *val) in vn_sizeof_VkMemoryAllocateFlagsInfo_self() 94 vn_sizeof_VkMemoryAllocateFlagsInfo(const VkMemoryAllocateFlagsInfo *val) in vn_sizeof_VkMemoryAllocateFlagsInfo() 113 vn_encode_VkMemoryAllocateFlagsInfo_self(struct vn_cs_encoder *enc, const VkMemoryAllocateFlagsInfo *val) in vn_encode_VkMemoryAllocateFlagsInfo_self() 121 vn_encode_VkMemoryAllocateFlagsInfo(struct vn_cs_encoder *enc, const VkMemoryAllocateFlagsInfo *val) in vn_encode_VkMemoryAllocateFlagsInfo() 310 size += vn_sizeof_VkMemoryAllocateFlagsInfo_self((const VkMemoryAllocateFlagsInfo *)pnext); in vn_sizeof_VkMemoryAllocateInfo_pnext() 380 vn_encode_VkMemoryAllocateFlagsInfo_self(enc, (const VkMemoryAllocateFlagsInfo *)pnext); in vn_encode_VkMemoryAllocateInfo_pnext()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkMemUtil.cpp | 241 VkMemoryAllocateFlagsInfo allocFlagsInfo = in allocate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingBufferDeviceAddressTests.cpp | 749 VkMemoryAllocateFlagsInfo allocFlagsInfo = in iterate() 1486 VkMemoryAllocateFlagsInfo allocFlagsInfo = in iterate()
|
H A D | vktBindingDescriptorBufferTests.cpp | 2930 VkMemoryAllocateFlagsInfo allocFlagsInfo = initVulkanStructure(); 3567 VkMemoryAllocateFlagsInfo allocFlagsInfo = initVulkanStructure(); 3656 VkMemoryAllocateFlagsInfo allocFlagsInfo = initVulkanStructure();
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingBufferDeviceAddressTests.cpp | 749 VkMemoryAllocateFlagsInfo allocFlagsInfo = in iterate() 1486 VkMemoryAllocateFlagsInfo allocFlagsInfo = in iterate()
|
H A D | vktBindingDescriptorBufferTests.cpp | 2910 VkMemoryAllocateFlagsInfo allocFlagsInfo = initVulkanStructure(); 3538 VkMemoryAllocateFlagsInfo allocFlagsInfo = initVulkanStructure(); 3627 VkMemoryAllocateFlagsInfo allocFlagsInfo = initVulkanStructure();
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryAllocationTests.cpp | 157 VkMemoryAllocateFlagsInfo m_allocFlagsInfo;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryAllocationTests.cpp | 157 VkMemoryAllocateFlagsInfo m_allocFlagsInfo;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/device_group/ |
H A D | vktDeviceGroupRendering.cpp | 496 VkMemoryAllocateFlagsInfo allocDeviceMaskInfo = in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/device_group/ |
H A D | vktDeviceGroupRendering.cpp | 496 VkMemoryAllocateFlagsInfo allocDeviceMaskInfo = in iterate()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 2289 const VkMemoryAllocateFlagsInfo *flags_info = NULL; in v3dv_AllocateMemory()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 4603 typedef struct VkMemoryAllocateFlagsInfo { struct 4608 } VkMemoryAllocateFlagsInfo; typedef 6477 typedef VkMemoryAllocateFlagsInfo VkMemoryAllocateFlagsInfoKHR;
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 3762 typedef struct VkMemoryAllocateFlagsInfo { struct 3767 } VkMemoryAllocateFlagsInfo; typedef
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 3673 typedef struct VkMemoryAllocateFlagsInfo { struct 3678 } VkMemoryAllocateFlagsInfo; typedef
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_parser.hpp | 781 static void parse_VkMemoryAllocateFlagsInfo(const char* s, Json::Value& obj, VkMemoryAllocateFlagsInfo& o); 1193 p = s_globalMem.allocate(sizeof(VkMemoryAllocateFlagsInfo)); in parsePNextChain() 1194 parse_VkMemoryAllocateFlagsInfo("", pNextObj, *((VkMemoryAllocateFlagsInfo*)p)); in parsePNextChain() 7742 static void parse_VkMemoryAllocateFlagsInfo(const char* s, Json::Value& obj, VkMemoryAllocateFlagsInfo& o) { in parse_VkMemoryAllocateFlagsInfo() 7746 o.pNext = (VkMemoryAllocateFlagsInfo*)parsePNextChain(obj); in parse_VkMemoryAllocateFlagsInfo()
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 4961 typedef struct VkMemoryAllocateFlagsInfo { struct 4966 } VkMemoryAllocateFlagsInfo; typedef 7942 typedef VkMemoryAllocateFlagsInfo VkMemoryAllocateFlagsInfoKHR;
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_core.h | 4697 typedef struct VkMemoryAllocateFlagsInfo { struct 4702 } VkMemoryAllocateFlagsInfo; typedef 6576 typedef VkMemoryAllocateFlagsInfo VkMemoryAllocateFlagsInfoKHR;
|
H A D | vulkan_structs.hpp | [all...] |
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 4746 typedef struct VkMemoryAllocateFlagsInfo { struct 4751 } VkMemoryAllocateFlagsInfo; typedef 6736 typedef VkMemoryAllocateFlagsInfo VkMemoryAllocateFlagsInfoKHR;
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 3847 const VkMemoryAllocateFlagsInfo *flags_info = (void *)ext; in anv_AllocateMemory()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeBasicComputeShaderTests.cpp | 3058 const VkMemoryAllocateFlagsInfo allocDeviceMaskInfo =
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeBasicComputeShaderTests.cpp | 2866 const VkMemoryAllocateFlagsInfo allocDeviceMaskInfo =
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 5114 typedef struct VkMemoryAllocateFlagsInfo { struct 5119 } VkMemoryAllocateFlagsInfo; typedef 8936 typedef VkMemoryAllocateFlagsInfo VkMemoryAllocateFlagsInfoKHR;
|
H A D | vulkan_static_assertions.hpp | 723 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::MemoryAllocateFlagsInfo ) == sizeof( VkMemoryAllocateFlagsInfo ),
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 5584 const VkMemoryAllocateFlagsInfo *flags_info = vk_find_struct_const(pAllocateInfo->pNext, MEMORY_ALLOCATE_FLAGS_INFO); in radv_alloc_memory()
|