Home
last modified time | relevance | path

Searched refs:end_inst (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfunction.h80 inline void SetFunctionEnd(std::unique_ptr<Instruction> end_inst);
256 inline void Function::SetFunctionEnd(std::unique_ptr<Instruction> end_inst) { in SetFunctionEnd() argument
257 end_inst_ = std::move(end_inst); in SetFunctionEnd()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfunction.h80 inline void SetFunctionEnd(std::unique_ptr<Instruction> end_inst);
256 inline void Function::SetFunctionEnd(std::unique_ptr<Instruction> end_inst) { in SetFunctionEnd() argument
257 end_inst_ = std::move(end_inst); in SetFunctionEnd()
/third_party/spirv-tools/source/opt/
Dfunction.h81 inline void SetFunctionEnd(std::unique_ptr<Instruction> end_inst);
269 inline void Function::SetFunctionEnd(std::unique_ptr<Instruction> end_inst) { in SetFunctionEnd() argument
270 end_inst_ = std::move(end_inst); in SetFunctionEnd()