Searched refs:writeConditionalStore (Results 1 – 1 of 1) sorted by relevance
243 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::SkVMGenerator1736 switchFallthrough.id = this->writeConditionalStore(switchFallthrough.id, trueValue.id, in writeSwitchStatement()