Home
last modified time | relevance | path

Searched refs:depthClipEnable (Results 1 – 25 of 33) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.hpp74 bool depthClipEnable = false; member
DvktDrawUtil.cpp444 pipelineState.depthClipEnable, // VkBool32 depthClipEnable; in registerDrawObject()
/external/deqp/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp621 if (!context.getDepthClipEnableFeaturesEXT().depthClipEnable) in testPrimitivesDepthClip()
638 bool depthClipEnable; in testPrimitivesDepthClip() member
693 pipelineState.depthClipEnable = cases[caseNdx].depthClipEnable; in testPrimitivesDepthClip()
723 pipelineState.depthClipEnable = cases[caseNdx].depthClipEnable; in testPrimitivesDepthClip()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_dx.h1308 uint8 depthClipEnable; member
1337 uint8 depthClipEnable; member
/external/deqp/external/vulkancts/scripts/src/
Dmandatory_features.txt66 VkPhysicalDeviceDepthClipEnableFeaturesEXT FEATURES ( depthClipEnable ) REQUIREMENTS ( …
Dvulkan_core.h9217 VkBool32 depthClipEnable; member
9224 VkBool32 depthClipEnable; member
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.h572 uint8 depthClipEnable,
Dsvga_cmd_vgpu10.c978 uint8 depthClipEnable, in SVGA3D_vgpu10_DefineRasterizerState() argument
994 depthClipEnable, scissorEnable, in SVGA3D_vgpu10_DefineRasterizerState()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h1066 uint32_t depthClipEnable : 1; member
Dclip.h93 if (state.rastState.depthClipEnable) in ComputeClipCodes()
/external/deqp/external/vulkancts/framework/vulkan/
DvkMandatoryFeatures.inl1046 if ( physicalDeviceDepthClipEnableFeaturesEXT.depthClipEnable == VK_FALSE )
1048 …log << tcu::TestLog::Message << "Mandatory feature depthClipEnable not supported" << tcu::TestLog:…
DvkStructTypes.inl3529 VkBool32 depthClipEnable; member
3537 VkBool32 depthClipEnable; member
/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.cpp18912 depthClipEnable(in_struct->depthClipEnable) in safe_VkPhysicalDeviceDepthClipEnableFeaturesEXT()
18924 depthClipEnable = src.depthClipEnable; in safe_VkPhysicalDeviceDepthClipEnableFeaturesEXT()
18936 depthClipEnable = src.depthClipEnable; in operator =()
18951 depthClipEnable = in_struct->depthClipEnable; in initialize()
18958 depthClipEnable = src->depthClipEnable; in initialize()
18965 depthClipEnable(in_struct->depthClipEnable) in safe_VkPipelineRasterizationDepthClipStateCreateInfoEXT()
18978 depthClipEnable = src.depthClipEnable; in safe_VkPipelineRasterizationDepthClipStateCreateInfoEXT()
18991 depthClipEnable = src.depthClipEnable; in operator =()
19007 depthClipEnable = in_struct->depthClipEnable; in initialize()
19015 depthClipEnable = src->depthClipEnable; in initialize()
Dvk_safe_struct.h4284 VkBool32 depthClipEnable; member
4300 VkBool32 depthClipEnable; member
/external/mesa3d/src/freedreno/vulkan/
Dtu_device.c591 features->depthClipEnable = true; in tu_GetPhysicalDeviceFeatures2()
Dtu_pipeline.c2402 depth_clip_disable = !depth_clip_state->depthClipEnable; in tu_pipeline_builder_parse_rasterization()
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c1850 SVGA3D_DUMP_PARAMETER(depthClipEnable, u); in SVGA3D_DUMP_HEADER()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1326 rastState->depthClipEnable = rasterizer->depth_clip_near; in swr_update_derived()
/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c2157 …pipeline->depth_clip_enable = clip_info ? clip_info->depthClipEnable : !pipeline->depth_clamp_enab… in anv_graphics_pipeline_init()
Danv_device.c1147 features->depthClipEnable = true; in anv_GetPhysicalDeviceFeatures2()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp1953 depthClipState.depthClipEnable = VK_TRUE; in initializePipeline()
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h8563 VkBool32 depthClipEnable; member
8570 VkBool32 depthClipEnable; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h8570 VkBool32 depthClipEnable; member
8577 VkBool32 depthClipEnable; member
/external/mesa3d/include/vulkan/
Dvulkan_core.h8563 VkBool32 depthClipEnable; member
8570 VkBool32 depthClipEnable; member
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp36180 : depthClipEnable( depthClipEnable_ )
36212 depthClipEnable = depthClipEnable_; in setDepthClipEnable()
36231 …urn ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( depthClipEnable == rhs.depthClipEnable ); in operator ==()
36243 VULKAN_HPP_NAMESPACE::Bool32 depthClipEnable = {}; member
53182 , depthClipEnable( depthClipEnable_ )
53221 depthClipEnable = depthClipEnable_; in setDepthClipEnable()
53241 ( depthClipEnable == rhs.depthClipEnable ); in operator ==()
53254 VULKAN_HPP_NAMESPACE::Bool32 depthClipEnable = {}; member

12