Home
last modified time | relevance | path

Searched refs:gpu_generation (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/asahi/lib/
Dagx_device.c565 assert(dev->params.gpu_generation >= 13); in agx_open_device()
582 dev->params.gpu_generation - 12, variant, in agx_open_device()
583 dev->params.gpu_generation, dev->params.gpu_variant, in agx_open_device()
675 if (dev->params.gpu_generation >= 14 && dev->params.num_clusters_total > 1) { in agx_open_device()
677 } else if (dev->params.gpu_generation >= 14) { in agx_open_device()
679 } else if (dev->params.gpu_generation >= 13 && in agx_open_device()
898 _mesa_sha1_update(&sha1_ctx, &dev->params.gpu_generation, in agx_get_device_uuid()
899 sizeof(dev->params.gpu_generation)); in agx_get_device_uuid()
950 bool g13x_coh = (dev->params.gpu_generation == 13 && in agx_gather_device_key()
Ddecode.c543 if (params->gpu_generation >= 14 && params->num_clusters_total > 1) in agxdecode_cdm()
973 .gpu_generation = 13, in chip_id_to_params()
981 .gpu_generation = 14, in chip_id_to_params()
989 .gpu_generation = 14, in chip_id_to_params()
998 .gpu_generation = 13, in chip_id_to_params()
Dunstable_asahi_drm.h53 __u32 gpu_generation; member
/external/mesa3d/src/asahi/drm-shim/
Dasahi_noop.c16 .gpu_generation = 13,
/external/mesa3d/src/asahi/vulkan/
Dhk_physical_device.c1027 pdev->dev.params.gpu_generation, pdev->dev.params.gpu_variant); in hk_physical_device_init_pipeline_cache()
/external/mesa3d/src/gallium/drivers/asahi/
Dagx_pipe.c2573 if (dev->params.gpu_generation < 15) in agx_get_cl_cts_version()
Dagx_state.c3370 if (dev->params.gpu_generation == 13) { in agx_batch_init_state()