HomeSort by relevance Sort by last modified time
    Searched defs:getSGPREncodingGranule (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp 291 unsigned getSGPREncodingGranule(const FeatureBitset &Features) {
368 NumSGPRs = alignTo(std::max(1u, NumSGPRs), getSGPREncodingGranule(Features));
370 return NumSGPRs / getSGPREncodingGranule(Features) - 1;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.h 859 unsigned getSGPREncodingGranule() const {
860 return AMDGPU::IsaInfo::getSGPREncodingGranule(

Completed in 1055 milliseconds