Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_linear_fastpath.c181 util_pack_color_ub(0xff, 0, 0xff, 0xff, in lp_linear_purple()
Dlp_state_fs_linear.c615 util_pack_color_ub(0xff, 0, 0, 0xff, in linear_red()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_pack_color.h63 util_pack_color_ub(ubyte r, ubyte g, ubyte b, ubyte a, in util_pack_color_ub() function
/third_party/mesa3d/src/gallium/frontends/nine/
Ddevice9.c1934 util_pack_color_ub(color >> 16, color >> 8, color >> 0, color >> 24, in NineDevice9_ColorFill()