Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp142 void SPIRVCodeGenerator::writeWord(int32_t word, SkWStream& out) { in writeWord() function in SkSL::SPIRVCodeGenerator
829 this->writeWord((length << 16) | opCode, out); in writeOpCode()
844 this->writeWord(word1, out); in writeInstruction()
861 this->writeWord(0, out); in writeString()
876 this->writeWord(word1, out); in writeInstruction()
884 this->writeWord(word1, out); in writeInstruction()
885 this->writeWord(word2, out); in writeInstruction()
892 this->writeWord(word1, out); in writeInstruction()
893 this->writeWord(word2, out); in writeInstruction()
899 this->writeWord(word1, out); in writeInstruction()
[all …]
DSkSLSPIRVCodeGenerator.h230 void writeWord(int32_t word, SkWStream& out);
/external/autotest/client/common_lib/
Dsmogcheck_pca9555.py79 self.writeWord(PCA_REG['OUT0'], PCA_OUT0_INIT_VAL)
80 self.writeWord(PCA_REG['PI0'], 0)
81 self.writeWord(PCA_REG['CONF0'], PCA_CONF0_INIT_VAL)
Dsmogcheck_ina219.py89 self.writeWord(INA_REG['CONF'], INA_CONF_INIT_VAL)
90 self.writeWord(INA_REG['CALIB'], INA_CALIB_INIT_VAL)
Di2c_slave.py166 def writeWord(self, reg, word): member in I2cSlave
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py148 def writeWord(self, value): member in BinaryReader
210 f.writeWord(r_info)