Searched refs:As (Results 1 - 25 of 329) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/util/
H A Dpointer.hpp227 template<typename T, typename... As>
229 create(As &&... as) {
230 intrusive_ref<T> ref { *new T(std::forward<As>(as)...) };
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/
H A Dpointer.hpp238 template<typename T, typename... As>
240 create(As &&... as) {
241 intrusive_ref<T> ref { *new T(std::forward<As>(as)...) };
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_blend.c483 const GLfloat As = rgba[i][ACOMP]; local in function:blend_general_float
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;
642 dR = dG = dB = As;
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_blend.c483 const GLfloat As = rgba[i][ACOMP]; local in function:blend_general_float
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;
642 dR = dG = dB = As;
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D8.0.rst54 - Removed all remnants of paletted texture support. As required by
/xsrc/external/mit/xorg-server/dist/
H A DREADME.md30 As with other projects hosted on freedesktop.org, X.Org follows its
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_multithread_makecurrent.spec109 As with binding a new context from the current thread, the old
122 As with GLX context destruction previously, the XID is destroyed
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/libgl-gdi/tests/
H A Dwgl_tests.cpp182 FAILED(info_queue.As(&debug_device)))
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_multithread_makecurrent.spec109 As with binding a new context from the current thread, the old
122 As with GLX context destruction previously, the XID is destroyed
/xsrc/external/mit/MesaLib/dist/.gitlab/issue_templates/
H A DBug Report.md6 - As examples of good bug reports you may review one of these - #2598, #2615, #2608
H A DBug Report - AMD Radeon Vulkan.md6 - As examples of good bug reports you may review one of these - #2598, #2615, #2608
/xsrc/external/mit/fontconfig/dist/m4/
H A Dax_cc_for_build.m431 # As a special exception, the respective Autoconf Macro's copyright owner
/xsrc/external/mit/MesaLib/dist/docs/nir/
H A Dtex.rst10 As with other instruction types, there is still an array of sources, except
/xsrc/external/mit/xorg-server.old/dist/m4/
H A Dax_tls.m433 # As a special exception, the respective Autoconf Macro's copyright owner
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/d3d12/wgl/
H A Dd3d12_wgl_framebuffer.cpp122 swapchain1.As(&framebuffer->swapchain);
/xsrc/external/mit/libXfont2/dist/
H A DREADME.md43 As noted above, usually produced by bdftopcf.
/xsrc/external/mit/libepoxy/dist/
H A DREADME.md69 As long as epoxy's headers appear first, you should be ready to go.
/xsrc/external/mit/freetype/dist/builds/unix/
H A Dfreetype2.m413 # As a special exception to the FreeType project license, this file may be
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dvx_pipeline.c466 pipeline->vpm_cfg_bin.As;
468 pipeline->vpm_cfg.As;
519 /* As defined on the GL_SHADER_STATE_ATTRIBUTE_RECORD */
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Dblend.rst99 If enabled, the fragment's alpha value will be set to one. As with
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Dblend.rst99 If enabled, the fragment's alpha value will be set to one. As with
/xsrc/external/mit/MesaLib/dist/docs/isl/
H A Dhiz.rst23 As stated in the PRM, this means we need a separate HiZ or stencil buffer for
/xsrc/external/mit/ctwm/dist/doc/devman/
H A Dfunctions.adoc47 As a result, ctwm _defers_ the execution of the f.function. It changes
88 As part of the build process, `tools/mk_function_bits.sh` builds various
249 The implementations are in `functions_identify.c`. As with all
/xsrc/external/mit/libdrm/dist/man/
H A Ddrm-kms.7.rst116 As a last step, you want to program your CRTC to drive your selected connector.
138 framebuffer buffer during scanout. As this does not involve any
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir.c2027 vpm_cfg[phase].As = 1;
2065 A * vpm_cfg[phase].As * Ad +
2145 vpm_cfg_bin->As = 1;
2149 vpm_cfg->As = 1;

Completed in 712 milliseconds

1234567891011>>