Home
last modified time | relevance | path

Searched refs:rbhimask (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
438 rbhimask = lp_build_const_int_vec(gallivm, type, 0x00f800f8); in color_expand_565_to_8888()
446 rgba = LLVMBuildAnd(builder, rgba, rbhimask, ""); in color_expand_565_to_8888()