Home
last modified time | relevance | path

Searched refs:ac_build_call (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.h549 LLVMValueRef ac_build_call(struct ac_llvm_context *ctx, LLVMValueRef func, LLVMValueRef *args,
Dac_llvm_build.c4300 LLVMValueRef ac_build_call(struct ac_llvm_context *ctx, LLVMValueRef func, LLVMValueRef *args, in ac_build_call() function
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm.c651 ret = ac_build_call(&ctx->ac, parts[part], in, num_params); in si_build_wrapper_function()