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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.c91 LLVMTypeRef src_ptr_type = LLVMPointerType(src_type, 0); local in function:lp_build_gather_elem
99 ptr = LLVMBuildBitCast(gallivm->builder, ptr, src_ptr_type, "");
176 LLVMTypeRef src_ptr_type = LLVMPointerType(src_type, 0); local in function:lp_build_gather_elem_vec
180 ptr = LLVMBuildBitCast(gallivm->builder, ptr, src_ptr_type, "");
233 * Only valid if src_ptr_type is int type...
316 LLVMTypeRef src_ptr_type = LLVMPointerType(src_type, 0); local in function:lp_build_gather_avx2
319 base_ptr = LLVMBuildBitCast(builder, base_ptr, src_ptr_type, "");
H A Dlp_bld_format_s3tc.c1060 LLVMTypeRef src_ptr_type = LLVMPointerType(src_type, 0); local in function:lp_build_gather_s3tc_simple_scalar
1065 ptr = LLVMBuildBitCast(builder, ptr, src_ptr_type, "");
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.c91 LLVMTypeRef src_ptr_type = LLVMPointerType(src_type, 0); local in function:lp_build_gather_elem
99 ptr = LLVMBuildBitCast(gallivm->builder, ptr, src_ptr_type, "");
176 LLVMTypeRef src_ptr_type = LLVMPointerType(src_type, 0); local in function:lp_build_gather_elem_vec
180 ptr = LLVMBuildBitCast(gallivm->builder, ptr, src_ptr_type, "");
233 * Only valid if src_ptr_type is int type...
316 LLVMTypeRef src_ptr_type = LLVMPointerType(src_type, 0); local in function:lp_build_gather_avx2
319 base_ptr = LLVMBuildBitCast(builder, base_ptr, src_ptr_type, "");
H A Dlp_bld_format_s3tc.c1100 LLVMTypeRef src_ptr_type = LLVMPointerType(src_type, 0); local in function:lp_build_gather_s3tc_simple_scalar
1105 ptr = LLVMBuildBitCast(builder, ptr, src_ptr_type, "");

Completed in 13 milliseconds