HomeSort by relevance Sort by last modified time
    Searched refs:half_pixel_center (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_wide_line.c 80 const boolean half_pixel_center = local
81 stage->draw->rasterizer->half_pixel_center;
84 const float bias = half_pixel_center ? 0.125f : 0.0f;
98 if (half_pixel_center) {
121 if (half_pixel_center) {
draw_pipe_wide_point.c 210 if (rast->half_pixel_center) {
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_rasterizer.c 68 COND(so->half_pixel_center, VIVS_PA_SYSTEM_MODE_UNK0 | VIVS_PA_SYSTEM_MODE_UNK4);
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_rasterizer.c 68 A2XX_PA_SU_VTX_CNTL_PIX_CENTER(cso->half_pixel_center ? PIXCENTER_OGL : PIXCENTER_D3D) |
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup.h 80 boolean half_pixel_center,
lp_state_rasterizer.c 118 state->lp_state.half_pixel_center,
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_program.c 92 p->rasterizer.half_pixel_center = 1;
  /external/mesa3d/src/gallium/tests/graw/
quad-tex.c 193 rasterizer.half_pixel_center = 1;
tri-large.c 131 rasterizer.half_pixel_center = 1;
tri.c 128 rasterizer.half_pixel_center = 1;
shader-leak.c 252 rasterizer.half_pixel_center = 1;
tri-gs.c 257 rasterizer.half_pixel_center = 1;
tri-instanced.c 308 rasterizer.half_pixel_center = 1;
graw_util.h 178 rasterizer.half_pixel_center = 1;
quad-sample.c 376 rasterizer.half_pixel_center = 1;
fs-test.c 461 rasterizer.half_pixel_center = 1;
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 118 unsigned half_pixel_center:1; member in struct:pipe_rasterizer_state
  /external/mesa3d/src/gallium/tests/trivial/
tri.c 155 p->rasterizer.half_pixel_center = 1;
quad-tex.c 200 p->rasterizer.half_pixel_center = 1;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 268 raster->half_pixel_center = 1;
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_rss.c 324 /* All rasterizer states have the same half_pixel_center,
329 rast.half_pixel_center = r->templ.half_pixel_center;
  /external/mesa3d/src/gallium/auxiliary/util/
u_tests.c 106 rs.half_pixel_center = 1;
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_matrix_filter.c 171 rs_state.half_pixel_center = true;
vl_median_filter.c 258 rs_state.half_pixel_center = true;
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_draw.c 234 .half_pixel_center = 1,

Completed in 288 milliseconds

1 2 3