Home
last modified time | relevance | path

Searched refs:thread_group_size (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/ilo/core/
Dilo_builder_media.h123 unsigned thread_group_size, in gen7_GPGPU_WALKER() argument
135 thread_count = (thread_group_size + simd_size - 1) / simd_size; in gen7_GPGPU_WALKER()
138 right_execmask = thread_group_size % simd_size; in gen7_GPGPU_WALKER()
Dilo_state_compute.c173 per_thread_read * interface->thread_group_size; in compute_interface_get_gen6_read_end()
379 assert(interface->thread_group_size); in compute_set_gen6_INTERFACE_DESCRIPTOR_DATA()
434 dw5 |= interface->thread_group_size << in compute_set_gen6_INTERFACE_DESCRIPTOR_DATA()
Dilo_state_compute.h51 uint16_t thread_group_size; member
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_gpgpu.c40 const unsigned thread_group_size = in launch_grid() local
62 grid_offset, grid_layout, thread_group_size, input, pc); in launch_grid()
Dilo_render.c483 unsigned thread_group_size, in ilo_render_emit_launch_grid() argument
497 session.thread_group_size = thread_group_size; in ilo_render_emit_launch_grid()
Dilo_render.h103 unsigned thread_group_size,
Dilo_render_media.c219 session->thread_group_dim, session->thread_group_size, simd_size); in ilo_render_emit_launch_grid_commands()
Dilo_render_dynamic.c538 interface.thread_group_size = session->thread_group_size; in gen6_emit_launch_grid_dynamic_idrt()
Dilo_render_gen.h187 unsigned thread_group_size; member