Searched refs:ac_build_alloca_undef (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.h | 467 LLVMValueRef ac_build_alloca_undef(struct ac_llvm_context *ac, LLVMTypeRef type, const char *name);
|
D | ac_llvm_build.c | 3003 LLVMValueRef ac_build_alloca_undef(struct ac_llvm_context *ac, LLVMTypeRef type, const char *name) in ac_build_alloca_undef() function 3026 LLVMValueRef ptr = ac_build_alloca_undef(ac, type, name); in ac_build_alloca() 3033 LLVMValueRef ptr = ac_build_alloca_undef(ac, LLVMTypeOf(val), name); in ac_build_alloca_init()
|
D | ac_nir_to_llvm.c | 5397 abi->outputs[idx] = ac_build_alloca_undef(ctx, type, ""); in ac_handle_shader_output_decl() 5409 ac_build_alloca_undef(&ctx->ac, LLVMArrayType(ctx->ac.i8, shader->scratch_size), "scratch"); in setup_scratch()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | gfx10_shader_ngg.c | 338 LLVMValueRef offsets_vgpr = ac_build_alloca_undef(&ctx->ac, ctx->ac.i32, ""); in build_streamout() 339 LLVMValueRef generated_by_stream_vgpr = ac_build_alloca_undef(&ctx->ac, ctx->ac.i32, ""); in build_streamout() 763 LLVMValueRef i8vec4_lane = ac_build_alloca_undef(&ctx->ac, ctx->ac.i32, ""); in load_vertex_counts()
|
D | si_shader_llvm.c | 1067 ctx->abi.outputs[i * 4 + j] = ac_build_alloca_undef(&ctx->ac, type, ""); in si_llvm_translate_nir()
|