Home
last modified time | relevance | path

Searched refs:indexo (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.c1069 LLVMValueRef indexo = lp_build_const_int32(bld->gallivm, 4 * i); in lp_build_get_mip_offsets() local
1073 offsets = LLVMBuildInsertElement(builder, offsets, offset1, indexo, ""); in lp_build_get_mip_offsets()
1187 LLVMValueRef indexo = lp_build_const_int32(bld->gallivm, 4 * i); in lp_build_get_level_stride_vec() local
1191 stride = LLVMBuildInsertElement(builder, stride, stride1, indexo, ""); in lp_build_get_level_stride_vec()