/third_party/gstreamer/gstreamer/tests/check/ |
D | gstreamer.supp | 36 obj:/lib/ld-2.*.so 38 obj:/lib/ld-2.*.so 41 obj:/lib/ld-2.*.so 57 obj:/lib64/ld-2.*.so 107 obj:/lib/ld-2.3.*.so 118 obj:/lib/libpthread-*.so 119 obj:/lib/libpthread-*.so 122 obj:/lib/ld-*.so 140 obj:/lib/ld-2.3.*.so 141 obj:/lib/ld-2.3.*.so [all …]
|
/third_party/gstreamer/gstplugins_base/tests/check/ |
D | gst-plugins-base.supp | 9 obj:/usr/lib/libtheora.so* 67 obj:/usr/lib/libasound.so.* 74 obj:/usr/lib/libasound.so.* 75 obj:/usr/lib/libasound.so.* 76 obj:/usr/lib/libasound.so.* 84 obj:/usr/lib/libasound.so.* 85 obj:/usr/lib/libasound.so.* 93 obj:/usr/lib/libasound.so.* 94 obj:/usr/lib/libasound.so.* 95 obj:/usr/lib/libasound.so.* [all …]
|
/third_party/mesa3d/src/gallium/targets/dri/ |
D | meson.build | 9 # furnished to do so, subject to the following conditions: 66 name_suffix : 'so', 70 'armada-drm_dri.so', 71 'exynos_dri.so', 72 'hx8357d_dri.so', 73 'ili9225_dri.so', 74 'ili9341_dri.so', 75 'imx-drm_dri.so', 76 'imx-dcss_dri.so', 77 'ingenic-drm_dri.so', [all …]
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_state.c | 9 * Software is furnished to do so, subject to the following conditions: 43 struct nv30_blend_stateobj *so; in nv30_blend_state_create() local 47 so = CALLOC_STRUCT(nv30_blend_stateobj); in nv30_blend_state_create() 48 if (!so) in nv30_blend_state_create() 50 so->pipe = *cso; in nv30_blend_state_create() 53 SB_MTHD30(so, COLOR_LOGIC_OP_ENABLE, 2); in nv30_blend_state_create() 54 SB_DATA (so, 1); in nv30_blend_state_create() 55 SB_DATA (so, nvgl_logicop_func(cso->logicop_func)); in nv30_blend_state_create() 57 SB_MTHD30(so, COLOR_LOGIC_OP_ENABLE, 1); in nv30_blend_state_create() 58 SB_DATA (so, 0); in nv30_blend_state_create() [all …]
|
D | nv30_texture.c | 9 * Software is furnished to do so, subject to the following conditions: 132 struct nv30_sampler_state *so; in nv30_sampler_state_create() local 135 so = MALLOC_STRUCT(nv30_sampler_state); in nv30_sampler_state_create() 136 if (!so) in nv30_sampler_state_create() 139 so->pipe = *cso; in nv30_sampler_state_create() 140 so->fmt = 0; in nv30_sampler_state_create() 141 so->wrap = (wrap_mode(cso->wrap_s) << NV30_3D_TEX_WRAP_S__SHIFT) | in nv30_sampler_state_create() 144 so->en = 0; in nv30_sampler_state_create() 145 so->wrap |= compare_mode(cso); in nv30_sampler_state_create() 146 so->filt = filter_mode(cso) | 0x00002000; in nv30_sampler_state_create() [all …]
|
/third_party/weston/compositor/ |
D | screen-share.c | 10 * permit persons to whom the Software is furnished to do so, subject to 363 ss_seat_create(struct shared_output *so, uint32_t id) in ss_seat_create() argument 371 weston_seat_init(&seat->base, so->output->compositor, "default"); in ss_seat_create() 372 seat->output = so; in ss_seat_create() 374 seat->parent.seat = wl_registry_bind(so->parent.registry, id, in ss_seat_create() 376 wl_list_insert(so->seat_list.prev, &seat->link); in ss_seat_create() 432 shared_output_get_shm_buffer(struct shared_output *so) in shared_output_get_shm_buffer() argument 440 width = so->output->width; in shared_output_get_shm_buffer() 441 height = so->output->height; in shared_output_get_shm_buffer() 446 if (so->shm.width != width || in shared_output_get_shm_buffer() [all …]
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_zsa.c | 10 * Software is furnished to do so, subject to the following conditions: 55 update_lrz_stencil(struct fd6_zsa_stateobj *so, enum pipe_compare_func func, in update_lrz_stencil() argument 66 so->lrz.enable = false; in update_lrz_stencil() 67 so->lrz.test = false; in update_lrz_stencil() 72 so->lrz.write = false; in update_lrz_stencil() 79 so->lrz.write = false; in update_lrz_stencil() 84 so->lrz.enable = false; in update_lrz_stencil() 85 so->lrz.test = false; in update_lrz_stencil() 96 struct fd6_zsa_stateobj *so; in fd6_zsa_state_create() local 98 so = CALLOC_STRUCT(fd6_zsa_stateobj); in fd6_zsa_state_create() [all …]
|
D | fd6_texture.c | 10 * Software is furnished to do so, subject to the following conditions: 93 struct fd6_sampler_stateobj *so = CALLOC_STRUCT(fd6_sampler_stateobj); in fd6_sampler_state_create() local 97 if (!so) in fd6_sampler_state_create() 100 so->base = *cso; in fd6_sampler_state_create() 101 so->seqno = ++fd6_context(fd_context(pctx))->tex_seqno; in fd6_sampler_state_create() 106 so->needs_border = false; in fd6_sampler_state_create() 107 so->texsamp0 = in fd6_sampler_state_create() 112 A6XX_TEX_SAMP_0_WRAP_S(tex_clamp(cso->wrap_s, &so->needs_border)) | in fd6_sampler_state_create() 113 A6XX_TEX_SAMP_0_WRAP_T(tex_clamp(cso->wrap_t, &so->needs_border)) | in fd6_sampler_state_create() 114 A6XX_TEX_SAMP_0_WRAP_R(tex_clamp(cso->wrap_r, &so->needs_border)); in fd6_sampler_state_create() [all …]
|
/third_party/libcoap/man/ |
D | Makefile.am | 80 # NAME section, so that 'man' works against the alternative different 89 @echo ".so man3/coap_cache.3" > coap_cache_get_pdu.3 90 @echo ".so man3/coap_cache.3" > coap_cache_get_app_data.3 91 @echo ".so man3/coap_cache.3" > coap_cache_set_app_data.3 92 @echo ".so man3/coap_context.3" > coap_context_get_session_timeout.3 93 @echo ".so man3/coap_context.3" > coap_context_set_csm_timeout.3 94 @echo ".so man3/coap_context.3" > coap_context_get_csm_timeout.3 95 @echo ".so man3/coap_logging.3" > coap_endpoint_str.3 96 @echo ".so man3/coap_logging.3" > coap_session_str.3 97 @echo ".so man3/coap_pdu_access.3" > coap_option_filter_set.3 [all …]
|
/third_party/python/Objects/ |
D | setobject.c | 56 set_lookkey(PySetObject *so, PyObject *key, Py_hash_t hash) in set_lookkey() argument 61 size_t mask = so->mask; in set_lookkey() 67 entry = &so->table[i]; in set_lookkey() 81 table = so->table; in set_lookkey() 87 if (table != so->table || entry->key != startkey) in set_lookkey() 88 return set_lookkey(so, key, hash); in set_lookkey() 91 mask = so->mask; in set_lookkey() 103 set_add_entry(PySetObject *so, PyObject *key, Py_hash_t hash) in set_add_entry() argument 120 mask = so->mask; in set_add_entry() 126 entry = &so->table[i]; in set_add_entry() [all …]
|
/third_party/gstreamer/gstplugins_good/tests/check/ |
D | gst-plugins-good.supp | 4 obj:/usr/lib/libjpeg.so.* 5 obj:/usr/lib/libjpeg.so.* 6 obj:/usr/lib/libjpeg.so.* 13 obj:/usr/lib/libjpeg.so.* 14 obj:/usr/lib/libjpeg.so.* 24 obj:/usr/lib/libjpeg.so.* 25 obj:/usr/lib/libjpeg.so.* 33 obj:/usr/lib/libjpeg.so.* 34 obj:/usr/lib/libjpeg.so.* 41 obj:/usr/lib/libjpeg.so.* [all …]
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_zsa.c | 9 * Software is furnished to do so, subject to the following conditions: 39 const struct pipe_depth_stencil_alpha_state *so) in etna_zsa_state_create() argument 48 cs->base = *so; in etna_zsa_state_create() 50 cs->z_test_enabled = so->depth_enabled && so->depth_func != PIPE_FUNC_ALWAYS; in etna_zsa_state_create() 51 cs->z_write_enabled = so->depth_enabled && so->depth_writemask; in etna_zsa_state_create() 63 if(so->stencil[i].writemask == 0) in etna_zsa_state_create() 65 … so->stencil[i].fail_op = so->stencil[i].zfail_op = so->stencil[i].zpass_op = PIPE_STENCIL_OP_KEEP; in etna_zsa_state_create() 72 if (so->stencil[0].enabled) { in etna_zsa_state_create() 73 if (so->stencil[0].func != PIPE_FUNC_ALWAYS || in etna_zsa_state_create() 74 (so->stencil[1].enabled && so->stencil[1].func != PIPE_FUNC_ALWAYS)) in etna_zsa_state_create() [all …]
|
D | etnaviv_rasterizer.c | 9 * Software is furnished to do so, subject to the following conditions: 36 const struct pipe_rasterizer_state *so) in etna_rasterizer_state_create() argument 41 if (so->fill_front != so->fill_back) in etna_rasterizer_state_create() 48 cs->base = *so; in etna_rasterizer_state_create() 50 …cs->PA_CONFIG = (so->flatshade ? VIVS_PA_CONFIG_SHADE_MODEL_FLAT : VIVS_PA_CONFIG_SHADE_MODEL_SMOO… in etna_rasterizer_state_create() 51 translate_cull_face(so->cull_face, so->front_ccw) | in etna_rasterizer_state_create() 52 translate_polygon_mode(so->fill_front) | in etna_rasterizer_state_create() 53 COND(so->point_quad_rasterization, VIVS_PA_CONFIG_POINT_SPRITE_ENABLE) | in etna_rasterizer_state_create() 54 COND(so->point_size_per_vertex, VIVS_PA_CONFIG_POINT_SIZE_ENABLE) | in etna_rasterizer_state_create() 56 cs->PA_LINE_WIDTH = fui(so->line_width / 2.0f); in etna_rasterizer_state_create() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_socket.c | 73 extern int sctp_sosend(struct socket *so, struct sockaddr *addr, struct uio *uio, 78 extern int sctp_attach(struct socket *so, int proto, uint32_t vrf_id); 79 extern int sctpconn_attach(struct socket *so, int proto, uint32_t vrf_id); 137 void socantrcvmore_locked(struct socket *so) in socantrcvmore_locked() argument 139 SOCKBUF_LOCK_ASSERT(&so->so_rcv); in socantrcvmore_locked() 140 so->so_rcv.sb_state |= SBS_CANTRCVMORE; in socantrcvmore_locked() 141 sorwakeup_locked(so); in socantrcvmore_locked() 144 void socantrcvmore(struct socket *so) in socantrcvmore() argument 146 SOCKBUF_LOCK(&so->so_rcv); in socantrcvmore() 147 socantrcvmore_locked(so); in socantrcvmore() [all …]
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state.c | 9 * Software is furnished to do so, subject to the following conditions: 120 struct nv50_blend_stateobj *so = CALLOC_STRUCT(nv50_blend_stateobj); in nv50_blend_state_create() local 126 SB_BEGIN_3D(so, BLEND_INDEPENDENT, 1); in nv50_blend_state_create() 127 SB_DATA (so, cso->independent_blend_enable); in nv50_blend_state_create() 130 so->pipe = *cso; in nv50_blend_state_create() 132 SB_BEGIN_3D(so, COLOR_MASK_COMMON, 1); in nv50_blend_state_create() 133 SB_DATA (so, !cso->independent_blend_enable); in nv50_blend_state_create() 135 SB_BEGIN_3D(so, BLEND_ENABLE_COMMON, 1); in nv50_blend_state_create() 136 SB_DATA (so, !cso->independent_blend_enable); in nv50_blend_state_create() 139 SB_BEGIN_3D(so, BLEND_ENABLE(0), 8); in nv50_blend_state_create() [all …]
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_texture.c | 9 * Software is furnished to do so, subject to the following conditions: 81 struct fd5_sampler_stateobj *so = CALLOC_STRUCT(fd5_sampler_stateobj); in fd5_sampler_state_create() local 85 if (!so) in fd5_sampler_state_create() 88 so->base = *cso; in fd5_sampler_state_create() 93 so->needs_border = false; in fd5_sampler_state_create() 94 so->texsamp0 = in fd5_sampler_state_create() 99 A5XX_TEX_SAMP_0_WRAP_S(tex_clamp(cso->wrap_s, &so->needs_border)) | in fd5_sampler_state_create() 100 A5XX_TEX_SAMP_0_WRAP_T(tex_clamp(cso->wrap_t, &so->needs_border)) | in fd5_sampler_state_create() 101 A5XX_TEX_SAMP_0_WRAP_R(tex_clamp(cso->wrap_r, &so->needs_border)); in fd5_sampler_state_create() 103 so->texsamp1 = in fd5_sampler_state_create() [all …]
|
D | fd5_rasterizer.c | 9 * Software is furnished to do so, subject to the following conditions: 39 struct fd5_rasterizer_stateobj *so; in fd5_rasterizer_state_create() local 42 so = CALLOC_STRUCT(fd5_rasterizer_stateobj); in fd5_rasterizer_state_create() 43 if (!so) in fd5_rasterizer_state_create() 46 so->base = *cso; in fd5_rasterizer_state_create() 57 so->gras_su_point_minmax = A5XX_GRAS_SU_POINT_MINMAX_MIN(psize_min) | in fd5_rasterizer_state_create() 59 so->gras_su_point_size = A5XX_GRAS_SU_POINT_SIZE(cso->point_size); in fd5_rasterizer_state_create() 60 so->gras_su_poly_offset_scale = in fd5_rasterizer_state_create() 62 so->gras_su_poly_offset_offset = in fd5_rasterizer_state_create() 64 so->gras_su_poly_offset_clamp = in fd5_rasterizer_state_create() [all …]
|
/third_party/mindspore/cmake/ |
D | package.cmake | 79 install(FILES ${glog_LIBPATH}/libmindspore_glog.so.0.4.0 80 DESTINATION ${INSTALL_LIB_DIR} RENAME libmindspore_glog.so.0 COMPONENT mindspore) 83 install(FILES ${libevent_LIBPATH}/libevent-2.1.so.7.0.1 84 DESTINATION ${INSTALL_LIB_DIR} RENAME libevent-2.1.so.7 COMPONENT mindspore) 85 install(FILES ${libevent_LIBPATH}/libevent_core-2.1.so.7.0.1 86 DESTINATION ${INSTALL_LIB_DIR} RENAME libevent_core-2.1.so.7 COMPONENT mindspore) 87 install(FILES ${libevent_LIBPATH}/libevent_extra-2.1.so.7.0.1 88 DESTINATION ${INSTALL_LIB_DIR} RENAME libevent_extra-2.1.so.7 COMPONENT mindspore) 89 install(FILES ${libevent_LIBPATH}/libevent_openssl-2.1.so.7.0.1 90 DESTINATION ${INSTALL_LIB_DIR} RENAME libevent_openssl-2.1.so.7 COMPONENT mindspore) [all …]
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3dx_state.c | 10 * Software is furnished to do so, subject to the following conditions: 90 struct v3d_rasterizer_state *so; in v3d_create_rasterizer_state() local 92 so = CALLOC_STRUCT(v3d_rasterizer_state); in v3d_create_rasterizer_state() 93 if (!so) in v3d_create_rasterizer_state() 96 so->base = *cso; in v3d_create_rasterizer_state() 101 so->point_size = MAX2(cso->point_size, .125f); in v3d_create_rasterizer_state() 103 STATIC_ASSERT(sizeof(so->depth_offset) >= in v3d_create_rasterizer_state() 105 v3dx_pack(&so->depth_offset, DEPTH_OFFSET, depth) { in v3d_create_rasterizer_state() 110 /* The HW treats polygon offset units based on a Z24 buffer, so we in v3d_create_rasterizer_state() 113 v3dx_pack(&so->depth_offset_z16, DEPTH_OFFSET, depth) { in v3d_create_rasterizer_state() [all …]
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_state.c | 10 * Software is furnished to do so, subject to the following conditions: 70 struct lima_depth_stencil_alpha_state *so; in lima_create_depth_stencil_alpha_state() local 72 so = CALLOC_STRUCT(lima_depth_stencil_alpha_state); in lima_create_depth_stencil_alpha_state() 73 if (!so) in lima_create_depth_stencil_alpha_state() 76 so->base = *cso; in lima_create_depth_stencil_alpha_state() 78 return so; in lima_create_depth_stencil_alpha_state() 100 struct lima_rasterizer_state *so; in lima_create_rasterizer_state() local 102 so = CALLOC_STRUCT(lima_rasterizer_state); in lima_create_rasterizer_state() 103 if (!so) in lima_create_rasterizer_state() 106 so->base = *cso; in lima_create_rasterizer_state() [all …]
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_texture.c | 9 * Software is furnished to do so, subject to the following conditions: 81 struct fd3_sampler_stateobj *so = CALLOC_STRUCT(fd3_sampler_stateobj); in fd3_sampler_state_create() local 85 if (!so) in fd3_sampler_state_create() 91 so->base = *cso; in fd3_sampler_state_create() 93 so->needs_border = false; in fd3_sampler_state_create() 94 so->texsamp0 = in fd3_sampler_state_create() 101 A3XX_TEX_SAMP_0_WRAP_S(tex_clamp(cso->wrap_s, &so->needs_border)) | in fd3_sampler_state_create() 102 A3XX_TEX_SAMP_0_WRAP_T(tex_clamp(cso->wrap_t, &so->needs_border)) | in fd3_sampler_state_create() 103 A3XX_TEX_SAMP_0_WRAP_R(tex_clamp(cso->wrap_r, &so->needs_border)); in fd3_sampler_state_create() 106 so->texsamp0 |= in fd3_sampler_state_create() [all …]
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_state.c | 10 * Software is furnished to do so, subject to the following conditions: 97 struct vc4_rasterizer_state *so; in vc4_create_rasterizer_state() local 102 so = CALLOC_STRUCT(vc4_rasterizer_state); in vc4_create_rasterizer_state() 103 if (!so) in vc4_create_rasterizer_state() 106 so->base = *cso; in vc4_create_rasterizer_state() 109 so->config_bits[0] |= VC4_CONFIG_BITS_ENABLE_PRIM_FRONT; in vc4_create_rasterizer_state() 111 so->config_bits[0] |= VC4_CONFIG_BITS_ENABLE_PRIM_BACK; in vc4_create_rasterizer_state() 121 so->config_bits[0] |= VC4_CONFIG_BITS_CW_PRIMITIVES; in vc4_create_rasterizer_state() 124 so->config_bits[0] |= VC4_CONFIG_BITS_ENABLE_DEPTH_OFFSET; in vc4_create_rasterizer_state() 133 so->config_bits[0] |= VC4_CONFIG_BITS_RASTERIZER_OVERSAMPLE_4X; in vc4_create_rasterizer_state() [all …]
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_texture.c | 9 * Software is furnished to do so, subject to the following conditions: 81 struct fd4_sampler_stateobj *so = CALLOC_STRUCT(fd4_sampler_stateobj); in fd4_sampler_state_create() local 85 if (!so) in fd4_sampler_state_create() 91 so->base = *cso; in fd4_sampler_state_create() 93 so->needs_border = false; in fd4_sampler_state_create() 94 so->texsamp0 = in fd4_sampler_state_create() 99 A4XX_TEX_SAMP_0_WRAP_S(tex_clamp(cso->wrap_s, &so->needs_border)) | in fd4_sampler_state_create() 100 A4XX_TEX_SAMP_0_WRAP_T(tex_clamp(cso->wrap_t, &so->needs_border)) | in fd4_sampler_state_create() 101 A4XX_TEX_SAMP_0_WRAP_R(tex_clamp(cso->wrap_r, &so->needs_border)); in fd4_sampler_state_create() 103 so->texsamp1 = in fd4_sampler_state_create() [all …]
|
D | fd4_rasterizer.c | 9 * Software is furnished to do so, subject to the following conditions: 39 struct fd4_rasterizer_stateobj *so; in fd4_rasterizer_state_create() local 42 so = CALLOC_STRUCT(fd4_rasterizer_stateobj); in fd4_rasterizer_state_create() 43 if (!so) in fd4_rasterizer_state_create() 46 so->base = *cso; in fd4_rasterizer_state_create() 65 so->gras_cl_clip_cntl = 0x80000; /* ??? */ in fd4_rasterizer_state_create() 66 so->gras_su_point_minmax = A4XX_GRAS_SU_POINT_MINMAX_MIN(psize_min) | in fd4_rasterizer_state_create() 68 so->gras_su_point_size = A4XX_GRAS_SU_POINT_SIZE(cso->point_size); in fd4_rasterizer_state_create() 69 so->gras_su_poly_offset_scale = in fd4_rasterizer_state_create() 71 so->gras_su_poly_offset_offset = in fd4_rasterizer_state_create() [all …]
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_rasterizer.c | 9 * Software is furnished to do so, subject to the following conditions: 39 struct fd2_rasterizer_stateobj *so; in fd2_rasterizer_state_create() local 42 so = CALLOC_STRUCT(fd2_rasterizer_stateobj); in fd2_rasterizer_state_create() 43 if (!so) in fd2_rasterizer_state_create() 55 so->base = *cso; in fd2_rasterizer_state_create() 57 so->pa_sc_line_stipple = in fd2_rasterizer_state_create() 63 so->pa_cl_clip_cntl = 0; // TODO in fd2_rasterizer_state_create() 65 so->pa_su_vtx_cntl = in fd2_rasterizer_state_create() 70 so->pa_su_point_size = A2XX_PA_SU_POINT_SIZE_HEIGHT(cso->point_size / 2) | in fd2_rasterizer_state_create() 73 so->pa_su_point_minmax = A2XX_PA_SU_POINT_MINMAX_MIN(psize_min / 2) | in fd2_rasterizer_state_create() [all …]
|