Home
last modified time | relevance | path

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

12

/third_party/spirv-tools/source/fuzz/
Dtransformation_add_parameter.cpp53 if (!IsParameterTypeSupported(ir_context, message_.parameter_type_id())) { in IsApplicable()
175 bool TransformationAddParameter::IsParameterTypeSupported( in IsParameterTypeSupported() function in spvtools::fuzz::TransformationAddParameter
188 return IsParameterTypeSupported(ir_context, in IsParameterTypeSupported()
195 if (!IsParameterTypeSupported(ir_context, in IsParameterTypeSupported()
208 return IsParameterTypeSupported(ir_context, in IsParameterTypeSupported()
Dfuzzer_pass_replace_parameter_with_global.cpp55 IsParameterTypeSupported(GetIRContext(), in Apply()
69 !TransformationReplaceParameterWithGlobal::IsParameterTypeSupported( in Apply()
Dtransformation_replace_parameter_with_global.cpp60 if (!IsParameterTypeSupported(ir_context, param_inst->type_id())) { in IsApplicable()
197 bool TransformationReplaceParameterWithGlobal::IsParameterTypeSupported( in IsParameterTypeSupported() function in spvtools::fuzz::TransformationReplaceParameterWithGlobal
Dtransformation_replace_parameter_with_global.h60 static bool IsParameterTypeSupported(opt::IRContext* ir_context,
Dtransformation_add_parameter.h65 static bool IsParameterTypeSupported(opt::IRContext* ir_context,
Dtransformation_replace_params_with_struct.h71 static bool IsParameterTypeSupported(opt::IRContext* ir_context,
Dtransformation_replace_params_with_struct.cpp88 if (!IsParameterTypeSupported(ir_context, in IsApplicable()
263 bool TransformationReplaceParamsWithStruct::IsParameterTypeSupported( in IsParameterTypeSupported() function in spvtools::fuzz::TransformationReplaceParamsWithStruct
Dfuzzer_pass_replace_params_with_struct.cpp58 IsParameterTypeSupported(GetIRContext(), in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_parameter.cpp53 if (!IsParameterTypeSupported(ir_context, message_.parameter_type_id())) { in IsApplicable()
175 bool TransformationAddParameter::IsParameterTypeSupported( in IsParameterTypeSupported() function in spvtools::fuzz::TransformationAddParameter
188 return IsParameterTypeSupported(ir_context, in IsParameterTypeSupported()
195 if (!IsParameterTypeSupported(ir_context, in IsParameterTypeSupported()
208 return IsParameterTypeSupported(ir_context, in IsParameterTypeSupported()
Dfuzzer_pass_replace_parameter_with_global.cpp55 IsParameterTypeSupported(GetIRContext(), in Apply()
69 !TransformationReplaceParameterWithGlobal::IsParameterTypeSupported( in Apply()
Dtransformation_replace_parameter_with_global.cpp60 if (!IsParameterTypeSupported(ir_context, param_inst->type_id())) { in IsApplicable()
197 bool TransformationReplaceParameterWithGlobal::IsParameterTypeSupported( in IsParameterTypeSupported() function in spvtools::fuzz::TransformationReplaceParameterWithGlobal
Dtransformation_replace_parameter_with_global.h60 static bool IsParameterTypeSupported(opt::IRContext* ir_context,
Dtransformation_add_parameter.h65 static bool IsParameterTypeSupported(opt::IRContext* ir_context,
Dtransformation_replace_params_with_struct.h71 static bool IsParameterTypeSupported(opt::IRContext* ir_context,
Dtransformation_replace_params_with_struct.cpp88 if (!IsParameterTypeSupported(ir_context, in IsApplicable()
263 bool TransformationReplaceParamsWithStruct::IsParameterTypeSupported( in IsParameterTypeSupported() function in spvtools::fuzz::TransformationReplaceParamsWithStruct
Dfuzzer_pass_replace_params_with_struct.cpp58 IsParameterTypeSupported(GetIRContext(), in Apply()
Dfuzzer_pass_add_parameters.cpp37 if (TransformationAddParameter::IsParameterTypeSupported( in Apply()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_add_parameter.cpp53 if (!IsParameterTypeSupported(ir_context, message_.parameter_type_id())) { in IsApplicable()
175 bool TransformationAddParameter::IsParameterTypeSupported( in IsParameterTypeSupported() function in spvtools::fuzz::TransformationAddParameter
188 return IsParameterTypeSupported(ir_context, in IsParameterTypeSupported()
195 if (!IsParameterTypeSupported(ir_context, in IsParameterTypeSupported()
208 return IsParameterTypeSupported(ir_context, in IsParameterTypeSupported()
Dfuzzer_pass_replace_parameter_with_global.cpp55 IsParameterTypeSupported(GetIRContext(), in Apply()
69 !TransformationReplaceParameterWithGlobal::IsParameterTypeSupported( in Apply()
Dtransformation_replace_parameter_with_global.cpp60 if (!IsParameterTypeSupported(ir_context, param_inst->type_id())) { in IsApplicable()
197 bool TransformationReplaceParameterWithGlobal::IsParameterTypeSupported( in IsParameterTypeSupported() function in spvtools::fuzz::TransformationReplaceParameterWithGlobal
Dtransformation_replace_parameter_with_global.h60 static bool IsParameterTypeSupported(opt::IRContext* ir_context,
Dtransformation_add_parameter.h65 static bool IsParameterTypeSupported(opt::IRContext* ir_context,
Dtransformation_replace_params_with_struct.h71 static bool IsParameterTypeSupported(opt::IRContext* ir_context,
Dtransformation_replace_params_with_struct.cpp88 if (!IsParameterTypeSupported(ir_context, in IsApplicable()
263 bool TransformationReplaceParamsWithStruct::IsParameterTypeSupported( in IsParameterTypeSupported() function in spvtools::fuzz::TransformationReplaceParamsWithStruct
Dfuzzer_pass_replace_params_with_struct.cpp58 IsParameterTypeSupported(GetIRContext(), in Apply()

12