Home | History | Annotate | Download | only in SPIRV

Lines Matching refs:getVectorSize

2280         if (glslangOperands[0]->getAsTyped()->getVectorSize() == 1)
3089 if (type.getVectorSize() > 1)
3090 spvType = builder.makeVectorType(spvType, type.getVectorSize());
4075 int components = node->getType().getVectorSize();
4165 if (components != node->getType().getVectorSize())
4605 if (components != node->getType().getVectorSize())
7493 } else if (glslangType.getVectorSize() > 1) {
7494 for (unsigned int i = 0; i < (unsigned int)glslangType.getVectorSize(); ++i) {