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

  /external/mesa3d/src/intel/common/
gen_device_info.c 155 .max_cs_threads = 36,
183 .max_cs_threads = 64,
211 .max_cs_threads = 32,
244 .max_cs_threads = 70,
271 .max_cs_threads = 70,
298 .max_cs_threads = 70,
337 .max_cs_threads = 42,
360 .max_cs_threads = 56,
383 .max_cs_threads = 56,
411 .max_cs_threads = 6 * 7
    [all...]
gen_device_info.h 106 * to change, so we program @max_cs_threads as the lower maximum.
147 unsigned max_cs_threads; member in struct:gen_device_info
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.c 728 uint32_t max_cs_threads = screen->eu_total / screen->subslice_total * 7; local
731 if (max_cs_threads > devinfo->max_cs_threads)
732 devinfo->max_cs_threads = max_cs_threads;
744 const unsigned max_threads = MIN2(64, devinfo->max_cs_threads);
    [all...]
brw_compute.c 142 assert(thread_width_max <= brw->screen->devinfo.max_cs_threads);
brw_program.c 430 scratch_ids_per_subslice = devinfo->max_cs_threads;
genX_state_upload.c     [all...]
  /external/mesa3d/src/intel/vulkan/
anv_device.c 403 uint32_t max_cs_threads = local
407 if (max_cs_threads > device->info.max_cs_threads)
408 device->info.max_cs_threads = max_cs_threads;
    [all...]
anv_allocator.c     [all...]
genX_pipeline.c     [all...]
  /external/mesa3d/src/intel/compiler/
brw_fs.cpp     [all...]

Completed in 298 milliseconds