Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_tri_tmp.h109 const int32_t cox = plane[j].eo >> FIXED_ORDER; in do_block_16() local
110 const int32_t ei = (dcdy + dcdx - cox) << 2; in do_block_16()
111 const int32_t cox_s = cox << 2; in do_block_16()
121 const int64_t cox = IMUL64(plane[j].eo, 4); in do_block_16()
125 co = c[j] + cox; in do_block_16()
126 cdiff = cio - cox; in do_block_16()
131 &outmask, /* sign bits from c[i][0..15] + cox */ in do_block_16()
237 const int32_t cox = plane[j].eo >> FIXED_ORDER; in lp_rast_triangle() local
238 const int32_t ei = (dcdy + dcdx - cox) << 4; in lp_rast_triangle()
239 const int32_t cox_s = cox << in lp_rast_triangle()
276 const int32_t cox = plane[j].eo << 4; lp_rast_triangle() local
388 const int cox = plane[j].eo * 4; TRI_16() local
[all...]

Completed in 1 milliseconds