Searched refs:f_s (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.c253 float f_s = CLAMP(f, -1, 1); local in function:setup_border_colors
259 e->si16[c] = f_s * 0x7fff;
261 e->si8[c] = f_s * 0x7f;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.c282 float f_s = CLAMP(f, -1, 1); local in function:setup_border_colors
288 e->si16[c] = f_s * 0x7fff;
290 e->si8[c] = f_s * 0x7f;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.c281 float f_s = CLAMP(f, -1, 1); local in function:setup_border_colors
287 e->si16[c] = f_s * 0x7fff;
289 e->si8[c] = f_s * 0x7f;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.c186 float f_s = CLAMP(f, -1, 1); local in function:setup_border_colors
192 e->si16[c] = f_s * 0x7fff;
194 e->si8[c] = f_s * 0x7f;

Completed in 8 milliseconds