Searched refs:spvIsIdType (Results 1 – 24 of 24) sorted by relevance
277 if (spvIsIdType(type) || spvOperandIsConcreteMask(type)) { in spvOperandIsConcrete()401 bool spvIsIdType(spv_operand_type_t type) { in spvIsIdType() function415 if (!spvIsIdType(type)) { in spvIsInIdType()
132 bool spvIsIdType(spv_operand_type_t type);
50 if (spvIsIdType(operand.type)) { in ProcessInstruction()
34 if (spvIsIdType(type)) { in Process()
609 if (spvIsIdType(opnd.type)) f(&opnd.words[0]); in ForEachId()615 if (spvIsIdType(opnd.type)) f(&opnd.words[0]); in ForEachId()
147 if (spvIsIdType(operand.type)) { in ComputeIdBound()
114 if (spvIsIdType(op.type)) { in AssignValueNumber()
161 if (op.type != SPV_OPERAND_TYPE_RESULT_ID && spvIsIdType(op.type)) { in WhileEachUse()
44 if (spvIsIdType(type) && type != SPV_OPERAND_TYPE_RESULT_ID) { in UpdateIdUse()
239 } else if (spvIsIdType(operand.type)) { in CapabilityCheck()
2622 if (!spvIsIdType(operand.type)) { in Run()
394 assert(spvIsIdType(operand_.type) || in GetRuleBasedMtf()