HomeSort by: relevance | last modified time | path
    Searched refs:As (Results 1 - 20 of 20) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/util/
pointer.hpp 14 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
227 template<typename T, typename... As>
229 create(As &&... as) {
230 intrusive_ref<T> ref { *new T(std::forward<As>(as)...) };
  /xsrc/external/mit/fontconfig/dist/doc/
fcfreetype.fncs 14 * is provided "as is" without express or implied warranty.
36 As a result, this function isn't designed to be used in performance
70 FC_DUAL, where the font has glyphs in precisely two widths, one twice as
71 wide as the other, or FC_PROPORTIONAL where the font has glyphs of many
131 Constructs a pattern representing 'face'. 'file' and 'id' are used solely as
fccharset.fncs 14 * is provided "as is" without express or implied warranty.
50 returning FcFalse on failure, either as a result of a constant set or from
61 returning FcFalse on failure, either as a result of a constant set or from
184 <parameter>a</parameter> contains no pages. As an example, if
198 <literal>map[3]</literal> and later are left as an exercise for the
fcformat.fncs 14 * is provided "as is" without express or implied warranty.
49 are meant to be copied to the output as ordinary characters.
96 will be used as a default string. The default string is output if the element
164 continuing as long as any of those elements has a value.
172 As a special case, if an enumerate tag has only one element, and that element
264 Escapes text such that it can be used as part of a C string literal.
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/
pointer.hpp 14 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
238 template<typename T, typename... As>
240 create(As &&... as) {
241 intrusive_ref<T> ref { *new T(std::forward<As>(as)...) };
  /xsrc/external/mit/libX11/dist/src/xcms/
Xcms.txt 31 This device-independent color name database is provided just as an example.
35 As you can see, the start of the database is indicated by "XCMS_COLORDB_START".
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_blend.c 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
483 const GLfloat As = rgba[i][ACOMP];
518 sR = sG = sB = As;
521 sR = sG = sB = 1.0F - As;
530 if (As < 1.0F - Ad) {
531 sR = sG = sB = As;
584 sA = As;
587 sA = 1.0F - As;
611 sA = As;
614 sA = 1.0F - As;
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_blend.c 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
483 const GLfloat As = rgba[i][ACOMP];
518 sR = sG = sB = As;
521 sR = sG = sB = 1.0F - As;
530 if (As < 1.0F - Ad) {
531 sR = sG = sB = As;
584 sA = As;
587 sA = 1.0F - As;
611 sA = As;
614 sA = 1.0F - As;
    [all...]
  /xsrc/external/mit/MesaLib/dist/.gitlab/issue_templates/
Bug Report.md 6 - As examples of good bug reports you may review one of these - #2598, #2615, #2608
44 ### Log files as attachment
Bug Report - AMD Radeon Vulkan.md 6 - As examples of good bug reports you may review one of these - #2598, #2615, #2608
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
MESA_multithread_makecurrent.spec 109 As with binding a new context from the current thread, the old
122 As with GLX context destruction previously, the XID is destroyed
149 for indirect contexts is left as-is.
  /xsrc/external/mit/MesaLib/dist/src/gallium/targets/libgl-gdi/tests/
wgl_tests.cpp 15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
182 FAILED(info_queue.As(&debug_device)))
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
MESA_multithread_makecurrent.spec 109 As with binding a new context from the current thread, the old
122 As with GLX context destruction previously, the XID is destroyed
149 for indirect contexts is left as-is.
  /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/d3d12/wgl/
d3d12_wgl_framebuffer.cpp 15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
122 swapchain1.As(&framebuffer->swapchain);
  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dvx_pipeline.c 15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
370 /* Note: we are not packing addresses, as we need the job (see
372 * point as they depend on dynamic info that can be set after create the
466 pipeline->vpm_cfg_bin.As;
468 pipeline->vpm_cfg.As;
519 /* As defined on the GL_SHADER_STATE_ATTRIBUTE_RECORD */
v3dvx_cmd_buffer.c 15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
265 * "When an image view of a depth/stencil image is used as a
427 * "When an image view of a depth/stencil image is used as a
480 * need to work around, such as GFXH-1461) could cause this bit to behave
784 * can accept stencil loadOp DONT_CARE as well, so instead of
788 * possible to enable one but not the other so long as their
1901 pipeline->vpm_cfg_bin.As;
1903 pipeline->vpm_cfg.As;
1943 * as index.
2116 /* We flag all state as dirty when we create a new job so make sure w
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
vir.c 15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1021 * VARING_SLOT_CLIP_DIST0 as compact array variable. Pass true as
1610 * cover previous hardware as well (meaning that we are not limiting
2027 vpm_cfg[phase].As = 1;
2052 * other performance aspects, such as GS dispatch width).
2065 A * vpm_cfg[phase].As * Ad +
2145 vpm_cfg_bin->As = 1;
2149 vpm_cfg->As = 1;
v3d_compiler.h 15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
88 /** A physical register, such as the W coordinate payload. */
181 * Indicates that the program's uniform contents are used as an index
207 * defines texture type, miplevels, and such. It will be found as a
409 /* Mask of which render targets need to be written as 32-bit floats */
411 /* Masks of which render targets need to be written as ints/uints.
433 * by it and the fragment shader loads it as a regular explicit input
577 * This holds partially interpolated inputs as provided by hardware
578 * (The Vp = A*(x - x0) + B*(y - y0) term), as well as the C coefficien
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
v3dx_draw.c 15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
676 vpm_cfg_bin.As;
678 vpm_cfg.As;
1022 /* Mark SSBOs and images as being written. We don't actually know
1465 /* Mark SSBOs as being written.. we don't actually know which ones are
  /xsrc/external/mit/fontconfig/dist/
configure 106 # We did not find ourselves, most probably we were run as `sh COMMAND'
336 # Create "$as_dir" as a directory, including parents if necessary.
524 # Don't try to exec as it changes $[0], causing all sort of problems
780 AS
958 # The variables have the same names as the options, with
980 # (The list follows the same order as the GNU Coding Standards.)
1503 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1576 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1601 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1879 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it woul
    [all...]

Completed in 17 milliseconds