Home
last modified time | relevance | path

Searched refs:spvIsIdType (Results 1 – 24 of 24) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/
Doperand.cpp277 if (spvIsIdType(type) || spvOperandIsConcreteMask(type)) { in spvOperandIsConcrete()
401 bool spvIsIdType(spv_operand_type_t type) { in spvIsIdType() function
415 if (!spvIsIdType(type)) { in spvIsInIdType()
Doperand.h132 bool spvIsIdType(spv_operand_type_t type);
Did_descriptor.cpp50 if (spvIsIdType(operand.type)) { in ProcessInstruction()
/external/swiftshader/third_party/SPIRV-Tools/source/
Doperand.cpp277 if (spvIsIdType(type) || spvOperandIsConcreteMask(type)) { in spvOperandIsConcrete()
401 bool spvIsIdType(spv_operand_type_t type) { in spvIsIdType() function
415 if (!spvIsIdType(type)) { in spvIsInIdType()
Doperand.h132 bool spvIsIdType(spv_operand_type_t type);
Did_descriptor.cpp50 if (spvIsIdType(operand.type)) { in ProcessInstruction()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dcompact_ids_pass.cpp34 if (spvIsIdType(type)) { in Process()
Dinstruction.h609 if (spvIsIdType(opnd.type)) f(&opnd.words[0]); in ForEachId()
615 if (spvIsIdType(opnd.type)) f(&opnd.words[0]); in ForEachId()
Dmodule.cpp147 if (spvIsIdType(operand.type)) { in ComputeIdBound()
Dvalue_number_table.cpp114 if (spvIsIdType(op.type)) { in AssignValueNumber()
Ddef_use_manager.cpp161 if (op.type != SPV_OPERAND_TYPE_RESULT_ID && spvIsIdType(op.type)) { in WhileEachUse()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcompact_ids_pass.cpp34 if (spvIsIdType(type)) { in Process()
Dinstruction.h609 if (spvIsIdType(opnd.type)) f(&opnd.words[0]); in ForEachId()
615 if (spvIsIdType(opnd.type)) f(&opnd.words[0]); in ForEachId()
Dvalue_number_table.cpp114 if (spvIsIdType(op.type)) { in AssignValueNumber()
Dmodule.cpp147 if (spvIsIdType(operand.type)) { in ComputeIdBound()
Ddef_use_manager.cpp161 if (op.type != SPV_OPERAND_TYPE_RESULT_ID && spvIsIdType(op.type)) { in WhileEachUse()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_id.cpp44 if (spvIsIdType(type) && type != SPV_OPERAND_TYPE_RESULT_ID) { in UpdateIdUse()
Dvalidate_instruction.cpp239 } else if (spvIsIdType(operand.type)) { in CapabilityCheck()
Dvalidate_builtins.cpp2622 if (!spvIsIdType(operand.type)) { in Run()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_id.cpp44 if (spvIsIdType(type) && type != SPV_OPERAND_TYPE_RESULT_ID) { in UpdateIdUse()
Dvalidate_instruction.cpp239 } else if (spvIsIdType(operand.type)) { in CapabilityCheck()
Dvalidate_builtins.cpp2622 if (!spvIsIdType(operand.type)) { in Run()
/external/deqp-deps/SPIRV-Tools/source/comp/
Dmarkv_codec.cpp394 assert(spvIsIdType(operand_.type) || in GetRuleBasedMtf()
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dmarkv_codec.cpp394 assert(spvIsIdType(operand_.type) || in GetRuleBasedMtf()