Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_ra.c453 unsigned *found_class = calloc(sizeof(unsigned), ctx->temp_count); in allocate_registers() local
499 found_class[dest] = MAX2(found_class[dest], bytes); in allocate_registers()
537 lcra_restrict_range(l, i, found_class[i]); in allocate_registers()
540 free(found_class); in allocate_registers()