Searched refs:reg_undef (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_visitor.cpp553 const fs_reg srcs[] = { reg_undef, reg_undef,
554 reg_undef, offset(this->outputs[0], bld, 3) };
558 inst = emit_single_fb_write(bld, tmp, reg_undef, reg_undef, 4);
823 fs_inst *inst = abld.emit(opcode, reg_undef, payload);
861 fs_inst *inst = bld.emit(SHADER_OPCODE_URB_WRITE_SIMD8, reg_undef, payload);
905 reg_undef, payload);
930 .emit(CS_OPCODE_CS_TERMINATE, reg_undef, payload);
967 bld.exec_all().emit(SHADER_OPCODE_BARRIER, reg_undef, payloa
[all...]
H A Dbrw_fs_register_coalesce.cpp248 mov[i]->dst = reg_undef;
250 mov[i]->src[j] = reg_undef;
H A Dbrw_fs_cse.cpp279 entry->tmp = reg_undef;
H A Dbrw_ir_fs.h323 static const fs_reg reg_undef; variable in typeref:typename:const fs_reg
H A Dbrw_fs.cpp98 init(opcode, exec_size, reg_undef, NULL, 0);
1551 inst = abld.emit(SHADER_OPCODE_URB_WRITE_SIMD8, reg_undef, hdr);
1559 inst = abld.emit(SHADER_OPCODE_URB_WRITE_SIMD8, reg_undef, payload);
2553 inst->src[1] = reg_undef;
2562 inst->src[1] = reg_undef;
2571 inst->src[1] = reg_undef;
2584 inst->src[1] = reg_undef;
2602 inst->src[1] = reg_undef;
2643 inst->src[1] = reg_undef;
2655 inst->src[1] = reg_undef;
[all...]
H A Dbrw_fs_nir.cpp2167 fs_inst *inst = abld.emit(opcode, reg_undef, payload);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_visitor.cpp722 const fs_reg srcs[] = { reg_undef, reg_undef,
723 reg_undef, offset(this->outputs[0], bld, 3) };
727 inst = emit_single_fb_write(bld, tmp, reg_undef, reg_undef, 4);
938 fs_inst *inst = abld.emit(opcode, reg_undef, payload);
976 fs_inst *inst = bld.emit(SHADER_OPCODE_URB_WRITE_SIMD8, reg_undef, payload);
1020 reg_undef, payload);
1042 .emit(CS_OPCODE_CS_TERMINATE, reg_undef, payload);
1088 bld.exec_all().emit(SHADER_OPCODE_BARRIER, reg_undef, payloa
[all...]
H A Dbrw_fs_register_coalesce.cpp285 mov[i]->dst = reg_undef;
287 mov[i]->src[j] = reg_undef;
H A Dbrw_fs_cse.cpp279 entry->tmp = reg_undef;
H A Dbrw_ir_fs.h326 static const fs_reg reg_undef; variable in typeref:typename:const fs_reg
H A Dbrw_fs.cpp99 init(opcode, exec_size, reg_undef, NULL, 0);
1647 inst = abld.emit(SHADER_OPCODE_URB_WRITE_SIMD8, reg_undef, hdr);
1655 inst = abld.emit(SHADER_OPCODE_URB_WRITE_SIMD8, reg_undef, payload);
2848 inst->src[1] = reg_undef;
2857 inst->src[1] = reg_undef;
2870 inst->src[1] = reg_undef;
2879 inst->src[1] = reg_undef;
2897 inst->src[1] = reg_undef;
2939 inst->src[1] = reg_undef;
2951 inst->src[1] = reg_undef;
[all...]
H A Dbrw_fs_nir.cpp2348 fs_inst *inst = abld.emit(opcode, reg_undef, payload);

Completed in 37 milliseconds