Home
last modified time | relevance | path

Searched refs:VkMemoryOpaqueCaptureAddressAllocateInfo (Results 1 - 19 of 19) sorted by relevance

/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device_memory.h184 /* struct VkMemoryOpaqueCaptureAddressAllocateInfo chain */
194 vn_sizeof_VkMemoryOpaqueCaptureAddressAllocateInfo_self(const VkMemoryOpaqueCaptureAddressAllocateInfo *val) in vn_sizeof_VkMemoryOpaqueCaptureAddressAllocateInfo_self()
203 vn_sizeof_VkMemoryOpaqueCaptureAddressAllocateInfo(const VkMemoryOpaqueCaptureAddressAllocateInfo *val) in vn_sizeof_VkMemoryOpaqueCaptureAddressAllocateInfo()
222 vn_encode_VkMemoryOpaqueCaptureAddressAllocateInfo_self(struct vn_cs_encoder *enc, const VkMemoryOpaqueCaptureAddressAllocateInfo *val) in vn_encode_VkMemoryOpaqueCaptureAddressAllocateInfo_self()
229 vn_encode_VkMemoryOpaqueCaptureAddressAllocateInfo(struct vn_cs_encoder *enc, const VkMemoryOpaqueCaptureAddressAllocateInfo *val) in vn_encode_VkMemoryOpaqueCaptureAddressAllocateInfo()
322 size += vn_sizeof_VkMemoryOpaqueCaptureAddressAllocateInfo_self((const VkMemoryOpaqueCaptureAddressAllocateInfo *)pnext); in vn_sizeof_VkMemoryAllocateInfo_pnext()
392 vn_encode_VkMemoryOpaqueCaptureAddressAllocateInfo_self(enc, (const VkMemoryOpaqueCaptureAddressAllocateInfo *)pnext); in vn_encode_VkMemoryAllocateInfo_pnext()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingBufferDeviceAddressTests.cpp757 VkMemoryOpaqueCaptureAddressAllocateInfo memoryOpaqueCaptureAddressAllocateInfo = in iterate()
1494 VkMemoryOpaqueCaptureAddressAllocateInfo memoryOpaqueCaptureAddressAllocateInfo = in iterate()
H A DvktBindingDescriptorBufferTests.cpp3566 VkMemoryOpaqueCaptureAddressAllocateInfo opaqueCaptureAddressAllocateInfo = initVulkanStructure();
3655 VkMemoryOpaqueCaptureAddressAllocateInfo opaqueCaptureAddressAllocateInfo = initVulkanStructure();
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingBufferDeviceAddressTests.cpp757 VkMemoryOpaqueCaptureAddressAllocateInfo memoryOpaqueCaptureAddressAllocateInfo = in iterate()
1494 VkMemoryOpaqueCaptureAddressAllocateInfo memoryOpaqueCaptureAddressAllocateInfo = in iterate()
H A DvktBindingDescriptorBufferTests.cpp3537 VkMemoryOpaqueCaptureAddressAllocateInfo opaqueCaptureAddressAllocateInfo = initVulkanStructure();
3626 VkMemoryOpaqueCaptureAddressAllocateInfo opaqueCaptureAddressAllocateInfo = initVulkanStructure();
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c3857 const VkMemoryOpaqueCaptureAddressAllocateInfo *addr_info = in anv_AllocateMemory()
3858 (const VkMemoryOpaqueCaptureAddressAllocateInfo *)ext; in anv_AllocateMemory()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h5865 typedef struct VkMemoryOpaqueCaptureAddressAllocateInfo { struct
5869 } VkMemoryOpaqueCaptureAddressAllocateInfo; typedef
7657 typedef VkMemoryOpaqueCaptureAddressAllocateInfo VkMemoryOpaqueCaptureAddressAllocateInfoKHR;
/third_party/glfw/deps/glad/
H A Dvulkan.h2561 typedef struct VkMemoryOpaqueCaptureAddressAllocateInfo { struct
2565 } VkMemoryOpaqueCaptureAddressAllocateInfo; typedef
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h4814 typedef struct VkMemoryOpaqueCaptureAddressAllocateInfo { struct
4818 } VkMemoryOpaqueCaptureAddressAllocateInfo; typedef
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_parser.hpp940 static void parse_VkMemoryOpaqueCaptureAddressAllocateInfo(const char* s, Json::Value& obj, VkMemoryOpaqueCaptureAddressAllocateInfo& o);
1847 p = s_globalMem.allocate(sizeof(VkMemoryOpaqueCaptureAddressAllocateInfo)); in parsePNextChain()
1848 parse_VkMemoryOpaqueCaptureAddressAllocateInfo("", pNextObj, *((VkMemoryOpaqueCaptureAddressAllocateInfo*)p)); in parsePNextChain()
9697 static void parse_VkMemoryOpaqueCaptureAddressAllocateInfo(const char* s, Json::Value& obj, VkMemoryOpaqueCaptureAddressAllocateInfo& o) { in parse_VkMemoryOpaqueCaptureAddressAllocateInfo()
9701 o.pNext = (VkMemoryOpaqueCaptureAddressAllocateInfo*)parsePNextChain(obj); in parse_VkMemoryOpaqueCaptureAddressAllocateInfo()
H A Dvulkan_json_data.hpp22388 static void print_VkMemoryOpaqueCaptureAddressAllocateInfo(VkMemoryOpaqueCaptureAddressAllocateInfo obj, const std::string& s, bool commaNeeded=true) { in print_VkMemoryOpaqueCaptureAddressAllocateInfo()
22411 static void print_VkMemoryOpaqueCaptureAddressAllocateInfo(const VkMemoryOpaqueCaptureAddressAllocateInfo * obj, const std::string& s, bool commaNeeded=true) { in print_VkMemoryOpaqueCaptureAddressAllocateInfo()
[all...]
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h6231 typedef struct VkMemoryOpaqueCaptureAddressAllocateInfo { struct
6235 } VkMemoryOpaqueCaptureAddressAllocateInfo; typedef
9181 typedef VkMemoryOpaqueCaptureAddressAllocateInfo VkMemoryOpaqueCaptureAddressAllocateInfoKHR;
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_core.h5964 typedef struct VkMemoryOpaqueCaptureAddressAllocateInfo { struct
5968 } VkMemoryOpaqueCaptureAddressAllocateInfo; typedef
7782 typedef VkMemoryOpaqueCaptureAddressAllocateInfo VkMemoryOpaqueCaptureAddressAllocateInfoKHR;
H A Dvulkan_structs.hpp[all...]
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h6014 typedef struct VkMemoryOpaqueCaptureAddressAllocateInfo { struct
6018 } VkMemoryOpaqueCaptureAddressAllocateInfo; typedef
7942 typedef VkMemoryOpaqueCaptureAddressAllocateInfo VkMemoryOpaqueCaptureAddressAllocateInfoKHR;
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h6390 typedef struct VkMemoryOpaqueCaptureAddressAllocateInfo { struct
6394 } VkMemoryOpaqueCaptureAddressAllocateInfo; typedef
10281 typedef VkMemoryOpaqueCaptureAddressAllocateInfo VkMemoryOpaqueCaptureAddressAllocateInfoKHR;
H A Dvulkan_static_assertions.hpp1437 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::MemoryOpaqueCaptureAddressAllocateInfo ) == sizeof( VkMemoryOpaqueCaptureAddressAllocateInfo ),
H A Dvulkan_structs.hpp[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c5507 const VkMemoryOpaqueCaptureAddressAllocateInfo *replay_info = in radv_alloc_memory()

Completed in 477 milliseconds