HomeSort by relevance Sort by last modified time
    Searched refs:BRW_OPCODE_IF (Results 1 - 21 of 21) sorted by null

  /external/mesa3d/src/intel/compiler/
brw_dead_control_flow.cpp 63 prev_inst->opcode == BRW_OPCODE_IF) {
100 prev_inst->opcode == BRW_OPCODE_IF) {
brw_predicated_break.cpp 74 if (if_inst->opcode != BRW_OPCODE_IF)
brw_cfg.cpp 97 return op == BRW_OPCODE_IF ||
185 case BRW_OPCODE_IF:
240 assert(cur_if->end()->opcode == BRW_OPCODE_IF);
brw_fs_sel_peephole.cpp 136 if (if_inst->opcode != BRW_OPCODE_IF)
brw_vec4_builder.h 479 return set_predicate(predicate, emit(BRW_OPCODE_IF));
491 emit(BRW_OPCODE_IF,
brw_cfg.h 167 return op == BRW_OPCODE_IF ||
brw_ir_vec4.h 332 opcode != BRW_OPCODE_IF &&
brw_disasm.c 41 return opcode == BRW_OPCODE_IF ||
56 return (devinfo->gen >= 7 && opcode == BRW_OPCODE_IF) ||
69 return opcode == BRW_OPCODE_IF ||
    [all...]
brw_eu_defines.h 220 BRW_OPCODE_IF = 34,
    [all...]
brw_fs_builder.h 533 return set_predicate(predicate, emit(BRW_OPCODE_IF));
brw_eu.c 500 [BRW_OPCODE_IF] = {
brw_shader.cpp 817 case BRW_OPCODE_IF:
    [all...]
brw_eu_emit.c     [all...]
brw_vec4_visitor.cpp 197 inst = new(mem_ctx) vec4_instruction(BRW_OPCODE_IF);
215 inst = new(mem_ctx) vec4_instruction(BRW_OPCODE_IF, dst_null_d(),
    [all...]
brw_fs_copy_propagation.cpp 642 case BRW_OPCODE_IF:
brw_fs_reg_allocate.cpp 841 case BRW_OPCODE_IF:
    [all...]
brw_fs.cpp 934 opcode != BRW_OPCODE_IF &&
    [all...]
brw_vec4.cpp     [all...]
brw_eu_compact.c     [all...]
brw_fs_generator.cpp     [all...]
brw_vec4_generator.cpp     [all...]

Completed in 5657 milliseconds