Searched refs:micro (Results 1 - 23 of 23) sorted by relevance

/xsrc/external/mit/pixman/include/
H A Dpixman-version.h40 #define PIXMAN_VERSION_ENCODE(major, minor, micro) ( \
43 + ((micro) * 1))
/xsrc/external/mit/font-micro-misc/dist/
H A DMakefile.am23 micro
H A Dconfigure.ac25 AC_INIT([font-micro-misc], [1.0.4],
26 [https://gitlab.freedesktop.org/xorg/font/micro-misc/-/issues],
27 [font-micro-misc])
H A Dconfigure3 # Generated by GNU Autoconf 2.71 for font-micro-misc 1.0.4.
5 # Report bugs to <https://gitlab.freedesktop.org/xorg/font/micro-misc/-/issues>.
271 $0: https://gitlab.freedesktop.org/xorg/font/micro-misc/-/issues
613 PACKAGE_NAME='font-micro-misc'
614 PACKAGE_TARNAME='font-micro-misc'
616 PACKAGE_STRING='font-micro-misc 1.0.4'
617 PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/font/micro-misc/-/issues'
1290 \`configure' configures font-micro-misc 1.0.4 to adapt to many kinds of systems.
1339 --docdir=DIR documentation root [DATAROOTDIR/doc/font-micro-misc]
1361 short | recursive ) echo "Configuration of font-micro
[all...]
H A DMakefile.in309 micro
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-version.h.in40 #define PIXMAN_VERSION_ENCODE(major, minor, micro) ( \
43 + ((micro) * 1))
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D13.0.2.rst59 - radv/si: fix optimal micro tile selection
H A D21.1.0.rst3538 - radeonsi: select the optimal micro tile mode at clear regardless of fast clear
5038 - radv: add a comment explaining the micro tile mode resolve
H A D19.3.0.rst715 - etnaviv: a bit of micro-optimization
H A D20.0.0.rst2368 - radeonsi/gfx9: force the micro tile mode for MSAA resolve correctly
H A D20.1.0.rst3166 - ac/surface: rename micro tile mode enums like gfx10 uses them
H A D20.2.0.rst3989 - freedreno: scissor vs disabled scissor micro-opt
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.h597 allowedBlockSet.micro = (allowedSwModeSet.value & Gfx9Blk256BSwModeMask) ? TRUE : FALSE;
H A Dgfx9addrlib.cpp1879 // the uncompressible frags will be at the msb of the micro address
3319 allowedSwModeSet.value |= pIn->forbiddenBlock.micro ? 0 : Gfx9Blk256BSwModeMask;
3577 if ((allowedBlockSet.micro == TRUE) &&
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/
H A Dgfx10addrlib.h503 allowedBlockSet.micro = (allowedSwModeSet.value & Gfx10Blk256BSwModeMask) ? TRUE : FALSE;
H A Dgfx10addrlib.cpp2898 allowedSwModeSet.value |= pIn->forbiddenBlock.micro ? 0 : Gfx10Blk256BSwModeMask;
3172 allowedBlockSet.micro = 0;
3531 * Internal function to calculate alignment for micro tiled surface
4338 * Internal function to calculate address from coord for micro tiled swizzle surface
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.h457 allowedBlockSet.micro = (allowedSwModeSet.value & Gfx9Blk256BSwModeMask) ? TRUE : FALSE;
H A Dgfx9addrlib.cpp1981 // the uncompressible frags will be at the msb of the micro address
3518 allowedSwModeSet.value |= pIn->forbiddenBlock.micro ? 0 : Gfx9Blk256BSwModeMask;
3822 allowedBlockSet.micro = 0;
/xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
H A DREADME.rst12 Adreno GPUs prior to 6xx use two micro-controllers to parse the command-stream,
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/inc/
H A Daddrinterface.h524 UINT_32 rotateDisplay : 1; ///< Rotate micro tile type
684 /// micro tile. Textures can also choose depth sample order
685 UINT_32 tileBase; ///< Base offset (in bits) inside micro tile which handles
769 BOOL_32 isDepth; ///< Surface uses depth sample ordering within micro tile.
771 UINT_32 tileBase; ///< Base offset (in bits) inside micro tile which handles
1041 * Compute coordinates within depth buffer (1st pixel of a micro tile) according to
1246 * Compute coordinates within color buffer (1st pixel of a micro tile) according to
2853 * Compute coordinates within depth buffer (1st pixel of a micro tile) according to
3037 * Compute coordinates within color buffer (1st pixel of a micro tile) according to
3549 UINT_32 micro member in struct:_ADDR2_BLOCK_SET::__anona73c1f961e08
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_surface.c705 /* Set the micro tile type. */
1024 /* The rotated micro tile mode doesn't work if both CMASK and RB+ are
1030 assert(!"rotate micro tile mode is unsupported");
1056 sin.forbiddenBlock.micro = 1; /* don't allow the 256B swizzle modes */
1690 /* The rotated micro tile mode doesn't work if both CMASK and RB+ are
1695 assert(!"rotate micro tile mode is unsupported");
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/inc/
H A Daddrinterface.h527 UINT_32 rotateDisplay : 1; ///< Rotate micro tile type
689 /// micro tile. Textures can also choose depth sample order
690 UINT_32 tileBase; ///< Base offset (in bits) inside micro tile which handles
776 BOOL_32 isDepth; ///< Surface uses depth sample ordering within micro tile.
778 UINT_32 tileBase; ///< Base offset (in bits) inside micro tile which handles
1052 * Compute coordinates within depth buffer (1st pixel of a micro tile) according to
1263 * Compute coordinates within color buffer (1st pixel of a micro tile) according to
2917 * Compute coordinates within depth buffer (1st pixel of a micro tile) according to
3142 * Compute coordinates within color buffer (1st pixel of a micro tile) according to
3750 UINT_32 micro member in struct:_ADDR2_BLOCK_SET::__anond65a1f892308
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_surface.c1038 /* Set the micro tile type. */
1338 /* The rotated micro tile mode doesn't work if both CMASK and RB+ are
1344 assert(!"rotate micro tile mode is unsupported");
1370 sin.forbiddenBlock.micro = 1; /* don't allow the 256B swizzle modes */
2355 /* The rotated micro tile mode doesn't work if both CMASK and RB+ are
2359 assert(info->chip_class >= GFX10 || !"rotate micro tile mode is unsupported");

Completed in 106 milliseconds