Home
last modified time | relevance | path

Searched refs:ac_build_alloca (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm.c849 ctx->gs_next_vertex[i] = ac_build_alloca(&ctx->ac, ctx->ac.i32, ""); in si_llvm_translate_nir()
853 ctx->gs_curprim_verts[i] = ac_build_alloca(&ctx->ac, ctx->ac.i32, ""); in si_llvm_translate_nir()
854 ctx->gs_generated_prims[i] = ac_build_alloca(&ctx->ac, ctx->ac.i32, ""); in si_llvm_translate_nir()
H A Dgfx10_shader_ngg.c1183 LLVMValueRef gs_accepted = ac_build_alloca(&ctx->ac, ctx->ac.i32, ""); in gfx10_ngg_culling_build_end()
1235 LLVMValueRef vertex_accepted = ac_build_alloca(&ctx->ac, ctx->ac.i1, ""); in gfx10_ngg_culling_build_end()
1236 LLVMValueRef vertex_mask = ac_build_alloca(&ctx->ac, ctx->ac.iN_wavemask, ""); in gfx10_ngg_culling_build_end()
2157 LLVMValueRef accepted = ac_build_alloca(&ctx->ac, ctx->ac.i32, ""); in gfx10_ngg_gs_build_end()
2175 LLVMValueRef vertliveptr = ac_build_alloca(&ctx->ac, ctx->ac.i1, "vertexlive"); in gfx10_ngg_gs_build_end()
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.h466 LLVMValueRef ac_build_alloca(struct ac_llvm_context *ac, LLVMTypeRef type, const char *name);
H A Dac_llvm_build.c3024 LLVMValueRef ac_build_alloca(struct ac_llvm_context *ac, LLVMTypeRef type, const char *name) in ac_build_alloca() function

Completed in 24 milliseconds