Searched refs:c255 (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_yuv.c | 229 LLVMValueRef c255; in yuv_to_rgb_soa() local 256 c255 = lp_build_const_int_vec(gallivm, type, 255); in yuv_to_rgb_soa() 308 *r = lp_build_clamp(&bld, *r, c0, c255); in yuv_to_rgb_soa() 309 *g = lp_build_clamp(&bld, *g, c0, c255); in yuv_to_rgb_soa() 310 *b = lp_build_clamp(&bld, *b, c0, c255); in yuv_to_rgb_soa()
|
Completed in 2 milliseconds