Home
last modified time | relevance | path

Searched refs:storage_color (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_uniforms.c132 float storage_color[4]; in write_texture_border_color() local
133 util_format_unswizzle_4f(storage_color, in write_texture_border_color()
148 util_pack_color(storage_color, in write_texture_border_color()
153 util_pack_color(storage_color, in write_texture_border_color()
157 util_pack_color(storage_color, in write_texture_border_color()
161 uc.ui[0] = float_to_ubyte(storage_color[0]) << 24; in write_texture_border_color()
164 uc.ui[0] = ((float_to_ubyte(storage_color[1]) << 24) | in write_texture_border_color()
165 (float_to_ubyte(storage_color[0]) << 0)); in write_texture_border_color()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_uniforms.c66 float storage_color[4];
67 util_format_unswizzle_4f(storage_color,
82 util_pack_color(storage_color,
86 util_pack_color(storage_color,
90 util_pack_color(storage_color,
94 uc.ui[0] = float_to_ubyte(storage_color[0]) << 24;
97 uc.ui[0] = ((float_to_ubyte(storage_color[1]) << 24) |
98 (float_to_ubyte(storage_color[0]) << 0));