Lines Matching refs:one
1781 // components and convert each one manually.
2305 SpvId one = this->writeLiteral(1.0, type);
2307 this->writeInstruction(SpvOpFDiv, this->getType(type), reciprocal, one, value, out);
2820 SpvId one = this->writeLiteral(1.0, type);
2821 SpvId result = this->writeBinaryOperation(type, type, lv->load(out), one,
2829 SpvId one = this->writeLiteral(1.0, type);
2830 SpvId result = this->writeBinaryOperation(type, type, lv->load(out), one, SpvOpFSub,
2858 SpvId one = this->writeLiteral(1.0, type);
2861 SpvId temp = this->writeBinaryOperation(type, type, result, one, SpvOpFAdd,
2867 SpvId temp = this->writeBinaryOperation(type, type, result, one, SpvOpFSub,
3024 // We can only have one interface block (because we use push_constant and that is limited
3025 // to one per program), so we need to append rtflip to this one rather than synthesize an
3469 // interface block, so we're free to just synthesize one.