Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp3310 if (type.getBasicType() == EbtStruct && containsFieldWithBasicType(type, EbtSampler)) in samplerCheck()
3327 if (type.getBasicType() == EbtStruct && containsFieldWithBasicType(type, EbtAtomicUint)) in atomicUintCheck()
3338 if (type.getBasicType() == EbtStruct && containsFieldWithBasicType(type, EbtAccStruct)) in accStructCheck()
3772 bool TParseContext::containsFieldWithBasicType(const TType& type, TBasicType basicType) in containsFieldWithBasicType() function in glslang::TParseContext
3780 if (containsFieldWithBasicType(*structure[i].type, basicType)) in containsFieldWithBasicType()
4660 if (containsFieldWithBasicType(type, EbtSampler)) in opaqueCheck()
4667 if (containsFieldWithBasicType(type, EbtReference)) in referenceCheck()
4675 if (type.getBasicType() == EbtStruct && containsFieldWithBasicType(type, EbtFloat16)) in storage16BitAssignmentCheck()
4681 if (type.getBasicType() == EbtStruct && containsFieldWithBasicType(type, EbtInt16)) in storage16BitAssignmentCheck()
4687 if (type.getBasicType() == EbtStruct && containsFieldWithBasicType(type, EbtUint16)) in storage16BitAssignmentCheck()
[all …]
DParseHelper.h377 bool containsFieldWithBasicType(const TType& type ,TBasicType basicType);