Lines Matching defs:size
40 const uint32_t num_words = static_cast<uint32_t>(inst->words().size());
73 << "Vector access is out of bounds, vector size is "
90 auto size = _.FindDef(type_inst->word(3));
92 if (spvOpcodeIsSpecConstant(size->opcode())) {
93 // Cannot verify against the size of this array.
102 << "Array access is out of bounds, array size is "
109 // Array size is unknown.
113 const size_t num_struct_members = type_inst->words().size() - 2;
213 const uint32_t num_operands = static_cast<uint32_t>(inst->operands().size());
247 << "to the size of Result Type vector";
285 auto size = _.FindDef(array_inst->word(3));
286 if (spvOpcodeIsSpecConstant(size->opcode())) {
287 // Cannot verify against the size of this array.
320 if (struct_inst->operands().size() + 1 != num_operands) {
498 << "Expected number of columns and the column size of Matrix "
523 auto componentCount = inst->operands().size() - 4;
562 for (size_t i = firstLiteralIndex; i < inst->operands().size(); ++i) {
567 << "combined (Vector1 + Vector2) size of " << N << ".";