Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h470 LLVMValueRef ac_build_alloca(struct ac_llvm_context *ac, LLVMTypeRef type, const char *name);
Dac_llvm_build.c3201 LLVMValueRef ac_build_alloca(struct ac_llvm_context *ac, LLVMTypeRef type, const char *name) in ac_build_alloca() function
/external/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_shader_ngg.c862 LLVMValueRef gs_accepted = ac_build_alloca(&ctx->ac, ctx->ac.i32, ""); in gfx10_emit_ngg_culling_epilogue()
932 LLVMValueRef es_accepted = ac_build_alloca(&ctx->ac, ctx->ac.i1, ""); in gfx10_emit_ngg_culling_epilogue()
1756 LLVMValueRef vertliveptr = ac_build_alloca(&ctx->ac, ctx->ac.i1, "vertexlive"); in gfx10_ngg_gs_emit_epilogue()
Dsi_shader.c1384 ctx->gs_next_vertex[i] = ac_build_alloca(&ctx->ac, ctx->ac.i32, ""); in si_build_main_function()
1388 ctx->gs_curprim_verts[i] = ac_build_alloca(&ctx->ac, ctx->ac.i32, ""); in si_build_main_function()
1389 ctx->gs_generated_prims[i] = ac_build_alloca(&ctx->ac, ctx->ac.i32, ""); in si_build_main_function()
/external/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c3027 LLVMValueRef vertliveptr = ac_build_alloca(&ctx->ac, ctx->ac.i1, "vertexlive"); in gfx10_ngg_gs_emit_epilogue_2()
3906 ac_build_alloca(&ctx.ac, ctx.ac.i32, ""); in ac_translate_nir_to_llvm()
3911 ac_build_alloca(&ctx.ac, ctx.ac.i32, ""); in ac_translate_nir_to_llvm()
3913 ac_build_alloca(&ctx.ac, ctx.ac.i32, ""); in ac_translate_nir_to_llvm()