Searched refs:anv_device_dispatch_table (Results 1 – 4 of 4) sorted by relevance
125 struct anv_device_dispatch_table { struct419 extern const struct anv_device_dispatch_table anv_device_dispatch_table;420 extern const struct anv_device_dispatch_table gen7_device_dispatch_table;421 extern const struct anv_device_dispatch_table gen75_device_dispatch_table;422 extern const struct anv_device_dispatch_table gen8_device_dispatch_table;423 extern const struct anv_device_dispatch_table gen9_device_dispatch_table;424 extern const struct anv_device_dispatch_table gen11_device_dispatch_table;425 extern const struct anv_device_dispatch_table gen12_device_dispatch_table;
3110 const struct anv_device_dispatch_table anv_device_dispatch_table = { variable3616 const struct anv_device_dispatch_table gen7_device_dispatch_table = {4122 const struct anv_device_dispatch_table gen75_device_dispatch_table = {4628 const struct anv_device_dispatch_table gen8_device_dispatch_table = {5134 const struct anv_device_dispatch_table gen9_device_dispatch_table = {5640 const struct anv_device_dispatch_table gen11_device_dispatch_table = {6146 const struct anv_device_dispatch_table gen12_device_dispatch_table = {7645 const struct anv_device_dispatch_table *genX_table; in anv_resolve_device_entrypoint()7672 return anv_device_dispatch_table.entrypoints[index]; in anv_resolve_device_entrypoint()
1163 struct anv_device_dispatch_table device_dispatch;1358 struct anv_device_dispatch_table dispatch;
750 anv_device_dispatch_table.entrypoints[i]; in anv_CreateInstance()