Home
last modified time | relevance | path

Searched defs:half_pixel_center (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_wide_line.c69 const boolean half_pixel_center = in wideline_line() local
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.c638 bool half_pixel_center = ctx->rast_state ? ctx->rast_state->base.half_pixel_center : true; in zink_bind_rasterizer_state() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.h84 unsigned half_pixel_center : 1; member
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h129 unsigned half_pixel_center:1; member
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c1817 bool half_pixel_center; /* for 3DSTATE_MULTISAMPLE */ member