Searched refs:TGSI_SAT_ZERO_ONE (Results 1 – 13 of 13) sorted by relevance
437 #define TGSI_SAT_ZERO_ONE 1 /* clamp to [0,1] */ macro
154 case TGSI_SAT_ZERO_ONE: return RC_SATURATE_ZERO_ONE; in translate_saturate()
541 if(finst->Instruction.Saturate == TGSI_SAT_ZERO_ONE) { in nvfx_vertprog_parse_instruction()805 if(finst->Instruction.Saturate == TGSI_SAT_ZERO_ONE && !nv30->use_nv4x) { in nvfx_vertprog_parse_instruction()
528 sat = (finst->Instruction.Saturate == TGSI_SAT_ZERO_ONE); in nvfx_fragprog_parse_instruction()
528 case TGSI_SAT_ZERO_ONE: in iter_instruction()
535 case TGSI_SAT_ZERO_ONE: in emit_store()
847 *saturate = TGSI_SAT_ZERO_ONE; in match_inst()
1579 case TGSI_SAT_ZERO_ONE: in store_dest()
240 case TGSI_SAT_ZERO_ONE: in lp_emit_store_aos()
963 case TGSI_SAT_ZERO_ONE: in emit_store_chan()
331 if (inst->Instruction.Saturate == TGSI_SAT_ZERO_ONE) in get_result_flags()
312 case TGSI_SAT_ZERO_ONE: in emit_store()
1378 case TGSI_SAT_ZERO_ONE: in storeDst()