Home
last modified time | relevance | path

Searched refs:rbhimask (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c411 LLVMValueRef rbhimask, g6mask, rgblomask; in color_expand_565_to_8888() local
430 * rb = (r | b) rbhimask in color_expand_565_to_8888()
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()

Completed in 5 milliseconds