Home
last modified time | relevance | path

Searched refs:on_vkGetDeviceQueue (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/host/vulkan/testing/
DVkDecoderTestDispatch.h238 mDgs->on_vkGetDeviceQueue(mBp, device, queueFamilyIndex, queueIndex, pQueue); in vkGetDeviceQueue()
/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.h171 void on_vkGetDeviceQueue(void* context, VkDevice device, uint32_t queueFamilyIndex,
DResourceTracker.cpp2103 void ResourceTracker::on_vkGetDeviceQueue(void*, VkDevice device, uint32_t, uint32_t, in on_vkGetDeviceQueue() function in gfxstream::vk::ResourceTracker
DVkEncoder.cpp2365 sResourceTracker->on_vkGetDeviceQueue(this, device, queueFamilyIndex, queueIndex, pQueue); in vkGetDeviceQueue()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h201 void on_vkGetDeviceQueue(android::base::BumpPool* pool, VkDevice device,
DVkDecoderGlobalState.cpp1872 void on_vkGetDeviceQueue(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkGetDeviceQueue() function in gfxstream::vk::VkDecoderGlobalState::Impl
1909 on_vkGetDeviceQueue(pool, boxed_device, queueFamilyIndex, queueIndex, pQueue); in on_vkGetDeviceQueue2()
7945 void VkDecoderGlobalState::on_vkGetDeviceQueue(android::base::BumpPool* pool, VkDevice device, in on_vkGetDeviceQueue() function in gfxstream::vk::VkDecoderGlobalState
7948 mImpl->on_vkGetDeviceQueue(pool, device, queueFamilyIndex, queueIndex, pQueue); in on_vkGetDeviceQueue()
DVkDecoder.cpp1478 m_state->on_vkGetDeviceQueue(&m_pool, device, queueFamilyIndex, queueIndex, pQueue); in decode()