Searched refs:ac_build_alloca (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_llvm.c | 849 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 D | gfx10_shader_ngg.c | 1183 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 D | ac_llvm_build.h | 466 LLVMValueRef ac_build_alloca(struct ac_llvm_context *ac, LLVMTypeRef type, const char *name);
|
H A D | ac_llvm_build.c | 3024 LLVMValueRef ac_build_alloca(struct ac_llvm_context *ac, LLVMTypeRef type, const char *name) in ac_build_alloca() function
|
Completed in 24 milliseconds