Home
last modified time | relevance | path

Searched refs:BitsPerComp (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUSearchableTables.td35 bits<8> BitsPerComp = bpc;
46 let Fields = ["Format", "BitsPerComp", "NumComponents", "NumFormat", "DataFormat"];
47 let PrimaryKey = ["BitsPerComp", "NumComponents", "NumFormat"];
DSILoadStoreOptimizer.cpp708 llvm::AMDGPU::getGcnBufferFormatInfo(OldFormatInfo->BitsPerComp, in getBufferFormatWithCompCount()
716 NewFormatInfo->BitsPerComp == OldFormatInfo->BitsPerComp); in getBufferFormatWithCompCount()
746 if (Info0->BitsPerComp != Info1->BitsPerComp || in offsetsCanBeCombined()
752 if (Info0->BitsPerComp != 32) in offsetsCanBeCombined()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h46 unsigned BitsPerComp; member
311 const GcnBufferFormatInfo *getGcnBufferFormatInfo(uint8_t BitsPerComp,
DAMDGPUBaseInfo.cpp1343 const GcnBufferFormatInfo *getGcnBufferFormatInfo(uint8_t BitsPerComp, in getGcnBufferFormatInfo() argument
1348 ? getGfx10PlusBufferFormatInfo(BitsPerComp, NumComponents, in getGcnBufferFormatInfo()
1350 : getGfx9BufferFormatInfo(BitsPerComp, NumComponents, NumFormat); in getGcnBufferFormatInfo()