Home
last modified time | relevance | path

Searched refs:max_regs (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_info.c290 unsigned max_regs; in analyse_instruction() local
305 max_regs = ARRAY_SIZE(ctx->temp); in analyse_instruction()
308 max_regs = ARRAY_SIZE(info->output); in analyse_instruction()
384 for (index = 0; index < max_regs; ++index) { in analyse_instruction()
389 } else if (dst->Index < max_regs) { in analyse_instruction()

Completed in 1 milliseconds