Searched refs:genX_table (Results 1 – 1 of 1) sorted by relevance
7645 const struct anv_device_dispatch_table *genX_table; in anv_resolve_device_entrypoint() local7648 genX_table = &gen12_device_dispatch_table; in anv_resolve_device_entrypoint()7651 genX_table = &gen11_device_dispatch_table; in anv_resolve_device_entrypoint()7654 genX_table = &gen9_device_dispatch_table; in anv_resolve_device_entrypoint()7657 genX_table = &gen8_device_dispatch_table; in anv_resolve_device_entrypoint()7661 genX_table = &gen75_device_dispatch_table; in anv_resolve_device_entrypoint()7663 genX_table = &gen7_device_dispatch_table; in anv_resolve_device_entrypoint()7669 if (genX_table->entrypoints[index]) in anv_resolve_device_entrypoint()7670 return genX_table->entrypoints[index]; in anv_resolve_device_entrypoint()