Searched refs:NumFormat (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 | 37 bits<8> NumFormat = nfmt; 46 let Fields = ["Format", "BitsPerComp", "NumComponents", "NumFormat", "DataFormat"]; 47 let PrimaryKey = ["BitsPerComp", "NumComponents", "NumFormat"];
|
D | SILoadStoreOptimizer.cpp | 710 OldFormatInfo->NumFormat, STI); in getBufferFormatWithCompCount() 715 assert(NewFormatInfo->NumFormat == OldFormatInfo->NumFormat && in getBufferFormatWithCompCount() 747 Info0->NumFormat != Info1->NumFormat) in offsetsCanBeCombined()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.h | 48 unsigned NumFormat; member 313 uint8_t NumFormat,
|
D | AMDGPUBaseInfo.cpp | 1345 uint8_t NumFormat, in getGcnBufferFormatInfo() argument 1349 NumFormat) in getGcnBufferFormatInfo() 1350 : getGfx9BufferFormatInfo(BitsPerComp, NumComponents, NumFormat); in getGcnBufferFormatInfo()
|