Home
last modified time | relevance | path

Searched refs:half_pixel_center (Results 1 - 25 of 62) sorted by relevance

123

/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_wide_line.c69 const boolean half_pixel_center = in wideline_line() local
70 stage->draw->rasterizer->half_pixel_center; in wideline_line()
73 const float bias = half_pixel_center ? 0.125f : 0.0f; in wideline_line()
87 if (half_pixel_center) { in wideline_line()
110 if (half_pixel_center) { in wideline_line()
H A Ddraw_pipe_wide_point.c210 if (rast->half_pixel_center) { in widepoint_first_point()
H A Ddraw_context.c1067 rast.half_pixel_center = draw->rasterizer->half_pixel_center; in draw_get_rasterizer_no_cull()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_rasterizer.c65 COND(so->half_pixel_center, VIVS_PA_SYSTEM_MODE_HALF_PIXEL_CENTER); in etna_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_rasterizer.c66 A2XX_PA_SU_VTX_CNTL_PIX_CENTER(cso->half_pixel_center ? PIXCENTER_OGL in fd2_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_state.c638 bool half_pixel_center = ctx->rast_state ? ctx->rast_state->base.half_pixel_center : true; in zink_bind_rasterizer_state() local
683 if (ctx->rast_state->base.half_pixel_center != half_pixel_center) in zink_bind_rasterizer_state()
/third_party/mesa3d/src/gallium/tests/graw/
H A Dtri-large.c131 rasterizer.half_pixel_center = 1; in init()
H A Dtri.c128 rasterizer.half_pixel_center = 1; in init()
H A Dquad-tex.c193 rasterizer.half_pixel_center = 1; in init()
H A Dtri-gs.c261 rasterizer.half_pixel_center = 1; in init()
H A Dshader-leak.c256 rasterizer.half_pixel_center = 1; in init()
H A Dgraw_util.h176 rasterizer.half_pixel_center = 1; in graw_util_default_state()
H A Dquad-sample.c379 rasterizer.half_pixel_center = 1; in init()
H A Dtri-instanced.c314 rasterizer.half_pixel_center = 1; in init()
H A Dfs-test.c464 rasterizer.half_pixel_center = 1; in init()
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_program.c93 p->rasterizer.half_pixel_center = 1; in pp_init_prog()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DRasterizer.cpp224 state.half_pixel_center = 1; in CreateRasterizerState()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c274 raster->half_pixel_center = 1; in st_update_rasterizer()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_rss.c334 /* All rasterizer states have the same half_pixel_center, in get_no_cull_rasterizer_state()
339 rast.half_pixel_center = r->templ.half_pixel_center; in get_no_cull_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_viewport.c68 if (!sctx->queued.named.rasterizer->half_pixel_center) { in si_get_small_prim_cull_info()
394 S_028BE4_PIX_CENTER(rs->half_pixel_center) | S_028BE4_ROUND_MODE(V_028BE4_X_ROUND_TO_EVEN) | in si_emit_guardband()
H A Dsi_state.h84 unsigned half_pixel_center : 1; member
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_state.h129 unsigned half_pixel_center:1; member
/third_party/mesa3d/src/gallium/tests/trivial/
H A Dtri.c155 p->rasterizer.half_pixel_center = 1; in init_prog()
H A Dquad-tex.c202 p->rasterizer.half_pixel_center = 1; in init_prog()
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_matrix_filter.c152 rs_state.half_pixel_center = true; in vl_matrix_filter_init()

Completed in 18 milliseconds

123