Searched refs:numthreads (Results 1 – 5 of 5) sorted by relevance
600 numthreads = options.threads variable603 + str(numthreads) + " threads using " + str(jobs)609 for t in range(numthreads):
1627 nub_size_t numthreads = DNBProcessGetNumThreads(pid); in HandlePacket_qThreadInfo() local1631 for (nub_size_t i = 0; i < numthreads; ++i) { in HandlePacket_qThreadInfo()2776 const nub_size_t numthreads = DNBProcessGetNumThreads(pid); in SendStopReplyPacketForThread() local2777 if (numthreads > 0) { in SendStopReplyPacketForThread()2780 for (nub_size_t i = 0; i < numthreads; ++i) { in SendStopReplyPacketForThread()2808 if (pc_values.size() == numthreads) { in SendStopReplyPacketForThread()2810 for (nub_size_t i = 0; i < numthreads; ++i) { in SendStopReplyPacketForThread()2825 if (numthreads > 1) { in SendStopReplyPacketForThread()5427 nub_size_t numthreads = DNBProcessGetNumThreads(pid); in GetJSONThreadsInfo() local5428 for (nub_size_t i = 0; i < numthreads; ++i) { in GetJSONThreadsInfo()
4011 let Spellings = [Microsoft<"numthreads">];
6562 The ``numthreads`` attribute applies to HLSL shaders where explcit thread counts6566 …ailable here: https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/sm5-attributes-numthreads
11758 def err_hlsl_numthreads_argument_oor : Error<"argument '%select{X|Y|Z}0' to numthreads attribute ca…11760 def err_hlsl_missing_numthreads : Error<"missing numthreads attribute for %0 shader entry">;