Searched refs:spvOpcodeIsScalarType (Results 1 – 17 of 17) sorted by relevance
61 int32_t spvOpcodeIsScalarType(const SpvOp opcode);
207 int32_t spvOpcodeIsScalarType(const SpvOp opcode) { in spvOpcodeIsScalarType() function
204 if (spvOpcodeIsScalarType(op) || op == SpvOpTypePointer || in CheckType()
144 if (!spvOpcodeIsScalarType(result_opcode)) { in ValidateVectorExtractDynamic()
153 if (!component_type || !spvOpcodeIsScalarType(component_type->opcode())) { in ValidateTypeVector()
1960 if (!spvOpcodeIsScalarType(type_inst->opcode())) { in GetTypeNumberKind()