Home
last modified time | relevance | path

Searched refs:getVGPREncodingGranule (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h1140 unsigned getVGPREncodingGranule() const { in getVGPREncodingGranule() function
1141 return AMDGPU::IsaInfo::getVGPREncodingGranule(this); in getVGPREncodingGranule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp437 unsigned getVGPREncodingGranule(const MCSubtargetInfo *STI, in getVGPREncodingGranule() function
475 getVGPREncodingGranule(STI, EnableWavefrontSize32)); in getNumVGPRBlocks()
477 return NumVGPRs / getVGPREncodingGranule(STI, EnableWavefrontSize32) - 1; in getNumVGPRBlocks()
DAMDGPUBaseInfo.h171 unsigned getVGPREncodingGranule(const MCSubtargetInfo *STI,