Searched refs:util_pack_color_ub (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_linear_fastpath.c | 181 util_pack_color_ub(0xff, 0, 0xff, 0xff, in lp_linear_purple()
|
D | lp_state_fs_linear.c | 615 util_pack_color_ub(0xff, 0, 0, 0xff, in linear_red()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_pack_color.h | 63 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/ |
D | device9.c | 1934 util_pack_color_ub(color >> 16, color >> 8, color >> 0, color >> 24, in NineDevice9_ColorFill()
|