Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_util.h121 unsigned ac_count_scratch_private_memory(LLVMValueRef function);
Dac_llvm_util.c330 unsigned ac_count_scratch_private_memory(LLVMValueRef function) in ac_count_scratch_private_memory() function
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm.c1279 ctx.shader->info.private_mem_vgprs = ac_count_scratch_private_memory(ctx.main_fn); in si_llvm_compile_shader()