Home
last modified time | relevance | path

Searched refs:VkPhysicalDeviceIndexTypeUint8FeaturesEXT (Results 1 - 21 of 21) sorted by relevance

/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_physical_device.h41 VkPhysicalDeviceIndexTypeUint8FeaturesEXT index_type_uint8;
H A Dvn_physical_device.c1640 VkPhysicalDeviceIndexTypeUint8FeaturesEXT *index_type_uint8; in vn_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c606 VkPhysicalDeviceIndexTypeUint8FeaturesEXT *features = in panvk_GetPhysicalDeviceFeatures2()
607 (VkPhysicalDeviceIndexTypeUint8FeaturesEXT *)ext; in panvk_GetPhysicalDeviceFeatures2()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DRendererVk.h558 VkPhysicalDeviceIndexTypeUint8FeaturesEXT mIndexTypeUint8Features;
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c819 VkPhysicalDeviceIndexTypeUint8FeaturesEXT *features = in lvp_GetPhysicalDeviceFeatures2()
820 (VkPhysicalDeviceIndexTypeUint8FeaturesEXT *)ext; in lvp_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h4885 /* 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 Dtu_device.c732 VkPhysicalDeviceIndexTypeUint8FeaturesEXT *features = in tu_GetPhysicalDeviceFeatures2()
733 (VkPhysicalDeviceIndexTypeUint8FeaturesEXT *)ext; in tu_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c1274 VkPhysicalDeviceIndexTypeUint8FeaturesEXT *features = in v3dv_GetPhysicalDeviceFeatures2()
1275 (VkPhysicalDeviceIndexTypeUint8FeaturesEXT *)ext; in v3dv_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c1591 VkPhysicalDeviceIndexTypeUint8FeaturesEXT *features = in anv_GetPhysicalDeviceFeatures2()
1592 (VkPhysicalDeviceIndexTypeUint8FeaturesEXT *)ext; in anv_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c1531 VkPhysicalDeviceIndexTypeUint8FeaturesEXT *features = in radv_GetPhysicalDeviceFeatures2()
1532 (VkPhysicalDeviceIndexTypeUint8FeaturesEXT *)ext; in radv_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h7480 typedef struct VkPhysicalDeviceIndexTypeUint8FeaturesEXT { struct
7484 } VkPhysicalDeviceIndexTypeUint8FeaturesEXT; typedef
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_parser.hpp929 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 Dvulkan_json_data.hpp[all...]
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h11359 typedef struct VkPhysicalDeviceIndexTypeUint8FeaturesEXT { struct
11363 } VkPhysicalDeviceIndexTypeUint8FeaturesEXT; typedef
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp[all...]
H A Dvulkan_core.h11796 typedef struct VkPhysicalDeviceIndexTypeUint8FeaturesEXT { struct
11800 } VkPhysicalDeviceIndexTypeUint8FeaturesEXT; typedef
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h12850 typedef struct VkPhysicalDeviceIndexTypeUint8FeaturesEXT { struct
12854 } VkPhysicalDeviceIndexTypeUint8FeaturesEXT; typedef
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h11956 typedef struct VkPhysicalDeviceIndexTypeUint8FeaturesEXT { struct
11960 } VkPhysicalDeviceIndexTypeUint8FeaturesEXT; typedef
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h14756 typedef struct VkPhysicalDeviceIndexTypeUint8FeaturesEXT { struct
14760 } VkPhysicalDeviceIndexTypeUint8FeaturesEXT; typedef
H A Dvulkan_static_assertions.hpp4524 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::PhysicalDeviceIndexTypeUint8FeaturesEXT ) == sizeof( VkPhysicalDeviceIndexTypeUint8FeaturesEXT ),
H A Dvulkan_structs.hpp[all...]

Completed in 493 milliseconds