Home
last modified time | relevance | path

Searched refs:vkCreateCommandPool (Results 1 – 21 of 21) sorted by relevance

/hardware/google/gfxstream/host/vulkan/testing/
DVulkanTestHelper.cpp202 VK_CHECK(vk().vkCreateCommandPool(mDevice, &poolInfo, nullptr, &mCommandPool)); in initialize()
DVkDecoderTestDispatch.h125 VkResult vkCreateCommandPool(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo, in vkCreateCommandPool() function
/hardware/google/gfxstream/host/tests/
DDisplayVk_unittest.cpp44 ASSERT_EQ(k_vk->vkCreateCommandPool(m_vkDevice, &commandPoolCi, nullptr, &m_vkCommandPool), in SetUp()
DCompositorVk_unittest.cpp66 ASSERT_EQ(k_vk->vkCreateCommandPool(m_vkDevice, &commandPoolCi, nullptr, &m_vkCommandPool), in SetUp()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_dispatch.h157 PFN_vkCreateCommandPool vkCreateCommandPool; member
Dgoldfish_vk_dispatch.cpp248 out->vkCreateCommandPool = (PFN_vkCreateCommandPool)dlSymFunc(lib, "vkCreateCommandPool"); in init_vulkan_dispatch_from_system_loader()
1100 out->vkCreateCommandPool = in init_vulkan_dispatch_from_instance()
2102 out->vkCreateCommandPool = in init_vulkan_dispatch_from_device()
3202 if (!vk->vkCreateCommandPool) { in vulkan_dispatch_check_device_VK_VERSION_1_0()
/hardware/google/gfxstream/host/vulkan/
DVkAndroidNativeBuffer.cpp520 vk->vkCreateCommandPool(device, &poolCreateInfo, nullptr, &pool); in setup()
DDisplayVk.cpp73 VK_CHECK(m_vk.vkCreateCommandPool(m_vkDevice, &commandPoolCi, nullptr, &m_vkCommandPool)); in DisplayVk()
DCompositorVk.cpp530 VK_CHECK(m_vk.vkCreateCommandPool(m_vkDevice, &commandPoolCreateInfo, nullptr, &commandPool)); in setUpCommandPool()
DVkCommonOperations.cpp1551 dvk->vkCreateCommandPool(emulation->mDevice, &poolCi, nullptr, &emulation->mCommandPool); in create()
DVkDecoderSnapshot.h448 void vkCreateCommandPool(android::base::BumpPool* pool, VkSnapshotApiCallInfo* apiCallInfo,
DVkDecoderSnapshot.cpp955 void vkCreateCommandPool(android::base::BumpPool* pool, VkSnapshotApiCallInfo* apiCallInfo, in vkCreateCommandPool() function in gfxstream::vk::VkDecoderSnapshot::Impl
4916 void VkDecoderSnapshot::vkCreateCommandPool(android::base::BumpPool* pool, in vkCreateCommandPool() function in gfxstream::vk::VkDecoderSnapshot
4923 mImpl->vkCreateCommandPool(pool, apiCallInfo, apiCallPacket, apiCallPacketSize, input_result, in vkCreateCommandPool()
DVkDecoderGlobalState.cpp312 dvk->vkCreateCommandPool(device, &commandPoolCi, nullptr, &stateBlock.commandPool); in createSnapshotStateBlock()
6136 VkResult result = vk->vkCreateCommandPool(device, &localCI, pAllocator, pCommandPool); in on_vkCreateCommandPool()
DVkDecoder.cpp6012 m_state->snapshot()->vkCreateCommandPool( in decode()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp1462 …VkResult vkCreateCommandPool( VkDevice device, const VkCommandPoolCreateInfo * pCreateInfo, const … in vkCreateCommandPool() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1464 return ::vkCreateCommandPool( device, pCreateInfo, pAllocator, pCommandPool ); in vkCreateCommandPool()
4693 PFN_vkCreateCommandPool vkCreateCommandPool = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
5183vkCreateCommandPool = PFN_vkCreateCommandPool( vkGetInstanceProcAddr( instance, "vkCreateCommandPo… in init()
5605vkCreateCommandPool = PFN_vkCreateCommandPool( vkGetDeviceProcAddr( device, "vkCreateCommandPool" … in init()
Dvulkan.hpp1523 …VkResult vkCreateCommandPool( VkDevice device, const VkCommandPoolCreateInfo * pCreateInfo, const … in vkCreateCommandPool() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1525 return ::vkCreateCommandPool( device, pCreateInfo, pAllocator, pCommandPool ); in vkCreateCommandPool()
9222 PFN_vkCreateCommandPool vkCreateCommandPool = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
10388vkCreateCommandPool = PFN_vkCreateCommandPool( vkGetInstanceProcAddr( instance, "vkCreateCommandPo… in init()
11470vkCreateCommandPool = PFN_vkCreateCommandPool( vkGetDeviceProcAddr( device, "vkCreateCommandPool" … in init()
Dvulkansc_raii.hpp346vkCreateCommandPool = PFN_vkCreateCommandPool( vkGetDeviceProcAddr( device, "vkCreateCommandPool" … in DeviceDispatcher()
706 PFN_vkCreateCommandPool vkCreateCommandPool = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
2185 …static_cast<VULKAN_HPP_NAMESPACE::Result>( device.getDispatcher()->vkCreateCommandPool( static_cas… in CommandPool()
Dvulkansc_funcs.hpp2795 …return static_cast<Result>( d.vkCreateCommandPool( m_device, reinterpret_cast<const VkCommandPoolC… in createCommandPool()
2806 …VkResult result = d.vkCreateCommandPool( m_device, reinterpret_cast<const VkCommandPoolCreateInfo … in createCommandPool()
2820 …VkResult result = d.vkCreateCommandPool( m_device, reinterpret_cast<const VkCommandPoolCreateInfo … in createCommandPoolUnique()
Dvulkan_raii.hpp670vkCreateCommandPool = PFN_vkCreateCommandPool( vkGetDeviceProcAddr( device, "vkCreateCommandPool" … in DeviceDispatcher()
1548 PFN_vkCreateCommandPool vkCreateCommandPool = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
4612 …static_cast<VULKAN_HPP_NAMESPACE::Result>( device.getDispatcher()->vkCreateCommandPool( static_cas… in CommandPool()
Dvulkan_funcs.hpp3239 …return static_cast<Result>( d.vkCreateCommandPool( m_device, reinterpret_cast<const VkCommandPoolC… in createCommandPool()
3250 …VkResult result = d.vkCreateCommandPool( m_device, reinterpret_cast<const VkCommandPoolCreateInfo … in createCommandPool()
3264 …VkResult result = d.vkCreateCommandPool( m_device, reinterpret_cast<const VkCommandPoolCreateInfo … in createCommandPoolUnique()
Dvulkan_core.h4589 VKAPI_ATTR VkResult VKAPI_CALL vkCreateCommandPool(