Searched refs:on_vkAllocateCommandBuffers (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/guest/vulkan/ |
D | gfxstream_vk_cmd.cpp | 147 result = resources->on_vkAllocateCommandBuffers( in gfxstream_vk_AllocateCommandBuffers()
|
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VkDecoderTestDispatch.h | 41 return mDgs->on_vkAllocateCommandBuffers(mBp, device, pAllocateInfo, pCommandBuffers); in vkAllocateCommandBuffers()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.h | 518 VkResult on_vkAllocateCommandBuffers(void* context, VkResult input_result, VkDevice device,
|
D | ResourceTracker.cpp | 6994 VkResult ResourceTracker::on_vkAllocateCommandBuffers( in on_vkAllocateCommandBuffers() function in gfxstream::vk::ResourceTracker
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 458 VkResult on_vkAllocateCommandBuffers(android::base::BumpPool* pool, VkDevice device,
|
D | VkDecoderGlobalState.cpp | 5056 VkResult on_vkAllocateCommandBuffers(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkAllocateCommandBuffers() function in gfxstream::vk::VkDecoderGlobalState::Impl 8405 VkResult VkDecoderGlobalState::on_vkAllocateCommandBuffers( in on_vkAllocateCommandBuffers() function in gfxstream::vk::VkDecoderGlobalState 8408 return mImpl->on_vkAllocateCommandBuffers(pool, device, pAllocateInfo, pCommandBuffers); in on_vkAllocateCommandBuffers()
|
D | VkDecoder.cpp | 6181 vkAllocateCommandBuffers_VkResult_return = m_state->on_vkAllocateCommandBuffers( in decode()
|