Home
last modified time | relevance | path

Searched refs:thread_group_dim (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/ilo/core/
Dilo_builder_media.h122 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()
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_render.c482 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()
Dilo_render.h102 const unsigned thread_group_dim[3],
Dilo_render_media.c219 session->thread_group_dim, session->thread_group_size, simd_size); in ilo_render_emit_launch_grid_commands()
Dilo_render_gen.h186 const unsigned *thread_group_dim; member