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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.c2093 LLVMValueRef offset_val = get_src(bld_base, instr->src[i].src); local in function:visit_tex
2096 offsets[0] = cast_type(bld_base, offset_val, nir_type_int, 32);
2099 offsets[chan] = LLVMBuildExtractValue(builder, offset_val,

Completed in 5 milliseconds