Home
last modified time | relevance | path

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

/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_physical_device.h39 VkPhysicalDeviceDepthClipEnableFeaturesEXT depth_clip_enable;
H A Dvn_physical_device.c1639 VkPhysicalDeviceDepthClipEnableFeaturesEXT *depth_clip_enable; in vn_GetPhysicalDeviceFeatures2()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPhysicalDevice.hpp45 bool hasExtendedFeatures(const VkPhysicalDeviceDepthClipEnableFeaturesEXT *features) const;
H A DVkPhysicalDevice.cpp442 getPhysicalDeviceDepthClipEnableFeaturesExt(reinterpret_cast<VkPhysicalDeviceDepthClipEnableFeaturesEXT *>(curExtension)); in getFeatures2()
1217 bool PhysicalDevice::hasExtendedFeatures(const VkPhysicalDeviceDepthClipEnableFeaturesEXT *requested) const in hasExtendedFeatures()
H A DlibVulkan.cpp920 const auto *depthClipFeatures = reinterpret_cast<const VkPhysicalDeviceDepthClipEnableFeaturesEXT *>(extensionCreateInfo); in vkCreateDevice()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c619 VkPhysicalDeviceDepthClipEnableFeaturesEXT *features = in panvk_GetPhysicalDeviceFeatures2()
620 (VkPhysicalDeviceDepthClipEnableFeaturesEXT *)ext; in panvk_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c944 VkPhysicalDeviceDepthClipEnableFeaturesEXT *features = in lvp_GetPhysicalDeviceFeatures2()
945 (VkPhysicalDeviceDepthClipEnableFeaturesEXT *)ext; in lvp_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h4351 /* 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 Dtu_device.c745 VkPhysicalDeviceDepthClipEnableFeaturesEXT *features = in tu_GetPhysicalDeviceFeatures2()
746 (VkPhysicalDeviceDepthClipEnableFeaturesEXT *)ext; in tu_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c1549 VkPhysicalDeviceDepthClipEnableFeaturesEXT *features = in anv_GetPhysicalDeviceFeatures2()
1550 (VkPhysicalDeviceDepthClipEnableFeaturesEXT *)ext; in anv_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c1512 VkPhysicalDeviceDepthClipEnableFeaturesEXT *features = in radv_GetPhysicalDeviceFeatures2()
1513 (VkPhysicalDeviceDepthClipEnableFeaturesEXT *)ext; in radv_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h6701 typedef struct VkPhysicalDeviceDepthClipEnableFeaturesEXT { struct
6705 } VkPhysicalDeviceDepthClipEnableFeaturesEXT; typedef
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_parser.hpp905 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 Dvulkan_json_data.hpp[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectMiscTests.cpp649 vk::VkPhysicalDeviceDepthClipEnableFeaturesEXT depthClipEnableFeatures = vk::initVulkanStructure();
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h9214 typedef struct VkPhysicalDeviceDepthClipEnableFeaturesEXT { struct
9218 } VkPhysicalDeviceDepthClipEnableFeaturesEXT; typedef
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp[all...]
H A Dvulkan_core.h9602 typedef struct VkPhysicalDeviceDepthClipEnableFeaturesEXT { struct
9606 } VkPhysicalDeviceDepthClipEnableFeaturesEXT; typedef
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h10737 typedef struct VkPhysicalDeviceDepthClipEnableFeaturesEXT { struct
10741 } VkPhysicalDeviceDepthClipEnableFeaturesEXT; typedef
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h9762 typedef struct VkPhysicalDeviceDepthClipEnableFeaturesEXT { struct
9766 } VkPhysicalDeviceDepthClipEnableFeaturesEXT; typedef
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h12584 typedef struct VkPhysicalDeviceDepthClipEnableFeaturesEXT { struct
12588 } VkPhysicalDeviceDepthClipEnableFeaturesEXT; typedef
H A Dvulkan_static_assertions.hpp2937 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::PhysicalDeviceDepthClipEnableFeaturesEXT ) == sizeof( VkPhysicalDeviceDepthClipEnableFeaturesEXT ),
H A Dvulkan_structs.hpp[all...]

Completed in 504 milliseconds