Home | History | Annotate | Download | only in tgsi

Lines Matching defs:saturate

831            unsigned *saturate,
839 *saturate = TGSI_SAT_NONE;
847 *saturate = TGSI_SAT_ZERO_ONE;
853 *saturate = TGSI_SAT_MINUS_PLUS_ONE;
867 uint saturate = TGSI_SAT_NONE;
919 if (match_inst(&cur, &saturate, info)) {
939 inst.Instruction.Saturate = saturate;