/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_zsa.c | 35 const struct pipe_depth_stencil_alpha_state *so) in etna_zsa_state_create() argument 42 cs->base = *so; in etna_zsa_state_create() 47 (!so->depth.enabled || so->depth.func == PIPE_FUNC_ALWAYS) && in etna_zsa_state_create() 48 !so->depth.writemask; in etna_zsa_state_create() 58 if(so->stencil[i].writemask == 0) in etna_zsa_state_create() 60 … so->stencil[i].fail_op = so->stencil[i].zfail_op = so->stencil[i].zpass_op = PIPE_STENCIL_OP_KEEP; in etna_zsa_state_create() 67 if (so->stencil[0].enabled) { in etna_zsa_state_create() 68 if (so->stencil[0].func != PIPE_FUNC_ALWAYS || in etna_zsa_state_create() 69 (so->stencil[1].enabled && so->stencil[1].func != PIPE_FUNC_ALWAYS)) in etna_zsa_state_create() 72 if (so->stencil[0].fail_op != PIPE_STENCIL_OP_KEEP || in etna_zsa_state_create() [all …]
|
D | etnaviv_rasterizer.c | 36 const struct pipe_rasterizer_state *so) in etna_rasterizer_state_create() argument 43 bool flatshade = ctx->screen->model < 880 ? so->flatshade : false; in etna_rasterizer_state_create() 45 if (so->fill_front != so->fill_back) in etna_rasterizer_state_create() 52 cs->base = *so; in etna_rasterizer_state_create() 55 translate_cull_face(so->cull_face, so->front_ccw) | in etna_rasterizer_state_create() 56 translate_polygon_mode(so->fill_front) | in etna_rasterizer_state_create() 57 COND(so->point_quad_rasterization, VIVS_PA_CONFIG_POINT_SPRITE_ENABLE) | in etna_rasterizer_state_create() 58 COND(so->point_size_per_vertex, VIVS_PA_CONFIG_POINT_SIZE_ENABLE) | in etna_rasterizer_state_create() 60 cs->PA_LINE_WIDTH = fui(so->line_width / 2.0f); in etna_rasterizer_state_create() 61 cs->PA_POINT_SIZE = fui(so->point_size / 2.0f); in etna_rasterizer_state_create() [all …]
|
/external/valgrind/ |
D | xfree-4.supp | 15 # caller0 name, or /name/of/so/file.so 32 *libc_write/libX11.so.6.2/*X11TransWrite(Param) 36 obj:/usr/*lib*/libX11.so* 41 libX11.so.6.2/libX11.so.6.2/libX11.so.6.2(Cond) 43 obj:/usr/*lib*/libX11.so* 44 obj:/usr/*lib*/libX11.so* 45 obj:/usr/*lib*/libX11.so* 49 libXt.so.6.2/libXt.so.6.2/libXt.so.6.2(Cond) 51 obj:/usr/*lib*/libXt.so* 52 obj:/usr/*lib*/libXt.so* [all …]
|
D | glibc-2.6.supp | 11 # caller0 name, or /name/of/so/file.so 36 obj:/lib*/ld-2.6*.so 37 obj:/lib*/ld-2.6*.so 38 obj:/lib*/ld-2.6*.so 39 obj:/lib*/ld-2.6*.so 45 obj:/lib*/ld-2.6*.so* 46 obj:/lib*/ld-2.6*.so* 47 obj:/lib*/ld-2.6*.so* 52 obj:/lib*/ld-2.6*.so* 53 obj:/lib*/ld-2.6*.so* [all …]
|
D | xfree-3.supp | 11 # caller0 name, or /name/of/so/file.so 31 obj:*libXt.so.6.0 32 obj:*libXt.so.6.0 33 obj:*libXt.so.6.0 39 obj:*libXt.so.6.0 40 obj:*libXt.so.6.0 49 obj:/usr/X11R6/lib/libX11.so.6.1 50 obj:/usr/X11R6/lib/libX11.so.6.1 51 obj:/usr/X11R6/lib/libX11.so.6.1 57 obj:/usr/X11R6/lib/libX11.so.6.1 [all …]
|
D | glibc-2.X.supp.in | 14 # caller0 name, or /name/of/so/file.so 42 obj:*/lib*/ld-@GLIBC_VERSION@*.so* 43 obj:*/lib*/ld-@GLIBC_VERSION@*.so* 44 obj:*/lib*/ld-@GLIBC_VERSION@*.so* 49 obj:*/lib*/ld-@GLIBC_VERSION@*.so* 50 obj:*/lib*/ld-@GLIBC_VERSION@*.so* 51 obj:*/lib*/libc-@GLIBC_VERSION@*.so* 56 obj:*/lib*/ld-@GLIBC_VERSION@*.so* 57 obj:*/lib*/libc-@GLIBC_VERSION@*.so* 58 obj:*/lib*/libc-@GLIBC_VERSION@*.so* [all …]
|
D | glibc-2.4.supp | 11 # caller0 name, or /name/of/so/file.so 39 obj:/lib*/ld-2.3.90.so 40 obj:/lib*/ld-2.3.90.so 41 obj:/lib*/ld-2.3.90.so 42 obj:/lib*/ld-2.3.90.so 48 obj:/lib*/ld-2.4*so 49 obj:/lib*/ld-2.4*so 50 obj:/lib*/ld-2.4*so 51 obj:/lib*/ld-2.4*so 57 obj:/lib*/ld-2.3.90.so [all …]
|
D | glibc-2.5.supp | 11 # caller0 name, or /name/of/so/file.so 36 obj:/lib*/ld-2.5*.so 37 obj:/lib*/ld-2.5*.so 38 obj:/lib*/ld-2.5*.so 39 obj:/lib*/ld-2.5*.so 45 obj:/lib*/ld-2.5*so* 46 obj:/lib*/ld-2.5*so* 47 obj:/lib*/ld-2.5*so* 62 obj:*ld-2.5.*.so 74 obj:*ld-2.5.*.so [all …]
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_program.c | 47 struct fd2_shader_stateobj *so = CALLOC_STRUCT(fd2_shader_stateobj); in create_shader() local 48 if (!so) in create_shader() 50 so->type = type; in create_shader() 51 return so; in create_shader() 55 delete_shader(struct fd2_shader_stateobj *so) in delete_shader() argument 57 ir2_shader_destroy(so->ir); in delete_shader() 58 free(so->tokens); in delete_shader() 59 free(so->bin); in delete_shader() 60 free(so); in delete_shader() 64 assemble(struct fd2_shader_stateobj *so) in assemble() argument [all …]
|
D | fd2_rasterizer.c | 43 struct fd2_rasterizer_stateobj *so; in fd2_rasterizer_state_create() local 46 so = CALLOC_STRUCT(fd2_rasterizer_stateobj); in fd2_rasterizer_state_create() 47 if (!so) in fd2_rasterizer_state_create() 59 so->base = *cso; in fd2_rasterizer_state_create() 61 so->pa_sc_line_stipple = cso->line_stipple_enable ? in fd2_rasterizer_state_create() 65 so->pa_cl_clip_cntl = 0; // TODO in fd2_rasterizer_state_create() 67 so->pa_su_vtx_cntl = in fd2_rasterizer_state_create() 71 so->pa_su_point_size = in fd2_rasterizer_state_create() 75 so->pa_su_point_minmax = in fd2_rasterizer_state_create() 79 so->pa_su_line_cntl = in fd2_rasterizer_state_create() [all …]
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_state.c | 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() 61 SB_MTHD30(so, DITHER_ENABLE, 1); in nv30_blend_state_create() [all …]
|
D | nv30_texture.c | 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() 147 so->bcol = (float_to_ubyte(cso->border_color.f[3]) << 24) | in nv30_sampler_state_create() [all …]
|
/external/python/cpython2/Objects/ |
D | setobject.c | 38 #define INIT_NONZERO_SET_SLOTS(so) do { \ argument 39 (so)->table = (so)->smalltable; \ 40 (so)->mask = PySet_MINSIZE - 1; \ 41 (so)->hash = -1; \ 44 #define EMPTY_TO_MINSIZE(so) do { \ argument 45 memset((so)->smalltable, 0, sizeof((so)->smalltable)); \ 46 (so)->used = (so)->fill = 0; \ 47 INIT_NONZERO_SET_SLOTS(so); \ 73 set_lookkey(PySetObject *so, PyObject *key, register long hash) in set_lookkey() argument 78 register size_t mask = so->mask; in set_lookkey() [all …]
|
/external/autotest/client/site_tests/platform_ToolchainOptions/ |
D | gold_whitelist | 1 /lib64/libmemusage.so 2 /lib64/libSegFault.so 3 /lib64/libthread_db-1.0.so 4 /lib64/ld-2.19.so 5 /lib64/libanl-2.19.so 6 /lib64/libc-2.19.so 7 /lib64/libcidn-2.19.so 8 /lib64/libcrypt-2.19.so 9 /lib64/libdl-2.19.so 10 /lib64/libm-2.19.so [all …]
|
/external/autotest/client/site_tests/platform_StackProtector/ |
D | whitelist | 1 /lib/ld-2.10.1.so 2 /lib/libBrokenLocale-2.10.1.so 3 /lib/libSegFault.so 4 /lib/libanl-2.10.1.so 5 /lib/libcidn-2.10.1.so 6 /lib/libcrypt-2.10.1.so 7 /lib/libdl-2.10.1.so 8 /lib/libgcc_s.so.1 9 /lib/libm-2.10.1.so 10 /lib/libmemusage.so [all …]
|
/external/elfutils/tests/ |
D | run-prelink-addr-test.sh | 33 testfiles testfile52-32.so testfile52-32.so.debug 34 testfiles testfile52-32.prelink.so testfile52-32.noshdrs.so 35 tempfiles testmaps52-32 testfile52-32.noshdrs.so.debug 36 ln -snf testfile52-32.so.debug testfile52-32.noshdrs.so.debug 39 00111000-00112000 r-xp 00000000 fd:01 1 `pwd`/testfile52-32.so 40 00112000-00113000 rw-p 00000000 fd:01 1 `pwd`/testfile52-32.so 41 41000000-41001000 r-xp 00000000 fd:01 2 `pwd`/testfile52-32.prelink.so 42 41001000-41002000 rw-p 00000000 fd:01 2 `pwd`/testfile52-32.prelink.so 43 42000000-42001000 r-xp 00000000 fd:01 3 `pwd`/testfile52-32.noshdrs.so 44 42001000-42002000 rw-p 00000000 fd:01 3 `pwd`/testfile52-32.noshdrs.so [all …]
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state.c | 119 struct nv50_blend_stateobj *so = CALLOC_STRUCT(nv50_blend_stateobj); in nv50_blend_state_create() local 125 SB_BEGIN_3D(so, BLEND_INDEPENDENT, 1); in nv50_blend_state_create() 126 SB_DATA (so, cso->independent_blend_enable); in nv50_blend_state_create() 129 so->pipe = *cso; in nv50_blend_state_create() 131 SB_BEGIN_3D(so, COLOR_MASK_COMMON, 1); in nv50_blend_state_create() 132 SB_DATA (so, !cso->independent_blend_enable); in nv50_blend_state_create() 134 SB_BEGIN_3D(so, BLEND_ENABLE_COMMON, 1); in nv50_blend_state_create() 135 SB_DATA (so, !cso->independent_blend_enable); in nv50_blend_state_create() 138 SB_BEGIN_3D(so, BLEND_ENABLE(0), 8); in nv50_blend_state_create() 140 SB_DATA(so, cso->rt[i].blend_enable); in nv50_blend_state_create() [all …]
|
/external/lzma/CPP/7zip/UI/Console/ |
D | Main.cpp | 196 static void ShowCopyrightAndHelp(CStdOutStream *so, bool needHelp) in ShowCopyrightAndHelp() argument 198 if (!so) in ShowCopyrightAndHelp() 200 *so << kCopyrightString; in ShowCopyrightAndHelp() 203 *so << kHelpString; in ShowCopyrightAndHelp() 207 static void PrintStringRight(CStdOutStream &so, const AString &s, unsigned size) in PrintStringRight() argument 211 so << ' '; in PrintStringRight() 212 so << s; in PrintStringRight() 215 static void PrintUInt32(CStdOutStream &so, UInt32 val, unsigned size) in PrintUInt32() argument 219 PrintStringRight(so, s, size); in PrintUInt32() 222 static void PrintLibIndex(CStdOutStream &so, int libIndex) in PrintLibIndex() argument [all …]
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_rasterizer.c | 42 struct fd4_rasterizer_stateobj *so; in fd4_rasterizer_state_create() local 45 so = CALLOC_STRUCT(fd4_rasterizer_stateobj); in fd4_rasterizer_state_create() 46 if (!so) in fd4_rasterizer_state_create() 49 so->base = *cso; in fd4_rasterizer_state_create() 68 so->gras_cl_clip_cntl = 0x80000; /* ??? */ in fd4_rasterizer_state_create() 69 so->gras_su_point_minmax = in fd4_rasterizer_state_create() 72 so->gras_su_point_size = A4XX_GRAS_SU_POINT_SIZE(cso->point_size); in fd4_rasterizer_state_create() 73 so->gras_su_poly_offset_scale = in fd4_rasterizer_state_create() 75 so->gras_su_poly_offset_offset = in fd4_rasterizer_state_create() 78 so->gras_su_mode_control = in fd4_rasterizer_state_create() [all …]
|
/external/valgrind/drd/tests/ |
D | tc22_exit_w_lock.stderr.exp-32bit | 3 at 0x........: __deallocate_stack (in libpthread-?.?.so) 4 by 0x........: __free_tcb (in libpthread-?.?.so) 5 by 0x........: pthread_join (in libpthread-?.?.so) 8 Allocation context: stack_cache_lock (offset 0, size 4) in libpthread-?.?.so, libpthread.so.0:BSS 15 at 0x........: __deallocate_stack (in libpthread-?.?.so) 16 by 0x........: __free_tcb (in libpthread-?.?.so) 17 by 0x........: pthread_join (in libpthread-?.?.so) 20 Allocation context: stack_cache_lock (offset 0, size 4) in libpthread-?.?.so, libpthread.so.0:BSS 27 at 0x........: __deallocate_stack (in libpthread-?.?.so) 28 by 0x........: __free_tcb (in libpthread-?.?.so) [all …]
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_texture.c | 87 struct fd5_sampler_stateobj *so = CALLOC_STRUCT(fd5_sampler_stateobj); in fd5_sampler_state_create() local 92 if (!so) in fd5_sampler_state_create() 95 so->base = *cso; in fd5_sampler_state_create() 110 so->saturate_s = (cso->wrap_s == PIPE_TEX_WRAP_CLAMP); in fd5_sampler_state_create() 111 so->saturate_t = (cso->wrap_t == PIPE_TEX_WRAP_CLAMP); in fd5_sampler_state_create() 112 so->saturate_r = (cso->wrap_r == PIPE_TEX_WRAP_CLAMP); in fd5_sampler_state_create() 115 so->needs_border = false; in fd5_sampler_state_create() 116 so->texsamp0 = in fd5_sampler_state_create() 121 A5XX_TEX_SAMP_0_WRAP_S(tex_clamp(cso->wrap_s, clamp_to_edge, &so->needs_border)) | in fd5_sampler_state_create() 122 A5XX_TEX_SAMP_0_WRAP_T(tex_clamp(cso->wrap_t, clamp_to_edge, &so->needs_border)) | in fd5_sampler_state_create() [all …]
|
D | fd5_rasterizer.c | 40 struct fd5_rasterizer_stateobj *so; in fd5_rasterizer_state_create() local 43 so = CALLOC_STRUCT(fd5_rasterizer_stateobj); in fd5_rasterizer_state_create() 44 if (!so) in fd5_rasterizer_state_create() 47 so->base = *cso; in fd5_rasterizer_state_create() 58 so->gras_cl_clip_cntl = 0x80000; /* ??? */ in fd5_rasterizer_state_create() 59 so->gras_su_point_minmax = in fd5_rasterizer_state_create() 62 so->gras_su_point_size = A5XX_GRAS_SU_POINT_SIZE(cso->point_size); in fd5_rasterizer_state_create() 63 so->gras_su_poly_offset_scale = in fd5_rasterizer_state_create() 65 so->gras_su_poly_offset_offset = in fd5_rasterizer_state_create() 67 so->gras_su_poly_offset_clamp = in fd5_rasterizer_state_create() [all …]
|
/external/ipsec-tools/src/libipsec/ |
D | test-policy.c | 155 int so; local 171 if ((so = socket(family, SOCK_DGRAM, 0)) < 0) 179 if (setsockopt(so, proto, optname, policy, len) < 0) { 181 close(so); 187 if (getsockopt(so, proto, optname, getbuf, &len) < 0) { 189 close(so); 202 close(so); 211 close (so); 225 int so; in test2() local 242 if ((so = pfkey_open()) < 0) in test2() [all …]
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_rasterizer.c | 42 struct fd3_rasterizer_stateobj *so; in fd3_rasterizer_state_create() local 45 so = CALLOC_STRUCT(fd3_rasterizer_stateobj); in fd3_rasterizer_state_create() 46 if (!so) in fd3_rasterizer_state_create() 49 so->base = *cso; in fd3_rasterizer_state_create() 68 so->gras_cl_clip_cntl = A3XX_GRAS_CL_CLIP_CNTL_IJ_PERSP_CENTER /* ??? */ | in fd3_rasterizer_state_create() 70 so->gras_su_point_minmax = in fd3_rasterizer_state_create() 73 so->gras_su_point_size = A3XX_GRAS_SU_POINT_SIZE(cso->point_size); in fd3_rasterizer_state_create() 74 so->gras_su_poly_offset_scale = in fd3_rasterizer_state_create() 76 so->gras_su_poly_offset_offset = in fd3_rasterizer_state_create() 79 so->gras_su_mode_control = in fd3_rasterizer_state_create() [all …]
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_syncobj.c | 52 struct st_sync_object *so = CALLOC_STRUCT(st_sync_object); in st_new_sync_object() local 54 mtx_init(&so->mutex, mtx_plain); in st_new_sync_object() 55 return &so->b; in st_new_sync_object() 65 struct st_sync_object *so = (struct st_sync_object*)obj; in st_delete_sync_object() local 67 screen->fence_reference(screen, &so->fence, NULL); in st_delete_sync_object() 68 mtx_destroy(&so->mutex); in st_delete_sync_object() 69 free(so->b.Label); in st_delete_sync_object() 70 free(so); in st_delete_sync_object() 77 struct st_sync_object *so = (struct st_sync_object*)obj; in st_fence_sync() local 80 assert(so->fence == NULL); in st_fence_sync() [all …]
|