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.c1059 LLVMValueRef indexo = lp_build_const_int32(bld->gallivm, 4 * i); in lp_build_get_mip_offsets() local
1063 offsets = LLVMBuildInsertElement(builder, offsets, offset1, indexo, ""); in lp_build_get_mip_offsets()
1177 LLVMValueRef indexo = lp_build_const_int32(bld->gallivm, 4 * i); in lp_build_get_level_stride_vec() local
1181 stride = LLVMBuildInsertElement(builder, stride, stride1, indexo, ""); in lp_build_get_level_stride_vec()