Home
last modified time | relevance | path

Searched refs:half_pixel_center (Results 1 – 25 of 65) sorted by relevance

123

/third_party/mesa3d/src/gallium/auxiliary/draw/
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()
Ddraw_pipe_wide_point.c210 if (rast->half_pixel_center) { in widepoint_first_point()
Ddraw_context.c1069 rast.half_pixel_center = draw->rasterizer->half_pixel_center; in draw_get_rasterizer_no_cull()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
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/
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/llvmpipe/
Dlp_state_rasterizer.c118 state->lp_state.half_pixel_center, in llvmpipe_bind_rasterizer_state()
Dlp_setup.h80 boolean half_pixel_center,
/third_party/mesa3d/src/gallium/tests/graw/
Dtri.c128 rasterizer.half_pixel_center = 1; in init()
Dtri-large.c131 rasterizer.half_pixel_center = 1; in init()
Dquad-tex.c193 rasterizer.half_pixel_center = 1; in init()
Dshader-leak.c256 rasterizer.half_pixel_center = 1; in init()
Dtri-gs.c261 rasterizer.half_pixel_center = 1; in init()
Dtri-instanced.c314 rasterizer.half_pixel_center = 1; in init()
Dgraw_util.h176 rasterizer.half_pixel_center = 1; in graw_util_default_state()
Dquad-sample.c379 rasterizer.half_pixel_center = 1; in init()
Dfs-test.c464 rasterizer.half_pixel_center = 1; in init()
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_program.c93 p->rasterizer.half_pixel_center = 1; in pp_init_prog()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DRasterizer.cpp224 state.half_pixel_center = 1; in CreateRasterizerState()
/third_party/mesa3d/docs/relnotes/
D10.4.2.rst98 - nv50,nvc0: implement half_pixel_center
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state_rss.c340 rast.half_pixel_center = r->templ.half_pixel_center; in get_no_cull_rasterizer_state()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c274 raster->half_pixel_center = 1; in st_update_rasterizer()
/third_party/mesa3d/src/gallium/tests/trivial/
Dtri.c155 p->rasterizer.half_pixel_center = 1; in init_prog()
Dquad-tex.c202 p->rasterizer.half_pixel_center = 1; in init_prog()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h129 unsigned half_pixel_center:1; member
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_matrix_filter.c152 rs_state.half_pixel_center = true; in vl_matrix_filter_init()

123