Searched refs:TGSI_SAT_NONE (Results 1 – 13 of 13) sorted by relevance
264 current.FullInstruction.Instruction.Saturate == TGSI_SAT_NONE && in i915_fpc_useless_mov()288 next->FullInstruction.Instruction.Saturate == TGSI_SAT_NONE && in i915_fpc_optimize_useless_mov_after_inst()
436 #define TGSI_SAT_NONE 0 /* do not saturate */ macro
153 case TGSI_SAT_NONE: return RC_SATURATE_NONE; in translate_saturate()
839 *saturate = TGSI_SAT_NONE; in match_inst()867 uint saturate = TGSI_SAT_NONE; in parse_instruction()
532 case TGSI_SAT_NONE: in emit_store()1086 if (inst->Instruction.Saturate != TGSI_SAT_NONE) in emit_instruction()
526 case TGSI_SAT_NONE: in iter_instruction()
589 instruction.Saturate = TGSI_SAT_NONE; in tgsi_default_instruction()
1573 case TGSI_SAT_NONE: in store_dest()
237 case TGSI_SAT_NONE: in lp_emit_store_aos()
960 case TGSI_SAT_NONE: in emit_store_chan()
303 if (inst->Instruction.Saturate != TGSI_SAT_NONE) { in emit_store()
1651 boolean saturate = insn->Instruction.Saturate != TGSI_SAT_NONE; in emit_tex()
1376 case TGSI_SAT_NONE: in storeDst()