Home
last modified time | relevance | path

Searched refs:SpvOpTypeForwardPointer (Results 1 – 25 of 65) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dreflect.h38 return (opcode >= SpvOpTypeVoid && opcode <= SpvOpTypeForwardPointer) || in IsTypeInst()
Dtype_manager.cpp149 case SpvOpTypeForwardPointer: { in RecordIfTypeDefinition()
171 SPIRV_ASSERT(consumer_, inst.opcode() == SpvOpTypeForwardPointer, in RecordIfTypeDefinition()
/third_party/spirv-tools/source/opt/
Dreflect.h46 return (opcode >= SpvOpTypeVoid && opcode <= SpvOpTypeForwardPointer) || in IsTypeInst()
Dremove_duplicates_pass.cpp105 const bool is_i_forward_pointer = i->opcode() == SpvOpTypeForwardPointer; in RemoveDuplicateTypes()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dreflect.h46 return (opcode >= SpvOpTypeVoid && opcode <= SpvOpTypeForwardPointer) || in IsTypeInst()
Dremove_duplicates_pass.cpp105 const bool is_i_forward_pointer = i->opcode() == SpvOpTypeForwardPointer; in RemoveDuplicateTypes()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dreflect.h46 return (opcode >= SpvOpTypeVoid && opcode <= SpvOpTypeForwardPointer) || in IsTypeInst()
Dremove_duplicates_pass.cpp105 const bool is_i_forward_pointer = i->opcode() == SpvOpTypeForwardPointer; in RemoveDuplicateTypes()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/val/
Dvalidation_state.cpp83 case SpvOpTypeForwardPointer: in IsInstructionInLayoutSection()
118 case SpvOpTypeForwardPointer: in IsInstructionInLayoutSection()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dvalidate_datarules.cpp258 case SpvOpTypeForwardPointer: { in DataRulesPass()
/third_party/spirv-tools/source/val/
Dvalidate_type.cpp609 inst->opcode() != SpvOpTypeForwardPointer) { in TypePass()
643 case SpvOpTypeForwardPointer: in TypePass()
Dvalidate.cpp285 if (inst->opcode() == SpvOpTypeForwardPointer) { in ValidateBinaryUsingContextAndValidationState()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_type.cpp609 inst->opcode() != SpvOpTypeForwardPointer) { in TypePass()
643 case SpvOpTypeForwardPointer: in TypePass()
Dvalidate.cpp285 if (inst->opcode() == SpvOpTypeForwardPointer) { in ValidateBinaryUsingContextAndValidationState()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_type.cpp609 inst->opcode() != SpvOpTypeForwardPointer) { in TypePass()
643 case SpvOpTypeForwardPointer: in TypePass()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.type_declaration_test.cpp202 Eq(MakeInstruction(SpvOpTypeForwardPointer, \
/third_party/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary.type_declaration_test.cpp202 Eq(MakeInstruction(SpvOpTypeForwardPointer, \
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary.type_declaration_test.cpp199 Eq(MakeInstruction(SpvOpTypeForwardPointer, \
/third_party/spirv-tools/test/
Dtext_to_binary.type_declaration_test.cpp202 Eq(MakeInstruction(SpvOpTypeForwardPointer, \
/third_party/spirv-tools/source/
Doperand.cpp555 case SpvOpTypeForwardPointer: in spvOperandCanBeForwardDeclaredFunction()
Dopcode.cpp486 case SpvOpTypeForwardPointer: in spvOpcodeIsBaseOpaqueType()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Doperand.cpp566 case SpvOpTypeForwardPointer: in spvOperandCanBeForwardDeclaredFunction()
/third_party/skia/third_party/externals/spirv-tools/source/
Doperand.cpp566 case SpvOpTypeForwardPointer: in spvOperandCanBeForwardDeclaredFunction()
/third_party/flutter/skia/src/sksl/
Dspirv.h610 SpvOpTypeForwardPointer = 39, enumerator
/third_party/skia/src/sksl/
Dspirv.h610 SpvOpTypeForwardPointer = 39, enumerator

123