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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt_vsplit.c 49 unsigned fetch_elts[SEGMENT_SIZE]; member in struct:vsplit_frontend
78 vsplit->fetch_elts, vsplit->cache.num_fetch_elts,
102 vsplit->fetch_elts[vsplit->cache.num_fetch_elts++] = fetch;
draw_pt_vsplit_tmp.h 249 vsplit->fetch_elts[nr] = istart + nr;
250 vsplit->fetch_elts[nr++] = i0;
252 vsplit->middle->run(vsplit->middle, vsplit->fetch_elts, nr,
271 vsplit->fetch_elts[nr++] = i0;
273 vsplit->fetch_elts[nr++] = istart + i;
275 vsplit->middle->run(vsplit->middle, vsplit->fetch_elts, nr,
draw_pt.h 97 const unsigned *fetch_elts,
draw_llvm.h 156 const unsigned *fetch_elts,
draw_pt_fetch_emit.c 184 const unsigned *fetch_elts,
211 fetch_elts,
draw_pt_fetch_shade_emit.c 246 const unsigned *fetch_elts,
272 fetch_elts,
draw_pt_fetch_shade_pipeline.c 295 const unsigned *fetch_elts,
307 fetch_info.elts = fetch_elts;
draw_pt_fetch_shade_pipeline_llvm.c 307 const unsigned *fetch_elts,
319 fetch_info.elts = fetch_elts;
draw_llvm.c 1072 LLVMValueRef count, fetch_elts, fetch_count; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_vsplit.c 49 unsigned fetch_elts[SEGMENT_SIZE]; member in struct:vsplit_frontend
78 vsplit->fetch_elts, vsplit->cache.num_fetch_elts,
102 vsplit->fetch_elts[vsplit->cache.num_fetch_elts++] = fetch;
draw_pt_vsplit_tmp.h 249 vsplit->fetch_elts[nr] = istart + nr;
250 vsplit->fetch_elts[nr++] = i0;
252 vsplit->middle->run(vsplit->middle, vsplit->fetch_elts, nr,
271 vsplit->fetch_elts[nr++] = i0;
273 vsplit->fetch_elts[nr++] = istart + i;
275 vsplit->middle->run(vsplit->middle, vsplit->fetch_elts, nr,
draw_pt.h 97 const unsigned *fetch_elts,
draw_llvm.h 156 const unsigned *fetch_elts,
draw_pt_fetch_emit.c 184 const unsigned *fetch_elts,
211 fetch_elts,
draw_pt_fetch_shade_emit.c 246 const unsigned *fetch_elts,
272 fetch_elts,
draw_pt_fetch_shade_pipeline.c 295 const unsigned *fetch_elts,
307 fetch_info.elts = fetch_elts;
draw_pt_fetch_shade_pipeline_llvm.c 307 const unsigned *fetch_elts,
319 fetch_info.elts = fetch_elts;
draw_llvm.c 1072 LLVMValueRef count, fetch_elts, fetch_count; local
    [all...]

Completed in 142 milliseconds