/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_physical_device.h | 61 VkPhysicalDeviceCustomBorderColorPropertiesEXT custom_border_color;
|
H A D | vn_physical_device.c | 1912 VkPhysicalDeviceCustomBorderColorPropertiesEXT *custom_border_color; in vn_GetPhysicalDeviceProperties2()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPhysicalDevice.hpp | 75 void getProperties(VkPhysicalDeviceCustomBorderColorPropertiesEXT *properties) const;
|
H A D | VkPhysicalDevice.cpp | 1040 void PhysicalDevice::getProperties(VkPhysicalDeviceCustomBorderColorPropertiesEXT *properties) const in getProperties()
|
H A D | libVulkan.cpp | 3318 auto properties = reinterpret_cast<VkPhysicalDeviceCustomBorderColorPropertiesEXT *>(extensionProperties); in vkGetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 1262 VkPhysicalDeviceCustomBorderColorPropertiesEXT *properties = in lvp_GetPhysicalDeviceProperties2() 1263 (VkPhysicalDeviceCustomBorderColorPropertiesEXT *)ext; in lvp_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 1666 VkPhysicalDeviceCustomBorderColorPropertiesEXT *props = in v3dv_GetPhysicalDeviceProperties2() 1667 (VkPhysicalDeviceCustomBorderColorPropertiesEXT *)ext; in v3dv_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 14559 /* struct VkPhysicalDeviceCustomBorderColorPropertiesEXT chain */ 14569 vn_sizeof_VkPhysicalDeviceCustomBorderColorPropertiesEXT_self(const VkPhysicalDeviceCustomBorderColorPropertiesEXT *val) in vn_sizeof_VkPhysicalDeviceCustomBorderColorPropertiesEXT_self() 14578 vn_sizeof_VkPhysicalDeviceCustomBorderColorPropertiesEXT(const VkPhysicalDeviceCustomBorderColorPropertiesEXT *val) in vn_sizeof_VkPhysicalDeviceCustomBorderColorPropertiesEXT() 14598 vn_decode_VkPhysicalDeviceCustomBorderColorPropertiesEXT_self(struct vn_cs_decoder *dec, VkPhysicalDeviceCustomBorderColorPropertiesEXT *val) in vn_decode_VkPhysicalDeviceCustomBorderColorPropertiesEXT_self() 14605 vn_decode_VkPhysicalDeviceCustomBorderColorPropertiesEXT(struct vn_cs_decoder *dec, VkPhysicalDeviceCustomBorderColorPropertiesEXT *val) in vn_decode_VkPhysicalDeviceCustomBorderColorPropertiesEXT() 14624 vn_sizeof_VkPhysicalDeviceCustomBorderColorPropertiesEXT_self_partial(const VkPhysicalDeviceCustomBorderColorPropertiesEXT *val) in vn_sizeof_VkPhysicalDeviceCustomBorderColorPropertiesEXT_self_partial() 14633 vn_sizeof_VkPhysicalDeviceCustomBorderColorPropertiesEXT_partial(const VkPhysicalDeviceCustomBorderColorPropertiesEXT *val) in vn_sizeof_VkPhysicalDeviceCustomBorderColorPropertiesEXT_partial() 14652 vn_encode_VkPhysicalDeviceCustomBorderColorPropertiesEXT_self_partial(struct vn_cs_encoder *enc, const VkPhysicalDeviceCustomBorderColorPropertiesEXT *val) in vn_encode_VkPhysicalDeviceCustomBorderColorPropertiesEXT_self_partial() 14659 vn_encode_VkPhysicalDeviceCustomBorderColorPropertiesEXT_partial(struct vn_cs_encoder *enc, const VkPhysicalDeviceCustomBorderColorPropertiesEXT *val) in vn_encode_VkPhysicalDeviceCustomBorderColorPropertiesEXT_partial() 15287 size += vn_sizeof_VkPhysicalDeviceCustomBorderColorPropertiesEXT_self((const VkPhysicalDeviceCustomBorderColorPropertiesEXT *)pnex in vn_sizeof_VkPhysicalDeviceProperties2_pnext() [all...] |
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 2372 VkPhysicalDeviceCustomBorderColorPropertiesEXT *properties = in anv_GetPhysicalDeviceProperties2() 2373 (VkPhysicalDeviceCustomBorderColorPropertiesEXT *)ext; in anv_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 1308 VkPhysicalDeviceCustomBorderColorPropertiesEXT *props = (void *)ext; in tu_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 2427 VkPhysicalDeviceCustomBorderColorPropertiesEXT *props = in radv_GetPhysicalDeviceProperties2() 2428 (VkPhysicalDeviceCustomBorderColorPropertiesEXT *)ext; in radv_GetPhysicalDeviceProperties2()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 7633 typedef struct VkPhysicalDeviceCustomBorderColorPropertiesEXT { struct 7637 } VkPhysicalDeviceCustomBorderColorPropertiesEXT; typedef
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_parser.hpp | 952 static void parse_VkPhysicalDeviceCustomBorderColorPropertiesEXT(const char* s, Json::Value& obj, VkPhysicalDeviceCustomBorderColorPropertiesEXT& o); 1907 p = s_globalMem.allocate(sizeof(VkPhysicalDeviceCustomBorderColorPropertiesEXT)); in parsePNextChain() 1908 parse_VkPhysicalDeviceCustomBorderColorPropertiesEXT("", pNextObj, *((VkPhysicalDeviceCustomBorderColorPropertiesEXT*)p)); in parsePNextChain() 13129 static void parse_VkPhysicalDeviceCustomBorderColorPropertiesEXT(const char* s, Json::Value& obj, VkPhysicalDeviceCustomBorderColorPropertiesEXT& o) { in parse_VkPhysicalDeviceCustomBorderColorPropertiesEXT() 13133 o.pNext = (VkPhysicalDeviceCustomBorderColorPropertiesEXT*)parsePNextChain(obj); in parse_VkPhysicalDeviceCustomBorderColorPropertiesEXT()
|
H A D | vulkan_json_data.hpp | [all...] |
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 11784 typedef struct VkPhysicalDeviceCustomBorderColorPropertiesEXT { struct 11788 } VkPhysicalDeviceCustomBorderColorPropertiesEXT; typedef
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | [all...] |
H A D | vulkan_core.h | 12263 typedef struct VkPhysicalDeviceCustomBorderColorPropertiesEXT { struct 12267 } VkPhysicalDeviceCustomBorderColorPropertiesEXT; typedef
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 13306 typedef struct VkPhysicalDeviceCustomBorderColorPropertiesEXT { struct 13310 } VkPhysicalDeviceCustomBorderColorPropertiesEXT; typedef
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 12423 typedef struct VkPhysicalDeviceCustomBorderColorPropertiesEXT { struct 12427 } VkPhysicalDeviceCustomBorderColorPropertiesEXT; typedef
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 15510 typedef struct VkPhysicalDeviceCustomBorderColorPropertiesEXT { struct 15514 } VkPhysicalDeviceCustomBorderColorPropertiesEXT; typedef
|
H A D | vulkan_static_assertions.hpp | 4949 sizeof( VkPhysicalDeviceCustomBorderColorPropertiesEXT ),
|
H A D | vulkan_structs.hpp | [all...] |