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

  /external/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.h 138 unsigned getWavefrontSize() const {
282 return 4 * 256 / getWavefrontSize();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp 213 unsigned getWavefrontSize(const FeatureBitset &Features) {
280 return alignTo(FlatWorkGroupSize, getWavefrontSize(Features)) /
281 getWavefrontSize(Features);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.h 181 unsigned getWavefrontSize() const {

Completed in 186 milliseconds