Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_tri_tmp.h111 const int32_t cox_s = cox << 2; in do_block_16() local
112 const int32_t co = (int32_t)(c[j] >> (int64_t)FIXED_ORDER) + cox_s; in do_block_16()
114 cdiff = ei - cox_s + ((int32_t)((c[j] - 1) >> (int64_t)FIXED_ORDER) - in do_block_16()
239 const int32_t cox_s = cox << 4; in lp_rast_triangle() local
240 const int32_t co = (int32_t)(c[j] >> (int64_t)FIXED_ORDER) + cox_s; in lp_rast_triangle()
269 cdiff = ei - cox_s + ((int32_t)((c[j] - 1) >> (int64_t)FIXED_ORDER) - in lp_rast_triangle()

Completed in 1 milliseconds