• Home
  • Raw
  • Download

Lines Matching refs:write8

102     this->write8(0);  in writeFunction()
473 this->write8(length); in getLocation()
533 void ByteCodeGenerator::write8(uint8_t b) { in write8() function in SkSL::ByteCodeGenerator
582 this->write8(count); in writeTypedInstruction()
641 this->write8(lCols); in writeBinaryExpression()
642 this->write8(lRows); in writeBinaryExpression()
643 this->write8(rCols); in writeBinaryExpression()
788 this->write8(inType.columns()); in writeConstructor()
789 this->write8(inType.rows()); in writeConstructor()
790 this->write8(outType.columns()); in writeConstructor()
791 this->write8(outType.rows()); in writeConstructor()
796 this->write8(outType.columns()); in writeConstructor()
797 this->write8(outType.rows()); in writeConstructor()
816 this->write8(argumentCount); in writeExternalFunctionCall()
817 this->write8(SlotCount(f.fType)); in writeExternalFunctionCall()
821 this->write8(index); in writeExternalFunctionCall()
830 this->write8(index); in writeExternalValue()
846 this->write8(count); in writeVariableExpression()
851 this->write8(location); in writeVariableExpression()
945 this->write8(returnCount); in writeFunctionCall()
964 this->write8(idx); in writeFunctionCall()
979 this->write8(popCount); in writeFunctionCall()
1101 this->write8(this->getLocation(var)); in writeSwizzle()
1102 this->write8(s.fComponents.size()); in writeSwizzle()
1104 this->write8(c); in writeSwizzle()
1112 this->write8(s.fBase->fType.columns()); in writeSwizzle()
1113 this->write8(s.fComponents.size()); in writeSwizzle()
1115 this->write8(c); in writeSwizzle()
1131 this->write8(count); in writeTernaryExpression()
1188 this->write8(count); in writeExpression()
1205 fGenerator.write8(fIndex); in load()
1213 fGenerator.write8(fIndex); in store()
1250 fGenerator.write8(location); in store()
1252 fGenerator.write8(count); in store()
1254 fGenerator.write8(c); in store()
1279 fGenerator.write8(count); in store()
1295 fGenerator.write8(count); in store()
1300 fGenerator.write8(location); in store()
1440 this->write8(count); in writeReturnStatement()
1461 this->write8(count); in writeVarDeclarations()
1464 this->write8(location); in writeVarDeclarations()