Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c474 alloca = ctx->temp_array_allocas[array_id - 1]; in get_pointer_into_array()
845 ctx->temp_array_allocas[id] = array_alloca; in emit_declaration()
1298 ctx->temp_array_allocas = CALLOC(size, sizeof(ctx->temp_array_allocas[0])); in si_llvm_context_init()
1435 FREE(ctx->temp_array_allocas); in si_llvm_dispose()
1436 ctx->temp_array_allocas = NULL; in si_llvm_dispose()
Dsi_shader_internal.h102 LLVMValueRef *temp_array_allocas; member