Searched refs:bcolor32 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_texture.c139 uint32_t *bcolor32 = (uint32_t *)&bcolor[16]; local in function:fd_setup_border_colors
163 bcolor32[desc->swizzle[j] + 4] = sampler->border_color.i[j];
166 bcolor32[desc->swizzle[j]] = fui(sampler->border_color.f[j]);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_texture.c148 uint32_t *bcolor32 = (uint32_t *)&bcolor[16]; local in function:fd_setup_border_colors
172 bcolor32[desc->swizzle[j] + 4] = sampler->border_color.i[j];
175 bcolor32[desc->swizzle[j]] = fui(sampler->border_color.f[j]);

Completed in 3 milliseconds