| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| H A D | 51-local.conf | 4 <description>Load local customization file</description> 5 <!-- Load local system customization file -->
|
| H A D | 50-user.conf | 4 <description>Load per-user customization files</description> 6 Load per-user customization files where stored on XDG Base Directory
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/memory/ |
| H A D | LoadTile.h | 25 * @brief Functionality for Load 40 /// Load Raster Tile Function Tables. 90 INLINE static void Load( function in struct:LoadRasterTile 128 /// @brief Load a macrotile to the destination surface. 132 static void Load( function in struct:LoadMacroTile 138 loadRasterTileFn = LoadRasterTile<TTraits, SrcFormat, DstFormat>::Load; 140 // Load each raster tile from the hot tile to the destination surface. 162 table[R32G32B32A32_FLOAT] = LoadMacroTile<TilingTraits<TTileMode, 128>, R32G32B32A32_FLOAT, R32G32B32A32_FLOAT>::Load; 163 table[R32G32B32A32_SINT] = LoadMacroTile<TilingTraits<TTileMode, 128>, R32G32B32A32_SINT, R32G32B32A32_FLOAT>::Load; 164 table[R32G32B32A32_UINT] = LoadMacroTile<TilingTraits<TTileMode, 128>, R32G32B32A32_UINT, R32G32B32A32_FLOAT>::Load; [all...] |
| H A D | LoadTile.cpp | 25 * @brief Functionality for Load 93 pfnLoadTiles = LoadMacroTile<TilingTraits<SWR_TILE_MODE_WMAJOR, 8>, R8_UINT, R8_UINT>::Load; 123 pfnLoadTiles = LoadMacroTile<TilingTraits<SWR_TILE_NONE, 8>, R8_UINT, R8_UINT>::Load; 126 pfnLoadTiles = LoadMacroTile<TilingTraits<SWR_TILE_MODE_WMAJOR, 8>, R8_UINT, R8_UINT>::Load; 140 // Load a macro tile.
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/memory/ |
| H A D | LoadTile.h | 25 * @brief Functionality for Load 40 /// Load Raster Tile Function Tables. 90 INLINE static void Load( function in struct:LoadRasterTile 128 /// @brief Load a macrotile to the destination surface. 132 static void Load( function in struct:LoadMacroTile 138 loadRasterTileFn = LoadRasterTile<TTraits, SrcFormat, DstFormat>::Load; 140 // Load each raster tile from the hot tile to the destination surface. 162 table[R32G32B32A32_FLOAT] = LoadMacroTile<TilingTraits<TTileMode, 128>, R32G32B32A32_FLOAT, R32G32B32A32_FLOAT>::Load; 163 table[R32G32B32A32_SINT] = LoadMacroTile<TilingTraits<TTileMode, 128>, R32G32B32A32_SINT, R32G32B32A32_FLOAT>::Load; 164 table[R32G32B32A32_UINT] = LoadMacroTile<TilingTraits<TTileMode, 128>, R32G32B32A32_UINT, R32G32B32A32_FLOAT>::Load; [all...] |
| H A D | LoadTile.cpp | 25 * @brief Functionality for Load 79 pfnLoadTiles = LoadMacroTile<TilingTraits<SWR_TILE_MODE_WMAJOR, 8>, R8_UINT, R8_UINT>::Load; 109 pfnLoadTiles = LoadMacroTile<TilingTraits<SWR_TILE_NONE, 8>, R8_UINT, R8_UINT>::Load; 112 pfnLoadTiles = LoadMacroTile<TilingTraits<SWR_TILE_MODE_WMAJOR, 8>, R8_UINT, R8_UINT>::Load; 126 // Load a macro tile.
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 18.0.5.rst | 42 - No test for Image Load/Store on format-incompatible texture buffer 46 - No test for Image Load/Store on texture buffer sized greater than
|
| H A D | 11.0.1.rst | 51 - i965/vec4_nir: Load constants as integers
|
| H A D | 19.3.4.rst | 167 - intel: Load the driver even if I915_PARAM_REVISION is not found.
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/ |
| H A D | config.cc | 225 void CConfig::Load(const char *filename) function in class:CConfig
|
| H A D | main.cc | 69 config.Load(filename);
|
| /xsrc/external/mit/bitmap/dist/ |
| H A D | BitEdit.c | 108 #define Load 102 macro 109 {Load, "load", True}, 430 case Load: 817 if (PopupDialog(input_dialog, "Load file:",
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/ |
| H A D | simdlib_256_avx2.inl | 207 // Load / store operations
|
| H A D | simdlib_128_avx.inl | 416 // Load / store operations
|
| H A D | simdlib_256_avx.inl | 575 // Load / store operations
|
| H A D | simdlib_512_avx512.inl | 493 // Load / store operations
|
| H A D | simdlib_512_emu.inl | 632 // Load / store operations
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/ |
| H A D | simdlib_256_avx2.inl | 215 // Load / store operations
|
| H A D | simdlib_128_avx.inl | 416 // Load / store operations
|
| H A D | simdlib_256_avx.inl | 575 // Load / store operations
|
| H A D | simdlib_512_avx512.inl | 493 // Load / store operations
|
| H A D | simdlib_512_emu.inl | 632 // Load / store operations
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | dxcapi.h | 597 virtual HRESULT STDMETHODCALLTYPE Load(_In_ IDxcBlob *pDxilContainerHeader) = 0; // Loads DxilContainer to the builder 614 virtual HRESULT STDMETHODCALLTYPE Load(_In_ IDxcBlob *pContainer) = 0; // Container to load.
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ |
| H A D | xorgconf.cpp | 67 Load "dbe"
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/ |
| H A D | xorgconf.cpp | 67 Load "dbe"
|