Searched defs:so (Results 1 - 25 of 132) sorted by relevance

123456

/external/mesa3d/src/gallium/drivers/etnaviv/
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...]
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_blend.c9 * Software is furnished to do so, subject to the following conditions:
36 const struct pipe_blend_state *so)
38 const struct pipe_rt_blend_state *rt0 = &so->rt[0];
44 co->base = *so;
91 VIVS_PE_LOGIC_OP_OP(so->logicop_enable ? so->logicop_func : LOGIC_OP_COPY) |
100 if (so->dither) {
35 etna_blend_state_create(struct pipe_context *pctx, const struct pipe_blend_state *so) argument
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
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_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_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_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/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/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...]
H A Dfd4_blend.c11 * Software is furnished to do so, subject to the following conditions:
62 struct fd4_blend_stateobj *so; local
88 so = CALLOC_STRUCT(fd4_blend_stateobj);
89 if (!so)
92 so->base = *cso;
94 for (i = 0; i < ARRAY_SIZE(so->rb_mrt); i++) {
102 so->rb_mrt[i].blend_control_rgb =
107 so->rb_mrt[i].blend_control_alpha =
112 so->rb_mrt[i].blend_control_no_alpha_rgb =
118 so
[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...]
H A Dfd5_blend.c9 * Software is furnished to do so, subject to the following conditions:
61 struct fd5_blend_stateobj *so; local
87 so = CALLOC_STRUCT(fd5_blend_stateobj);
88 if (!so)
91 so->base = *cso;
93 for (i = 0; i < ARRAY_SIZE(so->rb_mrt); i++) {
101 so->rb_mrt[i].blend_control_rgb =
106 so->rb_mrt[i].blend_control_alpha =
111 so->rb_mrt[i].blend_control_no_alpha_rgb =
117 so
[all...]
/external/libgsm/src/
H A Dcode.c62 word so[160]; local
64 Gsm_Preprocess (S, s, so);
65 Gsm_LPC_Analysis (S, so, LARc);
66 Gsm_Short_Term_Analysis_Filter (S, LARc, so);
71 so+k*40, /* d [0..39] IN */
/external/skia/include/private/
H A DGrSingleOwner.h23 AutoEnforce(GrSingleOwner* so) : fSO(so) { fSO->enter(); } argument
52 class GrSingleOwner {}; // Provide a dummy implementation so we can pass pointers to constructors
/external/skqp/include/private/
H A DGrSingleOwner.h23 AutoEnforce(GrSingleOwner* so) : fSO(so) { fSO->enter(); } argument
52 class GrSingleOwner {}; // Provide a dummy implementation so we can pass pointers to constructors
/external/skqp/src/gpu/
H A DGrPathRenderingRenderTargetContext.h29 GrSingleOwner* so)
30 : INHERITED(ctx, mgr, std::move(rtp), std::move(colorSpace), surfaceProps, at, so) {}
25 GrPathRenderingRenderTargetContext(GrContext* ctx, GrDrawingManager* mgr, sk_sp<GrRenderTargetProxy> rtp, sk_sp<SkColorSpace> colorSpace, const SkSurfaceProps* surfaceProps, GrAuditTrail* at, GrSingleOwner* so) argument
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_methods.h67 int eap_peer_method_load(const char *so);
72 static inline int eap_peer_method_load(const char *so) argument
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_methods.h67 int eap_peer_method_load(const char *so);
72 static inline int eap_peer_method_load(const char *so) argument
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_methods.h67 int eap_peer_method_load(const char *so);
72 static inline int eap_peer_method_load(const char *so) argument
/external/ipsec-tools/src/libipsec/
H A Dtest-policy.c155 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; local
242 if ((so
[all...]
/external/ipsec-tools/src/racoon/
H A Dkmpstat.c95 static int so; variable
108 so = socket(AF_UNIX, SOCK_STREAM, 0);
109 if (so < 0)
112 if (connect(so, (struct sockaddr *)&name, sizeof(name)) < 0) {
113 (void)close(so);
126 if ((len = send(so, combuf->v, combuf->l, 0)) == -1) {
128 (void)close(so);
149 if ((len = recv(so, &h, sizeof(h), MSG_PEEK)) == -1)
168 if ((len = recv(so, p, h.ac_len, 0)) < 0) {

Completed in 712 milliseconds

123456