Home
last modified time | relevance | path

Searched refs:offset_front (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_rasterizer.c298 boolean offset_front = util_get_offset(templ, fill_front); in svga_create_rasterizer_state() local
314 offset = offset_front; in svga_create_rasterizer_state()
319 if (fill_front != fill_back || offset_front != offset_back) { in svga_create_rasterizer_state()
328 offset = offset_front; in svga_create_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program.c2134 uint32_t offset_front = 0; in crocus_update_compiled_clip() local
2141 offset_front = 0; in crocus_update_compiled_clip()
2145 offset_front = rs_state->offset_line; in crocus_update_compiled_clip()
2149 offset_front = rs_state->offset_point; in crocus_update_compiled_clip()
2180 if (offset_back || offset_front) { in crocus_update_compiled_clip()
2192 key.offset_ccw = offset_front; in crocus_update_compiled_clip()
2200 key.offset_cw = offset_front; in crocus_update_compiled_clip()

Completed in 6 milliseconds