Home
last modified time | relevance | path

Searched refs:anv_dispatch_table (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_device.c582 } 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()
Danv_private.h800 struct anv_dispatch_table dispatch;
862 struct anv_dispatch_table dispatch;
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.h3 struct anv_dispatch_table { struct
238 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;
Danv_entrypoints.c641 const struct anv_dispatch_table anv_dispatch_table = { variable
1062 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()