Searched refs:depthClipEnable (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
H A Dsvga3d_dx.h1267 uint8 depthClipEnable; member in struct:__anoncfb9ff1d1608
1296 uint8 depthClipEnable; member in struct:SVGA3dCmdDXDefineRasterizerState
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
H A Dsvga3d_dx.h1308 uint8 depthClipEnable; member in struct:__anonac0ea0701608
1337 uint8 depthClipEnable; member in struct:SVGA3dCmdDXDefineRasterizerState
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_cmd.h572 uint8 depthClipEnable,
H A Dsvga_cmd_vgpu10.c978 uint8 depthClipEnable,
994 depthClipEnable, scissorEnable,
970 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) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dstate.h1095 uint32_t depthClipEnable : 1; member in struct:SWR_RASTSTATE
H A Dclip.h93 if (state.rastState.depthClipEnable)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_cmd.h572 uint8 depthClipEnable,
H A Dsvga_cmd_vgpu10.c978 uint8 depthClipEnable,
994 depthClipEnable, scissorEnable,
970 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) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c259 ext_dst->depthClipEnable = ext_src->depthClipEnable;
H A Dlvp_device.c651 features->depthClipEnable = true;
653 features->depthClipEnable = false;
H A Dlvp_execute.c535 state->rs_state.depth_clip_near = state->rs_state.depth_clip_far = depth_clip_state->depthClipEnable;
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_device.c628 features->depthClipEnable = true;
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_pipeline.c1649 pipeline->depth_clip_enable = clip_info ? clip_info->depthClipEnable : !pipeline->depth_clamp_enable;
H A Danv_device.c1056 features->depthClipEnable = true;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp1196 rastState->depthClipEnable = rasterizer->depth_clip_near;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c1850 SVGA3D_DUMP_PARAMETER(depthClipEnable, u);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c1850 SVGA3D_DUMP_PARAMETER(depthClipEnable, u);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp1344 rastState->depthClipEnable = rasterizer->depth_clip_near;
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_device.c648 features->depthClipEnable = true;
H A Dtu_pipeline.c2763 depth_clip_disable = !depth_clip_state->depthClipEnable;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_pipeline.c2837 depth_clip_disable = !depth_clip_state->depthClipEnable;
H A Dradv_device.c916 features->depthClipEnable = true;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_device.c1490 features->depthClipEnable = true;
H A Danv_pipeline.c2422 pipeline->depth_clip_enable = clip_info ? clip_info->depthClipEnable : !pipeline->depth_clamp_enable;
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_core.h7425 VkBool32 depthClipEnable; member in struct:VkPhysicalDeviceDepthClipEnableFeaturesEXT
7432 VkBool32 depthClipEnable; member in struct:VkPipelineRasterizationDepthClipStateCreateInfoEXT

Completed in 105 milliseconds

12