Searched refs:indexo (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ | ||
| H A D | lp_bld_sample.c | 1069 LLVMValueRef indexo = lp_build_const_int32(bld->gallivm, 4 * i); local in function:lp_build_get_mip_offsets 1073 offsets = LLVMBuildInsertElement(builder, offsets, offset1, indexo, ""); 1187 LLVMValueRef indexo = lp_build_const_int32(bld->gallivm, 4 * i); local in function:lp_build_get_level_stride_vec 1191 stride = LLVMBuildInsertElement(builder, stride, stride1, indexo, ""); |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ | ||
| H A D | lp_bld_sample.c | 1206 LLVMValueRef indexo = lp_build_const_int32(bld->gallivm, 4 * i); local in function:lp_build_get_mip_offsets 1210 offsets = LLVMBuildInsertElement(builder, offsets, offset1, indexo, ""); 1324 LLVMValueRef indexo = lp_build_const_int32(bld->gallivm, 4 * i); local in function:lp_build_get_level_stride_vec 1328 stride = LLVMBuildInsertElement(builder, stride, stride1, indexo, ""); |
Completed in 9 milliseconds