HomeSort by relevance Sort by last modified time
    Searched refs:quad_offset_y (Results 1 - 2 of 2) sorted by null

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

Completed in 26 milliseconds