Searched refs:numthreads (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang/test/SemaHLSL/ |
| H A D | num_threads.hlsl | 17 [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 D | entry_parameter.hlsl | 4 [numthreads(8,8, 1)]
|
| /llvm-project-15.0.7/clang/test/SemaHLSL/BuiltIns/ |
| H A D | vector-constructors-erros.hlsl | 9 [numthreads(1,1,1)]
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | llvm-compilers-check | 600 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 D | vector-alias.hlsl | 21 [numthreads(1,1,1)]
|
| H A D | vector-constructors.hlsl | 6 [numthreads(1,1,1)]
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | RNBRemote.cpp | 1623 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 D | Attr.td | 3994 let Spellings = [Microsoft<"numthreads">];
|
| H A D | AttrDocs.td | 6447 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 D | DiagnosticSemaKinds.td | 11638 def err_hlsl_numthreads_argument_oor : Error<"argument '%select{X|Y|Z}0' to numthreads attribute ca…
|