/external/gmmlib/Source/GmmLib/Platform/ |
D | GmmPlatform.cpp | 42 …Data.FormatTable[GmmFormat].ASTC = (IsASTC); … in PlatformInfo() 43 …Data.FormatTable[GmmFormat].Element.BitsPer = (bpe); … in PlatformInfo() 44 …Data.FormatTable[GmmFormat].Element.Depth = (_Depth); … in PlatformInfo() 45 …Data.FormatTable[GmmFormat].Element.Height = (_Height); … in PlatformInfo() 46 …Data.FormatTable[GmmFormat].Element.Width = (_Width); … in PlatformInfo() 47 …Data.FormatTable[GmmFormat].RenderTarget = ((IsRT) != 0); … in PlatformInfo() 48 …Data.FormatTable[GmmFormat].SurfaceStateFormat = ((GMM_SURFACESTATE_FORMAT)(RcsSu… in PlatformInfo() 49 …Data.FormatTable[GmmFormat].CompressionFormat.CompressionFormat = (SSCompressionFmt); … in PlatformInfo() 50 …Data.FormatTable[GmmFormat].Supported = ((Availability) != 0); … in PlatformInfo() 53 …Data.FormatTable[GmmFormat].Compressed = 1; … in PlatformInfo() [all …]
|
D | GmmGen12Platform.cpp | 82 …Data.FormatTable[GmmFormat].CompressionFormat.CompressionFormat = static_cast<uint8_t>(SSCompressi… in PlatformInfoGen12() 559 uint8_t CompressionFormat = Data.FormatTable[Format].CompressionFormat.CompressionFormat; in OverrideCompressionFormat()
|
/external/angle/src/libANGLE/renderer/wgpu/ |
D | wgpu_format_utils.cpp | 47 FormatTable::FormatTable() {} in FormatTable() function in rx::webgpu::FormatTable 48 FormatTable::~FormatTable() {} in ~FormatTable() 50 void FormatTable::initialize() in initialize()
|
D | wgpu_format_utils.h | 97 friend class FormatTable; 122 class FormatTable final : angle::NonCopyable 125 FormatTable(); 126 ~FormatTable();
|
D | DisplayWgpu.h | 144 webgpu::FormatTable mFormatTable;
|
/external/angle/src/libANGLE/renderer/metal/ |
D | mtl_format_utils.mm | 69 void GenerateTextureCapsMap(const FormatTable &formatTable, 182 // FormatTable implementation 183 angle::Result FormatTable::initialize(const DisplayMtl *display) 214 void FormatTable::generateTextureCaps(const DisplayMtl *display, gl::TextureCapsMap *capsMapOut) 219 const Format &FormatTable::getPixelFormat(angle::FormatID angleFormatId) const 223 const FormatCaps &FormatTable::getNativeFormatCaps(MTLPixelFormat mtlFormat) const 228 const VertexFormat &FormatTable::getVertexFormat(angle::FormatID angleFormatId, 235 void FormatTable::setFormatCaps(MTLPixelFormat formatId, 246 void FormatTable::setFormatCaps(MTLPixelFormat formatId, 260 void FormatTable::setFormatCaps(MTLPixelFormat formatId, [all …]
|
D | mtl_format_utils.h | 105 friend class FormatTable; member 125 friend class FormatTable; member 128 class FormatTable final : angle::NonCopyable 131 FormatTable() = default; 132 ~FormatTable() = default;
|
D | DisplayMtl.h | 153 const mtl::FormatTable &getFormatTable() const { return mFormatTable; } in getFormatTable() 207 mutable mtl::FormatTable mFormatTable;
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_format_utils.h | 172 friend class FormatTable; 208 class FormatTable final : angle::NonCopyable 211 FormatTable(); 212 ~FormatTable();
|
D | vk_format_utils.cpp | 227 FormatTable::FormatTable() {} in FormatTable() function in rx::vk::FormatTable 229 FormatTable::~FormatTable() {} in ~FormatTable() 231 void FormatTable::initialize(Renderer *renderer, gl::TextureCapsMap *outTextureCapsMap) in initialize()
|
D | vk_renderer.h | 933 vk::FormatTable mFormatTable;
|
/external/gmmlib/Source/GmmLib/Resource/ |
D | GmmRestrictions.cpp | 34 const GMM_FORMAT_ENTRY * FormatTable = NULL; in IsPresentableformat() local 40 FormatTable = &(pPlatform->FormatTable[0]); in IsPresentableformat() 52 if((FormatTable[Surf.Format].RenderTarget) && in IsPresentableformat() 53 (FormatTable[Surf.Format].Supported)) in IsPresentableformat()
|
D | GmmResourceInfo.cpp | 1133 pGmmLibContext->GetPlatformInfo().FormatTable[Format].SurfaceStateFormat : in GmmGetSurfaceStateFormat() 1152 … pGmmLibContext->GetPlatformInfo().FormatTable[Format].CompressionFormat.CompressionFormat : in GmmGetCompressionFormat()
|
D | GmmResourceInfoCommon.cpp | 136 …BitsPerPixel = GetGmmLibContext()->GetPlatformInfo().FormatTable[CreateParams.Format].Element.Bits… in CreateCustomRes() 261 …BitsPerPixel = GetGmmLibContext()->GetPlatformInfo().FormatTable[CreateParams.Format].Element.Bits… in CreateCustomRes_2()
|
D | GmmResourceInfoCommonEx.cpp | 40 …BitsPerPixel = GetGmmLibContext()->GetPlatformInfo().FormatTable[CreateParams.Format].Element.Bits… in CopyClientParams()
|
/external/gmmlib/Source/GmmLib/GlobalInfo/ |
D | GmmClientContext.cpp | 407 pGmmLibContext->GetPlatformInfo().FormatTable[Format].Compressed; in IsCompressed() 432 pGmmLibContext->GetPlatformInfo().FormatTable[Format].SurfaceStateFormat : in GetSurfaceStateFormat() 445 return pGmmLibContext->GetPlatformInfo().FormatTable[Format].CompressionFormat.AuxL1eFormat; in GetSurfaceStateCompressionFormat() 472 return pGmmLibContext->GetPlatformInfo().FormatTable[Format].CompressionFormat.AuxL1eFormat; in GetLosslessCompressionType()
|
/external/gmmlib/Source/GmmLib/Utility/ |
D | GmmUtility.cpp | 98 return pGmmLibContext->GetPlatformInfo().FormatTable[Format].CompressionFormat.AuxL1eFormat; in GmmGetLosslessCompressionType() 352 pGmmLibContext->GetPlatformInfo().FormatTable[Format].Compressed; in GmmIsCompressed()
|
/external/gmmlib/Source/GmmLib/Texture/ |
D | GmmTexture.cpp | 552 *pWidth = pGmmLibContext->GetPlatformInfo().FormatTable[Format].Element.Width; in GetCompressionBlockDimensions() 553 *pHeight = pGmmLibContext->GetPlatformInfo().FormatTable[Format].Element.Height; in GetCompressionBlockDimensions() 554 *pDepth = pGmmLibContext->GetPlatformInfo().FormatTable[Format].Element.Depth; in GetCompressionBlockDimensions()
|
D | GmmGen8Texture.cpp | 175 …BlockSizeX || pTexInfo->Flags.Wa.CHVAstcSkipVirtualMips) && pPlatform->FormatTable[pTexInfo->Forma… in FillTex2D()
|
D | GmmGen7Texture.cpp | 296 …BlockSizeX || pTexInfo->Flags.Wa.CHVAstcSkipVirtualMips) && pPlatform->FormatTable[pTexInfo->Forma… in Get2DTexOffsetAddressPerMip()
|
/external/gmmlib/Source/GmmLib/inc/External/Common/ |
D | GmmResourceInfoCommon.h | 1860 return GetGmmLibContext()->GetPlatformInfo().FormatTable[Format].Element.Width; in GetCompressionBlockWidth() 1875 return GetGmmLibContext()->GetPlatformInfo().FormatTable[Format].Element.Height; in GetCompressionBlockHeight() 1890 return GetGmmLibContext()->GetPlatformInfo().FormatTable[Format].Element.Depth; in GetCompressionBlockDepth() 1914 GetGmmLibContext()->GetPlatformInfo().FormatTable[Format].ASTC; in IsASTC() 1973 return GetGmmLibContext()->GetPlatformInfo().FormatTable[Format].SurfaceStateFormat; in GetResourceFormatSurfaceState()
|
D | GmmPlatformExt.h | 539 GMM_FORMAT_ENTRY FormatTable[GMM_RESOURCE_FORMATS]; member
|
/external/gmmlib/Source/GmmLib/TranslationTable/ |
D | GmmAuxTable.cpp | 835 …GMM_FORMAT_ENTRY FormatInfo = pClientContext->GetLibContext()->GetPlatformInfo().FormatTable[Forma… in CreateAuxL1Data()
|
/external/gmmlib/Source/GmmLib/ULT/ |
D | GmmGen12ResourceULT.cpp | 805 switch(pGmmULTClientContext->GetPlatformInfo().FormatTable[fmt].Element.BitsPer) in TEST_F() 908 switch(pGmmULTClientContext->GetPlatformInfo().FormatTable[fmt].Element.BitsPer) in TEST_F() 997 … switch(pGmmULTClientContext->GetPlatformInfo().FormatTable[gmmParams.Format].Element.BitsPer) in TEST_F()
|
D | GmmGen12dGPUResourceULT.cpp | 1296 switch(pGmmULTClientContext->GetPlatformInfo().FormatTable[fmt].Element.BitsPer) in TEST_F() 1399 switch(pGmmULTClientContext->GetPlatformInfo().FormatTable[fmt].Element.BitsPer) in TEST_F() 1487 … switch(pGmmULTClientContext->GetPlatformInfo().FormatTable[gmmParams.Format].Element.BitsPer) in TEST_F()
|