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

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp815 fs_inst *spill_inst; local in function:fs_reg_alloc::emit_spill
820 spill_inst = ubld.MOV(component(header, 2),
822 _mesa_set_add(spill_insts, spill_inst);
835 spill_inst = bld.emit(SHADER_OPCODE_SEND, bld.null_reg_f(),
837 spill_inst->mlen = 1;
838 spill_inst->ex_mlen = reg_size;
839 spill_inst->size_written = 0;
840 spill_inst->header_size = 1;
841 spill_inst->send_has_side_effects = true;
842 spill_inst
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp860 fs_inst *spill_inst = local in function:emit_spill
863 spill_inst->offset = spill_offset + i * reg_size * REG_SIZE;
864 spill_inst->mlen = 1 + reg_size; /* header, value */
865 spill_inst->base_mrf = spill_base_mrf(bld.shader);

Completed in 5 milliseconds