radv,lvp,anv: Delete pre-common dispatch leftover.
These functions are no longer used since the introduction of common dispatch. Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Acked-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18284>
This commit is contained in:

committed by
Marge Bot

parent
ff6b1f4885
commit
e799b88449
@@ -242,14 +242,6 @@ struct radv_instance;
|
|||||||
} while (0)
|
} while (0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int radv_get_instance_entrypoint_index(const char *name);
|
|
||||||
int radv_get_device_entrypoint_index(const char *name);
|
|
||||||
int radv_get_physical_device_entrypoint_index(const char *name);
|
|
||||||
|
|
||||||
const char *radv_get_instance_entry_name(int index);
|
|
||||||
const char *radv_get_physical_device_entry_name(int index);
|
|
||||||
const char *radv_get_device_entry_name(int index);
|
|
||||||
|
|
||||||
/* queue types */
|
/* queue types */
|
||||||
enum radv_queue_family {
|
enum radv_queue_family {
|
||||||
RADV_QUEUE_GENERAL,
|
RADV_QUEUE_GENERAL,
|
||||||
|
@@ -93,22 +93,6 @@ extern "C" {
|
|||||||
#define lvp_printflike(a, b) __attribute__((__format__(__printf__, a, b)))
|
#define lvp_printflike(a, b) __attribute__((__format__(__printf__, a, b)))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int lvp_get_instance_entrypoint_index(const char *name);
|
|
||||||
int lvp_get_device_entrypoint_index(const char *name);
|
|
||||||
int lvp_get_physical_device_entrypoint_index(const char *name);
|
|
||||||
|
|
||||||
const char *lvp_get_instance_entry_name(int index);
|
|
||||||
const char *lvp_get_physical_device_entry_name(int index);
|
|
||||||
const char *lvp_get_device_entry_name(int index);
|
|
||||||
|
|
||||||
bool lvp_instance_entrypoint_is_enabled(int index, uint32_t core_version,
|
|
||||||
const struct vk_instance_extension_table *instance);
|
|
||||||
bool lvp_physical_device_entrypoint_is_enabled(int index, uint32_t core_version,
|
|
||||||
const struct vk_instance_extension_table *instance);
|
|
||||||
bool lvp_device_entrypoint_is_enabled(int index, uint32_t core_version,
|
|
||||||
const struct vk_instance_extension_table *instance,
|
|
||||||
const struct vk_device_extension_table *device);
|
|
||||||
|
|
||||||
#define LVP_DEBUG_ALL_ENTRYPOINTS (1 << 0)
|
#define LVP_DEBUG_ALL_ENTRYPOINTS (1 << 0)
|
||||||
|
|
||||||
void __lvp_finishme(const char *file, int line, const char *format, ...)
|
void __lvp_finishme(const char *file, int line, const char *format, ...)
|
||||||
|
@@ -4113,28 +4113,6 @@ struct anv_acceleration_structure {
|
|||||||
struct anv_address address;
|
struct anv_address address;
|
||||||
};
|
};
|
||||||
|
|
||||||
int anv_get_instance_entrypoint_index(const char *name);
|
|
||||||
int anv_get_device_entrypoint_index(const char *name);
|
|
||||||
int anv_get_physical_device_entrypoint_index(const char *name);
|
|
||||||
|
|
||||||
const char *anv_get_instance_entry_name(int index);
|
|
||||||
const char *anv_get_physical_device_entry_name(int index);
|
|
||||||
const char *anv_get_device_entry_name(int index);
|
|
||||||
|
|
||||||
bool
|
|
||||||
anv_instance_entrypoint_is_enabled(int index, uint32_t core_version,
|
|
||||||
const struct vk_instance_extension_table *instance);
|
|
||||||
bool
|
|
||||||
anv_physical_device_entrypoint_is_enabled(int index, uint32_t core_version,
|
|
||||||
const struct vk_instance_extension_table *instance);
|
|
||||||
bool
|
|
||||||
anv_device_entrypoint_is_enabled(int index, uint32_t core_version,
|
|
||||||
const struct vk_instance_extension_table *instance,
|
|
||||||
const struct vk_device_extension_table *device);
|
|
||||||
|
|
||||||
const struct vk_device_dispatch_table *
|
|
||||||
anv_get_device_dispatch_table(const struct intel_device_info *devinfo);
|
|
||||||
|
|
||||||
void
|
void
|
||||||
anv_dump_pipe_bits(enum anv_pipe_bits bits);
|
anv_dump_pipe_bits(enum anv_pipe_bits bits);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user