Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h228 implicitThisName("@this"), implicitCounterName("@count"),
400 …emplate<class T> T addCounterBufferName(const T& name) const { return name + implicitCounterName; } in addCounterBufferName()
402 size_t len = strlen(implicitCounterName); in hasCounterBufferName()
404 name.compare(name.size() - len, len, implicitCounterName) == 0; in hasCounterBufferName()
714 const char* const implicitCounterName; variable
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp3185 counterType->setFieldName(intermediate.implicitCounterName); in counterBufferType()