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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt_fetch_shade_pipeline.c 132 const struct draw_fetch_info *fetch_info,
135 if (fetch_info->linear) {
137 fetch_info->start,
138 fetch_info->count,
143 fetch_info->elts,
144 fetch_info->count,
201 const struct draw_fetch_info *fetch_info,
215 fetched_vert_info.count = fetch_info->count;
220 align(fetch_info->count, 4));
228 fetch( fpme->fetch, fetch_info, (char *)fetched_vert_info.verts )
302 struct draw_fetch_info fetch_info; local
329 struct draw_fetch_info fetch_info; local
359 struct draw_fetch_info fetch_info; local
    [all...]
draw_pt_fetch_shade_pipeline_llvm.c 215 const struct draw_fetch_info *fetch_info,
228 llvm_vert_info.count = fetch_info->count;
233 align(fetch_info->count, lp_native_vector_width / 32));
239 if (fetch_info->linear)
243 fetch_info->start,
244 fetch_info->count,
252 fetch_info->elts,
253 fetch_info->count,
260 fetch_info = NULL;
314 struct draw_fetch_info fetch_info; local
341 struct draw_fetch_info fetch_info; local
372 struct draw_fetch_info fetch_info; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_fetch_shade_pipeline.c 132 const struct draw_fetch_info *fetch_info,
135 if (fetch_info->linear) {
137 fetch_info->start,
138 fetch_info->count,
143 fetch_info->elts,
144 fetch_info->count,
201 const struct draw_fetch_info *fetch_info,
215 fetched_vert_info.count = fetch_info->count;
220 align(fetch_info->count, 4));
228 fetch( fpme->fetch, fetch_info, (char *)fetched_vert_info.verts )
302 struct draw_fetch_info fetch_info; local
329 struct draw_fetch_info fetch_info; local
359 struct draw_fetch_info fetch_info; local
    [all...]
draw_pt_fetch_shade_pipeline_llvm.c 215 const struct draw_fetch_info *fetch_info,
228 llvm_vert_info.count = fetch_info->count;
233 align(fetch_info->count, lp_native_vector_width / 32));
239 if (fetch_info->linear)
243 fetch_info->start,
244 fetch_info->count,
252 fetch_info->elts,
253 fetch_info->count,
260 fetch_info = NULL;
314 struct draw_fetch_info fetch_info; local
341 struct draw_fetch_info fetch_info; local
372 struct draw_fetch_info fetch_info; local
    [all...]

Completed in 47 milliseconds