Searched refs:REG_CLASS_TEXR (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_ra.c | 129 case REG_CLASS_TEXR: in check_read_class() 148 case REG_CLASS_TEXR: in check_write_class() 471 l->class_start[REG_CLASS_TEXR] = 16 * 28; in allocate_registers() 476 l->class_size[REG_CLASS_TEXR] = 16 * 2; in allocate_registers() 479 lcra_set_disjoint_class(l, REG_CLASS_TEXR, REG_CLASS_TEXW); in allocate_registers() 487 l->class_start[REG_CLASS_TEXR] = l->class_start[REG_CLASS_LDST]; in allocate_registers() 614 set_class(l->class, ins->src[0], REG_CLASS_TEXR); in allocate_registers() 615 set_class(l->class, ins->src[1], REG_CLASS_TEXR); in allocate_registers() 616 set_class(l->class, ins->src[2], REG_CLASS_TEXR); in allocate_registers() 617 set_class(l->class, ins->src[3], REG_CLASS_TEXR); in allocate_registers() [all...] |
H A D | compiler.h | 556 #define REG_CLASS_TEXR 3 macro
|
Completed in 3 milliseconds