HomeSort by relevance Sort by last modified time
    Searched refs:thread_group_size (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_compute.h 51 uint16_t thread_group_size; member in struct:ilo_state_compute_interface_info
ilo_builder_media.h 123 unsigned thread_group_size,
135 thread_count = (thread_group_size + simd_size - 1) / simd_size;
138 right_execmask = thread_group_size % simd_size;
ilo_state_compute.c 173 per_thread_read * interface->thread_group_size;
379 assert(interface->thread_group_size);
434 dw5 |= interface->thread_group_size <<
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_gpgpu.c 40 const unsigned thread_group_size = local
62 grid_offset, grid_layout, thread_group_size, input, pc);
ilo_render.h 103 unsigned thread_group_size,
ilo_render_media.c 219 session->thread_group_dim, session->thread_group_size, simd_size);
ilo_render.c 483 unsigned thread_group_size,
497 session.thread_group_size = thread_group_size;
ilo_render_dynamic.c 538 interface.thread_group_size = session->thread_group_size;
ilo_render_gen.h 187 unsigned thread_group_size; member in struct:ilo_render_launch_grid_session

Completed in 207 milliseconds