Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_opcodes.h201 RC_OPCODE_BEGIN_TEX, enumerator
Dradeon_opcodes.c403 .Opcode = RC_OPCODE_BEGIN_TEX,
Dr300_fragprog_emit.c495 if (inst->U.I.Opcode == RC_OPCODE_BEGIN_TEX) { in r300BuildFragmentProgramHwCode()
Dradeon_compiler.c366 if (info->Opcode == RC_OPCODE_BEGIN_TEX) in rc_get_stats()
Dr500_fragprog_emit.c647 } else if (inst->U.I.Opcode == RC_OPCODE_BEGIN_TEX) { in r500BuildFragmentProgramHwCode()
Dradeon_pair_schedule.c452 inst_begin->U.I.Opcode = RC_OPCODE_BEGIN_TEX; in emit_all_tex()
/third_party/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()