| H A D | draw_llvm.c | 1148 LLVMTypeRef io_type, in store_aos() 1155 LLVMValueRef data_ptr = draw_jit_header_data(gallivm, io_type, io_ptr); in store_aos() 1228 LLVMTypeRef io_type, in store_aos_array() 1254 io_ptrs[i] = LLVMBuildGEP2(builder, io_type, io_ptr, &inds[i], 1, ""); in store_aos_array() 1278 LLVMValueRef id_ptr = draw_jit_header_id(gallivm, io_type, io_ptrs[i]); in store_aos_array() 1291 store_aos(gallivm, io_type, io_ptrs[i], attr_index, aos[i]); in store_aos_array() 1298 LLVMTypeRef io_type, in convert_to_aos() 1357 io_type, in convert_to_aos() 1378 LLVMTypeRef io_type, in store_clip() 1396 io_ptrs[i] = LLVMBuildGEP2(builder, io_type, io_pt in store_clip() 1147 store_aos(struct gallivm_state *gallivm, LLVMTypeRef io_type, LLVMValueRef io_ptr, LLVMValueRef index, LLVMValueRef value) store_aos() argument 1226 store_aos_array(struct gallivm_state *gallivm, struct lp_type soa_type, LLVMTypeRef io_type, LLVMValueRef io_ptr, LLVMValueRef *indices, LLVMValueRef* aos, int attrib, int num_outputs, LLVMValueRef clipmask, boolean need_edgeflag) store_aos_array() argument 1297 convert_to_aos(struct gallivm_state *gallivm, LLVMTypeRef io_type, LLVMValueRef io, LLVMValueRef *indices, LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], LLVMValueRef clipmask, int num_outputs, struct lp_type soa_type, boolean need_edgeflag) convert_to_aos() argument 1376 store_clip(struct gallivm_state *gallivm, const struct lp_type vs_type, LLVMTypeRef io_type, LLVMValueRef io_ptr, LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], int idx) store_clip() argument [all...] |