Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
Dlocalintermediate.h314 implicitThisName("@this"), implicitCounterName("@count"),
792 …emplate<class T> T addCounterBufferName(const T& name) const { return name + implicitCounterName; } in addCounterBufferName()
794 size_t len = strlen(implicitCounterName); in hasCounterBufferName()
796 name.compare(name.size() - len, len, implicitCounterName) == 0; in hasCounterBufferName()
1170 const char* const implicitCounterName; variable
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp3414 counterType->setFieldName(intermediate.implicitCounterName); in counterBufferType()