Home
last modified time | relevance | path

Searched refs:adst (Results 1 – 7 of 7) sorted by relevance

/third_party/libwebsockets/lib/system/async-dns/
Dasync-dns-parse.c466 struct adstore *adst = (struct adstore *)opaque; in lws_async_dns_store() local
472 if (ttl < adst->smallest_ttl || !adst->ctr) in lws_async_dns_store()
473 adst->smallest_ttl = ttl; in lws_async_dns_store()
475 if (adst->prev) in lws_async_dns_store()
476 adst->prev->ai_next = adst->pos; in lws_async_dns_store()
477 adst->prev = adst->pos; in lws_async_dns_store()
479 adst->pos->ai_flags = 0; in lws_async_dns_store()
480 adst->pos->ai_family = type == LWS_ADNS_RECORD_AAAA ? in lws_async_dns_store()
482 adst->pos->ai_socktype = SOCK_STREAM; in lws_async_dns_store()
483 adst->pos->ai_protocol = IPPROTO_UDP; /* no meaning */ in lws_async_dns_store()
[all …]
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.h206 struct amdgpu_fence **adst = (struct amdgpu_fence **)dst; in amdgpu_fence_reference() local
209 if (pipe_reference(&(*adst)->reference, &asrc->reference)) { in amdgpu_fence_reference()
210 struct amdgpu_fence *fence = *adst; in amdgpu_fence_reference()
220 *adst = asrc; in amdgpu_fence_reference()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-blend.c414 guint asrc, adst; \ in gst_video_blend()
423 adst = dest[j]; \ in gst_video_blend()
424 final_alpha = asrc + adst * (max - asrc) / max; \ in gst_video_blend()
429 … BLENDC (op, max, alpha_val, asrc, tmpsrcline[j + 1] << shift, adst, dest[j + 1], final_alpha); \ in gst_video_blend()
430 … BLENDC (op, max, alpha_val, asrc, tmpsrcline[j + 2] << shift, adst, dest[j + 2], final_alpha); \ in gst_video_blend()
431 … BLENDC (op, max, alpha_val, asrc, tmpsrcline[j + 3] << shift, adst, dest[j + 3], final_alpha); \ in gst_video_blend()
/third_party/ffmpeg/doc/
Dlexicon5 dst/adst: (asymmetric) discrete sine transform
/third_party/openGLES/extensions/NV/
DNV_blend_equation_advanced.txt1245 invert a premultiplied destination color, "adst-c'dst" should be used.
1247 opaque (adst=0.5), the RGBA destination color will be
1250 alpha of 0.5. Inverting via "adst-c'dst" would yield correct RGB
1254 is the standard "asrc+adst*(1-asrc)", equivalent to X=Y=Z=1 in our
1273 equivalent when the destination is opaque (i.e., adst=1.0); in this
1274 case, "1-c'dst" and "adst-c'dst" are equivalent. In our f/X/Y/Z model,
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_blend_equation_advanced.txt1245 invert a premultiplied destination color, "adst-c'dst" should be used.
1247 opaque (adst=0.5), the RGBA destination color will be
1250 alpha of 0.5. Inverting via "adst-c'dst" would yield correct RGB
1254 is the standard "asrc+adst*(1-asrc)", equivalent to X=Y=Z=1 in our
1273 equivalent when the destination is opaque (i.e., adst=1.0); in this
1274 case, "1-c'dst" and "adst-c'dst" are equivalent. In our f/X/Y/Z model,
/third_party/mesa3d/docs/relnotes/
D19.0.0.rst1806 - winsys/amdgpu: rename rfence, rsrc, rdst -> afence, asrc, adst