Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_tri_tmp.h114 const int32_t cox_s = cox << 2; in TAG() local
115 const int32_t co = (int32_t)(c[j] >> (int64_t)FIXED_ORDER) + cox_s; in TAG()
117 cdiff = ei - cox_s + ((int32_t)((c[j] - 1) >> (int64_t)FIXED_ORDER) - in TAG()
241 const int32_t cox_s = cox << 4; in TAG() local
242 const int32_t co = (int32_t)(c[j] >> (int64_t)FIXED_ORDER) + cox_s; in TAG()
269 cdiff = ei - cox_s + ((int32_t)((c[j] - 1) >> (int64_t)FIXED_ORDER) - in TAG()