Searched refs:unspill_inst (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp750 fs_inst *unspill_inst; local in function:fs_reg_alloc::emit_unspill
755 unspill_inst = ubld.MOV(component(header, 2),
757 _mesa_set_add(spill_insts, unspill_inst);
770 unspill_inst = bld.emit(SHADER_OPCODE_SEND, dst,
772 unspill_inst->mlen = 1;
773 unspill_inst->header_size = 1;
774 unspill_inst->size_written = reg_size * REG_SIZE;
775 unspill_inst->send_has_side_effects = false;
776 unspill_inst->send_is_volatile = true;
777 unspill_inst
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp835 fs_inst *unspill_inst = bld.emit(gen7_read ? local in function:emit_unspill
839 unspill_inst->offset = spill_offset;
842 unspill_inst->base_mrf = spill_base_mrf(bld.shader);
843 unspill_inst->mlen = 1; /* header contains offset */

Completed in 5 milliseconds