Searched refs:on_vkGetDeviceQueue (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VkDecoderTestDispatch.h | 238 mDgs->on_vkGetDeviceQueue(mBp, device, queueFamilyIndex, queueIndex, pQueue); in vkGetDeviceQueue()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.h | 171 void on_vkGetDeviceQueue(void* context, VkDevice device, uint32_t queueFamilyIndex,
|
D | ResourceTracker.cpp | 2103 void ResourceTracker::on_vkGetDeviceQueue(void*, VkDevice device, uint32_t, uint32_t, in on_vkGetDeviceQueue() function in gfxstream::vk::ResourceTracker
|
D | VkEncoder.cpp | 2365 sResourceTracker->on_vkGetDeviceQueue(this, device, queueFamilyIndex, queueIndex, pQueue); in vkGetDeviceQueue()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 201 void on_vkGetDeviceQueue(android::base::BumpPool* pool, VkDevice device,
|
D | VkDecoderGlobalState.cpp | 1872 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()
|
D | VkDecoder.cpp | 1478 m_state->on_vkGetDeviceQueue(&m_pool, device, queueFamilyIndex, queueIndex, pQueue); in decode()
|