Searched refs:TGSI_EMU_CLAMP_COLOR_OUTPUTS (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_emulate.h31 #define TGSI_EMU_CLAMP_COLOR_OUTPUTS (1 << 0) macro
H A Dtgsi_emulate.c118 if (ctx->flags & TGSI_EMU_CLAMP_COLOR_OUTPUTS) {
146 if (!(flags & (TGSI_EMU_CLAMP_COLOR_OUTPUTS |
158 if (flags & (TGSI_EMU_CLAMP_COLOR_OUTPUTS |
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_emulate.h31 #define TGSI_EMU_CLAMP_COLOR_OUTPUTS (1 << 0) macro
H A Dtgsi_emulate.c118 if (ctx->flags & TGSI_EMU_CLAMP_COLOR_OUTPUTS) {
146 if (!(flags & (TGSI_EMU_CLAMP_COLOR_OUTPUTS |
158 if (flags & (TGSI_EMU_CLAMP_COLOR_OUTPUTS |
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_program.c679 (key->clamp_color ? TGSI_EMU_CLAMP_COLOR_OUTPUTS : 0) |
1249 (key->clamp_color ? TGSI_EMU_CLAMP_COLOR_OUTPUTS : 0) |
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_program.c866 (key->clamp_color ? TGSI_EMU_CLAMP_COLOR_OUTPUTS : 0) |
1538 (key->clamp_color ? TGSI_EMU_CLAMP_COLOR_OUTPUTS : 0) |

Completed in 9 milliseconds