Searched refs:type_opcode (Results 1 – 10 of 10) sorted by relevance
173 auto type_opcode = type_instruction->opcode(); in ValidateSpecConstNumerical() local174 if (type_opcode != SpvOpTypeInt && type_opcode != SpvOpTypeFloat) { in ValidateSpecConstNumerical()
162 const SpvOp type_opcode = type_inst->opcode(); in LogicalsPass() local163 switch (type_opcode) { in LogicalsPass()
353 auto type_opcode = type_instruction->opcode(); in ValidateSpecConstant() local354 if (type_opcode != SpvOpTypeInt && type_opcode != SpvOpTypeFloat) { in ValidateSpecConstant()
67 const SpvOp type_opcode = type_inst->opcode(); in ValidatePhi() local71 if (type_opcode == SpvOpTypeSampledImage || in ValidatePhi()73 (type_opcode == SpvOpTypeImage || type_opcode == SpvOpTypeSampler))) { in ValidatePhi()75 << "Result type cannot be Op" << spvOpcodeString(type_opcode); in ValidatePhi()
355 auto type_opcode = type_instruction->opcode(); in ValidateSpecConstant() local356 if (type_opcode != SpvOpTypeInt && type_opcode != SpvOpTypeFloat) { in ValidateSpecConstant()
67 const SpvOp type_opcode = type_inst->opcode(); in ValidatePhi() local70 if (type_opcode == SpvOpTypeSampledImage || in ValidatePhi()72 (type_opcode == SpvOpTypeImage || type_opcode == SpvOpTypeSampler))) { in ValidatePhi()74 << "Result type cannot be Op" << spvOpcodeString(type_opcode); in ValidatePhi()