Searched refs:addr16 (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/src/core/ |
D | SkPixmap.cpp | 283 uint16_t value = *this->addr16(x, y); in getColor() 287 SkHalf value = *this->addr16(x, y); in getColor() 291 return SkPixel16ToColor(*this->addr16(x, y)); in getColor() 294 uint16_t value = *this->addr16(x, y); in getColor() 299 uint16_t value = *this->addr16(x, y); in getColor() 464 const uint16_t* row = this->addr16(0, y); in computeIsOpaque() 476 const SkHalf* row = this->addr16(0, y); in computeIsOpaque() 498 const SkPMColor16* row = this->addr16(0, y); in computeIsOpaque()
|
/third_party/skia/include/core/ |
D | SkPixmap.h | 310 const uint16_t* addr16() const { in addr16() function 387 const uint16_t* addr16(int x, int y) const { in addr16() function 390 return (const uint16_t*)((const char*)this->addr16() + (size_t)y * fRowBytes + (x << 1)); in addr16() 494 return const_cast<uint16_t*>(this->addr16(x, y)); in writable_addr16()
|
/third_party/skia/docs/examples/ |
D | Pixmap_addr16.cpp | 13 pixmap.addr16() == storage ? '=' : '!'); in draw()
|
D | Pixmap_addr16_2.cpp | 13 pixmap.addr16(1, 2) == &storage[1 + 2 * w] ? '=' : '!'); in draw()
|
/third_party/elfutils/libcpu/ |
D | i386_disasm.c | 127 prefbit (addr16), 159 newpref (addr16), 179 newpref (addr16),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips16InstrInfo.td | 16 def addr16 : ComplexPattern<iPTR, 2, "selectAddr16", [frameindex]>; 1344 def: LoadM16_pat<sextloadi8, LbRxRyOffMemX16, addr16>; 1345 def: LoadM16_pat<zextloadi8, LbuRxRyOffMemX16, addr16>; 1346 def: LoadM16_pat<sextloadi16, LhRxRyOffMemX16, addr16>; 1347 def: LoadM16_pat<zextloadi16, LhuRxRyOffMemX16, addr16>; 1353 def: StoreM16_pat<truncstorei8, SbRxRyOffMemX16, addr16>; 1354 def: StoreM16_pat<truncstorei16, ShRxRyOffMemX16, addr16>; 1873 def : Mips16Pat<(i32 (extloadi8 addr16:$src)), 1874 (LbuRxRyOffMemX16 addr16:$src)>; 1875 def : Mips16Pat<(i32 (extloadi16 addr16:$src)), [all …]
|
/third_party/rust/crates/rustix/src/net/ |
D | ip.rs | 1206 let addr16 = [ in new() localVariable 1219 octets: unsafe { transmute::<_, [u8; 16]>(addr16) }, in new()
|
/third_party/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 2894 const uint16_t* addr16() const; 2898 const uint16_t* addr16(int x, int y) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenDAGISel.inc | 266 …// Src: (st CPU16Regs:{ *:[i32] }:$r, addr16:{ *:[iPTR] }:$addr)<<P:Predicate_unindexedstore>><<P:… 267 // Dst: (SbRxRyOffMemX16 CPU16Regs:{ *:[i32] }:$r, addr16:{ *:[i32] }:$addr) 275 …// Src: (st CPU16Regs:{ *:[i32] }:$r, addr16:{ *:[iPTR] }:$addr)<<P:Predicate_unindexedstore>><<P:… 276 // Dst: (ShRxRyOffMemX16 CPU16Regs:{ *:[i32] }:$r, addr16:{ *:[i32] }:$addr) 938 …// Src: (ld:{ *:[i32] } addr16:{ *:[iPTR] }:$addr)<<P:Predicate_unindexedload>><<P:Predicate_sextl… 939 // Dst: (LbRxRyOffMemX16:{ *:[i32] } addr16:{ *:[i32] }:$addr) 949 …// Src: (ld:{ *:[i32] } addr16:{ *:[iPTR] }:$addr)<<P:Predicate_unindexedload>><<P:Predicate_zextl… 950 // Dst: (LbuRxRyOffMemX16:{ *:[i32] } addr16:{ *:[i32] }:$addr) 960 …// Src: (ld:{ *:[i32] } addr16:{ *:[iPTR] }:$addr)<<P:Predicate_unindexedload>><<P:Predicate_sextl… 961 // Dst: (LhRxRyOffMemX16:{ *:[i32] } addr16:{ *:[i32] }:$addr) [all …]
|
/third_party/mesa3d/src/mesa/x86/ |
D | assyntax.h | 251 #define ADDR_TOGGLE addr16
|