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/ |
D | AMDGPUSearchableTables.td | 35 bits<8> BitsPerComp = bpc; 46 let Fields = ["Format", "BitsPerComp", "NumComponents", "NumFormat", "DataFormat"]; 47 let PrimaryKey = ["BitsPerComp", "NumComponents", "NumFormat"];
|
D | SILoadStoreOptimizer.cpp | 708 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/ |
D | AMDGPUBaseInfo.h | 46 unsigned BitsPerComp; member 311 const GcnBufferFormatInfo *getGcnBufferFormatInfo(uint8_t BitsPerComp,
|
D | AMDGPUBaseInfo.cpp | 1343 const GcnBufferFormatInfo *getGcnBufferFormatInfo(uint8_t BitsPerComp, in getGcnBufferFormatInfo() argument 1348 ? getGfx10PlusBufferFormatInfo(BitsPerComp, NumComponents, in getGcnBufferFormatInfo() 1350 : getGfx9BufferFormatInfo(BitsPerComp, NumComponents, NumFormat); in getGcnBufferFormatInfo()
|