Searched defs:vgrf (Results 1 – 7 of 7) sorted by relevance
401 unsigned vgrf = n2 - first_vgrf_node; in setup_live_interference() local490 const int vgrf = inst->opcode == SHADER_OPCODE_SEND ? in setup_inst_interference() local506 const int vgrf = inst->src[3].nr; in setup_inst_interference() local904 int vgrf = fs->alloc.allocate(ALIGN(size, reg_unit(devinfo))); in alloc_spill_reg() local
307 const unsigned vgrf = vgrf_from_var[i]; in fs_live_variables() local
820 int vgrf = live.vgrf_from_var[i]; in setup_liveness() local
524 unsigned vgrf = n2 - first_vgrf_node; in setup_live_interference() local608 const int vgrf = inst->opcode == ELK_SHADER_OPCODE_SEND ? in setup_inst_interference() local943 int vgrf = fs->alloc.allocate(ALIGN(size, reg_unit(devinfo))); in alloc_spill_reg() local
855 int vgrf = live.vgrf_from_var[i]; in setup_liveness() local
1093 elk_fs_visitor::vgrf(const glsl_type *const type) in vgrf() function in elk_fs_visitor