Home
last modified time | relevance | path

Searched refs:RC_INSTRUCTION_PAIR (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program.h130 RC_INSTRUCTION_PAIR enumerator
Dradeon_variable.c251 if (reader_a.Inst->Type == RC_INSTRUCTION_PAIR in readers_intersect()
252 && reader_b.Inst->Type == RC_INSTRUCTION_PAIR in readers_intersect()
426 if (a->Inst->Type == RC_INSTRUCTION_PAIR) { in rc_variable_readers_union()
Dradeon_pair_regalloc.c383 RC_INSTRUCTION_PAIR ) { in variable_get_class()
411 if (variable->Inst->Type == RC_INSTRUCTION_PAIR) { in variable_get_class()
421 if (r->Inst->Type == RC_INSTRUCTION_PAIR) { in variable_get_class()
Dradeon_pair_translate.c377 inst->Type = RC_INSTRUCTION_PAIR; in rc_pair_translate()
Dradeon_program_print.c477 if (inst->Type == RC_INSTRUCTION_PAIR) in rc_print_program()
Dradeon_dataflow.c225 if (inst->Type != RC_INSTRUCTION_PAIR) { in rc_pair_for_all_reads_arg()
Dradeon_pair_schedule.c716 if (emitted->Prev->Type != RC_INSTRUCTION_PAIR) { in presub_nop()