Searched refs:thread_group_dim (Results 1 – 5 of 5) sorted by relevance
122 const unsigned thread_group_dim[3], in gen7_GPGPU_WALKER()158 dw[4] = thread_group_dim[0]; in gen7_GPGPU_WALKER()160 dw[6] = thread_group_dim[1]; in gen7_GPGPU_WALKER()162 dw[8] = thread_group_dim[2]; in gen7_GPGPU_WALKER()
482 const unsigned thread_group_dim[3], in ilo_render_emit_launch_grid()496 session.thread_group_dim = thread_group_dim; in ilo_render_emit_launch_grid()
102 const unsigned thread_group_dim[3],
219 session->thread_group_dim, session->thread_group_size, simd_size); in ilo_render_emit_launch_grid_commands()
186 const unsigned *thread_group_dim; member