Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
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] + in calc_offsets()
385 LLVMValueRef pixxf = lp_build_const_float(gallivm, quad_offset_x[i]); in coeffs_init()