Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.h181 LLVMValueRef ac_build_shader_clock(struct ac_llvm_context *ctx, nir_scope scope);
Dac_llvm_build.c477 LLVMValueRef ac_build_shader_clock(struct ac_llvm_context *ctx, nir_scope scope) in ac_build_shader_clock() function
Dac_nir_to_llvm.c3892 result = ac_build_shader_clock(&ctx->ac, nir_intrinsic_memory_scope(instr)); in visit_intrinsic()