Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_reg_allocate.cpp797 fs_inst *spill_inst = in emit_spill() local
800 spill_inst->offset = spill_offset + i * reg_size * REG_SIZE; in emit_spill()
801 spill_inst->mlen = 1 + reg_size; /* header, value */ in emit_spill()
802 spill_inst->base_mrf = spill_base_mrf(bld.shader); in emit_spill()