Searched refs:BRW_OPCODE_ELSE (Results 1 - 25 of 48) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_dead_control_flow.cpp56 prev_inst->opcode == BRW_OPCODE_ELSE) {
99 } else if (inst->opcode == BRW_OPCODE_ELSE &&
H A Dbrw_cfg.cpp98 op == BRW_OPCODE_ELSE ||
204 case BRW_OPCODE_ELSE:
238 assert(!cur_else || cur_else->end()->opcode == BRW_OPCODE_ELSE);
H A Dbrw_fs_sel_peephole.cpp146 if (child->block->prev()->end()->opcode == BRW_OPCODE_ELSE) {
H A Dbrw_cfg.h168 op == BRW_OPCODE_ELSE ||
H A Dbrw_disasm.c42 opcode == BRW_OPCODE_ELSE ||
57 (devinfo->gen >= 8 && opcode == BRW_OPCODE_ELSE) ||
70 opcode == BRW_OPCODE_ELSE;
1657 opcode == BRW_OPCODE_ELSE)) {
H A Dbrw_eu_defines.h230 BRW_OPCODE_ELSE = 36, enumerator in enum:opcode
H A Dbrw_vec4_copy_propagation.cpp62 inst->opcode != BRW_OPCODE_ELSE &&
H A Dbrw_eu.c533 [BRW_OPCODE_ELSE] = {
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_dead_control_flow.cpp58 prev_inst->opcode == BRW_OPCODE_ELSE) {
101 } else if (inst->opcode == BRW_OPCODE_ELSE &&
H A Dbrw_cfg.cpp113 op == BRW_OPCODE_ELSE ||
220 case BRW_OPCODE_ELSE:
255 assert(!cur_else || cur_else->end()->opcode == BRW_OPCODE_ELSE);
H A Dbrw_fs_sel_peephole.cpp147 if (child->block->prev()->end()->opcode == BRW_OPCODE_ELSE) {
H A Dbrw_cfg.h201 op == BRW_OPCODE_ELSE ||
H A Dtest_fs_scoreboard.cpp718 bld.emit(BRW_OPCODE_ELSE);
759 bld.emit(BRW_OPCODE_ELSE);
804 bld.emit(BRW_OPCODE_ELSE);
851 bld.emit(BRW_OPCODE_ELSE);
H A Dbrw_vec4_copy_propagation.cpp62 inst->opcode != BRW_OPCODE_ELSE &&
H A Dbrw_disasm.c42 opcode == BRW_OPCODE_ELSE ||
57 (devinfo->ver >= 8 && opcode == BRW_OPCODE_ELSE) ||
70 opcode == BRW_OPCODE_ELSE;
1973 opcode == BRW_OPCODE_ELSE)) {
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Di965_asm.c150 case BRW_OPCODE_ELSE:
171 case BRW_OPCODE_ELSE:
/xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/
H A Dbrw_disasm.c78 [BRW_OPCODE_ELSE] = { .name = "else", .nsrc = 2, .ndst = 0 },
886 inst->header.opcode == BRW_OPCODE_ELSE ||
H A Dbrw_eu_emit.c791 assert(else_inst == NULL || else_inst->header.opcode == BRW_OPCODE_ELSE);
832 assert(else_inst == NULL || else_inst->header.opcode == BRW_OPCODE_ELSE);
874 /* BRW_OPCODE_ELSE pre-gen6 should point just past the
881 /* BRW_OPCODE_ELSE on gen6 should point to the matching ENDIF. */
898 insn = brw_next_insn(p, BRW_OPCODE_ELSE);
934 if (p->if_stack[p->if_stack_depth]->header.opcode == BRW_OPCODE_ELSE) {
1918 case BRW_OPCODE_ELSE:
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/
H A Dbrw_disasm.c78 [BRW_OPCODE_ELSE] = { .name = "else", .nsrc = 2, .ndst = 0 },
886 inst->header.opcode == BRW_OPCODE_ELSE ||
H A Dbrw_eu_emit.c791 assert(else_inst == NULL || else_inst->header.opcode == BRW_OPCODE_ELSE);
832 assert(else_inst == NULL || else_inst->header.opcode == BRW_OPCODE_ELSE);
874 /* BRW_OPCODE_ELSE pre-gen6 should point just past the
881 /* BRW_OPCODE_ELSE on gen6 should point to the matching ENDIF. */
898 insn = brw_next_insn(p, BRW_OPCODE_ELSE);
934 if (p->if_stack[p->if_stack_depth]->header.opcode == BRW_OPCODE_ELSE) {
1918 case BRW_OPCODE_ELSE:
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dbrw_defines.h580 #define BRW_OPCODE_ELSE 36 macro
/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Dbrw_defines.h580 #define BRW_OPCODE_ELSE 36 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dbrw_defines.h580 #define BRW_OPCODE_ELSE 36 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Dbrw_defines.h580 #define BRW_OPCODE_ELSE 36 macro
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Dbrw_defines.h573 #define BRW_OPCODE_ELSE 36 macro

Completed in 45 milliseconds

12