Home
last modified time | relevance | path

Searched defs:isSubpass (Results 1 – 2 of 2) sorted by relevance

/third_party/glslang/glslang/Include/
DTypes.h89 bool isSubpass() const { return false; } in isSubpass() function
120 bool isSubpass() const { return dim == EsdSubpass; } in isSubpass() function
1420 bool isSubpass() const { return basicType == EbtSampler && sampler.isSubpass(); } in isSubpass() function
1717 virtual bool isSubpass() const { return basicType == EbtSampler && getSampler().isSubpass(); } in isSubpass() function
/third_party/glslang/glslang/HLSL/
DhlslParseables.cpp222 const bool isSubpass = IsSubpassInput(argOrder[0]); in AppendTypeName() local