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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_user_cull.c70 unsigned cull_idx = (num_written_clipdistances + i) / 4; local in function:user_cull_point
72 draw_current_shader_ccdistance_output(stage->draw, cull_idx);
100 unsigned cull_idx = (num_written_clipdistances + i) / 4; local in function:user_cull_line
102 draw_current_shader_ccdistance_output(stage->draw, cull_idx);
132 unsigned cull_idx = (num_written_clipdistances + i) / 4; local in function:user_cull_tri
134 draw_current_shader_ccdistance_output(stage->draw, cull_idx);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c78 unsigned cull_idx = (num_written_clipdistances + i) / 4; local in function:cull_point
80 draw_current_shader_ccdistance_output(stage->draw, cull_idx);
108 unsigned cull_idx = (num_written_clipdistances + i) / 4; local in function:cull_line
110 draw_current_shader_ccdistance_output(stage->draw, cull_idx);
138 unsigned cull_idx = (num_written_clipdistances + i) / 4; local in function:cull_tri
140 draw_current_shader_ccdistance_output(stage->draw, cull_idx);

Completed in 3 milliseconds