Home
last modified time | relevance | path

Searched refs:RemoveParameter (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfunction.h77 inline void RemoveParameter(uint32_t id);
248 inline void Function::RemoveParameter(uint32_t id) { in RemoveParameter() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfunction.h77 inline void RemoveParameter(uint32_t id);
248 inline void Function::RemoveParameter(uint32_t id) { in RemoveParameter() function
/third_party/spirv-tools/source/opt/
Dfunction.h78 inline void RemoveParameter(uint32_t id);
261 inline void Function::RemoveParameter(uint32_t id) { in RemoveParameter() function
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_replace_parameter_with_global.cpp153 fuzzerutil::RemoveParameter(ir_context, message_.parameter_id()); in Apply()
Dtransformation_replace_params_with_struct.cpp221 fuzzerutil::RemoveParameter(ir_context, param_inst->result_id()); in Apply()
Dfuzzer_util.h350 void RemoveParameter(opt::IRContext* ir_context, uint32_t parameter_id);
Dfuzzer_util.cpp1003 void RemoveParameter(opt::IRContext* ir_context, uint32_t parameter_id) { in RemoveParameter() function
1009 function->RemoveParameter(parameter_id); in RemoveParameter()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_replace_parameter_with_global.cpp153 fuzzerutil::RemoveParameter(ir_context, message_.parameter_id()); in Apply()
Dtransformation_replace_params_with_struct.cpp221 fuzzerutil::RemoveParameter(ir_context, param_inst->result_id()); in Apply()
Dfuzzer_util.h350 void RemoveParameter(opt::IRContext* ir_context, uint32_t parameter_id);
Dfuzzer_util.cpp1003 void RemoveParameter(opt::IRContext* ir_context, uint32_t parameter_id) { in RemoveParameter() function
1009 function->RemoveParameter(parameter_id); in RemoveParameter()
/third_party/spirv-tools/source/fuzz/
Dtransformation_replace_parameter_with_global.cpp153 fuzzerutil::RemoveParameter(ir_context, message_.parameter_id()); in Apply()
Dtransformation_replace_params_with_struct.cpp221 fuzzerutil::RemoveParameter(ir_context, param_inst->result_id()); in Apply()
Dfuzzer_util.h350 void RemoveParameter(opt::IRContext* ir_context, uint32_t parameter_id);
Dfuzzer_util.cpp1003 void RemoveParameter(opt::IRContext* ir_context, uint32_t parameter_id) { in RemoveParameter() function
1009 function->RemoveParameter(parameter_id); in RemoveParameter()