Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp401 unsigned vgrf = n2 - first_vgrf_node; in setup_live_interference() local
490 const int vgrf = inst->opcode == SHADER_OPCODE_SEND ? in setup_inst_interference() local
506 const int vgrf = inst->src[3].nr; in setup_inst_interference() local
904 int vgrf = fs->alloc.allocate(ALIGN(size, reg_unit(devinfo))); in alloc_spill_reg() local
H A Dbrw_fs_live_variables.cpp307 const unsigned vgrf = vgrf_from_var[i]; in fs_live_variables() local
H A Dbrw_schedule_instructions.cpp820 int vgrf = live.vgrf_from_var[i]; in setup_liveness() local
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_fs_reg_allocate.cpp524 unsigned vgrf = n2 - first_vgrf_node; in setup_live_interference() local
608 const int vgrf = inst->opcode == ELK_SHADER_OPCODE_SEND ? in setup_inst_interference() local
943 int vgrf = fs->alloc.allocate(ALIGN(size, reg_unit(devinfo))); in alloc_spill_reg() local
H A Delk_fs_live_variables.cpp307 const unsigned vgrf = vgrf_from_var[i]; in fs_live_variables() local
H A Delk_schedule_instructions.cpp855 int vgrf = live.vgrf_from_var[i]; in setup_liveness() local
H A Delk_fs.cpp1093 elk_fs_visitor::vgrf(const glsl_type *const type) in vgrf() function in elk_fs_visitor