Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
Dradeon_compiler_regalloc_tests.c71 inst->U.I.Opcode != RC_OPCODE_BEGIN_TEX) { in test_runner_rc_regalloc()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_opcodes.h222 RC_OPCODE_BEGIN_TEX, enumerator
Dradeon_opcodes.c447 .Opcode = RC_OPCODE_BEGIN_TEX,
Dr300_fragprog_emit.c493 if (inst->U.I.Opcode == RC_OPCODE_BEGIN_TEX) { in r300BuildFragmentProgramHwCode()
Dradeon_compiler.c380 if (info->Opcode == RC_OPCODE_BEGIN_TEX) in rc_get_stats()
Dr500_fragprog_emit.c645 } else if (inst->U.I.Opcode == RC_OPCODE_BEGIN_TEX) { in r500BuildFragmentProgramHwCode()
Dradeon_pair_schedule.c456 inst_begin->U.I.Opcode = RC_OPCODE_BEGIN_TEX; in emit_all_tex()