HomeSort by relevance Sort by last modified time
    Searched refs:so (Results 1 - 25 of 1725) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/google/bonito/sensors/
hals.conf 1 sensors.ssc.so
  /device/google/crosshatch/sensors/
hals.conf 1 sensors.ssc.so
  /device/google/wahoo/sensors/
hals.conf 1 sensors.msm8998.so
  /cts/tests/tests/bionic/
Android.build.copy.libs.mk 17 dt_runpath_a/libtest_dt_runpath_a.so \
18 dt_runpath_b_c_x/libtest_dt_runpath_b.so \
19 dt_runpath_b_c_x/libtest_dt_runpath_c.so \
20 dt_runpath_b_c_x/libtest_dt_runpath_x.so \
21 dt_runpath_y/$(lib_or_lib64)/libtest_dt_runpath_y.so \
24 exec_linker_helper_lib.so \
25 inaccessible_libs/libtestshared.so \
26 inaccessible_libs/libtestshared.so \
28 ld_config_test_helper_lib3.so \
30 ld_preload_test_helper_lib1.so \
    [all...]
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_zsa.c 9 * Software is furnished to do so, subject to the following conditions:
38 const struct pipe_depth_stencil_alpha_state *so)
46 cs->base = *so;
51 (!so->depth.enabled || so->depth.func == PIPE_FUNC_ALWAYS) &&
52 !so->depth.writemask;
62 if(so->stencil[i].writemask == 0)
64 so->stencil[i].fail_op = so->stencil[i].zfail_op = so->stencil[i].zpass_op = PIPE_STENCIL_OP_KEEP
    [all...]
etnaviv_rasterizer.c 9 * Software is furnished to do so, subject to the following conditions:
36 const struct pipe_rasterizer_state *so)
41 if (so->fill_front != so->fill_back)
48 cs->base = *so;
50 cs->PA_CONFIG = (so->flatshade ? VIVS_PA_CONFIG_SHADE_MODEL_FLAT : VIVS_PA_CONFIG_SHADE_MODEL_SMOOTH) |
51 translate_cull_face(so->cull_face, so->front_ccw) |
52 translate_polygon_mode(so->fill_front) |
53 COND(so->point_quad_rasterization, VIVS_PA_CONFIG_POINT_SPRITE_ENABLE)
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_rasterizer.c 11 * Software is furnished to do so, subject to the following conditions:
42 struct fd4_rasterizer_stateobj *so; local
45 so = CALLOC_STRUCT(fd4_rasterizer_stateobj);
46 if (!so)
49 so->base = *cso;
68 so->gras_cl_clip_cntl = 0x80000; /* ??? */
69 so->gras_su_point_minmax =
72 so->gras_su_point_size = A4XX_GRAS_SU_POINT_SIZE(cso->point_size);
73 so->gras_su_poly_offset_scale =
75 so->gras_su_poly_offset_offset
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_rasterizer.c 11 * Software is furnished to do so, subject to the following conditions:
42 struct fd3_rasterizer_stateobj *so; local
45 so = CALLOC_STRUCT(fd3_rasterizer_stateobj);
46 if (!so)
49 so->base = *cso;
68 so->gras_cl_clip_cntl = A3XX_GRAS_CL_CLIP_CNTL_IJ_PERSP_CENTER /* ??? */ |
70 so->gras_su_point_minmax =
73 so->gras_su_point_size = A3XX_GRAS_SU_POINT_SIZE(cso->point_size);
74 so->gras_su_poly_offset_scale =
76 so->gras_su_poly_offset_offset
    [all...]
fd3_zsa.c 11 * Software is furnished to do so, subject to the following conditions:
42 struct fd3_zsa_stateobj *so; local
44 so = CALLOC_STRUCT(fd3_zsa_stateobj);
45 if (!so)
48 so->base = *cso;
50 so->rb_depth_control |=
54 so->rb_depth_control |=
59 so->rb_depth_control |= A3XX_RB_DEPTH_CONTROL_Z_WRITE_ENABLE;
64 so->rb_stencil_control |=
71 so->rb_stencilrefmask |
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_rasterizer.c 9 * Software is furnished to do so, subject to the following conditions:
40 struct fd5_rasterizer_stateobj *so; local
43 so = CALLOC_STRUCT(fd5_rasterizer_stateobj);
44 if (!so)
47 so->base = *cso;
58 so->gras_su_point_minmax =
61 so->gras_su_point_size = A5XX_GRAS_SU_POINT_SIZE(cso->point_size);
62 so->gras_su_poly_offset_scale =
64 so->gras_su_poly_offset_offset =
66 so->gras_su_poly_offset_clamp
    [all...]
fd5_zsa.c 9 * Software is furnished to do so, subject to the following conditions:
40 struct fd5_zsa_stateobj *so; local
42 so = CALLOC_STRUCT(fd5_zsa_stateobj);
43 if (!so)
46 so->base = *cso;
51 so->gras_lrz_cntl = A5XX_GRAS_LRZ_CNTL_ENABLE;
56 so->gras_lrz_cntl = A5XX_GRAS_LRZ_CNTL_ENABLE | A5XX_GRAS_LRZ_CNTL_GREATER;
61 so->gras_lrz_cntl = 0;
66 so->lrz_write = true;
68 so->rb_depth_cntl |
    [all...]
  /art/test/115-native-bridge/
run 23 ln -sf ${LIBPATH}/libnativebridgetest.so .
24 touch libarttest.so
25 touch libarttestd.so
26 touch libinvalid.so
27 ln -sf ${LIBPATH}/libarttest.so libarttest2.so
28 ln -sf ${LIBPATH}/libarttestd.so libarttestd2.so
30 # pwd likely has /, so it's a pain to put that into a sed rule.
34 exec ${RUN} --runtime-option -Xforce-nb-testing --runtime-option -XX:NativeBridge=libnativebridgetest.so ${MODARGS} NativeBridgeMai
    [all...]
  /build/make/target/board/generic/
