/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_rasterizer.c | 58 cs->SE_DEPTH_SCALE = fui(so->offset_scale); in etna_rasterizer_state_create()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_rasterizer.c | 71 A3XX_GRAS_SU_POLY_OFFSET_SCALE_VAL(cso->offset_scale); in fd3_rasterizer_state_create()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_state.h | 79 float offset_units, offset_clamp, offset_scale; member
|
D | zink_state.c | 663 state->offset_scale = rs_state->offset_scale; in zink_create_rasterizer_state()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_rasterizer.c | 61 A5XX_GRAS_SU_POLY_OFFSET_SCALE(cso->offset_scale); in fd5_rasterizer_state_create()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_rasterizer.c | 70 A4XX_GRAS_SU_POLY_OFFSET_SCALE(cso->offset_scale); in fd4_rasterizer_state_create()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_draw.c | 589 int offset_scale = 0, offset_units = 0; in lima_calculate_depth_test() local 592 offset_scale = CLAMP(rst->offset_scale * 4, -128, 127); in lima_calculate_depth_test() 593 if (offset_scale < 0) in lima_calculate_depth_test() 594 offset_scale += 0x100; in lima_calculate_depth_test() 602 (offset_scale << 16) | in lima_calculate_depth_test()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_rasterizer.c | 112 const float slope_scaled_depth_bias = rast->templ.offset_scale; in define_rasterizer_object() 339 rast->slopescaledepthbias = templ->offset_scale; in svga_create_rasterizer_state()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_rasterizer.c | 73 OUT_REG(ring, A6XX_GRAS_SU_POLY_OFFSET_SCALE(cso->offset_scale), in __fd6_setup_rasterizer_stateobj()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_rasterizer.c | 52 rast->offset_scale = 0.0f; in clear_flags()
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/ |
D | scale_int8.cc | 195 auto offset_scale = offset->quant_params().front().scale; in InitQuantArgs() local 198 const double offset_multiplier = offset_scale / output_scale; in InitQuantArgs()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | Rasterizer.cpp | 221 state.offset_scale = pRasterizerDesc->SlopeScaledDepthBias; in CreateRasterizerState()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_offset.c | 179 offset->scale = rast->offset_scale; in offset_first_tri()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_rasterizer.c | 161 raster->offset_scale = ctx->Polygon.OffsetFactor; in st_update_rasterizer()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_emit.c | 306 fui(rasterizer->base.offset_scale * 2.0f)); /* FRONT_SCALE */ in fd2_emit_state() 309 fui(rasterizer->base.offset_scale * 2.0f)); /* BACK_SCALE */ in fd2_emit_state()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_state.h | 210 float offset_scale; member
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_pipeline_state.cpp | 244 pso_desc.RasterizerState.SlopeScaledDepthBias = state->rast->base.offset_scale; in create_gfx_pipeline_state()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe.h | 307 float offset_scale; member 320 float offset_scale; member
|
D | r600_state.c | 257 float offset_scale = state->offset_scale; in r600_emit_polygon_offset() local 281 radeon_emit(cs, fui(offset_scale)); in r600_emit_polygon_offset() 283 radeon_emit(cs, fui(offset_scale)); in r600_emit_polygon_offset() 498 rs->offset_scale = state->offset_scale * 16.0f; in r600_create_rs_state()
|
D | r600_state_common.c | 390 rs->offset_scale != rctx->poly_offset_state.offset_scale || in r600_bind_rs_state() 393 rctx->poly_offset_state.offset_scale = rs->offset_scale; in r600_bind_rs_state()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_pipe.c | 136 rast.offset_scale = asfloat(rs[D3DRS_SLOPESCALEDEPTHBIAS]); in nine_convert_rasterizer_state()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_state.c | 169 SB_DATA (so, fui(cso->offset_scale)); in nv30_rasterizer_state_create()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3dx_state.c | 106 depth.depth_offset_factor = cso->offset_scale; in v3d_create_rasterizer_state() 114 depth.depth_offset_factor = cso->offset_scale; in v3d_create_rasterizer_state()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_state.c | 129 float_to_187_half(cso->offset_scale); in vc4_create_rasterizer_state()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_dump_state.c | 161 trace_dump_member(float, state, offset_scale); in trace_dump_rasterizer_state()
|