Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_s3tc.c411 LLVMValueRef rbhimask, g6mask, rgblomask; in color_expand_565_to_8888() local
437 g6mask = lp_build_const_int_vec(gallivm, type, 0x07e0); in color_expand_565_to_8888()
443 g = LLVMBuildAnd(builder, colors, g6mask, ""); in color_expand_565_to_8888()