HomeSort by relevance Sort by last modified time
    Searched refs:writeWord (Results 1 - 12 of 12) sorted by null

  /external/skia/src/sksl/
SkSLSPIRVCodeGenerator.cpp 141 void SPIRVCodeGenerator::writeWord(int32_t word, OutputStream& out) {
228 this->writeWord((length << 16) | opCode, out);
242 this->writeWord(word1, out);
258 this->writeWord(0, out);
271 this->writeWord(word1, out);
278 this->writeWord(word1, out);
279 this->writeWord(word2, out);
286 this->writeWord(word1, out);
287 this->writeWord(word2, out);
293 this->writeWord(word1, out)
    [all...]
SkSLSPIRVCodeGenerator.h 323 void writeWord(int32_t word, OutputStream& out);
  /external/skqp/src/sksl/
SkSLSPIRVCodeGenerator.cpp 142 void SPIRVCodeGenerator::writeWord(int32_t word, OutputStream& out) {
229 this->writeWord((length << 16) | opCode, out);
243 this->writeWord(word1, out);
259 this->writeWord(0, out);
272 this->writeWord(word1, out);
279 this->writeWord(word1, out);
280 this->writeWord(word2, out);
287 this->writeWord(word1, out);
288 this->writeWord(word2, out);
294 this->writeWord(word1, out)
    [all...]
SkSLSPIRVCodeGenerator.h 271 void writeWord(int32_t word, OutputStream& out);
  /external/autotest/client/common_lib/
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)
smogcheck_ina219.py 89 self.writeWord(INA_REG['CONF'], INA_CONF_INIT_VAL)
90 self.writeWord(INA_REG['CALIB'], INA_CALIB_INIT_VAL)
i2c_slave.py 166 def writeWord(self, reg, word):
179 if self.lib_obj.WriteWord(self.fd, reg, ctypes.c_uint16(word)) < 0:
  /build/kati/
buf.go 46 func (w *ssvWriter) writeWord(word []byte) {
167 wb.writeWord(w)
171 wb.writeWord(ws.Bytes())
188 func (wb *wordBuffer) writeWord(word []byte) {
198 wb.writeWord([]byte(word))
func.go 227 w.writeWord(sword)
250 w.writeWord(word)
303 w.writeWord(text)
339 w.writeWord(text)
410 w.writeWord(wb.words[index-1])
453 w.writeWord(word)
497 w.writeWord(wb.words[0])
519 w.writeWord(wb.words[len(wb.words)-1])
555 w.writeWord(word)
637 w.writeWord([]byte{}) // separato
    [all...]
expr.go 38 writeWord([]byte)
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 148 def writeWord(self, value):
210 f.writeWord(r_info)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 148 def writeWord(self, value):
210 f.writeWord(r_info)
    [all...]

Completed in 728 milliseconds