Home
last modified time | relevance | path

Searched refs:IsInstructionSupported (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_move_instruction_down.cpp59 if (!IsInstructionSupported(ir_context, *inst)) { in IsApplicable()
79 !IsInstructionSupported(ir_context, *successor_it)) { in IsApplicable()
85 if (IsInstructionSupported(ir_context, *successor_it) && in IsApplicable()
134 bool TransformationMoveInstructionDown::IsInstructionSupported( in IsInstructionSupported() function in spvtools::fuzz::TransformationMoveInstructionDown
605 assert(IsInstructionSupported(ir_context, a) && in CanSafelySwapInstructions()
606 IsInstructionSupported(ir_context, b) && in CanSafelySwapInstructions()
Dtransformation_wrap_vector_synonym.cpp54 if (!IsInstructionSupported(ir_context, *instruction)) { in IsApplicable()
173 bool TransformationWrapVectorSynonym::IsInstructionSupported( in IsInstructionSupported() function in spvtools::fuzz::TransformationWrapVectorSynonym
Dtransformation_add_copy_memory.cpp63 if (!source_inst || !IsInstructionSupported(ir_context, source_inst)) { in IsApplicable()
160 bool TransformationAddCopyMemory::IsInstructionSupported( in IsInstructionSupported() function in spvtools::fuzz::TransformationAddCopyMemory
Dtransformation_wrap_vector_synonym.h70 static bool IsInstructionSupported(opt::IRContext* ir_context,
Dtransformation_add_copy_memory.h64 static bool IsInstructionSupported(opt::IRContext* ir_context,
Dfuzzer_pass_add_bit_instruction_synonyms.cpp52 if (!TransformationAddBitInstructionSynonym::IsInstructionSupported( in Apply()
Dtransformation_add_bit_instruction_synonym.h136 static bool IsInstructionSupported(opt::IRContext* ir_context,
Dfuzzer_pass_add_copy_memory.cpp53 TransformationAddCopyMemory::IsInstructionSupported); in Apply()
Dtransformation_move_instruction_down.h55 static bool IsInstructionSupported(opt::IRContext* ir_context,
Dtransformation_add_bit_instruction_synonym.cpp44 if (!IsInstructionSupported(ir_context, instruction)) { in IsApplicable()
103 bool TransformationAddBitInstructionSynonym::IsInstructionSupported( in IsInstructionSupported() function in spvtools::fuzz::TransformationAddBitInstructionSynonym
/third_party/spirv-tools/source/fuzz/
Dtransformation_move_instruction_down.cpp59 if (!IsInstructionSupported(ir_context, *inst)) { in IsApplicable()
79 !IsInstructionSupported(ir_context, *successor_it)) { in IsApplicable()
85 if (IsInstructionSupported(ir_context, *successor_it) && in IsApplicable()
134 bool TransformationMoveInstructionDown::IsInstructionSupported( in IsInstructionSupported() function in spvtools::fuzz::TransformationMoveInstructionDown
605 assert(IsInstructionSupported(ir_context, a) && in CanSafelySwapInstructions()
606 IsInstructionSupported(ir_context, b) && in CanSafelySwapInstructions()
Dtransformation_add_copy_memory.cpp63 if (!source_inst || !IsInstructionSupported(ir_context, source_inst)) { in IsApplicable()
160 bool TransformationAddCopyMemory::IsInstructionSupported( in IsInstructionSupported() function in spvtools::fuzz::TransformationAddCopyMemory
Dtransformation_add_copy_memory.h64 static bool IsInstructionSupported(opt::IRContext* ir_context,
Dfuzzer_pass_add_copy_memory.cpp52 TransformationAddCopyMemory::IsInstructionSupported); in Apply()
Dtransformation_move_instruction_down.h55 static bool IsInstructionSupported(opt::IRContext* ir_context,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_move_instruction_down.cpp59 if (!IsInstructionSupported(ir_context, *inst)) { in IsApplicable()
79 !IsInstructionSupported(ir_context, *successor_it)) { in IsApplicable()
85 if (IsInstructionSupported(ir_context, *successor_it) && in IsApplicable()
134 bool TransformationMoveInstructionDown::IsInstructionSupported( in IsInstructionSupported() function in spvtools::fuzz::TransformationMoveInstructionDown
605 assert(IsInstructionSupported(ir_context, a) && in CanSafelySwapInstructions()
606 IsInstructionSupported(ir_context, b) && in CanSafelySwapInstructions()
Dtransformation_wrap_vector_synonym.cpp54 if (!IsInstructionSupported(ir_context, *instruction)) { in IsApplicable()
173 bool TransformationWrapVectorSynonym::IsInstructionSupported( in IsInstructionSupported() function in spvtools::fuzz::TransformationWrapVectorSynonym
Dtransformation_add_copy_memory.cpp63 if (!source_inst || !IsInstructionSupported(ir_context, source_inst)) { in IsApplicable()
160 bool TransformationAddCopyMemory::IsInstructionSupported( in IsInstructionSupported() function in spvtools::fuzz::TransformationAddCopyMemory
Dtransformation_wrap_vector_synonym.h70 static bool IsInstructionSupported(opt::IRContext* ir_context,
Dtransformation_add_copy_memory.h64 static bool IsInstructionSupported(opt::IRContext* ir_context,
Dfuzzer_pass_add_bit_instruction_synonyms.cpp52 if (!TransformationAddBitInstructionSynonym::IsInstructionSupported( in Apply()
Dtransformation_add_bit_instruction_synonym.h136 static bool IsInstructionSupported(opt::IRContext* ir_context,
Dfuzzer_pass_add_copy_memory.cpp53 TransformationAddCopyMemory::IsInstructionSupported); in Apply()
Dtransformation_move_instruction_down.h55 static bool IsInstructionSupported(opt::IRContext* ir_context,
Dtransformation_add_bit_instruction_synonym.cpp44 if (!IsInstructionSupported(ir_context, instruction)) { in IsApplicable()
103 bool TransformationAddBitInstructionSynonym::IsInstructionSupported( in IsInstructionSupported() function in spvtools::fuzz::TransformationAddBitInstructionSynonym

12