Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DAtomicCounterFunctionHLSL.cpp25 constexpr ImmutableString kAtomicCounterBaseName("_acbase_"); variable
35 ImmutableStringBuilder hlslFunctionNameSB(kAtomicCounterBaseName.length() + in useAtomicCounterFunction()
37 hlslFunctionNameSB << kAtomicCounterBaseName; in useAtomicCounterFunction()
108 counterName << kAtomicCounterBaseName << binding; in getAtomicCounterNameForBinding()