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

  /xsrc/external/mit/pixman/include/
pixman-version.h 40 #define PIXMAN_VERSION_ENCODE(major, minor, micro) ( \
43 + ((micro) * 1))
  /xsrc/external/mit/pixman/dist/pixman/
pixman-version.h.in 40 #define PIXMAN_VERSION_ENCODE(major, minor, micro) ( \
43 + ((micro) * 1))
  /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/
gfx10addrlib.h 2 * Copyright © 2007-2019 Advanced Micro Devices, Inc.
503 allowedBlockSet.micro = (allowedSwModeSet.value & Gfx10Blk256BSwModeMask) ? TRUE : FALSE;
gfx10addrlib.cpp 2 * Copyright © 2007-2019 Advanced Micro Devices, Inc.
2898 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/
gfx9addrlib.h 2 * Copyright © 2007-2019 Advanced Micro Devices, Inc.
457 allowedBlockSet.micro = (allowedSwModeSet.value & Gfx9Blk256BSwModeMask) ? TRUE : FALSE;
gfx9addrlib.cpp 2 * Copyright © 2007-2019 Advanced Micro Devices, Inc.
1981 // the uncompressible frags will be at the msb of the micro address
3518 allowedSwModeSet.value |= pIn->forbiddenBlock.micro ? 0 : Gfx9Blk256BSwModeMask;
3822 allowedBlockSet.micro = 0;
4944 // Micro block offset
4948 // Micro block dimension
  /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/gfx9/
gfx9addrlib.h 2 * Copyright © 2007-2018 Advanced Micro Devices, Inc.
597 allowedBlockSet.micro = (allowedSwModeSet.value & Gfx9Blk256BSwModeMask) ? TRUE : FALSE;
gfx9addrlib.cpp 2 * Copyright © 2007-2018 Advanced Micro Devices, Inc.
1879 // 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) &&
4638 // Micro block offset
4642 // Micro block dimension
  /xsrc/external/mit/font-micro-misc/dist/
configure 3 # 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-misc 1.0.4:";
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/inc/
addrinterface.h 2 * Copyright © 2007-2018 Advanced Micro Devices, Inc.
150 UINT_32 microTileType : 3; ///< Micro tile type
524 UINT_32 rotateDisplay : 1; ///< Rotate micro tile type
566 AddrTileType tileType; ///< Micro tiling type, not needed when tileIndex != -1
616 AddrTileType tileType; ///< Micro tiling type, only valid when tileIndex != -1
636 UINT_32 blockWidth; ///< Width in element inside one block(1D->Micro, 2D->Macro)
637 UINT_32 blockHeight; ///< Height in element inside one block(1D->Micro, 2D->Macro)
638 UINT_32 blockSlices; ///< Slice number inside one block(1D->Micro, 2D->Macro)
684 /// micro tile. Textures can also choose depth sample order
685 UINT_32 tileBase; ///< Base offset (in bits) inside micro tile which handle
3549 UINT_32 micro : 1; \/\/ 256B block for 2D resource member in struct:_ADDR2_BLOCK_SET::__anon3211
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/inc/
addrinterface.h 2 * Copyright © 2007-2019 Advanced Micro Devices, Inc.
148 UINT_32 microTileType : 3; ///< Micro tile type
527 UINT_32 rotateDisplay : 1; ///< Rotate micro tile type
569 AddrTileType tileType; ///< Micro tiling type, not needed when tileIndex != -1
619 AddrTileType tileType; ///< Micro tiling type, only valid when tileIndex != -1
639 UINT_32 blockWidth; ///< Width in element inside one block(1D->Micro, 2D->Macro)
640 UINT_32 blockHeight; ///< Height in element inside one block(1D->Micro, 2D->Macro)
641 UINT_32 blockSlices; ///< Slice number inside one block(1D->Micro, 2D->Macro)
689 /// micro tile. Textures can also choose depth sample order
690 UINT_32 tileBase; ///< Base offset (in bits) inside micro tile which handle
3750 UINT_32 micro : 1; \/\/ 256B block for 2D resource member in struct:_ADDR2_BLOCK_SET::__anon371
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/amd/common/
ac_surface.c 3 * Copyright © 2017 Advanced Micro Devices, Inc.
705 /* 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/common/
ac_surface.c 3 * Copyright © 2017 Advanced Micro Devices, Inc.
1038 /* 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 32 milliseconds