/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | Renderer.cpp | 269 draw->depthClipEnable = pipelineState.getDepthClipEnable(); in draw() 358 data->depthClipEnable = pipelineState.getDepthClipEnable(); in draw() 905 C[0] = Clipper::ComputeClipFlags(P[0], draw.depthClipEnable); in setupLine() 909 C[1] = Clipper::ComputeClipFlags(P[1], draw.depthClipEnable); in setupLine() 913 C[2] = Clipper::ComputeClipFlags(P[2], draw.depthClipEnable); in setupLine() 917 C[3] = Clipper::ComputeClipFlags(P[3], draw.depthClipEnable); in setupLine() 962 C[0] = Clipper::ComputeClipFlags(P[0], draw.depthClipEnable); in setupLine() 965 C[1] = Clipper::ComputeClipFlags(P[1], draw.depthClipEnable); in setupLine() 968 C[2] = Clipper::ComputeClipFlags(P[2], draw.depthClipEnable); in setupLine() 971 C[3] = Clipper::ComputeClipFlags(P[3], draw.depthClipEnable); in setupLine() [all …]
|
D | Clipper.hpp | 42 static unsigned int ComputeClipFlags(const float4 &v, bool depthClipEnable);
|
D | Context.hpp | 163 inline bool getDepthClipEnable() const { return depthClipEnable; } in getDepthClipEnable() 239 bool depthClipEnable = false; member
|
D | Renderer.hpp | 94 bool depthClipEnable; member 160 bool depthClipEnable; member
|
D | VertexProcessor.hpp | 84 bool depthClipEnable : 1; member
|
D | VertexProcessor.cpp | 76 state.depthClipEnable = pipelineState.getDepthClipEnable(); in update()
|
D | Clipper.cpp | 264 unsigned int Clipper::ComputeClipFlags(const float4 &v, bool depthClipEnable) in ComputeClipFlags() argument 272 (depthClipEnable ? depthClipFlags : 0) | in ComputeClipFlags()
|
D | Context.cpp | 338 depthClipEnable = !depthClampEnable; in GraphicsState() 381 depthClipEnable = depthClipInfo->depthClipEnable != VK_FALSE; in GraphicsState()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
D | vktDrawUtil.hpp | 75 bool depthClipEnable = false; member
|
D | vktDrawUtil.cpp | 444 pipelineState.depthClipEnable, // VkBool32 depthClipEnable; in registerDrawObject()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/ |
D | vktClippingTests.cpp | 641 if (!context.getDepthClipEnableFeaturesEXT().depthClipEnable) in testPrimitivesDepthClip() 658 bool depthClipEnable; in testPrimitivesDepthClip() member 717 pipelineState.depthClipEnable = cases[caseNdx].depthClipEnable; in testPrimitivesDepthClip() 747 pipelineState.depthClipEnable = cases[caseNdx].depthClipEnable; in testPrimitivesDepthClip()
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_dx.h | 1308 uint8 depthClipEnable; member 1337 uint8 depthClipEnable; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
D | mandatory_features.txt | 66 VkPhysicalDeviceDepthClipEnableFeaturesEXT FEATURES ( depthClipEnable ) REQUIREMENTS ( …
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_pipeline.c | 259 ext_dst->depthClipEnable = ext_src->depthClipEnable; in deep_copy_rasterization_state()
|
D | lvp_device.c | 651 features->depthClipEnable = true; in lvp_GetPhysicalDeviceFeatures2() 653 features->depthClipEnable = false; in lvp_GetPhysicalDeviceFeatures2()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_cmd.h | 572 uint8 depthClipEnable,
|
D | svga_cmd_vgpu10.c | 978 uint8 depthClipEnable, in SVGA3D_vgpu10_DefineRasterizerState() argument 994 depthClipEnable, scissorEnable, in SVGA3D_vgpu10_DefineRasterizerState()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkPhysicalDevice.cpp | 332 features->depthClipEnable = VK_TRUE; in getPhysicalDeviceDepthClipEnableFeaturesExt() 1221 return CheckFeature(requested, supported, depthClipEnable); in hasExtendedFeatures()
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | state.h | 1066 uint32_t depthClipEnable : 1; member
|
D | clip.h | 93 if (state.rastState.depthClipEnable) in ComputeClipCodes()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkMandatoryFeatures.inl | 1156 if ( physicalDeviceDepthClipEnableFeaturesEXT.depthClipEnable == VK_FALSE ) 1158 …log << tcu::TestLog::Message << "Mandatory feature depthClipEnable not supported" << tcu::TestLog:…
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_device.c | 628 features->depthClipEnable = true; in panvk_GetPhysicalDeviceFeatures2()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | VertexRoutine.cpp | 136 if(state.depthClipEnable) in computeClipFlags()
|
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/ |
D | svga_dump.c | 1850 SVGA3D_DUMP_PARAMETER(depthClipEnable, u); in SVGA3D_DUMP_HEADER()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 648 features->depthClipEnable = true; in tu_GetPhysicalDeviceFeatures2()
|