Searched refs:writeWord (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/sksl/ |
D | SkSLSPIRVCodeGenerator.cpp | 141 void SPIRVCodeGenerator::writeWord(int32_t word, OutputStream& out) { in writeWord() function in SkSL::SPIRVCodeGenerator 228 this->writeWord((length << 16) | opCode, out); in writeOpCode() 242 this->writeWord(word1, out); in writeInstruction() 258 this->writeWord(0, out); in writeString() 271 this->writeWord(word1, out); in writeInstruction() 278 this->writeWord(word1, out); in writeInstruction() 279 this->writeWord(word2, out); in writeInstruction() 286 this->writeWord(word1, out); in writeInstruction() 287 this->writeWord(word2, out); in writeInstruction() 293 this->writeWord(word1, out); in writeInstruction() [all …]
|
D | SkSLSPIRVCodeGenerator.h | 323 void writeWord(int32_t word, OutputStream& out);
|
/external/skqp/src/sksl/ |
D | SkSLSPIRVCodeGenerator.cpp | 142 void SPIRVCodeGenerator::writeWord(int32_t word, OutputStream& out) { in writeWord() function in SkSL::SPIRVCodeGenerator 229 this->writeWord((length << 16) | opCode, out); in writeOpCode() 243 this->writeWord(word1, out); in writeInstruction() 259 this->writeWord(0, out); in writeString() 272 this->writeWord(word1, out); in writeInstruction() 279 this->writeWord(word1, out); in writeInstruction() 280 this->writeWord(word2, out); in writeInstruction() 287 this->writeWord(word1, out); in writeInstruction() 288 this->writeWord(word2, out); in writeInstruction() 294 this->writeWord(word1, out); in writeInstruction() [all …]
|
D | SkSLSPIRVCodeGenerator.h | 271 void writeWord(int32_t word, OutputStream& out);
|
/external/autotest/client/common_lib/ |
D | smogcheck_pca9555.py | 79 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)
|
D | smogcheck_ina219.py | 89 self.writeWord(INA_REG['CONF'], INA_CONF_INIT_VAL) 90 self.writeWord(INA_REG['CALIB'], INA_CALIB_INIT_VAL)
|
D | i2c_slave.py | 166 def writeWord(self, reg, word): member in I2cSlave
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 148 def writeWord(self, value): member in BinaryReader 210 f.writeWord(r_info)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 148 def writeWord(self, value): member in BinaryReader 210 f.writeWord(r_info)
|