Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h177 LLVMValueRef ac_build_shader_clock(struct ac_llvm_context *ctx, nir_scope scope);
Dac_llvm_build.c428 LLVMValueRef ac_build_shader_clock(struct ac_llvm_context *ctx, nir_scope scope) in ac_build_shader_clock() function
Dac_nir_to_llvm.c3535 result = ac_build_shader_clock(&ctx->ac, nir_intrinsic_memory_scope(instr)); in visit_intrinsic()