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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_setup.c410 if (range.First + i >= ctx->temps_count)
518 if (reg->Register.Index >= ctx->temps_count)
648 if (!ctx->temps_count) {
649 ctx->temps_count = bld_base->info->file_max[TGSI_FILE_TEMPORARY] + 1;
650 ctx->temps = MALLOC(TGSI_NUM_CHANNELS * ctx->temps_count * sizeof(LLVMValueRef));
823 if (reg->Register.Index >= ctx->temps_count)
1049 ctx->temps_count = 0;
1171 ctx->temps_count = 0;
H A Dsi_shader_internal.h87 unsigned temps_count; member in struct:si_shader_context

Completed in 3 milliseconds