Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dreflection.cpp205 …bool blockParent = (parentType.getBasicType() == EbtBlock && parentType.getQualifier().storage == … in countAggregateMembers() local
218 if (! strictArraySuffix || ! blockParent) in countAggregateMembers()
246 …bool blockParent = (baseType.getBasicType() == EbtBlock && baseType.getQualifier().storage == EvqB… in blowUpActiveAggregate() local
265 if (strictArraySuffix && blockParent) in blowUpActiveAggregate()
285 if (strictArraySuffix && blockParent) { in blowUpActiveAggregate()
297 blockParent = false; in blowUpActiveAggregate()
332 if (strictArraySuffix && blockParent) in blowUpActiveAggregate()
561 …bool blockParent = (base->getType().getBasicType() == EbtBlock && base->getQualifier().storage == … in addDereferencedUniform() local
563 if (strictArraySuffix && blockParent) { in addDereferencedUniform()
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
Dreflection.cpp205 …bool blockParent = (parentType.getBasicType() == EbtBlock && parentType.getQualifier().storage == … in countAggregateMembers() local
218 if (! strictArraySuffix || ! blockParent) in countAggregateMembers()
246 …bool blockParent = (baseType.getBasicType() == EbtBlock && baseType.getQualifier().storage == EvqB… in blowUpActiveAggregate() local
265 if (strictArraySuffix && blockParent) in blowUpActiveAggregate()
285 if (strictArraySuffix && blockParent) { in blowUpActiveAggregate()
297 blockParent = false; in blowUpActiveAggregate()
332 if (strictArraySuffix && blockParent) in blowUpActiveAggregate()
561 …bool blockParent = (base->getType().getBasicType() == EbtBlock && base->getQualifier().storage == … in addDereferencedUniform() local
563 if (strictArraySuffix && blockParent) { in addDereferencedUniform()
/external/angle/src/compiler/translator/tree_ops/
DEmulatePrecision.cpp441 TIntermBlock *blockParent = parent->getAsBlock(); in ParentUsesResult() local
445 if (blockParent) in ParentUsesResult()