Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/common/
Dv3d_device_info.h41 int qpu_count; member
Dv3d_util.c60 uint32_t max_qpu_threads = devinfo->qpu_count * threads; in v3d_csd_choose_workgroups_per_supergroup()
Dv3d_device_info.c63 devinfo->qpu_count = nslc * qups; in v3d_get_device_info()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_program.c422 int total_spill_size = (v3d->screen->devinfo.qpu_count * 4 * in v3d_get_compiled_shader()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c1549 4 * device->devinfo.qpu_count * max_spill_size; in pipeline_check_spill_size()