Searched refs:depth_clip (Results 1 - 25 of 41) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_program.c95 p->rasterizer.depth_clip = 1;
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h134 unsigned depth_clip:1; member in struct:pipe_rasterizer_state
/external/mesa3d/src/gallium/tests/graw/
H A Dquad-tex.c191 rasterizer.depth_clip = 1;
H A Dtri.c129 rasterizer.depth_clip = 1;
H A Dshader-leak.c254 rasterizer.depth_clip = 1;
H A Dtri-gs.c259 rasterizer.depth_clip = 1;
H A Dtri-instanced.c310 rasterizer.depth_clip = 1;
H A Dquad-sample.c381 rasterizer.depth_clip = 1;
H A Dfs-test.c508 rasterizer.depth_clip = 1;
H A Dgs-test.c572 rasterizer.depth_clip = 1;
H A Dvs-test.c460 rasterizer.depth_clip = 1;
/external/mesa3d/src/gallium/tests/trivial/
H A Dtri.c156 p->rasterizer.depth_clip = 1;
H A Dquad-tex.c205 p->rasterizer.depth_clip = 1;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c250 raster->depth_clip = ctx->Transform.DepthClamp == GL_FALSE;
H A Dst_cb_clear.c73 st->clear.raster.depth_clip = 1;
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_matrix_filter.c172 rs_state.depth_clip = 1;
H A Dvl_median_filter.c258 rs_state.depth_clip = 1;
H A Dvl_zscan.c274 rs_state.depth_clip = 1;
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_context.c228 draw->rasterizer && draw->rasterizer->depth_clip);
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_state.c189 SB_DATA (so, cso->depth_clip ? 0x00000001 : 0x00000010);
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_dump_state.c150 trace_dump_member(bool, state, depth_clip);
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_renderer.c112 raster.depth_clip = 1;
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_renderer.c85 raster.depth_clip = 1;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blit.c122 ctx->rasterizer.depth_clip = 1;
H A Du_dump_state.c332 util_dump_member(stream, bool, state, depth_clip);

Completed in 2602 milliseconds

12