HomeSort by relevance Sort by last modified time
    Searched refs:vert_info (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_fetch_shade_pipeline.c 151 const struct draw_vertex_info *vert_info,
156 vert_info,
160 vert_info,
165 const struct draw_vertex_info *vert_info,
169 draw_pt_emit_linear(emit, vert_info, prim_info);
172 draw_pt_emit(emit, vert_info, prim_info);
212 struct draw_vertex_info *vert_info; local
233 vert_info = &fetched_vert_info;
242 vert_info,
245 FREE(vert_info->verts)
    [all...]
draw_pipe.c 225 const struct draw_vertex_info *vert_info,
230 draw->pipeline.verts = (char *)vert_info->verts;
231 draw->pipeline.vertex_stride = vert_info->stride;
232 draw->pipeline.vertex_count = vert_info->count;
250 if (max_index >= vert_info->count) {
254 vert_info->count);
262 vert_info->verts,
263 vert_info->stride,
311 const struct draw_vertex_info *vert_info,
321 char *verts = ((char*)vert_info->verts)
    [all...]
draw_pt_fetch_shade_pipeline_llvm.c 188 const struct draw_vertex_info *vert_info,
193 vert_info,
197 vert_info,
202 const struct draw_vertex_info *vert_info,
206 draw_pt_emit_linear(emit, vert_info, prim_info);
209 draw_pt_emit(emit, vert_info, prim_info);
224 struct draw_vertex_info *vert_info; local
261 vert_info = &llvm_vert_info;
268 vert_info,
273 FREE(vert_info->verts)
    [all...]
draw_pt_emit.c 122 const struct draw_vertex_info *vert_info,
125 const float (*vertex_data)[4] = (const float (*)[4])vert_info->verts->data;
126 unsigned vertex_count = vert_info->count;
127 unsigned stride = vert_info->stride;
193 const struct draw_vertex_info *vert_info,
196 const float (*vertex_data)[4] = (const float (*)[4])vert_info->verts->data;
197 unsigned stride = vert_info->stride;
198 unsigned count = vert_info->count;
draw_pt.h 165 const struct draw_vertex_info *vert_info,
169 const struct draw_vertex_info *vert_info,
184 const struct draw_vertex_info *vert_info,

Completed in 65 milliseconds