Home
last modified time | relevance | path

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/
DAMDGPUSearchableTables.td37 bits<8> NumFormat = nfmt;
46 let Fields = ["Format", "BitsPerComp", "NumComponents", "NumFormat", "DataFormat"];
47 let PrimaryKey = ["BitsPerComp", "NumComponents", "NumFormat"];
DSILoadStoreOptimizer.cpp710 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/
DAMDGPUBaseInfo.h48 unsigned NumFormat; member
313 uint8_t NumFormat,
DAMDGPUBaseInfo.cpp1345 uint8_t NumFormat, in getGcnBufferFormatInfo() argument
1349 NumFormat) in getGcnBufferFormatInfo()
1350 : getGfx9BufferFormatInfo(BitsPerComp, NumComponents, NumFormat); in getGcnBufferFormatInfo()