Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/midgard/
Dmidgard_ra.c129 case REG_CLASS_TEXR: in check_read_class()
148 case REG_CLASS_TEXR: in check_write_class()
414 l->class_start[REG_CLASS_TEXR] = 16 * 28; in allocate_registers()
419 l->class_size[REG_CLASS_TEXR] = 16 * 2; in allocate_registers()
422 lcra_set_disjoint_class(l, REG_CLASS_TEXR, REG_CLASS_TEXW); in allocate_registers()
430 l->class_start[REG_CLASS_TEXR] = l->class_start[REG_CLASS_LDST]; in allocate_registers()
544 set_class(l->class, ins->src[0], REG_CLASS_TEXR); in allocate_registers()
545 set_class(l->class, ins->src[1], REG_CLASS_TEXR); in allocate_registers()
546 set_class(l->class, ins->src[2], REG_CLASS_TEXR); in allocate_registers()
547 set_class(l->class, ins->src[3], REG_CLASS_TEXR); in allocate_registers()
Dcompiler.h558 #define REG_CLASS_TEXR 3 macro