Searched refs:fetch_elts (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pt_vsplit_tmp.h | 243 vsplit->fetch_elts[nr] = istart + nr; in vsplit_segment_loop_linear() 244 vsplit->fetch_elts[nr++] = i0; in vsplit_segment_loop_linear() 246 vsplit->middle->run(vsplit->middle, vsplit->fetch_elts, nr, in vsplit_segment_loop_linear() 265 vsplit->fetch_elts[nr++] = i0; in vsplit_segment_fan_linear() 267 vsplit->fetch_elts[nr++] = istart + i; in vsplit_segment_fan_linear() 269 vsplit->middle->run(vsplit->middle, vsplit->fetch_elts, nr, in vsplit_segment_fan_linear()
|
D | draw_vs_exec.c | 100 const unsigned *fetch_elts) in vs_exec_run_linear() argument 140 … machine->SystemValue[vid].xyzw[0].i[j] = fetch_elts ? fetch_elts[i + j] : (i + j + basevertex); in vs_exec_run_linear() 150 … machine->SystemValue[vid].xyzw[0].i[j] = fetch_elts ? (fetch_elts[i + j] - basevertex) : (i + j); in vs_exec_run_linear()
|
D | draw_pt_vsplit.c | 51 unsigned fetch_elts[SEGMENT_SIZE]; member 81 vsplit->fetch_elts, vsplit->cache.num_fetch_elts, in vsplit_flush_cache() 105 vsplit->fetch_elts[vsplit->cache.num_fetch_elts++] = fetch; in vsplit_add_cache()
|
D | draw_pt_fetch_shade_emit.c | 248 const unsigned *fetch_elts, in fse_run() argument 273 fse->active->run_elts(fse->active, fetch_elts, fetch_count, hw_verts); in fse_run()
|
D | draw_vs.h | 144 const unsigned *fetch_elts);
|
D | draw_pt.h | 104 const unsigned *fetch_elts,
|
D | draw_pt_fetch_shade_pipeline.c | 381 const unsigned *fetch_elts, in fetch_pipeline_run() argument 393 fetch_info.elts = fetch_elts; in fetch_pipeline_run()
|
D | draw_pt_fetch_shade_pipeline_llvm.c | 795 const unsigned *fetch_elts, in llvm_middle_end_run() argument 807 fetch_info.elts = fetch_elts; in llvm_middle_end_run()
|
D | draw_llvm.c | 1910 LLVMValueRef count, fetch_elts, start_or_maxelt; in draw_llvm_generate() local 2005 fetch_elts = LLVMGetParam(variant_func, 10); in draw_llvm_generate() 2019 lp_build_name(fetch_elts, "fetch_elts"); in draw_llvm_generate() 2065 LLVMConstPointerNull(arg_types[10]), fetch_elts, ""); in draw_llvm_generate() 2231 fetch_elts = LLVMBuildBitCast(builder, fetch_elts, in draw_llvm_generate() 2236 fetch_elts, tmp, FALSE); in draw_llvm_generate()
|
D | draw_llvm.h | 463 const unsigned *fetch_elts,
|