/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | reflect.h | 38 return (opcode >= SpvOpTypeVoid && opcode <= SpvOpTypeForwardPointer) || in IsTypeInst()
|
D | type_manager.cpp | 149 case SpvOpTypeForwardPointer: { in RecordIfTypeDefinition() 171 SPIRV_ASSERT(consumer_, inst.opcode() == SpvOpTypeForwardPointer, in RecordIfTypeDefinition()
|
/third_party/spirv-tools/source/opt/ |
D | reflect.h | 46 return (opcode >= SpvOpTypeVoid && opcode <= SpvOpTypeForwardPointer) || in IsTypeInst()
|
D | remove_duplicates_pass.cpp | 105 const bool is_i_forward_pointer = i->opcode() == SpvOpTypeForwardPointer; in RemoveDuplicateTypes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | reflect.h | 46 return (opcode >= SpvOpTypeVoid && opcode <= SpvOpTypeForwardPointer) || in IsTypeInst()
|
D | remove_duplicates_pass.cpp | 105 const bool is_i_forward_pointer = i->opcode() == SpvOpTypeForwardPointer; in RemoveDuplicateTypes()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | reflect.h | 46 return (opcode >= SpvOpTypeVoid && opcode <= SpvOpTypeForwardPointer) || in IsTypeInst()
|
D | remove_duplicates_pass.cpp | 105 const bool is_i_forward_pointer = i->opcode() == SpvOpTypeForwardPointer; in RemoveDuplicateTypes()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/val/ |
D | validation_state.cpp | 83 case SpvOpTypeForwardPointer: in IsInstructionInLayoutSection() 118 case SpvOpTypeForwardPointer: in IsInstructionInLayoutSection()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/ |
D | validate_datarules.cpp | 258 case SpvOpTypeForwardPointer: { in DataRulesPass()
|
/third_party/spirv-tools/source/val/ |
D | validate_type.cpp | 609 inst->opcode() != SpvOpTypeForwardPointer) { in TypePass() 643 case SpvOpTypeForwardPointer: in TypePass()
|
D | validate.cpp | 285 if (inst->opcode() == SpvOpTypeForwardPointer) { in ValidateBinaryUsingContextAndValidationState()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_type.cpp | 609 inst->opcode() != SpvOpTypeForwardPointer) { in TypePass() 643 case SpvOpTypeForwardPointer: in TypePass()
|
D | validate.cpp | 285 if (inst->opcode() == SpvOpTypeForwardPointer) { in ValidateBinaryUsingContextAndValidationState()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_type.cpp | 609 inst->opcode() != SpvOpTypeForwardPointer) { in TypePass() 643 case SpvOpTypeForwardPointer: in TypePass()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | text_to_binary.type_declaration_test.cpp | 202 Eq(MakeInstruction(SpvOpTypeForwardPointer, \
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | text_to_binary.type_declaration_test.cpp | 202 Eq(MakeInstruction(SpvOpTypeForwardPointer, \
|
/third_party/flutter/skia/third_party/externals/spirv-tools/test/ |
D | text_to_binary.type_declaration_test.cpp | 199 Eq(MakeInstruction(SpvOpTypeForwardPointer, \
|
/third_party/spirv-tools/test/ |
D | text_to_binary.type_declaration_test.cpp | 202 Eq(MakeInstruction(SpvOpTypeForwardPointer, \
|
/third_party/spirv-tools/source/ |
D | operand.cpp | 555 case SpvOpTypeForwardPointer: in spvOperandCanBeForwardDeclaredFunction()
|
D | opcode.cpp | 486 case SpvOpTypeForwardPointer: in spvOpcodeIsBaseOpaqueType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
D | operand.cpp | 566 case SpvOpTypeForwardPointer: in spvOperandCanBeForwardDeclaredFunction()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
D | operand.cpp | 566 case SpvOpTypeForwardPointer: in spvOperandCanBeForwardDeclaredFunction()
|
/third_party/flutter/skia/src/sksl/ |
D | spirv.h | 610 SpvOpTypeForwardPointer = 39, enumerator
|
/third_party/skia/src/sksl/ |
D | spirv.h | 610 SpvOpTypeForwardPointer = 39, enumerator
|