Searched refs:RC_SATURATE_NONE (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_program_constants.h32 RC_SATURATE_NONE = 0, enumerator in enum:__anon952d6f910103
H A Dradeon_program_print.c292 case RC_SATURATE_NONE: break;
H A Dradeon_optimize.c816 if (var->Inst->U.I.SaturateMode != RC_SATURATE_NONE) {
H A Dr3xx_vertprog.c390 if (vpi->SaturateMode != RC_SATURATE_NONE && !c->is_r500) {
H A Dradeon_program_alu.c1311 inst->U.I.SaturateMode = RC_SATURATE_NONE;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_program_constants.h32 RC_SATURATE_NONE = 0, enumerator in enum:__anon3d4856e40103
H A Dradeon_program_print.c292 case RC_SATURATE_NONE: break;
H A Dradeon_optimize.c819 if (var->Inst->U.I.SaturateMode != RC_SATURATE_NONE) {
H A Dr3xx_vertprog.c393 if (vpi->SaturateMode != RC_SATURATE_NONE && !c->is_r500) {
H A Dradeon_program_alu.c1290 inst->U.I.SaturateMode = RC_SATURATE_NONE;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c126 return saturate ? RC_SATURATE_ZERO_ONE : RC_SATURATE_NONE;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c128 return saturate ? RC_SATURATE_ZERO_ONE : RC_SATURATE_NONE;

Completed in 14 milliseconds