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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c760 LLVMValueRef x_offset0, x_offset1; local in function:lp_build_sample_image_linear
862 &x_offset0, &x_offset1,
871 x_offset1 = lp_build_add(&bld->int_coord_bld, x_offset1, z_offset);
875 x_offset1 = lp_build_add(&bld->int_coord_bld, x_offset1, mipoffsets);
881 offset[z][y][1] = x_offset1;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c768 LLVMValueRef x_offset0, x_offset1; local in function:lp_build_sample_image_linear
871 &x_offset0, &x_offset1,
880 x_offset1 = lp_build_add(&bld->int_coord_bld, x_offset1, z_offset);
884 x_offset1 = lp_build_add(&bld->int_coord_bld, x_offset1, mipoffsets);
890 offset[z][y][1] = x_offset1;

Completed in 4 milliseconds