/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A 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...] |
H A D | Clipper.hpp | 42 static unsigned int ComputeClipFlags(const float4 &v, bool depthClipEnable);
|
H A D | Context.hpp | 163 inline bool getDepthClipEnable() const { return depthClipEnable; } in getDepthClipEnable() 239 bool depthClipEnable = false; member
|
H A D | Renderer.hpp | 94 bool depthClipEnable; member 160 bool depthClipEnable; member
|
H A D | VertexProcessor.cpp | 76 state.depthClipEnable = pipelineState.getDepthClipEnable(); in update()
|
H A D | VertexProcessor.hpp | 84 bool depthClipEnable : 1; member
|
H A D | Clipper.cpp | 264 unsigned int Clipper::ComputeClipFlags(const float4 &v, bool depthClipEnable) in ComputeClipFlags() argument 272 (depthClipEnable ? depthClipFlags : 0) | in ComputeClipFlags()
|
H A 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/ |
H A D | vktDrawUtil.hpp | 75 bool depthClipEnable = false; member
|
H A D | vktDrawUtil.cpp | 444 pipelineState.depthClipEnable, // VkBool32 depthClipEnable; in registerDrawObject()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/ |
H A D | vktDrawUtil.hpp | 75 bool depthClipEnable = false; member
|
H A D | vktDrawUtil.cpp | 444 pipelineState.depthClipEnable, // VkBool32 depthClipEnable; in registerDrawObject()
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga3d_dx.h | 1600 uint8 depthClipEnable; member 1627 uint8 depthClipEnable; member 1653 uint8 depthClipEnable; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/ |
H A D | vktClippingTests.cpp | 642 if (!context.getDepthClipEnableFeaturesEXT().depthClipEnable) in testPrimitivesDepthClip() 659 bool depthClipEnable; in testPrimitivesDepthClip() member 718 pipelineState.depthClipEnable = cases[caseNdx].depthClipEnable; in testPrimitivesDepthClip() 753 pipelineState.depthClipEnable = cases[caseNdx].depthClipEnable; in testPrimitivesDepthClip()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/clipping/ |
H A D | vktClippingTests.cpp | 642 if (!context.getDepthClipEnableFeaturesEXT().depthClipEnable) in testPrimitivesDepthClip() 659 bool depthClipEnable; in testPrimitivesDepthClip() member 718 pipelineState.depthClipEnable = cases[caseNdx].depthClipEnable; in testPrimitivesDepthClip() 753 pipelineState.depthClipEnable = cases[caseNdx].depthClipEnable; in testPrimitivesDepthClip()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_cmd.h | 572 uint8 depthClipEnable, 793 uint8 depthClipEnable,
|
H A D | svga_cmd_vgpu10.c | 985 uint8 depthClipEnable, in SVGA3D_vgpu10_DefineRasterizerState() 1001 depthClipEnable, scissorEnable, in SVGA3D_vgpu10_DefineRasterizerState() 1816 uint8 depthClipEnable, in SVGA3D_sm5_DefineRasterizerState_v2() 1833 depthClipEnable, scissorEnable, in SVGA3D_sm5_DefineRasterizerState_v2() 977 SVGA3D_vgpu10_DefineRasterizerState(struct svga_winsys_context *swc, SVGA3dRasterizerStateId rasterizerId, uint8 fillMode, SVGA3dCullMode cullMode, uint8 frontCounterClockwise, int32 depthBias, float depthBiasClamp, float slopeScaledDepthBias, uint8 depthClipEnable, uint8 scissorEnable, uint8 multisampleEnable, uint8 antialiasedLineEnable, float lineWidth, uint8 lineStippleEnable, uint8 lineStippleFactor, uint16 lineStipplePattern, uint8 provokingVertexLast) SVGA3D_vgpu10_DefineRasterizerState() argument 1808 SVGA3D_sm5_DefineRasterizerState_v2(struct svga_winsys_context *swc, SVGA3dRasterizerStateId rasterizerId, uint8 fillMode, SVGA3dCullMode cullMode, uint8 frontCounterClockwise, int32 depthBias, float depthBiasClamp, float slopeScaledDepthBias, uint8 depthClipEnable, uint8 scissorEnable, uint8 multisampleEnable, uint8 antialiasedLineEnable, float lineWidth, uint8 lineStippleEnable, uint8 lineStippleFactor, uint16 lineStipplePattern, uint8 provokingVertexLast, uint32 forcedSampleCount) SVGA3D_sm5_DefineRasterizerState_v2() argument
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_pipeline.c | 187 depth_clip_state.depthClipEnable = hw_rast_state->depth_clip; in zink_create_gfx_pipeline()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPhysicalDevice.cpp | 332 features->depthClipEnable = VK_TRUE; in getPhysicalDeviceDepthClipEnableFeaturesExt() 1221 return CheckFeature(requested, supported, depthClipEnable); in hasExtendedFeatures()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkPipelineConstructionUtil.cpp | 1886 deBool depthClipEnable = VK_FALSE; member 3590 state->depthClipEnable = depthClip->depthClipEnable; in buildPipeline() 3592 state->depthClipEnable = !pointerToCreateInfo->pRasterizationState->depthClampEnable && !depthClampEnableDynamic; in buildPipeline() 4132 vk.cmdSetDepthClipEnableEXT(cmdBuffer, state->depthClipEnable); in setShaderObjectDynamicStates()
|
H A D | vkSafetyCriticalUtil.cpp | 209 hash_combine(seed, ptr->flags, ptr->depthClipEnable); in hashPNextChain()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 947 features->depthClipEnable = true; in lvp_GetPhysicalDeviceFeatures2() 949 features->depthClipEnable = false; in lvp_GetPhysicalDeviceFeatures2()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_pipeline.h | 903 size += vn_sizeof_VkBool32(&val->depthClipEnable); in vn_sizeof_VkPipelineRasterizationDepthClipStateCreateInfoEXT_self() 931 vn_encode_VkBool32(enc, &val->depthClipEnable); in vn_encode_VkPipelineRasterizationDepthClipStateCreateInfoEXT_self()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_device.c | 621 features->depthClipEnable = true; in panvk_GetPhysicalDeviceFeatures2()
|
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/ |
H A D | svga_dump.c | 1850 SVGA3D_DUMP_PARAMETER(depthClipEnable, u); in SVGA3D_DUMP_HEADER()
|