/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_adjust_branch_weights.cpp | 30 TransformationAdjustBranchWeights::TransformationAdjustBranchWeights( in TransformationAdjustBranchWeights() function in spvtools::fuzz::TransformationAdjustBranchWeights 31 const spvtools::fuzz::protobufs::TransformationAdjustBranchWeights& message) in TransformationAdjustBranchWeights() 34 TransformationAdjustBranchWeights::TransformationAdjustBranchWeights( in TransformationAdjustBranchWeights() function in spvtools::fuzz::TransformationAdjustBranchWeights 42 bool TransformationAdjustBranchWeights::IsApplicable( in IsApplicable() 73 void TransformationAdjustBranchWeights::Apply( in Apply() 90 protobufs::Transformation TransformationAdjustBranchWeights::ToMessage() const { in ToMessage() 96 std::unordered_set<uint32_t> TransformationAdjustBranchWeights::GetFreshIds() in GetFreshIds()
|
D | transformation_adjust_branch_weights.h | 26 class TransformationAdjustBranchWeights : public Transformation { 28 explicit TransformationAdjustBranchWeights( 29 const protobufs::TransformationAdjustBranchWeights& message); 31 TransformationAdjustBranchWeights( 53 protobufs::TransformationAdjustBranchWeights message_;
|
D | fuzzer_pass_adjust_branch_weights.cpp | 40 ApplyTransformation(TransformationAdjustBranchWeights( in Apply()
|
D | transformation.cpp | 207 return MakeUnique<TransformationAdjustBranchWeights>( in FromMessage()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_adjust_branch_weights.cpp | 30 TransformationAdjustBranchWeights::TransformationAdjustBranchWeights( in TransformationAdjustBranchWeights() function in spvtools::fuzz::TransformationAdjustBranchWeights 31 const spvtools::fuzz::protobufs::TransformationAdjustBranchWeights& message) in TransformationAdjustBranchWeights() 34 TransformationAdjustBranchWeights::TransformationAdjustBranchWeights( in TransformationAdjustBranchWeights() function in spvtools::fuzz::TransformationAdjustBranchWeights 42 bool TransformationAdjustBranchWeights::IsApplicable( in IsApplicable() 73 void TransformationAdjustBranchWeights::Apply( in Apply() 90 protobufs::Transformation TransformationAdjustBranchWeights::ToMessage() const { in ToMessage() 96 std::unordered_set<uint32_t> TransformationAdjustBranchWeights::GetFreshIds() in GetFreshIds()
|
D | transformation_adjust_branch_weights.h | 26 class TransformationAdjustBranchWeights : public Transformation { 28 explicit TransformationAdjustBranchWeights( 29 const protobufs::TransformationAdjustBranchWeights& message); 31 TransformationAdjustBranchWeights( 53 protobufs::TransformationAdjustBranchWeights message_;
|
D | fuzzer_pass_adjust_branch_weights.cpp | 40 ApplyTransformation(TransformationAdjustBranchWeights( in Apply()
|
D | transformation.cpp | 207 return MakeUnique<TransformationAdjustBranchWeights>( in FromMessage()
|
/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | transformation_adjust_branch_weights_test.cpp | 113 TransformationAdjustBranchWeights(instruction_descriptor, {0, 1}); in TEST() 121 TransformationAdjustBranchWeights(instruction_descriptor, {0, 0}); in TEST() 131 transformation = TransformationAdjustBranchWeights(instruction_descriptor, in TEST() 138 transformation = TransformationAdjustBranchWeights(instruction_descriptor, in TEST() 150 TransformationAdjustBranchWeights(instruction_descriptor, {0, 1}); in TEST() 157 TransformationAdjustBranchWeights(instruction_descriptor, {5, 6}); in TEST() 163 TransformationAdjustBranchWeights(instruction_descriptor, {1, 2}); in TEST() 169 TransformationAdjustBranchWeights(instruction_descriptor, {1, 2}); in TEST() 260 TransformationAdjustBranchWeights(instruction_descriptor, {5, 6}); in TEST() 266 TransformationAdjustBranchWeights(instruction_descriptor, {7, 8}); in TEST()
|
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | transformation_adjust_branch_weights_test.cpp | 113 TransformationAdjustBranchWeights(instruction_descriptor, {0, 1}); in TEST() 121 TransformationAdjustBranchWeights(instruction_descriptor, {0, 0}); in TEST() 131 transformation = TransformationAdjustBranchWeights(instruction_descriptor, in TEST() 138 transformation = TransformationAdjustBranchWeights(instruction_descriptor, in TEST() 150 TransformationAdjustBranchWeights(instruction_descriptor, {0, 1}); in TEST() 157 TransformationAdjustBranchWeights(instruction_descriptor, {5, 6}); in TEST() 163 TransformationAdjustBranchWeights(instruction_descriptor, {1, 2}); in TEST() 169 TransformationAdjustBranchWeights(instruction_descriptor, {1, 2}); in TEST() 260 TransformationAdjustBranchWeights(instruction_descriptor, {5, 6}); in TEST() 266 TransformationAdjustBranchWeights(instruction_descriptor, {7, 8}); in TEST()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 519 TransformationAdjustBranchWeights adjust_branch_weights = 45; 1275 message TransformationAdjustBranchWeights { message
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 519 TransformationAdjustBranchWeights adjust_branch_weights = 45; 1275 message TransformationAdjustBranchWeights { message
|