Home
last modified time | relevance | path

Searched refs:opkill_function_ (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dwrap_opkill.cpp45 if (opkill_function_ != nullptr) { in Process()
48 context()->AddFunction(std::move(opkill_function_)); in Process()
123 (opcode == SpvOpKill) ? &opkill_function_ in GetKillingFuncId()
Dwrap_opkill.h69 std::unique_ptr<Function> opkill_function_; variable
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dwrap_opkill.cpp45 if (opkill_function_ != nullptr) { in Process()
48 context()->AddFunction(std::move(opkill_function_)); in Process()
123 (opcode == SpvOpKill) ? &opkill_function_ in GetKillingFuncId()
Dwrap_opkill.h69 std::unique_ptr<Function> opkill_function_; variable
/third_party/spirv-tools/source/opt/
Dwrap_opkill.cpp46 if (opkill_function_ != nullptr) { in Process()
49 context()->AddFunction(std::move(opkill_function_)); in Process()
125 (opcode == spv::Op::OpKill) ? &opkill_function_ in GetKillingFuncId()
Dwrap_opkill.h69 std::unique_ptr<Function> opkill_function_; variable