Home
last modified time | relevance | path

Searched defs:vgrf (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs_live_variables.cpp340 int vgrf = live_intervals->vgrf_from_var[i]; in calculate_live_intervals() local
Dbrw_schedule_instructions.cpp634 int vgrf = v->live_intervals->vgrf_from_var[i]; in setup_liveness() local
Dbrw_fs.cpp999 fs_visitor::vgrf(const glsl_type *const type) in vgrf() function in fs_visitor