Searched refs:quad_offset_x (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_interp.c | 116 static const unsigned char quad_offset_x[16] = {0, 1, 0, 1, 2, 3, 2, 3, 0, 1, 0, 1, 2, 3, 2, 3}; variable 146 pixxf = lp_build_const_float(gallivm, quad_offset_x[i % num_pix] + in calc_offsets()
|