Home
last modified time | relevance | path

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

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