HomeSort by: relevance | last modified time | path
    Searched defs:depth_clip_near (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
p_state.h 159 * If PIPE_CAP_DEPTH_CLIP_DISABLE_SEPARATE is unsupported, depth_clip_near
162 unsigned depth_clip_near:1; member in struct:pipe_rasterizer_state
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
p_state.h 156 * If PIPE_CAP_DEPTH_CLIP_DISABLE_SEPARATE is unsupported, depth_clip_near
159 unsigned depth_clip_near:1; member in struct:pipe_rasterizer_state
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_state.c 1715 bool depth_clip_near; /* for CC_VIEWPORT */ member in struct:iris_rasterizer_state
1778 cso->depth_clip_near = state->depth_clip_near;
1847 rr.ViewportZNearClipTestEnable = state->depth_clip_near;
1852 rr.ViewportZClipTestEnable = (state->depth_clip_near || state->depth_clip_far);
1932 if (cso_changed(depth_clip_near) || cso_changed(depth_clip_far) ||
3067 if (ice->state.cso_rast && (!ice->state.cso_rast->depth_clip_near ||
5659 if (cso_rast->depth_clip_near)
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_state.c 1168 bool depth_clip_near; /* for CC_VIEWPORT */ member in struct:iris_rasterizer_state
1229 cso->depth_clip_near = state->depth_clip_near;
1295 rr.ViewportZNearClipTestEnable = state->depth_clip_near;
1300 rr.ViewportZClipTestEnable = (state->depth_clip_near || state->depth_clip_far);
1378 if (cso_changed(depth_clip_near) || cso_changed(depth_clip_far) ||
2427 if (ice->state.cso_rast && (!ice->state.cso_rast->depth_clip_near ||
4513 if (cso_rast->depth_clip_near)

Completed in 20 milliseconds