Home
last modified time | relevance | path

Searched defs:max_cs_threads (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/intel/common/
Dgen_device_info.h125 unsigned max_cs_threads; member
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c833 uint32_t max_cs_threads = screen->eu_total / screen->subslice_total * 7; in brw_initialize_cs_context_constants() local
Dbrw_fs.cpp6667 unsigned max_cs_threads = compiler->devinfo->max_cs_threads; in brw_compile_cs() local
/external/mesa3d/src/intel/vulkan/
Danv_device.c193 uint32_t max_cs_threads = device->eu_total / device->subslice_total * 7; in anv_physical_device_init() local