Home
last modified time | relevance | path

Searched refs:R500_INST_NOP (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dr500_fragprog_emit.c230 code->inst[ip].inst0 |= R500_INST_NOP; in alu_nop()
275 code->inst[ip].inst0 |= R500_INST_NOP; in emit_paired()
Dr500_fragprog.c390 inst & R500_INST_NOP ? "NOP" : "", in r500FragmentProgramDump()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_reg.h3258 # define R500_INST_NOP (1 << 9) macro