system.prop 5 rild.libpath=/vendor/lib/libreference-ril.so
  /build/make/target/board/generic_arm64/
system.prop 5 rild.libpath=/vendor/lib64/libreference-ril.so
  /build/make/target/board/generic_x86/
system.prop 5 rild.libpath=/vendor/lib/libreference-ril.so
  /build/make/target/board/generic_x86_64/
system.prop 5 rild.libpath=/vendor/lib64/libreference-ril.so
  /build/make/target/board/generic_x86_arm/
system.prop 5 rild.libpath=/vendor/lib/libreference-ril.so
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_rasterizer.c 11 * Software is furnished to do so, subject to the following conditions:
43 struct fd2_rasterizer_stateobj *so; local
46 so = CALLOC_STRUCT(fd2_rasterizer_stateobj);
47 if (!so)
59 so->base = *cso;
61 so->pa_sc_line_stipple = cso->line_stipple_enable ?
65 so->pa_cl_clip_cntl = 0; // TODO
67 so->pa_su_vtx_cntl =
71 so->pa_su_point_size =
75 so->pa_su_point_minmax
    [all...]
fd2_compiler.h 11 * Software is furnished to do so, subject to the following conditions:
36 struct fd2_shader_stateobj *so);
fd2_zsa.c 11 * Software is furnished to do so, subject to the following conditions:
42 struct fd2_zsa_stateobj *so; local
44 so = CALLOC_STRUCT(fd2_zsa_stateobj);
45 if (!so)
48 so->base = *cso;
50 so->rb_depthcontrol |=
54 so->rb_depthcontrol |= A2XX_RB_DEPTHCONTROL_Z_ENABLE;
56 so->rb_depthcontrol |= A2XX_RB_DEPTHCONTROL_Z_WRITE_ENABLE;
61 so->rb_depthcontrol |=
67 so->rb_stencilrefmask |
    [all...]
fd2_program.c 11 * Software is furnished to do so, subject to the following conditions:
47 struct fd2_shader_stateobj *so = CALLOC_STRUCT(fd2_shader_stateobj); local
48 if (!so)
50 so->type = type;
51 return so;
55 delete_shader(struct fd2_shader_stateobj *so)
57 ir2_shader_destroy(so->ir);
58 free(so->tokens);
59 free(so->bin);
60 free(so);
132 struct fd2_shader_stateobj *so = create_shader(SHADER_FRAGMENT); local
142 struct fd2_shader_stateobj *so = hwcso; local
150 struct fd2_shader_stateobj *so = create_shader(SHADER_VERTEX); local
160 struct fd2_shader_stateobj *so = hwcso; local
307 struct fd2_shader_stateobj *so = create_shader(SHADER_FRAGMENT); local
349 struct fd2_shader_stateobj *so = create_shader(SHADER_VERTEX); local
397 struct fd2_shader_stateobj *so = create_shader(SHADER_FRAGMENT); local
430 struct fd2_shader_stateobj *so = create_shader(SHADER_VERTEX); local
    [all...]
  /external/toolchain-utils/go/chromeos/
push_glibc 19 loader="ld-linux-x86-64.so.2"
21 loader32="ld-linux.so.2"
25 loader="ld-linux-aarch64.so.1"
27 loader32="ld-linux-armhf.so.3"
43 echo "#!/bin/bash" > /tmp/ld.so
44 echo "LD_LIBRARY_PATH=/tmp/glibc/${glibc##*/} exec /tmp/glibc/${glibc##*/}/${loader} \"\$@\"" >> /tmp/ld.so
45 chmod +x /tmp/ld.so
46 target_cp /tmp/ld.so ${target}:/tmp/glibc
47 rm /tmp/ld.so
49 echo "#!/bin/bash" > /tmp/ld.so
    [all...]
  /development/vndk/tools/definition-tool/assets/visual/
dep-data.js 5 ["/system/lib/test.so", 1]],
7 ["/vendor/lib/libvendor.so", 2],
8 ["/vendor/lib/vendor_2_lib.so", 1]]};
10 {"name": "/system/lib/oklib.so",
15 {"name": "/system/lib/oklib2.so",
18 "depends": ["/system/lib/oklib.so"],
22 "violates": ["/vendor/lib/libvendor.so", "/vendor/lib/vendor_2_lib.so"],
23 "depends": ["/system/lib/oklib.so"],
27 "violates": ["/vendor/lib/libvendor.so"],
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_texture.c 9 * Software is furnished to do so, subject to the following conditions:
132 struct nv30_sampler_state *so; local
135 so = MALLOC_STRUCT(nv30_sampler_state);
136 if (!so)
139 so->pipe = *cso;
140 so->fmt = 0;
141 so->wrap = (wrap_mode(cso->wrap_s) << NV30_3D_TEX_WRAP_S__SHIFT) |
144 so->en = 0;
145 so->wrap |= compare_mode(cso);
146 so->filt = filter_mode(cso) | 0x00002000
225 struct nv30_sampler_view *so; local
    [all...]
  /external/elfutils/tests/
run-debuglink.sh 21 testfiles testfile36 testfile52-32.so testfile42
23 testrun_compare ${abs_builddir}/debuglink testfile36 testfile52-32.so testfile42 <<\EOF
25 testfile52-32.so: testfile52-32.so.debug, crc: b835a71d

Completed in 239 milliseconds

1 2 3 4 5 6 7 8 91011>>