Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.h487 LLVMValueRef ac_build_alloca_init(struct ac_llvm_context *ac, LLVMValueRef val, const char *name);
Dac_llvm_build.c3268 LLVMValueRef ac_build_alloca_init(struct ac_llvm_context *ac, LLVMValueRef val, const char *name) in ac_build_alloca_init() function
Dac_nir_to_llvm.c5376 ctx.ac.postponed_kill = ac_build_alloca_init(&ctx.ac, ctx.ac.i1true, ""); in ac_nir_translate()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_vs.c523 addr[i][j] = ac_build_alloca_init(&ctx->ac, outputs[i].values[j], ""); in si_vertex_color_clamping()
Dgfx10_shader_ngg.c1160 ac_build_alloca_init(&ctx->ac, LLVMConstInt(ctx->ac.i32, 1u << 31, 0), ""); in gfx10_emit_ngg_culling_epilogue()
1397 user_edgeflags[i] = ac_build_alloca_init(&ctx->ac, tmp, ""); in gfx10_emit_ngg_epilogue()