| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
| D | fuzzer_pass_add_loads.cpp | 114 FindOrCreateIntegerType(32, GetFuzzerContext()->ChooseEven()), in Apply() 121 FindOrCreateIntegerType(32, GetFuzzerContext()->ChooseEven()), in Apply()
|
| D | fuzzer_pass_add_composite_types.cpp | 58 return FindOrCreateIntegerType(32, true); in MaybeAddMissingVectorTypes() 61 return FindOrCreateIntegerType(32, false); in MaybeAddMissingVectorTypes()
|
| D | fuzzer_pass_add_stores.cpp | 147 FindOrCreateIntegerType(32, GetFuzzerContext()->ChooseEven()), in Apply() 154 FindOrCreateIntegerType(32, GetFuzzerContext()->ChooseEven()), in Apply()
|
| D | fuzzer_pass_add_equation_instructions.cpp | 179 element_type_id = FindOrCreateIntegerType( in Apply() 190 FindOrCreateIntegerType(operand_type->AsFloat()->width(), in Apply()
|
| D | fuzzer_pass_interchange_signedness_of_integer_operands.cpp | 126 uint32_t toggled_component_type = FindOrCreateIntegerType( in FindOrCreateToggledIntegerConstant()
|
| D | fuzzer_pass.cpp | 240 uint32_t FuzzerPass::FindOrCreateIntegerType(uint32_t width, bool is_signed) { in FindOrCreateIntegerType() function in spvtools::fuzz::FuzzerPass 349 return FindOrCreatePointerType(FindOrCreateIntegerType(width, is_signed), in FindOrCreatePointerToIntegerType() 356 auto int_type_id = FindOrCreateIntegerType(width, is_signed); in FindOrCreateIntegerConstant()
|
| D | fuzzer_pass.h | 125 uint32_t FindOrCreateIntegerType(uint32_t width, bool is_signed);
|
| /third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
| D | fuzzer_pass_add_loads.cpp | 114 FindOrCreateIntegerType(32, GetFuzzerContext()->ChooseEven()), in Apply() 121 FindOrCreateIntegerType(32, GetFuzzerContext()->ChooseEven()), in Apply()
|
| D | fuzzer_pass_add_composite_types.cpp | 58 return FindOrCreateIntegerType(32, true); in MaybeAddMissingVectorTypes() 61 return FindOrCreateIntegerType(32, false); in MaybeAddMissingVectorTypes()
|
| D | fuzzer_pass_add_stores.cpp | 147 FindOrCreateIntegerType(32, GetFuzzerContext()->ChooseEven()), in Apply() 154 FindOrCreateIntegerType(32, GetFuzzerContext()->ChooseEven()), in Apply()
|
| D | fuzzer_pass_add_equation_instructions.cpp | 179 element_type_id = FindOrCreateIntegerType( in Apply() 190 FindOrCreateIntegerType(operand_type->AsFloat()->width(), in Apply()
|
| D | fuzzer_pass_interchange_signedness_of_integer_operands.cpp | 126 uint32_t toggled_component_type = FindOrCreateIntegerType( in FindOrCreateToggledIntegerConstant()
|
| D | fuzzer_pass.cpp | 240 uint32_t FuzzerPass::FindOrCreateIntegerType(uint32_t width, bool is_signed) { in FindOrCreateIntegerType() function in spvtools::fuzz::FuzzerPass 349 return FindOrCreatePointerType(FindOrCreateIntegerType(width, is_signed), in FindOrCreatePointerToIntegerType() 356 auto int_type_id = FindOrCreateIntegerType(width, is_signed); in FindOrCreateIntegerConstant()
|
| D | fuzzer_pass.h | 125 uint32_t FindOrCreateIntegerType(uint32_t width, bool is_signed);
|
| /third_party/spirv-tools/source/fuzz/ |
| D | fuzzer_pass_add_composite_types.cpp | 58 return FindOrCreateIntegerType(32, true); in MaybeAddMissingVectorTypes() 61 return FindOrCreateIntegerType(32, false); in MaybeAddMissingVectorTypes()
|
| D | fuzzer_pass_add_loads.cpp | 116 FindOrCreateIntegerType(32, GetFuzzerContext()->ChooseEven()), in Apply() 123 FindOrCreateIntegerType(32, GetFuzzerContext()->ChooseEven()), in Apply()
|
| D | fuzzer_pass_add_stores.cpp | 148 FindOrCreateIntegerType(32, GetFuzzerContext()->ChooseEven()), in Apply() 155 FindOrCreateIntegerType(32, GetFuzzerContext()->ChooseEven()), in Apply()
|
| D | fuzzer_pass_add_equation_instructions.cpp | 183 element_type_id = FindOrCreateIntegerType( in Apply() 194 FindOrCreateIntegerType(operand_type->AsFloat()->width(), in Apply()
|
| D | fuzzer_pass_interchange_signedness_of_integer_operands.cpp | 126 uint32_t toggled_component_type = FindOrCreateIntegerType( in FindOrCreateToggledIntegerConstant()
|
| D | fuzzer_pass.cpp | 241 uint32_t FuzzerPass::FindOrCreateIntegerType(uint32_t width, bool is_signed) { in FindOrCreateIntegerType() function in spvtools::fuzz::FuzzerPass 350 return FindOrCreatePointerType(FindOrCreateIntegerType(width, is_signed), in FindOrCreatePointerToIntegerType() 357 auto int_type_id = FindOrCreateIntegerType(width, is_signed); in FindOrCreateIntegerConstant()
|
| D | fuzzer_pass.h | 125 uint32_t FindOrCreateIntegerType(uint32_t width, bool is_signed);
|