Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp262 inst->base_mrf = FIRST_SPILL_MRF(devinfo->ver) + 1; in SCRATCH_READ()
276 inst->base_mrf = FIRST_SPILL_MRF(devinfo->ver); in SCRATCH_WRITE()
1015 int max_usable_mrf = FIRST_SPILL_MRF(devinfo->ver); in emit_vertex()
Dgfx6_gs_visitor.cpp349 int max_usable_mrf = FIRST_SPILL_MRF(devinfo->ver); in emit_thread_end()
Dbrw_eu.h1906 #define FIRST_SPILL_MRF(gen) ((gen) == 6 ? 21 : 13) macro