Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dtexstore.c107 const GLvoid *srcAddr, in _mesa_memcpy_texture() argument
115 srcPacking, srcAddr, srcWidth, srcHeight, srcFormat, srcType, 0, 0, 0); in _mesa_memcpy_texture()
171 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0); in _mesa_texstore_z32()
201 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0); in _mesa_texstore_x8_z24()
231 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0); in _mesa_texstore_z24_x8()
265 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0); in _mesa_texstore_z16()
300 srcAddr, srcPacking); in _mesa_texstore_ycbcr()
352 = (const GLubyte *) _mesa_image_address(dims, srcPacking, srcAddr, in _mesa_texstore_z24_s8()
433 = (const GLubyte *) _mesa_image_address(dims, srcPacking, srcAddr, in _mesa_texstore_s8_z24()
507 = (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.c77 srcFormat, srcType, srcAddr, in _mesa_texstore_rgb_dxt1()
84 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight, in _mesa_texstore_rgb_dxt1()
134 srcFormat, srcType, srcAddr, in _mesa_texstore_rgba_dxt1()
140 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight, in _mesa_texstore_rgba_dxt1()
189 srcFormat, srcType, srcAddr, in _mesa_texstore_rgba_dxt3()
194 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight, in _mesa_texstore_rgba_dxt3()
243 srcFormat, srcType, srcAddr, in _mesa_texstore_rgba_dxt5()
248 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.go810 switch srcAddr := hdr.sourceAddress.(type) {
813 if len(srcAddr.IP) != len(dstAddr.IP) {
817 if len(srcAddr.IP) == 4 {
826 length := uint16(len(srcAddr.IP)*2 + 4 + len(hdr.additionalData))
830 if _, err := w.Write(srcAddr.IP); err != nil {
836 if err := binary.Write(w, binary.BigEndian, uint16(srcAddr.Port)); err != nil {
844 if len(srcAddr.Name) > 108 {
851 switch srcAddr.Net {
867 if _, err := w.Write([]byte(srcAddr.Name)); err != nil {
870 if _, err := w.Write(zeros[:108-len(srcAddr.Name)]); err != nil {
/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/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/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()