Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/src/Device/
DRenderer.cpp269 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 …]
DClipper.hpp42 static unsigned int ComputeClipFlags(const float4 &v, bool depthClipEnable);
DContext.hpp163 inline bool getDepthClipEnable() const { return depthClipEnable; } in getDepthClipEnable()
239 bool depthClipEnable = false; member
DRenderer.hpp94 bool depthClipEnable; member
160 bool depthClipEnable; member
DVertexProcessor.hpp84 bool depthClipEnable : 1; member
DVertexProcessor.cpp76 state.depthClipEnable = pipelineState.getDepthClipEnable(); in update()
DClipper.cpp264 unsigned int Clipper::ComputeClipFlags(const float4 &v, bool depthClipEnable) in ComputeClipFlags() argument
272 (depthClipEnable ? depthClipFlags : 0) | in ComputeClipFlags()
DContext.cpp338 depthClipEnable = !depthClampEnable; in GraphicsState()
381 depthClipEnable = depthClipInfo->depthClipEnable != VK_FALSE; in GraphicsState()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.hpp75 bool depthClipEnable = false; member
DvktDrawUtil.cpp444 pipelineState.depthClipEnable, // VkBool32 depthClipEnable; in registerDrawObject()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp641 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/
Dsvga3d_dx.h1308 uint8 depthClipEnable; member
1337 uint8 depthClipEnable; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dmandatory_features.txt66 VkPhysicalDeviceDepthClipEnableFeaturesEXT FEATURES ( depthClipEnable ) REQUIREMENTS ( …
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipeline.c259 ext_dst->depthClipEnable = ext_src->depthClipEnable; in deep_copy_rasterization_state()
Dlvp_device.c651 features->depthClipEnable = true; in lvp_GetPhysicalDeviceFeatures2()
653 features->depthClipEnable = false; in lvp_GetPhysicalDeviceFeatures2()
/third_party/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()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp332 features->depthClipEnable = VK_TRUE; in getPhysicalDeviceDepthClipEnableFeaturesExt()
1221 return CheckFeature(requested, supported, depthClipEnable); in hasExtendedFeatures()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h1066 uint32_t depthClipEnable : 1; member
Dclip.h93 if (state.rastState.depthClipEnable) in ComputeClipCodes()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkMandatoryFeatures.inl1156 if ( physicalDeviceDepthClipEnableFeaturesEXT.depthClipEnable == VK_FALSE )
1158 …log << tcu::TestLog::Message << "Mandatory feature depthClipEnable not supported" << tcu::TestLog:…
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c628 features->depthClipEnable = true; in panvk_GetPhysicalDeviceFeatures2()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DVertexRoutine.cpp136 if(state.depthClipEnable) in computeClipFlags()
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c1850 SVGA3D_DUMP_PARAMETER(depthClipEnable, u); in SVGA3D_DUMP_HEADER()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c648 features->depthClipEnable = true; in tu_GetPhysicalDeviceFeatures2()

12