Home
last modified time | relevance | path

Searched refs:loop_iter (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.c159 LLVMValueRef loop_iter, in calc_centroid_offsets()
173 s_mask_idx = LLVMBuildAdd(builder, s_mask_idx, loop_iter, ""); in calc_centroid_offsets()
286 LLVMValueRef loop_iter, in attribs_update_simple()
304 assert(loop_iter); in attribs_update_simple()
305 ptr = LLVMBuildGEP2(builder, bld->store_elem_type, bld->xoffset_store, &loop_iter, 1, ""); in attribs_update_simple()
307 ptr = LLVMBuildGEP2(builder, bld->store_elem_type, bld->yoffset_store, &loop_iter, 1, ""); in attribs_update_simple()
379 calc_centroid_offsets(bld, gallivm, loop_iter, mask_store, in attribs_update_simple()
510 LLVMValueRef loop_iter, in lp_build_interp_soa()
526 assert(loop_iter); in lp_build_interp_soa()
527 ptr = LLVMBuildGEP2(builder, bld->store_elem_type, bld->xoffset_store, &loop_iter, in lp_build_interp_soa()
157 calc_centroid_offsets(struct lp_build_interp_soa_context *bld, struct gallivm_state *gallivm, LLVMValueRef loop_iter, LLVMValueRef mask_store, LLVMValueRef pix_center_offset, LLVMValueRef *centroid_x, LLVMValueRef *centroid_y) calc_centroid_offsets() argument
284 attribs_update_simple(struct lp_build_interp_soa_context *bld, struct gallivm_state *gallivm, LLVMValueRef loop_iter, LLVMValueRef mask_store, LLVMValueRef sample_id, int start, int end) attribs_update_simple() argument
508 lp_build_interp_soa(struct lp_build_interp_soa_context *bld, struct gallivm_state *gallivm, LLVMValueRef loop_iter, LLVMValueRef mask_store, unsigned attrib, unsigned chan, enum tgsi_interpolate_loc loc, LLVMValueRef indir_index, LLVMValueRef offsets[2]) lp_build_interp_soa() argument
[all...]
H A Dlp_bld_interp.h153 LLVMValueRef loop_iter,
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c3506 LLVMValueRef loop_iter = lp_build_const_int32(gallivm, i); in draw_tcs_llvm_generate() local
3507 LLVMValueRef idx = LLVMBuildAdd(builder, LLVMBuildMul(builder, counter, step, ""), loop_iter, ""); in draw_tcs_llvm_generate()
3508 invocvec = LLVMBuildInsertElement(builder, invocvec, idx, loop_iter, ""); in draw_tcs_llvm_generate()

Completed in 10 milliseconds