Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_point.c48 int dx01, dx12; member
120 float dadx = FIXED_ONE / (float)info->dx12; in texcoord_coef()
137 float dady = FIXED_ONE / (float)info->dx12; in texcoord_coef()
475 info.dx12 = fixed_width; in try_setup_point()