/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_physical_device.h | 39 VkPhysicalDeviceDepthClipEnableFeaturesEXT depth_clip_enable;
|
H A D | vn_physical_device.c | 1639 VkPhysicalDeviceDepthClipEnableFeaturesEXT *depth_clip_enable; in vn_GetPhysicalDeviceFeatures2()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPhysicalDevice.hpp | 45 bool hasExtendedFeatures(const VkPhysicalDeviceDepthClipEnableFeaturesEXT *features) const;
|
H A D | VkPhysicalDevice.cpp | 442 getPhysicalDeviceDepthClipEnableFeaturesExt(reinterpret_cast<VkPhysicalDeviceDepthClipEnableFeaturesEXT *>(curExtension)); in getFeatures2() 1217 bool PhysicalDevice::hasExtendedFeatures(const VkPhysicalDeviceDepthClipEnableFeaturesEXT *requested) const in hasExtendedFeatures()
|
H A D | libVulkan.cpp | 920 const auto *depthClipFeatures = reinterpret_cast<const VkPhysicalDeviceDepthClipEnableFeaturesEXT *>(extensionCreateInfo); in vkCreateDevice()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_device.c | 619 VkPhysicalDeviceDepthClipEnableFeaturesEXT *features = in panvk_GetPhysicalDeviceFeatures2() 620 (VkPhysicalDeviceDepthClipEnableFeaturesEXT *)ext; in panvk_GetPhysicalDeviceFeatures2()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 944 VkPhysicalDeviceDepthClipEnableFeaturesEXT *features = in lvp_GetPhysicalDeviceFeatures2() 945 (VkPhysicalDeviceDepthClipEnableFeaturesEXT *)ext; in lvp_GetPhysicalDeviceFeatures2()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 4351 /* struct VkPhysicalDeviceDepthClipEnableFeaturesEXT chain */ 4361 vn_sizeof_VkPhysicalDeviceDepthClipEnableFeaturesEXT_self(const VkPhysicalDeviceDepthClipEnableFeaturesEXT *val) in vn_sizeof_VkPhysicalDeviceDepthClipEnableFeaturesEXT_self() 4370 vn_sizeof_VkPhysicalDeviceDepthClipEnableFeaturesEXT(const VkPhysicalDeviceDepthClipEnableFeaturesEXT *val) in vn_sizeof_VkPhysicalDeviceDepthClipEnableFeaturesEXT() 4389 vn_encode_VkPhysicalDeviceDepthClipEnableFeaturesEXT_self(struct vn_cs_encoder *enc, const VkPhysicalDeviceDepthClipEnableFeaturesEXT *val) in vn_encode_VkPhysicalDeviceDepthClipEnableFeaturesEXT_self() 4396 vn_encode_VkPhysicalDeviceDepthClipEnableFeaturesEXT(struct vn_cs_encoder *enc, const VkPhysicalDeviceDepthClipEnableFeaturesEXT *val) in vn_encode_VkPhysicalDeviceDepthClipEnableFeaturesEXT() 4413 vn_decode_VkPhysicalDeviceDepthClipEnableFeaturesEXT_self(struct vn_cs_decoder *dec, VkPhysicalDeviceDepthClipEnableFeaturesEXT *val) in vn_decode_VkPhysicalDeviceDepthClipEnableFeaturesEXT_self() 4420 vn_decode_VkPhysicalDeviceDepthClipEnableFeaturesEXT(struct vn_cs_decoder *dec, VkPhysicalDeviceDepthClipEnableFeaturesEXT *val) in vn_decode_VkPhysicalDeviceDepthClipEnableFeaturesEXT() 4439 vn_sizeof_VkPhysicalDeviceDepthClipEnableFeaturesEXT_self_partial(const VkPhysicalDeviceDepthClipEnableFeaturesEXT *val) in vn_sizeof_VkPhysicalDeviceDepthClipEnableFeaturesEXT_self_partial() 4448 vn_sizeof_VkPhysicalDeviceDepthClipEnableFeaturesEXT_partial(const VkPhysicalDeviceDepthClipEnableFeaturesEXT *val) in vn_sizeof_VkPhysicalDeviceDepthClipEnableFeaturesEXT_partial() 4467 vn_encode_VkPhysicalDeviceDepthClipEnableFeaturesEXT_self_partial(struct vn_cs_encoder *enc, const VkPhysicalDeviceDepthClipEnableFeaturesEXT *va [all...] |
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 745 VkPhysicalDeviceDepthClipEnableFeaturesEXT *features = in tu_GetPhysicalDeviceFeatures2() 746 (VkPhysicalDeviceDepthClipEnableFeaturesEXT *)ext; in tu_GetPhysicalDeviceFeatures2()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 1549 VkPhysicalDeviceDepthClipEnableFeaturesEXT *features = in anv_GetPhysicalDeviceFeatures2() 1550 (VkPhysicalDeviceDepthClipEnableFeaturesEXT *)ext; in anv_GetPhysicalDeviceFeatures2()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 1512 VkPhysicalDeviceDepthClipEnableFeaturesEXT *features = in radv_GetPhysicalDeviceFeatures2() 1513 (VkPhysicalDeviceDepthClipEnableFeaturesEXT *)ext; in radv_GetPhysicalDeviceFeatures2()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 6701 typedef struct VkPhysicalDeviceDepthClipEnableFeaturesEXT { struct 6705 } VkPhysicalDeviceDepthClipEnableFeaturesEXT; typedef
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_parser.hpp | 905 static void parse_VkPhysicalDeviceDepthClipEnableFeaturesEXT(const char* s, Json::Value& obj, VkPhysicalDeviceDepthClipEnableFeaturesEXT& o); 1673 p = s_globalMem.allocate(sizeof(VkPhysicalDeviceDepthClipEnableFeaturesEXT)); in parsePNextChain() 1674 parse_VkPhysicalDeviceDepthClipEnableFeaturesEXT("", pNextObj, *((VkPhysicalDeviceDepthClipEnableFeaturesEXT*)p)); in parsePNextChain() 12032 static void parse_VkPhysicalDeviceDepthClipEnableFeaturesEXT(const char* s, Json::Value& obj, VkPhysicalDeviceDepthClipEnableFeaturesEXT& o) { in parse_VkPhysicalDeviceDepthClipEnableFeaturesEXT() 12036 o.pNext = (VkPhysicalDeviceDepthClipEnableFeaturesEXT*)parsePNextChain(obj); in parse_VkPhysicalDeviceDepthClipEnableFeaturesEXT()
|
H A D | vulkan_json_data.hpp | [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectMiscTests.cpp | 649 vk::VkPhysicalDeviceDepthClipEnableFeaturesEXT depthClipEnableFeatures = vk::initVulkanStructure();
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 9214 typedef struct VkPhysicalDeviceDepthClipEnableFeaturesEXT { struct 9218 } VkPhysicalDeviceDepthClipEnableFeaturesEXT; typedef
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | [all...] |
H A D | vulkan_core.h | 9602 typedef struct VkPhysicalDeviceDepthClipEnableFeaturesEXT { struct 9606 } VkPhysicalDeviceDepthClipEnableFeaturesEXT; typedef
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 10737 typedef struct VkPhysicalDeviceDepthClipEnableFeaturesEXT { struct 10741 } VkPhysicalDeviceDepthClipEnableFeaturesEXT; typedef
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 9762 typedef struct VkPhysicalDeviceDepthClipEnableFeaturesEXT { struct 9766 } VkPhysicalDeviceDepthClipEnableFeaturesEXT; typedef
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 12584 typedef struct VkPhysicalDeviceDepthClipEnableFeaturesEXT { struct 12588 } VkPhysicalDeviceDepthClipEnableFeaturesEXT; typedef
|
H A D | vulkan_static_assertions.hpp | 2937 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::PhysicalDeviceDepthClipEnableFeaturesEXT ) == sizeof( VkPhysicalDeviceDepthClipEnableFeaturesEXT ),
|
H A D | vulkan_structs.hpp | [all...] |