Searched refs:BRW_OPCODE_OR (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_cse.cpp52 case BRW_OPCODE_OR:
H A Dbrw_defines.h596 BRW_OPCODE_OR = 6, enumerator in enum:opcode
H A Dbrw_fs_emit.cpp855 case BRW_OPCODE_OR:
H A Dbrw_optimize.c62 [BRW_OPCODE_OR] = { .name = "or", .nsrc = 2, .ndst = 1, .is_arith = 1 },
H A Dbrw_vec4_emit.cpp920 case BRW_OPCODE_OR:
H A Dbrw_fs_visitor.cpp428 emit(BRW_OPCODE_OR, this->result, op[0], op[1]);
569 inst = emit(BRW_OPCODE_OR, this->result, op[0], op[1]);
H A Dbrw_disasm.c67 [BRW_OPCODE_OR] = { .name = "or", .nsrc = 2, .ndst = 1 },
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_cse.cpp52 case BRW_OPCODE_OR:
H A Dbrw_defines.h596 BRW_OPCODE_OR = 6, enumerator in enum:opcode
H A Dbrw_fs_emit.cpp855 case BRW_OPCODE_OR:
H A Dbrw_optimize.c62 [BRW_OPCODE_OR] = { .name = "or", .nsrc = 2, .ndst = 1, .is_arith = 1 },
H A Dbrw_vec4_emit.cpp920 case BRW_OPCODE_OR:
H A Dbrw_fs_visitor.cpp428 emit(BRW_OPCODE_OR, this->result, op[0], op[1]);
569 inst = emit(BRW_OPCODE_OR, this->result, op[0], op[1]);
H A Dbrw_disasm.c67 [BRW_OPCODE_OR] = { .name = "or", .nsrc = 2, .ndst = 1 },

Completed in 134 milliseconds