/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_physical_device.h | 41 VkPhysicalDeviceIndexTypeUint8FeaturesEXT index_type_uint8;
|
H A D | vn_physical_device.c | 1640 VkPhysicalDeviceIndexTypeUint8FeaturesEXT *index_type_uint8; in vn_GetPhysicalDeviceFeatures2()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_device.c | 606 VkPhysicalDeviceIndexTypeUint8FeaturesEXT *features = in panvk_GetPhysicalDeviceFeatures2() 607 (VkPhysicalDeviceIndexTypeUint8FeaturesEXT *)ext; in panvk_GetPhysicalDeviceFeatures2()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | RendererVk.h | 558 VkPhysicalDeviceIndexTypeUint8FeaturesEXT mIndexTypeUint8Features;
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 819 VkPhysicalDeviceIndexTypeUint8FeaturesEXT *features = in lvp_GetPhysicalDeviceFeatures2() 820 (VkPhysicalDeviceIndexTypeUint8FeaturesEXT *)ext; in lvp_GetPhysicalDeviceFeatures2()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 4885 /* struct VkPhysicalDeviceIndexTypeUint8FeaturesEXT chain */ 4895 vn_sizeof_VkPhysicalDeviceIndexTypeUint8FeaturesEXT_self(const VkPhysicalDeviceIndexTypeUint8FeaturesEXT *val) in vn_sizeof_VkPhysicalDeviceIndexTypeUint8FeaturesEXT_self() 4904 vn_sizeof_VkPhysicalDeviceIndexTypeUint8FeaturesEXT(const VkPhysicalDeviceIndexTypeUint8FeaturesEXT *val) in vn_sizeof_VkPhysicalDeviceIndexTypeUint8FeaturesEXT() 4923 vn_encode_VkPhysicalDeviceIndexTypeUint8FeaturesEXT_self(struct vn_cs_encoder *enc, const VkPhysicalDeviceIndexTypeUint8FeaturesEXT *val) in vn_encode_VkPhysicalDeviceIndexTypeUint8FeaturesEXT_self() 4930 vn_encode_VkPhysicalDeviceIndexTypeUint8FeaturesEXT(struct vn_cs_encoder *enc, const VkPhysicalDeviceIndexTypeUint8FeaturesEXT *val) in vn_encode_VkPhysicalDeviceIndexTypeUint8FeaturesEXT() 4947 vn_decode_VkPhysicalDeviceIndexTypeUint8FeaturesEXT_self(struct vn_cs_decoder *dec, VkPhysicalDeviceIndexTypeUint8FeaturesEXT *val) in vn_decode_VkPhysicalDeviceIndexTypeUint8FeaturesEXT_self() 4954 vn_decode_VkPhysicalDeviceIndexTypeUint8FeaturesEXT(struct vn_cs_decoder *dec, VkPhysicalDeviceIndexTypeUint8FeaturesEXT *val) in vn_decode_VkPhysicalDeviceIndexTypeUint8FeaturesEXT() 4973 vn_sizeof_VkPhysicalDeviceIndexTypeUint8FeaturesEXT_self_partial(const VkPhysicalDeviceIndexTypeUint8FeaturesEXT *val) in vn_sizeof_VkPhysicalDeviceIndexTypeUint8FeaturesEXT_self_partial() 4982 vn_sizeof_VkPhysicalDeviceIndexTypeUint8FeaturesEXT_partial(const VkPhysicalDeviceIndexTypeUint8FeaturesEXT *val) in vn_sizeof_VkPhysicalDeviceIndexTypeUint8FeaturesEXT_partial() 5001 vn_encode_VkPhysicalDeviceIndexTypeUint8FeaturesEXT_self_partial(struct vn_cs_encoder *enc, const VkPhysicalDeviceIndexTypeUint8FeaturesEXT *va [all...] |
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 732 VkPhysicalDeviceIndexTypeUint8FeaturesEXT *features = in tu_GetPhysicalDeviceFeatures2() 733 (VkPhysicalDeviceIndexTypeUint8FeaturesEXT *)ext; in tu_GetPhysicalDeviceFeatures2()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 1274 VkPhysicalDeviceIndexTypeUint8FeaturesEXT *features = in v3dv_GetPhysicalDeviceFeatures2() 1275 (VkPhysicalDeviceIndexTypeUint8FeaturesEXT *)ext; in v3dv_GetPhysicalDeviceFeatures2()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 1591 VkPhysicalDeviceIndexTypeUint8FeaturesEXT *features = in anv_GetPhysicalDeviceFeatures2() 1592 (VkPhysicalDeviceIndexTypeUint8FeaturesEXT *)ext; in anv_GetPhysicalDeviceFeatures2()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 1531 VkPhysicalDeviceIndexTypeUint8FeaturesEXT *features = in radv_GetPhysicalDeviceFeatures2() 1532 (VkPhysicalDeviceIndexTypeUint8FeaturesEXT *)ext; in radv_GetPhysicalDeviceFeatures2()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 7480 typedef struct VkPhysicalDeviceIndexTypeUint8FeaturesEXT { struct 7484 } VkPhysicalDeviceIndexTypeUint8FeaturesEXT; typedef
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_parser.hpp | 929 static void parse_VkPhysicalDeviceIndexTypeUint8FeaturesEXT(const char* s, Json::Value& obj, VkPhysicalDeviceIndexTypeUint8FeaturesEXT& o); 1781 p = s_globalMem.allocate(sizeof(VkPhysicalDeviceIndexTypeUint8FeaturesEXT)); in parsePNextChain() 1782 parse_VkPhysicalDeviceIndexTypeUint8FeaturesEXT("", pNextObj, *((VkPhysicalDeviceIndexTypeUint8FeaturesEXT*)p)); in parsePNextChain() 13035 static void parse_VkPhysicalDeviceIndexTypeUint8FeaturesEXT(const char* s, Json::Value& obj, VkPhysicalDeviceIndexTypeUint8FeaturesEXT& o) { in parse_VkPhysicalDeviceIndexTypeUint8FeaturesEXT() 13039 o.pNext = (VkPhysicalDeviceIndexTypeUint8FeaturesEXT*)parsePNextChain(obj); in parse_VkPhysicalDeviceIndexTypeUint8FeaturesEXT()
|
H A D | vulkan_json_data.hpp | [all...] |
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 11359 typedef struct VkPhysicalDeviceIndexTypeUint8FeaturesEXT { struct 11363 } VkPhysicalDeviceIndexTypeUint8FeaturesEXT; typedef
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | [all...] |
H A D | vulkan_core.h | 11796 typedef struct VkPhysicalDeviceIndexTypeUint8FeaturesEXT { struct 11800 } VkPhysicalDeviceIndexTypeUint8FeaturesEXT; typedef
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 12850 typedef struct VkPhysicalDeviceIndexTypeUint8FeaturesEXT { struct 12854 } VkPhysicalDeviceIndexTypeUint8FeaturesEXT; typedef
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 11956 typedef struct VkPhysicalDeviceIndexTypeUint8FeaturesEXT { struct 11960 } VkPhysicalDeviceIndexTypeUint8FeaturesEXT; typedef
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 14756 typedef struct VkPhysicalDeviceIndexTypeUint8FeaturesEXT { struct 14760 } VkPhysicalDeviceIndexTypeUint8FeaturesEXT; typedef
|
H A D | vulkan_static_assertions.hpp | 4524 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::PhysicalDeviceIndexTypeUint8FeaturesEXT ) == sizeof( VkPhysicalDeviceIndexTypeUint8FeaturesEXT ),
|
H A D | vulkan_structs.hpp | [all...] |