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

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.c113 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
143 pixxf = lp_build_const_float(gallivm, quad_offset_x[i % num_pix] +
379 LLVMValueRef pixxf = lp_build_const_float(gallivm, quad_offset_x[i]);

Completed in 43 milliseconds