Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
Dregalloc.c391 unsigned alloc_start; member
397 unsigned reg_offset = ctx->alloc_start++; in find_free_value_reg()
398 if (ctx->alloc_start == GPIR_PHYSICAL_REG_NUM + GPIR_VALUE_REG_NUM) in find_free_value_reg()
399 ctx->alloc_start = 0; in find_free_value_reg()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h29249 unsigned int alloc_start; member