Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c493 for (i = 0; i < ARRAY_SIZE(sscreen->tm_low_priority); i++) in si_destroy_screen()
494 if (sscreen->tm_low_priority[i]) in si_destroy_screen()
495 LLVMDisposeTargetMachine(sscreen->tm_low_priority[i]); in si_destroy_screen()
729 MIN2(num_threads, ARRAY_SIZE(sscreen->tm_low_priority)); in radeonsi_screen_create()
854 sscreen->tm_low_priority[i] = si_create_llvm_target_machine(sscreen); in radeonsi_screen_create()
Dsi_pipe.h216 LLVMTargetMachineRef tm_low_priority[2]; /* at most 2 threads */ member
Dsi_state_shaders.c1445 assert(thread_index < ARRAY_SIZE(sscreen->tm_low_priority)); in si_build_shader_variant()
1446 tm = sscreen->tm_low_priority[thread_index]; in si_build_shader_variant()