Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c289 unsigned max_regs; in analyse_instruction() local
304 max_regs = ARRAY_SIZE(ctx->temp); in analyse_instruction()
307 max_regs = ARRAY_SIZE(info->output); in analyse_instruction()
378 for (index = 0; index < max_regs; ++index) { in analyse_instruction()
383 } else if (dst->Index < max_regs) { in analyse_instruction()