HomeSort by: relevance | last modified time | path
    Searched defs:as (Results 1 - 17 of 17) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
property.hpp 14 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
203 as() const { function in class:clover::property_element
210 as() const { function in class:clover::property_element
258 d_props.push_back(prop.second.template as<D>());
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
property.hpp 14 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
203 as() const { function in class:clover::property_element
252 d_props.push_back(prop.second.template as<D>());
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_setup_analysis.c 18 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
72 * function of y alone), create a new vertex as in:
93 /* Calculate axis-aligned interpolant for s as a function of x.
106 /* Validate axis-aligned interpolant for s and t as functions of x and
111 float as, float bs,
114 float s = as * v[0][0] + bs;
130 float as, bs, at, bt; local
131 calc_interps(v0[0][0], v2[0][0], v0[1][0], v2[1][0], &as, &bs);
133 assert(test_interps(v1, as, bs, at, bt));
146 * Check this is an axis-aligned rectangle as in
247 float as, bs; local
    [all...]
  /xsrc/external/mit/pixman/dist/test/utils/
utils.h 259 uint32_t as, rs, gs, bs; member in struct:__anon6534
  /xsrc/external/mit/xdm/dist/greeter/
verify.c 14 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
22 Except as contained in this notice, the name of The Open Group shall
106 auth_session_t *as; local
137 if ((as = auth_open()) == NULL) {
143 if (auth_setoption(as, "login", "yes") == -1) {
151 auth_setstate(as, 0);
152 auth_setdata(as, "", 1);
153 auth_setdata(as, greet->password, strlen(greet->password) + 1);
157 auth_call(as, path, style, "-s", "response", greet->name,
159 authok = auth_getstate(as);
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/isaspec/
decode.h 15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
68 const char *as; member in struct:isa_field_params::__anon763
  /xsrc/external/mit/pixman/dist/pixman/
pixman-combine32.c 13 * is provided "as is" without express or implied warranty.
114 * There are two ways of handling alpha -- either as a single unified value or
485 * ad * as * B(d / ad, s / as)
486 * = ad * as * d/ad * s/as
647 * ad * as * B(d/ad, s/as)
648 * = ad * as * (d/ad + s/as - s/as * d/ad
1047 uint16_t as = d >> A_SHIFT; local
1075 uint16_t as = ~d >> A_SHIFT; local
1103 uint16_t as = ~d >> A_SHIFT; local
    [all...]
  /xsrc/external/mit/xfs/dist/os/
connection.c 17 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24 Except as contained in this notice, the name of The Open Group shall not be
378 as; local
387 for (i = 0, as = altservers; i < num_alts; i++, as++) {
388 altlen += (2 + as->namelen + 3) >> 2;
405 for (i = 0, as = altservers; i < num_alts; i++, as++) {
407 (char *) as, 2); /* XXX */
409 (char *) as->name, as->namelen)
    [all...]
  /xsrc/external/mit/xorg-server/dist/render/
animcur.c 13 * is provided "as is" without express or implied warranty.
29 * Implemented as a simple layer over the core cursor code; it
83 #define Wrap(as,s,elt,func) (((as)->elt = (s)->elt), (s)->elt = func)
84 #define Unwrap(as,s,elt) ((s)->elt = (as)->elt)
89 AnimCurScreenPtr as = GetAnimCurScreen(pScreen); local
92 Unwrap(as, pScreen, CloseScreen);
94 Unwrap(as, pScreen, CursorLimits);
95 Unwrap(as, pScreen, DisplayCursor)
109 AnimCurScreenPtr as = GetAnimCurScreen(pScreen); local
134 AnimCurScreenPtr as = GetAnimCurScreen(pScreen); local
168 AnimCurScreenPtr as = GetAnimCurScreen(pScreen); local
207 AnimCurScreenPtr as = GetAnimCurScreen(pScreen); local
222 AnimCurScreenPtr as = GetAnimCurScreen(pScreen); local
237 AnimCurScreenPtr as = GetAnimCurScreen(pScreen); local
260 AnimCurScreenPtr as = GetAnimCurScreen(pScreen); local
280 AnimCurScreenPtr as; local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/render/
animcur.c 13 * is provided "as is" without express or implied warranty.
29 * Implemented as a simple layer over the core cursor code; it
87 #define Wrap(as,s,elt,func) (((as)->elt = (s)->elt), (s)->elt = func)
88 #define Unwrap(as,s,elt) ((s)->elt = (as)->elt)
94 AnimCurScreenPtr as = GetAnimCurScreen(pScreen); local
97 Unwrap(as, pScreen, CloseScreen);
99 Unwrap(as, pScreen, CursorLimits);
100 Unwrap(as, pScreen, DisplayCursor)
118 AnimCurScreenPtr as = GetAnimCurScreen(pScreen); local
149 AnimCurScreenPtr as = GetAnimCurScreen(pScreen); local
208 AnimCurScreenPtr as = GetAnimCurScreen(pScreen); local
251 AnimCurScreenPtr as = GetAnimCurScreen(pScreen); local
271 AnimCurScreenPtr as = GetAnimCurScreen(pScreen); local
288 AnimCurScreenPtr as = GetAnimCurScreen(pScreen); local
314 AnimCurScreenPtr as = GetAnimCurScreen(pScreen); local
335 AnimCurScreenPtr as; local
    [all...]
  /xsrc/external/mit/xlsclients/dist/
xlsclients.c 14 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21 Except as contained in this notice, the name of The Open Group shall not be
132 atom_state *as = closure; local
134 reply = xcb_intern_atom_reply(as->c, as->cookie, NULL);
138 *(as->atom) = reply->atom;
142 free(as);
147 atom_state *as; local
149 as = malloc(sizeof(*as));
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
dxil_internal.h 15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
85 enum dxil_address_space as; member in struct:dxil_gvar
dxil_module.c 15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
407 assert(!retval && "Types are equal in structure but not as pointers");
1303 struct attrib_set *as; local
1305 LIST_FOR_EACH_ENTRY(as, &m->attr_set_list, head) {
1306 if (!emit_attrib_group(m, id, UINT32_MAX, as->attrs, as->num_attrs))
1320 struct attrib_set *as; local
1322 LIST_FOR_EACH_ENTRY(as, &m->attr_set_list, head) {
1794 enum dxil_address_space as, int align, const struct dxil_value *value)
1803 gvar->as = as
1877 struct attrib_set *as; local
    [all...]
  /xsrc/external/mit/fontconfig/dist/src/
fcmatch.c 14 * is provided "as is" without express or implied warranty.
1120 double *as = &a->score[0]; local
1126 while (i-- && (ad = *as++) == (bd = *bs++))
fcxml.c 14 * is provided "as is" without express or implied warranty.
1284 attrs[0][0] = '\0'; /* Mark as used. */
1357 * pages have characters with backslash as the second
1950 FcConfigMessage (parse, FcSevereWarning, "Having multiple <family> in <alias> isn't supported and may not work as expected");
2127 path = FcConfigGetAttribute (parse, "as-path");
2130 FcConfigMessage (parse, FcSevereWarning, "Missing as-path in remap-dir");
2151 FcConfigMessage (parse, FcSevereError, "out of memory; cannot create remap data for %s as %s", prefix, path);
2796 FcConfigMessage (parse, FcSevereWarning, "Having multiple values in <test> isn't supported and may not work as expected");
3370 const FcChar8 *as = *((FcChar8 **) a); local
3372 return FcStrCmp (as, bs)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample.c 18 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
179 * spurious recompiles, as the sampler static state is part of the shader
853 * combination of minification and magnification modes as follows: if the
861 * So, using 0 as switchover point always, and using magnification for lod == 0.
1288 * (this is actually a lie as we could cast to 16bit values
1289 * as 16bit is sufficient and 16bit int max is sse2)
1302 * Return stride as a vector.
1616 * when using a LUT as it's impossible that texels fall off of positive
1618 * do 2 lookups for corner handling as in this case texels both fall off
1768 * Do per-pixel face selection. We cannot however (as we used to do
1786 LLVMValueRef as, at, ar, face, face_s, face_t; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample.c 18 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
144 * spurious recompiles, as the sampler static state is part of the shader
727 * combination of minification and magnification modes as follows: if the
735 * So, using 0 as switchover point always, and using magnification for lod == 0.
1151 * (this is actually a lie as we could cast to 16bit values
1152 * as 16bit is sufficient and 16bit int max is sse2)
1165 * Return stride as a vector.
1479 * when using a LUT as it's impossible that texels fall off of positive
1481 * do 2 lookups for corner handling as in this case texels both fall off
1631 * Do per-pixel face selection. We cannot however (as we used to do
1649 LLVMValueRef as, at, ar, face, face_s, face_t; local
    [all...]

Completed in 25 milliseconds