Searched refs:hw_verts (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_emit.c199 void *hw_verts; local in function:fetch_emit_run
209 hw_verts = draw->render->map_vertices( draw->render );
210 if (!hw_verts) {
222 hw_verts );
229 (const uint8_t *)hw_verts + feme->vinfo->size * 4 * i );
258 void *hw_verts; local in function:fetch_emit_run_linear
269 hw_verts = draw->render->map_vertices( draw->render );
270 if (!hw_verts)
280 hw_verts );
287 (const uint8_t *)hw_verts
318 void *hw_verts; local in function:fetch_emit_run_linear_elts
[all...]
H A Ddraw_pt_fetch_shade_emit.c196 char *hw_verts; local in function:fse_run_linear
207 hw_verts = draw->render->map_vertices( draw->render );
208 if (!hw_verts)
217 hw_verts );
227 (const uint8_t *)hw_verts + fse->key.output_stride * i );
260 void *hw_verts; local in function:fse_run
271 hw_verts = draw->render->map_vertices( draw->render );
272 if (!hw_verts)
280 hw_verts );
287 (const uint8_t *)hw_verts
318 char *hw_verts; local in function:fse_run_linear_elts
[all...]
H A Ddraw_pt_emit.c147 void *hw_verts; local in function:draw_pt_emit
166 hw_verts = render->map_vertices(render);
167 if (!hw_verts) {
184 /* fetch/translate vertex attribs to fill hw_verts[] */
190 hw_verts);
218 void *hw_verts; local in function:draw_pt_emit_linear
239 hw_verts = render->map_vertices(render);
240 if (!hw_verts)
255 hw_verts);
262 (const uint8_t *)hw_verts
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_emit.c196 char *hw_verts; local in function:fse_run_linear
207 hw_verts = draw->render->map_vertices( draw->render );
208 if (!hw_verts)
217 hw_verts );
227 (const uint8_t *)hw_verts + fse->key.output_stride * i );
260 void *hw_verts; local in function:fse_run
271 hw_verts = draw->render->map_vertices( draw->render );
272 if (!hw_verts)
280 hw_verts );
287 (const uint8_t *)hw_verts
318 char *hw_verts; local in function:fse_run_linear_elts
[all...]
H A Ddraw_pt_emit.c149 void *hw_verts; local in function:draw_pt_emit
170 hw_verts = render->map_vertices(render);
171 if (!hw_verts) {
188 /* fetch/translate vertex attribs to fill hw_verts[] */
194 hw_verts);
222 void *hw_verts; local in function:draw_pt_emit_linear
245 hw_verts = render->map_vertices(render);
246 if (!hw_verts)
261 hw_verts);
268 (const uint8_t *)hw_verts
[all...]

Completed in 4 milliseconds