Home
last modified time | relevance | path

Searched refs:depth_clip_far (Results 1 – 25 of 51) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_rasterizer.c55 .zfar_clip_disable = !cso->depth_clip_far, in __fd6_setup_rasterizer_stateobj()
57 !cso->depth_clip_far, in __fd6_setup_rasterizer_stateobj()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_state.h61 ctx->rasterizer->depth_clip_far); in fd_depth_clamp_enabled()
Dfreedreno_blitter.c224 .depth_clip_far = 1, in fd_blitter_clear()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c301 raster->depth_clip_far = st->clamp_frag_depth_in_shader || in st_update_rasterizer()
303 raster->depth_clamp = !raster->depth_clip_far; in st_update_rasterizer()
Dst_cb_clear.c77 st->clear.raster.depth_clip_far = 1; in st_init_clear()
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_program.c96 p->rasterizer.depth_clip_far = 1; in pp_init_prog()
/third_party/mesa3d/src/gallium/tests/graw/
Dtri.c132 rasterizer.depth_clip_far = 1; in init()
Dtri-large.c135 rasterizer.depth_clip_far = 1; in init()
Dquad-tex.c196 rasterizer.depth_clip_far = 1; in init()
Dshader-leak.c259 rasterizer.depth_clip_far = 1; in init()
Dtri-gs.c264 rasterizer.depth_clip_far = 1; in init()
Dtri-instanced.c317 rasterizer.depth_clip_far = 1; in init()
Dquad-sample.c382 rasterizer.depth_clip_far = 1; in init()
Dfs-test.c467 rasterizer.depth_clip_far = 1; in init()
Dvs-test.c456 rasterizer.depth_clip_far = 1; in init()
Dgs-test.c557 rasterizer.depth_clip_far = 1; in init()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DRasterizer.cpp228 state.depth_clip_far = pRasterizerDesc->DepthClipEnable ? 1 : 0; in CreateRasterizerState()
/third_party/mesa3d/src/gallium/tests/trivial/
Dtri.c158 p->rasterizer.depth_clip_far = 1; in init_prog()
Dquad-tex.c205 p->rasterizer.depth_clip_far = 1; in init_prog()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h163 unsigned depth_clip_far:1; member
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_matrix_filter.c155 rs_state.depth_clip_far = 1; in vl_matrix_filter_init()
Dvl_median_filter.c266 rs_state.depth_clip_far = 1; in vl_median_filter_init()
Dvl_bicubic_filter.c267 rs_state.depth_clip_far = 1; in vl_bicubic_filter_init()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_state.c226 ctx->viewport.far = ctx->rasterizer && ctx->rasterizer->base.depth_clip_far ? far : 1.0f; in lima_set_viewport_states()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c112 rast.depth_clip_far = 1; in nine_convert_rasterizer_state()

123