Searched refs:do_offset (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_offset.c153 boolean do_offset; local in function:offset_first_tri
165 do_offset = rast->offset_tri;
168 do_offset = rast->offset_line;
171 do_offset = rast->offset_point;
175 do_offset = rast->offset_tri;
178 if (do_offset) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_offset.c153 boolean do_offset; local in function:offset_first_tri
165 do_offset = rast->offset_tri;
168 do_offset = rast->offset_line;
171 do_offset = rast->offset_point;
175 do_offset = rast->offset_tri;
178 if (do_offset) {
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_clip_unfilled.c282 bool do_offset)
292 if (do_offset) {
352 bool do_offset )
376 if (do_offset)
400 bool do_offset )
408 emit_lines(c, do_offset);
412 emit_points(c, do_offset);
281 emit_lines(struct brw_clip_compile * c,bool do_offset) argument
351 emit_points(struct brw_clip_compile * c,bool do_offset) argument
398 emit_primitives(struct brw_clip_compile * c,GLuint mode,bool do_offset) argument
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_clip_unfilled.c282 bool do_offset)
292 if (do_offset) {
352 bool do_offset )
376 if (do_offset)
400 bool do_offset )
408 emit_lines(c, do_offset);
412 emit_points(c, do_offset);
281 emit_lines(struct brw_clip_compile * c,bool do_offset) argument
351 emit_points(struct brw_clip_compile * c,bool do_offset) argument
398 emit_primitives(struct brw_clip_compile * c,GLuint mode,bool do_offset) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp1166 bool do_offset = false; local in function:swr_update_derived
1169 do_offset = rasterizer->offset_tri;
1172 do_offset = rasterizer->offset_line;
1175 do_offset = rasterizer->offset_point;
1179 if (do_offset) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp1314 bool do_offset = false; local in function:swr_update_derived
1317 do_offset = rasterizer->offset_tri;
1320 do_offset = rasterizer->offset_line;
1323 do_offset = rasterizer->offset_point;
1327 if (do_offset) {

Completed in 11 milliseconds