Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaHLSL/
H A Dnum_threads.hlsl17 [numthreads(1,1,1)]
29 [numthreads(1,1,1)]
34 [numthreads(1,1,1)]
39 [numthreads(1,1,1)]
41 [numthreads(2,2,1)]
47 [numthreads(1,1,1)]
51 [numthreads(2,2,1)]
58 [numthreads]
60 [numthreads()]
78 [numthreads(1,2,2)]
[all …]
/llvm-project-15.0.7/clang/test/SemaHLSL/Semantics/
H A Dentry_parameter.hlsl4 [numthreads(8,8, 1)]
/llvm-project-15.0.7/clang/test/SemaHLSL/BuiltIns/
H A Dvector-constructors-erros.hlsl9 [numthreads(1,1,1)]
/llvm-project-15.0.7/llvm/utils/
H A Dllvm-compilers-check600 numthreads = options.threads variable
603 + str(numthreads) + " threads using " + str(jobs)
609 for t in range(numthreads):
/llvm-project-15.0.7/clang/test/AST/HLSL/
H A Dvector-alias.hlsl21 [numthreads(1,1,1)]
H A Dvector-constructors.hlsl6 [numthreads(1,1,1)]
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBRemote.cpp1623 nub_size_t numthreads = DNBProcessGetNumThreads(pid); in HandlePacket_qThreadInfo() local
1627 for (nub_size_t i = 0; i < numthreads; ++i) { in HandlePacket_qThreadInfo()
2772 const nub_size_t numthreads = DNBProcessGetNumThreads(pid); in SendStopReplyPacketForThread() local
2773 if (numthreads > 0) { in SendStopReplyPacketForThread()
2776 for (nub_size_t i = 0; i < numthreads; ++i) { in SendStopReplyPacketForThread()
2804 if (pc_values.size() == numthreads) { in SendStopReplyPacketForThread()
2806 for (nub_size_t i = 0; i < numthreads; ++i) { in SendStopReplyPacketForThread()
2821 if (numthreads > 1) { in SendStopReplyPacketForThread()
5425 nub_size_t numthreads = DNBProcessGetNumThreads(pid); in GetJSONThreadsInfo() local
5426 for (nub_size_t i = 0; i < numthreads; ++i) { in GetJSONThreadsInfo()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttr.td3994 let Spellings = [Microsoft<"numthreads">];
H A DAttrDocs.td6447 The ``numthreads`` attribute applies to HLSL shaders where explcit thread counts
6451 …ailable here: https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/sm5-attributes-numthreads
H A DDiagnosticSemaKinds.td11638 def err_hlsl_numthreads_argument_oor : Error<"argument '%select{X|Y|Z}0' to numthreads attribute ca…