Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
Diomapper.cpp546 static bool isSamplerType(const glslang::TType& type) { in isSamplerType() function
595 if (isSamplerType(type)) in resolveBinding()
613 if (isSamplerType(type)) in resolveBinding()
696 if (isSamplerType(type)) in resolveBinding()
711 if (isSamplerType(type)) in resolveBinding()
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h196 bool isSamplerType(Id typeId) const { return getTypeClass(typeId) == OpTypeSampler; } in isSamplerType() function