Searched refs:fetch_elts (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pt_vsplit_tmp.h | 249 vsplit->fetch_elts[nr] = istart + nr; in vsplit_segment_loop_linear() 250 vsplit->fetch_elts[nr++] = i0; in vsplit_segment_loop_linear() 252 vsplit->middle->run(vsplit->middle, vsplit->fetch_elts, nr, in vsplit_segment_loop_linear() 271 vsplit->fetch_elts[nr++] = i0; in vsplit_segment_fan_linear() 273 vsplit->fetch_elts[nr++] = istart + i; in vsplit_segment_fan_linear() 275 vsplit->middle->run(vsplit->middle, vsplit->fetch_elts, nr, in vsplit_segment_fan_linear()
|
D | draw_pt_vsplit.c | 49 unsigned fetch_elts[SEGMENT_SIZE]; member 78 vsplit->fetch_elts, vsplit->cache.num_fetch_elts, in vsplit_flush_cache() 102 vsplit->fetch_elts[vsplit->cache.num_fetch_elts++] = fetch; in vsplit_add_cache()
|
D | draw_pt_fetch_emit.c | 184 const unsigned *fetch_elts, in fetch_emit_run() argument 211 fetch_elts, in fetch_emit_run()
|
D | draw_pt_fetch_shade_emit.c | 246 const unsigned *fetch_elts, in fse_run() argument 272 fetch_elts, in fse_run()
|
D | draw_pt_fetch_shade_pipeline.c | 295 const unsigned *fetch_elts, in fetch_pipeline_run() argument 307 fetch_info.elts = fetch_elts; in fetch_pipeline_run()
|
D | draw_pt.h | 97 const unsigned *fetch_elts,
|
D | draw_pt_fetch_shade_pipeline_llvm.c | 307 const unsigned *fetch_elts, in llvm_middle_end_run() argument 319 fetch_info.elts = fetch_elts; in llvm_middle_end_run()
|
D | draw_llvm.h | 156 const unsigned *fetch_elts,
|
D | draw_llvm.c | 1072 LLVMValueRef count, fetch_elts, fetch_count; in draw_llvm_generate() local 1143 fetch_elts = LLVMGetParam(variant_func, 3); in draw_llvm_generate() 1145 lp_build_name(fetch_elts, "fetch_elts"); in draw_llvm_generate() 1154 fetch_elts = fetch_count = NULL; in draw_llvm_generate() 1227 fetch_ptr = LLVMBuildGEP(builder, fetch_elts, in draw_llvm_generate()
|