Searched defs:half_pixel_center (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_wide_line.c80 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) {
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c583 boolean half_pixel_center,
591 setup->pixel_offset = half_pixel_center ? 0.5f : 0.0f;
579 lp_setup_set_triangle_state( struct lp_setup_context *setup, unsigned cull_mode, boolean ccw_is_frontface, boolean scissor, boolean half_pixel_center, boolean bottom_edge_rule) argument
/external/mesa3d/src/gallium/drivers/ilo/
H A Dilo_state.c199 ilo_translate_half_pixel_center(bool half_pixel_center) argument
201 return (half_pixel_center) ? GEN6_PIXLOC_CENTER : GEN6_PIXLOC_UL_CORNER;
1160 ilo_translate_half_pixel_center(state->half_pixel_center);
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h118 unsigned half_pixel_center:1; member in struct:pipe_rasterizer_state

Completed in 142 milliseconds