Searched refs:so (Results 1 - 25 of 850) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_zsa.c9 * Software is furnished to do so, subject to the following conditions:
35 const struct pipe_depth_stencil_alpha_state *so)
42 cs->base = *so;
47 (!so->depth.enabled || so->depth.func == PIPE_FUNC_ALWAYS) &&
48 !so->depth.writemask;
58 if(so->stencil[i].writemask == 0)
60 so->stencil[i].fail_op = so->stencil[i].zfail_op = so
34 etna_zsa_state_create(struct pipe_context *pctx, const struct pipe_depth_stencil_alpha_state *so) argument
[all...]
H A Detnaviv_rasterizer.c9 * Software is furnished to do so, subject to the following conditions:
36 const struct pipe_rasterizer_state *so)
43 bool flatshade = ctx->screen->model < 880 ? so->flatshade : false;
45 if (so->fill_front != so->fill_back)
52 cs->base = *so;
55 translate_cull_face(so->cull_face, so->front_ccw) |
56 translate_polygon_mode(so->fill_front) |
57 COND(so
35 etna_rasterizer_state_create(struct pipe_context *pctx, const struct pipe_rasterizer_state *so) argument
[all...]
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_rasterizer.c11 * 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
[all...]
H A Dfd4_zsa.c11 * Software is furnished to do so, subject to the following conditions:
42 struct fd4_zsa_stateobj *so; local
44 so = CALLOC_STRUCT(fd4_zsa_stateobj);
45 if (!so)
48 so->base = *cso;
50 so->rb_depth_control |=
54 so->rb_depth_control |=
59 so->rb_depth_control |= A4XX_RB_DEPTH_CONTROL_Z_WRITE_ENABLE;
64 so->rb_stencil_control |=
71 so
[all...]
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_rasterizer.c11 * 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
[all...]
H A Dfd3_zsa.c11 * 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
[all...]
H A Dfd3_blend.c11 * Software is furnished to do so, subject to the following conditions:
64 struct fd3_blend_stateobj *so; local
90 so = CALLOC_STRUCT(fd3_blend_stateobj);
91 if (!so)
94 so->base = *cso;
96 for (i = 0; i < ARRAY_SIZE(so->rb_mrt); i++) {
103 so->rb_mrt[i].blend_control_rgb =
108 so->rb_mrt[i].blend_control_alpha =
113 so->rb_mrt[i].blend_control_no_alpha_rgb =
118 so
[all...]
/external/valgrind/none/tests/solaris/
H A Dcoredump_many_threads.post.exp9 libc.so.1`_thrp_setup
10 libc.so.1`_lwp_start
13 libc.so.1`sleep
18 libc.so.1`sleep
20 libc.so.1`_thrp_setup
21 libc.so.1`_lwp_start
24 libc.so.1`sleep
26 libc.so.1`_thrp_setup
27 libc.so.1`_lwp_start
30 libc.so
[all...]
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_rasterizer.c11 * 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
[all...]
H A Dfd2_compiler.h11 * Software is furnished to do so, subject to the following conditions:
36 struct fd2_shader_stateobj *so);
H A Dfd2_zsa.c11 * 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
[all...]
H A Dfd2_blend.c11 * Software is furnished to do so, subject to the following conditions:
63 struct fd2_blend_stateobj *so; local
75 so = CALLOC_STRUCT(fd2_blend_stateobj);
76 if (!so)
79 so->base = *cso;
81 so->rb_colorcontrol = A2XX_RB_COLORCONTROL_ROP_CODE(12);
83 so->rb_blendcontrol =
92 so->rb_colormask |= A2XX_RB_COLOR_MASK_WRITE_RED;
94 so->rb_colormask |= A2XX_RB_COLOR_MASK_WRITE_GREEN;
96 so
[all...]
H A Dfd2_program.c11 * 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) argument
57 ir2_shader_destroy(so->ir);
58 free(so->tokens);
59 free(so->bin);
60 free(so);
64 assemble(struct fd2_shader_stateobj *so) argument
85 compile(struct fd_program_stateobj *prog, struct fd2_shader_stateobj *so) argument
114 emit(struct fd_ringbuffer *ring, struct fd2_shader_stateobj *so) argument
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
165 patch_vtx_fetches(struct fd_context *ctx, struct fd2_shader_stateobj *so, struct fd_vertex_stateobj *vtx) argument
221 patch_tex_fetches(struct fd_context *ctx, struct fd2_shader_stateobj *so, struct fd_texture_stateobj *tex) argument
305 struct fd2_shader_stateobj *so = create_shader(SHADER_FRAGMENT); local
347 struct fd2_shader_stateobj *so = create_shader(SHADER_VERTEX); local
395 struct fd2_shader_stateobj *so = create_shader(SHADER_FRAGMENT); local
428 struct fd2_shader_stateobj *so = create_shader(SHADER_VERTEX); local
[all...]
H A Dfd2_texture.c11 * Software is furnished to do so, subject to the following conditions:
81 struct fd2_sampler_stateobj *so = CALLOC_STRUCT(fd2_sampler_stateobj); local
83 if (!so)
86 so->base = *cso;
89 so->tex0 =
94 so->tex3 =
98 so->tex4 = 0x00000000; /* ??? */
99 so->tex5 = 0x00000200; /* ??? */
101 return so;
130 struct fd2_pipe_sampler_view *so local
[all...]
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_rasterizer.c9 * 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_cl_clip_cntl = 0x80000; /* ??? */
59 so->gras_su_point_minmax =
62 so->gras_su_point_size = A5XX_GRAS_SU_POINT_SIZE(cso->point_size);
63 so->gras_su_poly_offset_scale =
65 so
[all...]
H A Dfd5_zsa.c9 * 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;
48 so->rb_depth_cntl |=
52 so->rb_depth_cntl |=
57 so->rb_depth_cntl |= A5XX_RB_DEPTH_CNTL_Z_WRITE_ENABLE;
62 so->rb_stencil_control |=
69 so
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_texture.c9 * 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
225 struct nv30_sampler_view *so; local
[all...]
H A Dnv30_state.c9 * Software is furnished to do so, subject to the following conditions:
43 struct nv30_blend_stateobj *so; local
47 so = CALLOC_STRUCT(nv30_blend_stateobj);
48 if (!so)
50 so->pipe = *cso;
53 SB_MTHD30(so, COLOR_LOGIC_OP_ENABLE, 2);
54 SB_DATA (so, 1);
55 SB_DATA (so, nvgl_logicop_func(cso->logicop_func));
57 SB_MTHD30(so, COLOR_LOGIC_OP_ENABLE, 1);
58 SB_DATA (so,
137 struct nv30_rasterizer_stateobj *so; local
215 struct nv30_zsa_stateobj *so; local
[all...]
/external/elfutils/tests/
H A Drun-debuglink.sh21 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
/external/harfbuzz_ng/src/
H A Dcheck-libstdc++.sh18 for suffix in so dylib; do
19 so=.libs/libharfbuzz.$suffix
20 if ! test -f "$so"; then continue; fi
23 if ldd $so | grep 'libstdc[+][+]\|libc[+][+]'; then
H A Dcheck-symbols.sh19 for suffix in so dylib; do
20 so=.libs/libharfbuzz.$suffix
21 if ! test -f "$so"; then continue; fi
23 EXPORTED_SYMBOLS="`nm "$so" | grep ' [BCDGINRSTVW] ' | grep -v ' _fini\>\| _init\>\| _fdata\>\| _ftext\>\| _fbss\>\| __bss_start\>\| __bss_start__\>\| __bss_end__\>\| _edata\>\| _end\>\| _bss_end__\>\| __end__\>\| __gcov_flush\>\| ___gcov_flush\>\| llvm_\| _llvm_' | cut -d' ' -f3`"
25 prefix=`basename "$so" | sed 's/libharfbuzz/hb/; s/-/_/g; s/[.].*//'`
30 echo "Processing $so"
/external/valgrind/memcheck/tests/
H A Dwrap7.stdout.exp3 in actual-so
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_syncobj.c11 * permit persons to whom the Software is furnished to do so, subject to
52 struct st_sync_object *so = CALLOC_STRUCT(st_sync_object); local
54 mtx_init(&so->mutex, mtx_plain);
55 return &so->b;
65 struct st_sync_object *so = (struct st_sync_object*)obj; local
67 screen->fence_reference(screen, &so->fence, NULL);
68 mtx_destroy(&so->mutex);
69 free(so->b.Label);
70 free(so);
77 struct st_sync_object *so local
91 struct st_sync_object *so = (struct st_sync_object*)obj; local
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_so_emit_tmp.h2 struct pt_so_emit *so, \
13 const boolean last_vertex_last = !so->draw->rasterizer->flatshade_first; \
27 #define POINT(i0) so_point(so,i0)
28 #define LINE(flags,i0,i1) so_line(so,i0,i1)
29 #define TRIANGLE(flags,i0,i1,i2) so_tri(so,i0,i1,i2)
/external/rootdev/
H A DMakefile13 all: $(OUT)/rootdev $(OUT)/librootdev.so.1.0
15 $(OUT)/rootdev: main.c $(OUT)/librootdev.so.1.0
18 $(OUT)/librootdev.so.1.0: rootdev.c
20 -Wl,-soname,librootdev.so.1 $< -o $@
21 ln -s $(@F) $(OUT)/librootdev.so.1
22 ln -s $(@F) $(OUT)/librootdev.so
25 rm -f $(OUT)/rootdev $(OUT)/librootdev.so*

Completed in 461 milliseconds

1234567891011>>