Home
last modified time | relevance | path

Searched defs:from_lsb (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c2060 unsigned from_lsb = j; in convert_to_blend_type() local
2062 unsigned from_lsb = (blend_type.length / pixels) - j - 1; in convert_to_blend_type() local
2242 unsigned from_lsb = j; in convert_from_blend_type() local
2244 unsigned from_lsb = blend_type.length - j - 1; in convert_from_blend_type() local