Searched defs:quad_offset_y (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.c114 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] +
380 LLVMValueRef pixyf = lp_build_const_float(gallivm, quad_offset_y[i]);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.c114 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] +
380 LLVMValueRef pixyf = lp_build_const_float(gallivm, quad_offset_y[i]);

Completed in 2570 milliseconds