Home
last modified time | relevance | path

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

123

/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
DClipper.cpp264 unsigned int Clipper::ComputeClipFlags(const float4 &v, bool depthClipEnable) in ComputeClipFlags() argument
272 (depthClipEnable ? depthClipFlags : 0) | in ComputeClipFlags()
DVertexProcessor.cpp76 state.depthClipEnable = pipelineState.getDepthClipEnable(); in update()
DContext.cpp338 depthClipEnable = !depthClampEnable; in GraphicsState()
381 depthClipEnable = depthClipInfo->depthClipEnable != VK_FALSE; in GraphicsState()
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_depth_clip_enable.adoc24 slink:VkPipelineRasterizationDepthClipStateCreateInfoEXT::pname:depthClipEnable.
DVK_EXT_depth_clip_enable.txt24 slink:VkPipelineRasterizationDepthClipStateCreateInfoEXT::pname:depthClipEnable.
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_EXT_extended_dynamic_state3.adoc120 VkPipelineRasterizationDepthClipStateCreateInfoEXT::depthClipEnable
121 * Assuming VkPhysicalDeviceDepthClipEnableFeaturesEXT::depthClipEnable is enabled
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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/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.cpp642 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/
DvktClippingTests.cpp642 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/include/
Dsvga3d_dx.h1600 uint8 depthClipEnable; member
1627 uint8 depthClipEnable; member
1653 uint8 depthClipEnable; member
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.h572 uint8 depthClipEnable,
793 uint8 depthClipEnable,
Dsvga_cmd_vgpu10.c985 uint8 depthClipEnable, in SVGA3D_vgpu10_DefineRasterizerState() argument
1001 depthClipEnable, scissorEnable, in SVGA3D_vgpu10_DefineRasterizerState()
1816 uint8 depthClipEnable, in SVGA3D_sm5_DefineRasterizerState_v2() argument
1833 depthClipEnable, scissorEnable, in SVGA3D_sm5_DefineRasterizerState_v2()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dmandatory_features.txt66 VkPhysicalDeviceDepthClipEnableFeaturesEXT FEATURES ( depthClipEnable ) REQUIREMENTS ( …
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_pipeline.c187 depth_clip_state.depthClipEnable = hw_rast_state->depth_clip; in zink_create_gfx_pipeline()
/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/vk-gl-cts/external/vulkan-docs/src/chapters/
Dvertexpostproc.adoc806 slink:VkPipelineRasterizationDepthClipStateCreateInfoEXT::pname:depthClipEnable
867 * pname:depthClipEnable specifies whether depth clipping is enabled.
874 slink:VkPipelineRasterizationDepthClipStateCreateInfoEXT::pname:depthClipEnable
884 * [[VUID-vkCmdSetDepthClipEnableEXT-depthClipEnable-07451]]
885 The <<features-depthClipEnable, pname:depthClipEnable>> feature must: be
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c947 features->depthClipEnable = true; in lvp_GetPhysicalDeviceFeatures2()
949 features->depthClipEnable = false; in lvp_GetPhysicalDeviceFeatures2()

123