Home
last modified time | relevance | path

Searched refs:VkPhysicalDeviceProvokingVertexFeaturesEXT (Results 1 - 23 of 23) sorted by relevance

/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_physical_device.h43 VkPhysicalDeviceProvokingVertexFeaturesEXT provoking_vertex;
H A Dvn_physical_device.c1642 VkPhysicalDeviceProvokingVertexFeaturesEXT *provoking_vertex; in vn_GetPhysicalDeviceFeatures2()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPhysicalDevice.hpp42 bool hasExtendedFeatures(const VkPhysicalDeviceProvokingVertexFeaturesEXT *features) const;
H A DVkPhysicalDevice.cpp404 getPhysicalDeviceProvokingVertexFeaturesEXT(reinterpret_cast<VkPhysicalDeviceProvokingVertexFeaturesEXT *>(curExtension)); in getFeatures2()
1138 bool PhysicalDevice::hasExtendedFeatures(const VkPhysicalDeviceProvokingVertexFeaturesEXT *requested) const in hasExtendedFeatures()
H A DlibVulkan.cpp820 const VkPhysicalDeviceProvokingVertexFeaturesEXT *provokingVertexFeatures = reinterpret_cast<const VkPhysicalDeviceProvokingVertexFeaturesEXT *>(extensionCreateInfo); in vkCreateDevice()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DRendererVk.h554 VkPhysicalDeviceProvokingVertexFeaturesEXT mProvokingVertexFeatures;
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c932 VkPhysicalDeviceProvokingVertexFeaturesEXT *features = in lvp_GetPhysicalDeviceFeatures2()
933 (VkPhysicalDeviceProvokingVertexFeaturesEXT*)ext; in lvp_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h7920 /* struct VkPhysicalDeviceProvokingVertexFeaturesEXT chain */
7930 vn_sizeof_VkPhysicalDeviceProvokingVertexFeaturesEXT_self(const VkPhysicalDeviceProvokingVertexFeaturesEXT *val) in vn_sizeof_VkPhysicalDeviceProvokingVertexFeaturesEXT_self()
7940 vn_sizeof_VkPhysicalDeviceProvokingVertexFeaturesEXT(const VkPhysicalDeviceProvokingVertexFeaturesEXT *val) in vn_sizeof_VkPhysicalDeviceProvokingVertexFeaturesEXT()
7959 vn_encode_VkPhysicalDeviceProvokingVertexFeaturesEXT_self(struct vn_cs_encoder *enc, const VkPhysicalDeviceProvokingVertexFeaturesEXT *val) in vn_encode_VkPhysicalDeviceProvokingVertexFeaturesEXT_self()
7967 vn_encode_VkPhysicalDeviceProvokingVertexFeaturesEXT(struct vn_cs_encoder *enc, const VkPhysicalDeviceProvokingVertexFeaturesEXT *val) in vn_encode_VkPhysicalDeviceProvokingVertexFeaturesEXT()
7984 vn_decode_VkPhysicalDeviceProvokingVertexFeaturesEXT_self(struct vn_cs_decoder *dec, VkPhysicalDeviceProvokingVertexFeaturesEXT *val) in vn_decode_VkPhysicalDeviceProvokingVertexFeaturesEXT_self()
7992 vn_decode_VkPhysicalDeviceProvokingVertexFeaturesEXT(struct vn_cs_decoder *dec, VkPhysicalDeviceProvokingVertexFeaturesEXT *val) in vn_decode_VkPhysicalDeviceProvokingVertexFeaturesEXT()
8011 vn_sizeof_VkPhysicalDeviceProvokingVertexFeaturesEXT_self_partial(const VkPhysicalDeviceProvokingVertexFeaturesEXT *val) in vn_sizeof_VkPhysicalDeviceProvokingVertexFeaturesEXT_self_partial()
8021 vn_sizeof_VkPhysicalDeviceProvokingVertexFeaturesEXT_partial(const VkPhysicalDeviceProvokingVertexFeaturesEXT *val) in vn_sizeof_VkPhysicalDeviceProvokingVertexFeaturesEXT_partial()
8040 vn_encode_VkPhysicalDeviceProvokingVertexFeaturesEXT_self_partial(struct vn_cs_encoder *enc, const VkPhysicalDeviceProvokingVertexFeaturesEXT *va
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c820 VkPhysicalDeviceProvokingVertexFeaturesEXT *features = in tu_GetPhysicalDeviceFeatures2()
821 (VkPhysicalDeviceProvokingVertexFeaturesEXT *)ext; in tu_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationProvokingVertexTests.cpp217 const VkPhysicalDeviceProvokingVertexFeaturesEXT& features = context.getProvokingVertexFeaturesEXT(); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_barycentric/
H A DvktFragmentShadingBarycentricTests.cpp1218 const VkPhysicalDeviceProvokingVertexFeaturesEXT& provokingVertexFeaturesEXT = context.getProvokingVertexFeaturesEXT(); in checkSupport()
1221 TCU_THROW(NotSupportedError, "Requires VkPhysicalDeviceProvokingVertexFeaturesEXT.provokingVertexLast"); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationProvokingVertexTests.cpp210 const VkPhysicalDeviceProvokingVertexFeaturesEXT& features = context.getProvokingVertexFeaturesEXT(); in checkSupport()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c1662 VkPhysicalDeviceProvokingVertexFeaturesEXT *features = in anv_GetPhysicalDeviceFeatures2()
1663 (VkPhysicalDeviceProvokingVertexFeaturesEXT *)ext; in anv_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c1306 VkPhysicalDeviceProvokingVertexFeaturesEXT *features = (void *) ext; in v3dv_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_barycentric/
H A DvktFragmentShadingBarycentricTests.cpp1233 const VkPhysicalDeviceProvokingVertexFeaturesEXT& provokingVertexFeaturesEXT = context.getProvokingVertexFeaturesEXT(); in checkSupport()
1236 TCU_THROW(NotSupportedError, "Requires VkPhysicalDeviceProvokingVertexFeaturesEXT.provokingVertexLast"); in checkSupport()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c1659 VkPhysicalDeviceProvokingVertexFeaturesEXT *features = in radv_GetPhysicalDeviceFeatures2()
1660 (VkPhysicalDeviceProvokingVertexFeaturesEXT *)ext; in radv_GetPhysicalDeviceFeatures2()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp[all...]
H A Dvulkan_core.h11665 typedef struct VkPhysicalDeviceProvokingVertexFeaturesEXT { struct
11670 } VkPhysicalDeviceProvokingVertexFeaturesEXT; typedef
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h12719 typedef struct VkPhysicalDeviceProvokingVertexFeaturesEXT { struct
12724 } VkPhysicalDeviceProvokingVertexFeaturesEXT; typedef
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h11825 typedef struct VkPhysicalDeviceProvokingVertexFeaturesEXT { struct
11830 } VkPhysicalDeviceProvokingVertexFeaturesEXT; typedef
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h14620 typedef struct VkPhysicalDeviceProvokingVertexFeaturesEXT { struct
14625 } VkPhysicalDeviceProvokingVertexFeaturesEXT; typedef
H A Dvulkan_static_assertions.hpp4434 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::PhysicalDeviceProvokingVertexFeaturesEXT ) == sizeof( VkPhysicalDeviceProvokingVertexFeaturesEXT ),
H A Dvulkan_structs.hpp[all...]

Completed in 355 milliseconds