Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Dstrength_reduction_pass.cpp103 std::unique_ptr<Instruction> newInstruction( in ReplaceMultiplyByPowerOf2() local
108 (*inst) = (*inst).InsertBefore(std::move(newInstruction)); in ReplaceMultiplyByPowerOf2()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dstrength_reduction_pass.cpp102 std::unique_ptr<Instruction> newInstruction( in ReplaceMultiplyByPowerOf2() local
107 (*inst) = (*inst).InsertBefore(std::move(newInstruction)); in ReplaceMultiplyByPowerOf2()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dstrength_reduction_pass.cpp98 std::unique_ptr<Instruction> newInstruction( in ReplaceMultiplyByPowerOf2() local
103 (*inst) = (*inst).InsertBefore(std::move(newInstruction)); in ReplaceMultiplyByPowerOf2()