Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp549 unsigned maxntidx, maxntidy, maxntidz; in emitKernelFunctionDirectives() local
551 if (!getMaxNTIDx(F, maxntidx)) in emitKernelFunctionDirectives()
552 maxntidx = 1; in emitKernelFunctionDirectives()
565 O << ".maxntid " << maxntidx << ", " << maxntidy << ", " << maxntidz in emitKernelFunctionDirectives()