Home
last modified time | relevance | path

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

12

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dwriting.adoc384 "`To create a command pool, call fname:vkCreateCommandPool`"
389 fname:vkCreateCommandPool`".
736 [open,refpage='vkCreateCommandPool',desc='Create a new command pool object',type='protos']
740 include::{generated}/api/protos/vkCreateCommandPool.adoc[]
763 [open,refpage='vkCreateCommandPool',desc='Create a new command pool object',type='protos']
767 \include::\{generated}/api/protos/vkCreateCommandPool.adoc[]
773 In this case, the anchor is named `vkCreateCommandPool`.
810 * [[VUID-vkCreateCommandPool-queueFamilyIndex-01937]]
815 include::{generated}/validity/protos/vkCreateCommandPool.adoc[]
836 * [[VUID-vkCreateCommandPool-queueFamilyIndex-01937]]
[all …]
Dmarkup.adoc412 command name such as <<vkCreateCommandPool,vkCreateCommandPool>>.
415 flink:vkCreateCommandPool.
431 <<vkCreateCommandPool,vkCreateCommandPool>>. However, using the
433 anchors corresponding to API names, such as flink:vkCreateCommandPool.
635 flink{cl}vkCreateCommandPool -> flink:vkCreateCommandPool.
638 fname{cl}vkCreateCommandPool -> fname:vkCreateCommandPool.
/hardware/google/gfxstream/guest/vulkan/
Dgfxstream_vk_cmd.cpp36 result = vkEnc->vkCreateCommandPool(gfxstream_device->internal_object, pCreateInfo, in gfxstream_vk_CreateCommandPool()
/hardware/google/gfxstream/host/vulkan/testing/
DVulkanTestHelper.cpp203 VK_CHECK(vk().vkCreateCommandPool(mDevice, &poolInfo, nullptr, &mCommandPool)); in initialize()
DVkDecoderTestDispatch.h116 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.h156 PFN_vkCreateCommandPool vkCreateCommandPool; member
Dgoldfish_vk_dispatch.cpp430 out->vkCreateCommandPool = (PFN_vkCreateCommandPool)dlSymFunc(lib, "vkCreateCommandPool"); in init_vulkan_dispatch_from_system_loader()
1235 out->vkCreateCommandPool = in init_vulkan_dispatch_from_instance()
2176 out->vkCreateCommandPool = in init_vulkan_dispatch_from_device()
3225 if (!vk->vkCreateCommandPool) { in vulkan_dispatch_check_device_VK_VERSION_1_0()
/hardware/google/gfxstream/host/vulkan/
DDisplayVk.cpp79 VK_CHECK(m_vk.vkCreateCommandPool(m_vkDevice, &commandPoolCi, nullptr, &m_vkCommandPool)); in DisplayVk()
DVkAndroidNativeBuffer.cpp464 vk->vkCreateCommandPool(device, &poolCreateInfo, nullptr, &pool); in setup()
DCompositorVk.cpp528 VK_CHECK(m_vk.vkCreateCommandPool(m_vkDevice, &commandPoolCreateInfo, nullptr, &commandPool)); in setUpCommandPool()
DVkCommonOperations.cpp1196 VkResult poolCreateRes = dvk->vkCreateCommandPool(sVkEmulation->device, &poolCi, nullptr, in createGlobalVkEmulation()
DVkDecoderSnapshot.h388 void vkCreateCommandPool(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes,
DVkDecoderSnapshot.cpp860 void vkCreateCommandPool(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkCreateCommandPool() function in VkDecoderSnapshot::Impl
4589 void VkDecoderSnapshot::vkCreateCommandPool( in vkCreateCommandPool() function in VkDecoderSnapshot
4593 mImpl->vkCreateCommandPool(snapshotTraceBegin, snapshotTraceBytes, pool, input_result, device, in vkCreateCommandPool()
DVkDecoderGlobalState.cpp456 dvk->vkCreateCommandPool(device, &commandPoolCi, nullptr, &stateBlock.commandPool); in createSnapshotStateBlock()
5093 VkResult result = vk->vkCreateCommandPool(device, pCreateInfo, pAllocator, pCommandPool); in on_vkCreateCommandPool()
/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()
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h268 VkResult vkCreateCommandPool(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcmdbuffers.adoc161 [open,refpage='vkCreateCommandPool',desc='Create a new command pool object',type='protos']
163 :refpage: vkCreateCommandPool
170 include::{generated}/api/protos/vkCreateCommandPool.adoc[]
184 * [[VUID-vkCreateCommandPool-queueFamilyIndex-01937]]
190 include::{generated}/validity/protos/vkCreateCommandPool.adoc[]
Dmemory.adoc450 ** fname:vkCreateCommandPool
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h4551 VKAPI_ATTR VkResult VKAPI_CALL vkCreateCommandPool(

12