Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dir3_ra.c344 instr->name = ctx->class_alloc_count[id->cls]; in ra_block_name_instructions()
345 ctx->class_alloc_count[id->cls] += n; in ra_block_name_instructions()
539 ctx->class_alloc_count[i-1]; in ra_init()
546 ctx->class_alloc_count[total_class_count] += arr->length; in ra_init()
549 ctx->alloc_count += ctx->class_alloc_count[total_class_count]; in ra_init()
Dir3_ra.h161 unsigned class_alloc_count[total_class_count + 1]; member