Searched refs:gpu_generation (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/asahi/lib/ |
D | agx_device.c | 565 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()
|
D | decode.c | 543 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()
|
D | unstable_asahi_drm.h | 53 __u32 gpu_generation; member
|
/external/mesa3d/src/asahi/drm-shim/ |
D | asahi_noop.c | 16 .gpu_generation = 13,
|
/external/mesa3d/src/asahi/vulkan/ |
D | hk_physical_device.c | 1027 pdev->dev.params.gpu_generation, pdev->dev.params.gpu_variant); in hk_physical_device_init_pipeline_cache()
|
/external/mesa3d/src/gallium/drivers/asahi/ |
D | agx_pipe.c | 2573 if (dev->params.gpu_generation < 15) in agx_get_cl_cts_version()
|
D | agx_state.c | 3370 if (dev->params.gpu_generation == 13) { in agx_batch_init_state()
|