Home
last modified time | relevance | path

Searched defs:queueBindSparse (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
H A DvkDeviceFunctionPointers.inl24 QueueBindSparseFunc queueBindSparse; variable
H A DvkDeviceDriverImpl.inl97 VkResult DeviceDriver::queueBindSparse (VkQueue queue, uint32_t bindInfoCount, const VkBindSparseIn… function in DeviceDriver
H A DvkNullDriverImpl.inl695 VKAPI_ATTR VkResult VKAPI_CALL queueBindSparse (VkQueue queue, uint32_t bindInfoCount, const VkBind… function
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationTimelineSemaphoreTests.cpp2479 void queueBindSparse(const vk::DeviceInterface &vkd, vk::VkQueue queue, uint32_t bindInfoCount, in queueBindSparse() function