Home
last modified time | relevance | path

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

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