Home
last modified time | relevance | path

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

12

/external/deqp-deps/SPIRV-Tools/source/
Doperand.cpp323 if (spvIsIdType(type) || spvOperandIsConcreteMask(type)) { in spvOperandIsConcrete()
486 bool spvIsIdType(spv_operand_type_t type) { in spvIsIdType() function
500 if (!spvIsIdType(type)) { in spvIsInIdType()
Doperand.h132 bool spvIsIdType(spv_operand_type_t type);
/external/swiftshader/third_party/SPIRV-Tools/source/
Doperand.cpp323 if (spvIsIdType(type) || spvOperandIsConcreteMask(type)) { in spvOperandIsConcrete()
486 bool spvIsIdType(spv_operand_type_t type) { in spvIsIdType() function
500 if (!spvIsIdType(type)) { in spvIsInIdType()
Doperand.h132 bool spvIsIdType(spv_operand_type_t type);
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/
Doperand.cpp331 if (spvIsIdType(type) || spvOperandIsConcreteMask(type)) { in spvOperandIsConcrete()
499 bool spvIsIdType(spv_operand_type_t type) { in spvIsIdType() function
513 if (!spvIsIdType(type)) { in spvIsInIdType()
Doperand.h132 bool spvIsIdType(spv_operand_type_t type);
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dcompact_ids_pass.cpp57 if (spvIsIdType(type)) { in Process()
Dinstruction.h96 assert(spvIsIdType(type)); in AsId()
800 if (spvIsIdType(operand.type)) f(&operand.words[0]); in ForEachId()
806 if (spvIsIdType(operand.type)) f(&operand.words[0]); in ForEachId()
Dvalue_number_table.cpp121 if (spvIsIdType(op.type)) { in AssignValueNumber()
Dmodule.cpp249 if (spvIsIdType(operand.type)) { in ComputeIdBound()
Ddef_use_manager.cpp159 if (op.type != SPV_OPERAND_TYPE_RESULT_ID && spvIsIdType(op.type)) { in WhileEachUse()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dcompact_ids_pass.cpp57 if (spvIsIdType(type)) { in Process()
Dinstruction.h96 assert(spvIsIdType(type)); in AsId()
790 if (spvIsIdType(operand.type)) f(&operand.words[0]); in ForEachId()
796 if (spvIsIdType(operand.type)) f(&operand.words[0]); in ForEachId()
Dvalue_number_table.cpp121 if (spvIsIdType(op.type)) { in AssignValueNumber()
Dmodule.cpp246 if (spvIsIdType(operand.type)) { in ComputeIdBound()
Ddef_use_manager.cpp159 if (op.type != SPV_OPERAND_TYPE_RESULT_ID && spvIsIdType(op.type)) { in WhileEachUse()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcompact_ids_pass.cpp57 if (spvIsIdType(type)) { in Process()
Dinstruction.h96 assert(spvIsIdType(type)); in AsId()
790 if (spvIsIdType(operand.type)) f(&operand.words[0]); in ForEachId()
796 if (spvIsIdType(operand.type)) f(&operand.words[0]); in ForEachId()
Dvalue_number_table.cpp121 if (spvIsIdType(op.type)) { in AssignValueNumber()
Dmodule.cpp249 if (spvIsIdType(operand.type)) { in ComputeIdBound()
Ddef_use_manager.cpp159 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.cpp264 } else if (spvIsIdType(operand.type)) { in CapabilityCheck()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_id.cpp44 if (spvIsIdType(type) && type != SPV_OPERAND_TYPE_RESULT_ID) { in UpdateIdUse()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_id.cpp33 if (spvIsIdType(type) && type != SPV_OPERAND_TYPE_RESULT_ID) { in UpdateIdUse()

12