Searched refs:io_ptr (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c793 LLVMValueRef io_ptr,
799 LLVMValueRef data_ptr = draw_jit_header_data(gallivm, io_ptr);
810 lp_build_printf(gallivm, " ---- %p storing attribute %d (io = %p)\n", data_ptr, index, io_ptr);
872 LLVMValueRef io_ptr,
897 io_ptrs[i] = LLVMBuildGEP(builder, io_ptr, &inds[i], 1, "");
1018 LLVMValueRef io_ptr,
1039 io_ptrs[i] = LLVMBuildGEP(builder, io_ptr, &inds[i], 1, "");
1450 LLVMValueRef io = variant->io_ptr;
1538 LLVMValueRef io_ptr, vbuffers_ptr, vb_ptr; local in function:draw_llvm_generate
1605 io_ptr
792 store_aos(struct gallivm_state * gallivm,LLVMValueRef io_ptr,LLVMValueRef index,LLVMValueRef value) argument
870 store_aos_array(struct gallivm_state * gallivm,struct lp_type soa_type,LLVMValueRef io_ptr,LLVMValueRef * indices,LLVMValueRef * aos,int attrib,int num_outputs,LLVMValueRef clipmask,boolean need_edgeflag) argument
1016 store_clip(struct gallivm_state * gallivm,const struct lp_type vs_type,LLVMValueRef io_ptr,LLVMValueRef (* outputs)[TGSI_NUM_CHANNELS],int idx) argument
2240 LLVMValueRef io_ptr, input_array, num_prims, mask_val; local in function:draw_gs_llvm_generate
[all...]
H A Ddraw_llvm.h406 LLVMValueRef io_ptr; member in struct:draw_gs_llvm_variant
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.h708 LLVMValueRef io_ptr; member in struct:draw_gs_llvm_variant
733 LLVMValueRef io_ptr; member in struct:draw_tcs_llvm_variant
759 LLVMValueRef io_ptr; member in struct:draw_tes_llvm_variant
H A Ddraw_llvm.c1165 LLVMValueRef io_ptr,
1171 LLVMValueRef data_ptr = draw_jit_header_data(gallivm, io_ptr);
1182 lp_build_printf(gallivm, " ---- %p storing attribute %d (io = %p)\n", data_ptr, index, io_ptr);
1244 LLVMValueRef io_ptr,
1269 io_ptrs[i] = LLVMBuildGEP(builder, io_ptr, &inds[i], 1, "");
1390 LLVMValueRef io_ptr,
1411 io_ptrs[i] = LLVMBuildGEP(builder, io_ptr, &inds[i], 1, "");
1823 LLVMValueRef io = variant->io_ptr;
1933 LLVMValueRef io_ptr, vbuffers_ptr, vb_ptr; local in function:draw_llvm_generate
2004 io_ptr
1164 store_aos(struct gallivm_state * gallivm,LLVMValueRef io_ptr,LLVMValueRef index,LLVMValueRef value) argument
1242 store_aos_array(struct gallivm_state * gallivm,struct lp_type soa_type,LLVMValueRef io_ptr,LLVMValueRef * indices,LLVMValueRef * aos,int attrib,int num_outputs,LLVMValueRef clipmask,boolean need_edgeflag) argument
1388 store_clip(struct gallivm_state * gallivm,const struct lp_type vs_type,LLVMValueRef io_ptr,LLVMValueRef (* outputs)[TGSI_NUM_CHANNELS],int idx) argument
2768 LLVMValueRef io_ptr, input_array, num_prims, mask_val; local in function:draw_gs_llvm_generate
3922 LLVMValueRef tess_coord[2], io_ptr, input_array, num_tess_coord; local in function:draw_tes_llvm_generate
[all...]

Completed in 12 milliseconds