HomeSort by: relevance | last modified time | path
    Searched defs:thread_id (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/tests/unit/
pipe_barrier_test.c 73 int thread_id = *((int *) thread_data); local
75 LOG("thread %d starting\n", thread_id);
76 os_time_sleep(thread_id * 100 * 1000);
77 LOG("thread %d before barrier\n", thread_id);
88 LOG("thread %d exiting\n", thread_id);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/unit/
pipe_barrier_test.c 73 int thread_id = *((int *) thread_data); local
75 LOG("thread %d starting\n", thread_id);
76 os_time_sleep(thread_id * 100 * 1000);
77 LOG("thread %d before barrier\n", thread_id);
88 LOG("thread %d exiting\n", thread_id);
  /xsrc/external/mit/MesaLib/dist/src/glx/apple/
apple_glx_context.h 56 pthread_t thread_id; member in struct:apple_glx_context
  /xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
apple_glx_context.h 56 pthread_t thread_id; member in struct:apple_glx_context
  /xsrc/external/mit/MesaLib.old/dist/src/mapi/
u_current.c 153 typedef DWORD thread_id; typedef
155 typedef thrd_t thread_id; typedef
159 static inline thread_id
178 thread_id_equal(thread_id t1, thread_id t2)
195 static thread_id knownID;
  /xsrc/external/mit/MesaLib/dist/src/util/
u_thread.h 374 * way), so thread_id's provide an alternative mechanism
378 typedef DWORD thread_id; typedef
380 typedef thrd_t thread_id; typedef
383 static inline thread_id
402 util_thread_id_equal(thread_id t1, thread_id t2)
  /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
gtest-port.cc 330 DWORD thread_id; local
338 &thread_id); // Need a valid pointer for the call to work under Win98.
454 static void OnThreadExit(DWORD thread_id) {
455 GTEST_CHECK_(thread_id != 0) << ::GetLastError();
464 thread_to_thread_locals->find(thread_id);
492 static void StartWatcherThreadFor(DWORD thread_id) {
497 thread_id);
506 reinterpret_cast<LPVOID>(new ThreadIdAndHandle(thread_id, thread)),
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h 177 LLVMValueRef thread_id; member in struct:lp_bld_tgsi_system_values
  /xsrc/external/mit/MesaLib/dist/src/gtest/src/
gtest-port.cc 470 DWORD thread_id; local
477 &thread_id); // Need a valid pointer for the call to work under Win98.
593 static void OnThreadExit(DWORD thread_id) {
594 GTEST_CHECK_(thread_id != 0) << ::GetLastError();
603 thread_to_thread_locals->find(thread_id);
632 static void StartWatcherThreadFor(DWORD thread_id) {
637 thread_id);
646 reinterpret_cast<LPVOID>(new ThreadIdAndHandle(thread_id, thread)),
  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_indirect_draw.c 1000 nir_ssa_def *thread_id = nir_channel(b, nir_load_global_invocation_id(b, 32), 0); local
1024 start = nir_iadd(b, start, nir_imul_imm(b, thread_id, sizeof(uint32_t)));
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_nir_to_llvm.c 1132 * (streamout_write_index + thread_id)*stride[buffer_id] +
1137 /* Compute (streamout_write_index + thread_id). */
2547 LLVMValueRef thread_id = ac_get_thread_id(&ctx.ac); local
2548 LLVMValueRef cond = LLVMBuildICmp(ctx.ac.builder, LLVMIntULT, thread_id, count, "");
  /xsrc/external/mit/MesaLib/dist/src/amd/llvm/
ac_nir_to_llvm.c 3021 LLVMValueRef thread_id = ac_get_thread_id(&ctx->ac); local
3028 return LLVMBuildAdd(ctx->ac.builder, result, thread_id, "");
  /xsrc/external/mit/MesaLib.old/dist/src/amd/common/
ac_nir_to_llvm.c 2825 LLVMValueRef thread_id = ac_get_thread_id(&ctx->ac); local
2829 return LLVMBuildAdd(ctx->ac.builder, result, thread_id, "");
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_nir_to_llvm.c 2806 * (streamout_write_index + thread_id)*stride[buffer_id] +
2811 /* Compute (streamout_write_index + thread_id). */
3799 LLVMValueRef thread_id = ac_get_thread_id(&ctx.ac); local
3801 thread_id, count, "");

Completed in 22 milliseconds