Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/Include/
DTypes.h99 bool isSubpass() const { return dim == EsdSubpass; } in isSubpass() function
1278 bool isSubpass() const { return basicType == EbtSampler && sampler.isSubpass(); } in isSubpass() function
1534 virtual bool isSubpass() const { return basicType == EbtSampler && getSampler().isSubpass(); } in isSubpass() function
/external/deqp-deps/glslang/hlsl/
DhlslParseables.cpp235 const bool isSubpass = IsSubpassInput(argOrder[0]); in AppendTypeName() local