Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dreflection.cpp215 if (! isReflectionGranularity(*terminalType)) { in blowUpActiveAggregate()
322 if (isReflectionGranularity(visitNode->getLeft()->getType())) in addDereferencedUniform()
332 … if (isReflectionGranularity(topNode->getLeft()->getType()) && topNode->getLeft()->isArray()) { in addDereferencedUniform()
363 bool isReflectionGranularity(const TType& type) in isReflectionGranularity() function in glslang::TReflectionTraverser