HomeSort by: relevance | last modified time | path
    Searched refs:BitsPerComp (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.h 56 unsigned BitsPerComp;
418 const GcnBufferFormatInfo *getGcnBufferFormatInfo(uint8_t BitsPerComp,
AMDGPUBaseInfo.cpp 1980 const GcnBufferFormatInfo *getGcnBufferFormatInfo(uint8_t BitsPerComp,
1985 ? getGfx10PlusBufferFormatInfo(BitsPerComp, NumComponents,
1987 : getGfx9BufferFormatInfo(BitsPerComp, NumComponents, NumFormat);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SILoadStoreOptimizer.cpp 719 llvm::AMDGPU::getGcnBufferFormatInfo(OldFormatInfo->BitsPerComp,
727 NewFormatInfo->BitsPerComp == OldFormatInfo->BitsPerComp);
768 if (Info0->BitsPerComp != Info1->BitsPerComp ||
774 if (Info0->BitsPerComp != 32)

Completed in 17 milliseconds