Home
last modified time | relevance | path

Searched refs:BRW_OPCODE_NOP (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_disasm.c77 [BRW_OPCODE_NOP] = { .name = "nop", .nsrc = 0, .ndst = 0 },
1094 if (inst->header.opcode != BRW_OPCODE_NOP) { in brw_disasm()
1309 if (inst->header.opcode != BRW_OPCODE_NOP) { in brw_disasm()
Dbrw_defines.h644 BRW_OPCODE_NOP = 126, enumerator
Dbrw_optimize.c71 [BRW_OPCODE_NOP] = { .name = "nop", .nsrc = 0, .ndst = 0 },
Dbrw_fs.cpp57 this->opcode = BRW_OPCODE_NOP; in init()
Dbrw_eu_emit.c993 struct brw_instruction *insn = next_insn(p, BRW_OPCODE_NOP); in brw_NOP()