Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c320 return ctx->undef_alloca; in get_pointer_into_array()
726 !ctx->undef_alloca) { in emit_declaration()
732 ctx->undef_alloca = lp_build_alloca_undef( in emit_declaration()
748 ptr = ctx->undef_alloca; in emit_declaration()
Dsi_shader_internal.h102 LLVMValueRef undef_alloca; member