Home
last modified time | relevance | path

Searched refs:depth_clamp (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_zsa.h65 fd6_zsa_state(struct fd_context *ctx, bool no_alpha, bool depth_clamp) assert_dt
70 if (depth_clamp)
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.h88 boolean depth_clamp; member
H A Dlp_state_fs.h104 unsigned depth_clamp:1; member
H A Dlp_state_fs.c348 bool depth_clamp, in lp_build_depth_clamp()
365 if (!depth_clamp) in lp_build_depth_clamp()
881 z = lp_build_depth_clamp(gallivm, builder, key->depth_clamp, in generate_fs_loop()
1263 z = lp_build_depth_clamp(gallivm, builder, key->depth_clamp, in generate_fs_loop()
3466 if (key->depth_clamp) in dump_fs_variant_key()
3467 debug_printf("depth_clamp = 1\n"); in dump_fs_variant_key()
4295 key->depth_clamp = lp->rasterizer->depth_clamp; in make_variant_key()
346 lp_build_depth_clamp(struct gallivm_state *gallivm, LLVMBuilderRef builder, bool depth_clamp, bool restrict_depth, struct lp_type type, LLVMValueRef context_ptr, LLVMValueRef thread_data_ptr, LLVMValueRef z) lp_build_depth_clamp() argument
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DRasterizer.cpp229 state.depth_clamp = 1; in CreateRasterizerState()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c301 raster->depth_clamp = !raster->depth_clip_far; in st_update_rasterizer()
H A Dst_cb_drawpixels.c787 rasterizer.depth_clamp = !rasterizer.depth_clip_far; in draw_textured_quad()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_state.h170 unsigned depth_clamp:1; member
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.c152 trace_dump_member(bool, state, depth_clamp); in trace_dump_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.c279 cfg.depth_clamp = !cso->depth_clip_near; in agx_create_rs_state()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c704 state->rs_state.depth_clamp = ps->rs->depth_clamp_enable; in handle_graphics_pipeline()

Completed in 23 milliseconds