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