Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
Diomapper.h154 static bool isSamplerType(const glslang::TType& type) { in isSamplerType() function
/third_party/glslang/SPIRV/
DSpvBuilder.h237 bool isSamplerType(Id typeId) const { return getTypeClass(typeId) == OpTypeSampler; } in isSamplerType() function