Home
last modified time | relevance | path

Searched refs:srcAddr (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dtexstore.c106 const GLvoid *srcAddr, in _mesa_memcpy_texture() argument
114 srcPacking, srcAddr, srcWidth, srcHeight, srcFormat, srcType, 0, 0, 0); in _mesa_memcpy_texture()
170 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0); in _mesa_texstore_z32()
200 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0); in _mesa_texstore_x8_z24()
230 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0); in _mesa_texstore_z24_x8()
264 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0); in _mesa_texstore_z16()
299 srcAddr, srcPacking); in _mesa_texstore_ycbcr()
351 = (const GLubyte *) _mesa_image_address(dims, srcPacking, srcAddr, in _mesa_texstore_z24_s8()
432 = (const GLubyte *) _mesa_image_address(dims, srcPacking, srcAddr, in _mesa_texstore_s8_z24()
504 = (const GLubyte *) _mesa_image_address(dims, srcPacking, srcAddr, in _mesa_texstore_s8()
[all …]
Dtexcompress_bptc.c152 srcFormat, srcType, srcAddr, in _mesa_texstore_bptc_rgba_unorm()
158 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight, in _mesa_texstore_bptc_rgba_unorm()
197 srcFormat, srcType, srcAddr, in texstore_bptc_rgb_float()
203 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight, in texstore_bptc_rgb_float()
228 srcAddr, srcPacking, in _mesa_texstore_bptc_rgb_signed_float()
241 srcAddr, srcPacking, in _mesa_texstore_bptc_rgb_unsigned_float()
Dtexcompress_s3tc.c75 srcFormat, srcType, srcAddr, in _mesa_texstore_rgb_dxt1()
81 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight, in _mesa_texstore_rgb_dxt1()
131 srcFormat, srcType, srcAddr, in _mesa_texstore_rgba_dxt1()
137 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight, in _mesa_texstore_rgba_dxt1()
187 srcFormat, srcType, srcAddr, in _mesa_texstore_rgba_dxt3()
192 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight, in _mesa_texstore_rgba_dxt3()
242 srcFormat, srcType, srcAddr, in _mesa_texstore_rgba_dxt5()
247 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight, in _mesa_texstore_rgba_dxt5()
Dtexstore.h69 const GLvoid *srcAddr, \
84 UNUSED const GLvoid *srcAddr, \
103 const GLvoid *srcAddr,
Dtexcompress_fxt1.c73 srcFormat, srcType, srcAddr, in _mesa_texstore_fxt1()
80 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight, in _mesa_texstore_fxt1()
Dtexcompress_rgtc.c103 srcFormat, srcType, srcAddr, in _mesa_texstore_red_rgtc1()
156 srcFormat, srcType, srcAddr, in _mesa_texstore_signed_red_rgtc1()
215 srcFormat, srcType, srcAddr, in _mesa_texstore_rg_rgtc2()
280 srcFormat, srcType, srcAddr, in _mesa_texstore_signed_rg_rgtc2()
/third_party/nghttp2/integration-tests/
Dserver_tester.go711 switch srcAddr := hdr.sourceAddress.(type) {
714 if len(srcAddr.IP) != len(dstAddr.IP) {
718 if len(srcAddr.IP) == 4 {
725 length := uint16(len(srcAddr.IP)*2 + 4 + len(hdr.additionalData))
727 w.Write(srcAddr.IP)
729 binary.Write(w, binary.BigEndian, uint16(srcAddr.Port))
733 if len(srcAddr.Name) > 108 {
740 switch srcAddr.Net {
752 w.Write([]byte(srcAddr.Name))
753 w.Write(zeros[:108-len(srcAddr.Name)])
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Dwpa_hal.c407 static void WifiWpaReceiveEapol(void *ctx, const uint8_t *srcAddr, const uint8_t *buf, size_t len) in WifiWpaReceiveEapol() argument
411 if ((ctx == NULL) || (srcAddr == NULL) || (buf == NULL) || (len < sizeof(struct l2_ethhdr))) { in WifiWpaReceiveEapol()
415 …drv_event_eapol_rx(drv->ctx, srcAddr, buf + sizeof(struct l2_ethhdr), len - sizeof(struct l2_ethhd… in WifiWpaReceiveEapol()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Dwpa_hal.c410 static void WifiWpaReceiveEapol(void *ctx, const uint8_t *srcAddr, const uint8_t *buf, size_t len) in WifiWpaReceiveEapol() argument
414 if ((ctx == NULL) || (srcAddr == NULL) || (buf == NULL) || (len < sizeof(struct l2_ethhdr))) { in WifiWpaReceiveEapol()
418 …drv_event_eapol_rx(drv->ctx, srcAddr, buf + sizeof(struct l2_ethhdr), len - sizeof(struct l2_ethhd… in WifiWpaReceiveEapol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrAVX512.td4101 (_.info512.VT (masked_load addr:$srcAddr, Mask,
4106 addr:$srcAddr)>;
4109 (_.info512.VT (masked_load addr:$srcAddr, Mask,
4116 addr:$srcAddr)>;
4126 (_.info512.VT (masked_load addr:$srcAddr, Mask,
4131 addr:$srcAddr)>;
4134 (_.info512.VT (masked_load addr:$srcAddr, Mask,
4141 addr:$srcAddr)>;
4155 (_.info512.VT (masked_load addr:$srcAddr, Mask512,
4160 addr:$srcAddr)>;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp1609 SDValue srcAddr = DAG.getNode(ISD::ADD, dl, PtrVT, OutVals[OIdx], in LowerCall() local
1611 SDValue theVal = DAG.getLoad(elemtype, dl, tempChain, srcAddr, in LowerCall()