Searched refs:anv_dispatch_table (Results 1 – 4 of 4) sorted by relevance
582 } else if (anv_dispatch_table.entrypoints[i] != NULL) { in anv_CreateInstance()583 instance->dispatch.entrypoints[i] = anv_dispatch_table.entrypoints[i]; in anv_CreateInstance()1282 const struct anv_dispatch_table *genX_table; in anv_device_init_dispatch()1314 device->dispatch.entrypoints[i] = anv_dispatch_table.entrypoints[i]; in anv_device_init_dispatch()
800 struct anv_dispatch_table dispatch;862 struct anv_dispatch_table dispatch;
3 struct anv_dispatch_table { struct238 extern const struct anv_dispatch_table anv_dispatch_table;239 extern const struct anv_dispatch_table gen7_dispatch_table;240 extern const struct anv_dispatch_table gen75_dispatch_table;241 extern const struct anv_dispatch_table gen8_dispatch_table;242 extern const struct anv_dispatch_table gen9_dispatch_table;243 extern const struct anv_dispatch_table gen10_dispatch_table;244 extern const struct anv_dispatch_table anv_tramp_dispatch_table;
641 const struct anv_dispatch_table anv_dispatch_table = { variable1062 const struct anv_dispatch_table gen7_dispatch_table = {1483 const struct anv_dispatch_table gen75_dispatch_table = {1904 const struct anv_dispatch_table gen8_dispatch_table = {2325 const struct anv_dispatch_table gen9_dispatch_table = {2746 const struct anv_dispatch_table gen10_dispatch_table = {3830 const struct anv_dispatch_table anv_tramp_dispatch_table = {4384 return anv_dispatch_table.entrypoints[index]; in anv_resolve_entrypoint()4387 const struct anv_dispatch_table *genX_table; in anv_resolve_entrypoint()4411 return anv_dispatch_table.entrypoints[index]; in anv_resolve_entrypoint()