Home
last modified time | relevance | path

Searched refs:storage_color (Results 1 – 1 of 1) 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()
152 util_pack_color(storage_color, in write_texture_border_color()
156 util_pack_color(storage_color, in write_texture_border_color()
160 uc.ui[0] = float_to_ubyte(storage_color[0]) << 24; in write_texture_border_color()
163 uc.ui[0] = ((float_to_ubyte(storage_color[1]) << 24) | in write_texture_border_color()
164 (float_to_ubyte(storage_color[0]) << 0)); in write_texture_border_color()