Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_rasterizer.c61 A5XX_GRAS_SU_POLY_OFFSET_SCALE(cso->offset_scale); in fd5_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_rasterizer.c58 cs->SE_DEPTH_SCALE = fui(so->offset_scale); in etna_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_rasterizer.c52 rast->offset_scale = 0.0f; in clear_flags()
H A Dlp_state_setup.c789 key->pgon_offset_scale = lp->rasterizer->offset_scale; in lp_make_setup_variant_key()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_rasterizer.c70 A4XX_GRAS_SU_POLY_OFFSET_SCALE(cso->offset_scale); in fd4_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_rasterizer.c71 A3XX_GRAS_SU_POLY_OFFSET_SCALE_VAL(cso->offset_scale); in fd3_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_draw.c563 int offset_scale = 0, offset_units = 0; in lima_calculate_depth_test() local
566 offset_scale = CLAMP(rst->offset_scale * 4, -128, 127); in lima_calculate_depth_test()
567 if (offset_scale < 0) in lima_calculate_depth_test()
568 offset_scale += 0x100; in lima_calculate_depth_test()
576 (offset_scale << 16) | in lima_calculate_depth_test()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_state.h85 float offset_units, offset_clamp, offset_scale; member
H A Dzink_state.c618 state->offset_scale = rs_state->offset_scale; in zink_create_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_rasterizer.c72 OUT_REG(ring, A6XX_GRAS_SU_POLY_OFFSET_SCALE(cso->offset_scale), in __fd6_setup_rasterizer_stateobj()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_rasterizer.c113 const float slope_scaled_depth_bias = rast->templ.offset_scale; in svga_define_rasterizer_object()
371 rast->slopescaledepthbias = templ->offset_scale; in svga_create_rasterizer_state()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DRasterizer.cpp221 state.offset_scale = pRasterizerDesc->SlopeScaledDepthBias; in CreateRasterizerState()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c161 raster->offset_scale = ctx->Polygon.OffsetFactor; in st_update_rasterizer()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_offset.c179 offset->scale = rast->offset_scale; in offset_first_tri()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_emit.c306 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/
H A Dp_state.h218 float offset_scale; member
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.h307 float offset_scale; member
320 float offset_scale; member
H A Dr600_state.c257 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()
H A Dr600_state_common.c394 rs->offset_scale != rctx->poly_offset_state.offset_scale || in r600_bind_rs_state()
397 rctx->poly_offset_state.offset_scale = rs->offset_scale; in r600_bind_rs_state()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_pipe.c136 rast.offset_scale = asfloat(rs[D3DRS_SLOPESCALEDEPTHBIAS]); in nine_convert_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_state.c169 SB_DATA (so, fui(cso->offset_scale)); in nv30_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_pipeline_state.cpp290 pso_desc.RasterizerState.SlopeScaledDepthBias = state->rast->base.offset_scale; in create_gfx_pipeline_state()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_state.c107 depth.depth_offset_factor = cso->offset_scale; in v3d_create_rasterizer_state()
118 depth.depth_offset_factor = cso->offset_scale; in v3d_create_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_state.c129 float_to_187_half(cso->offset_scale); in vc4_create_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c882 cso->ds[1].f = rasterizer->offset_scale; in i915_create_rasterizer_state()

Completed in 29 milliseconds

12