Home
last modified time | relevance | path

Searched refs:addBufferResourceAnnotation (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.h92 void addBufferResourceAnnotation(llvm::GlobalVariable *GV,
H A DCGHLSLRuntime.cpp185 addBufferResourceAnnotation(GV, RC, RK, /*IsROV=*/false, in finishCodeGen()
194 void CGHLSLRuntime::addBufferResourceAnnotation(llvm::GlobalVariable *GV, in addBufferResourceAnnotation() function in CGHLSLRuntime
290 addBufferResourceAnnotation(GV, RC, RK, IsROV, ET, Binding); in annotateHLSLResource()