Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c466 if (range.First + i >= ctx->temps_count) in store_value_to_array()
573 if (reg->Register.Index >= ctx->temps_count) in si_llvm_emit_fetch()
703 if (!ctx->temps_count) { in emit_declaration()
704 ctx->temps_count = bld_base->info->file_max[TGSI_FILE_TEMPORARY] + 1; in emit_declaration()
705 ctx->temps = MALLOC(TGSI_NUM_CHANNELS * ctx->temps_count * sizeof(LLVMValueRef)); in emit_declaration()
880 if (reg->Register.Index >= ctx->temps_count) in si_llvm_emit_store()
1122 ctx->temps_count = 0; in si_llvm_context_set_tgsi()
1273 ctx->temps_count = 0; in si_llvm_dispose()
Dsi_shader_internal.h91 unsigned temps_count; member
/external/v8/src/compiler/
Dinstruction-selector.cc2777 int temps_count = GetTempsCountForTailCallFromJSFunction(); in VisitTailCall() local
2778 for (int i = 0; i < temps_count; i++) { in VisitTailCall()