Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp692 bool Builder::containsType(Id typeId, spv::Op typeOp, unsigned int width) const in containsType() argument
701 return typeClass == typeOp && instr.getImmediateOperand(0) == width; in containsType()
704 if (containsType(instr.getIdOperand(m), typeOp, width)) in containsType()
714 return containsType(getContainedTypeId(typeId), typeOp, width); in containsType()
716 return typeClass == typeOp; in containsType()
DSpvBuilder.h198 bool containsType(Id typeId, Op typeOp, unsigned int width) const;