Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.h125 struct anv_device_dispatch_table { struct
419 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;
Danv_entrypoints.c3110 const struct anv_device_dispatch_table anv_device_dispatch_table = { variable
3616 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()
/external/mesa3d/src/intel/vulkan/
Danv_private.h1163 struct anv_device_dispatch_table device_dispatch;
1358 struct anv_device_dispatch_table dispatch;
Danv_device.c750 anv_device_dispatch_table.entrypoints[i]; in anv_CreateInstance()