Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp243 skvm::Val writeConditionalStore(skvm::Val lhs, skvm::Val rhs, skvm::I32 mask);
1620 skvm::Val conditionalStore = this->writeConditionalStore(fSlots[slotNum].val, rhs[i], mask); in writeStore()
1627 skvm::Val SkVMGenerator::writeConditionalStore(skvm::Val lhs, skvm::Val rhs, skvm::I32 mask) { in writeConditionalStore() function in SkSL::SkVMGenerator
1736 switchFallthrough.id = this->writeConditionalStore(switchFallthrough.id, trueValue.id, in writeSwitchStatement()