mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-28 14:00:30 +01:00
venus: remove TP in vn_ResetDescriptorPool
This call can be verbose for some workloads. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39283>
This commit is contained in:
parent
c8c6ee1dd7
commit
391f11671a
1 changed files with 0 additions and 1 deletions
|
|
@ -579,7 +579,6 @@ vn_ResetDescriptorPool(VkDevice device,
|
|||
VkDescriptorPool descriptorPool,
|
||||
VkDescriptorPoolResetFlags flags)
|
||||
{
|
||||
VN_TRACE_FUNC();
|
||||
struct vn_device *dev = vn_device_from_handle(device);
|
||||
struct vn_descriptor_pool *pool =
|
||||
vn_descriptor_pool_from_handle(descriptorPool);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue