/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | writing.adoc | 384 "`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 …]
|
D | markup.adoc | 412 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/ |
D | gfxstream_vk_cmd.cpp | 36 result = vkEnc->vkCreateCommandPool(gfxstream_device->internal_object, pCreateInfo, in gfxstream_vk_CreateCommandPool()
|
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VulkanTestHelper.cpp | 203 VK_CHECK(vk().vkCreateCommandPool(mDevice, &poolInfo, nullptr, &mCommandPool)); in initialize()
|
D | VkDecoderTestDispatch.h | 116 VkResult vkCreateCommandPool(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo, in vkCreateCommandPool() function
|
/hardware/google/gfxstream/host/tests/ |
D | DisplayVk_unittest.cpp | 44 ASSERT_EQ(k_vk->vkCreateCommandPool(m_vkDevice, &commandPoolCi, nullptr, &m_vkCommandPool), in SetUp()
|
D | CompositorVk_unittest.cpp | 66 ASSERT_EQ(k_vk->vkCreateCommandPool(m_vkDevice, &commandPoolCi, nullptr, &m_vkCommandPool), in SetUp()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_dispatch.h | 156 PFN_vkCreateCommandPool vkCreateCommandPool; member
|
D | goldfish_vk_dispatch.cpp | 430 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/ |
D | DisplayVk.cpp | 79 VK_CHECK(m_vk.vkCreateCommandPool(m_vkDevice, &commandPoolCi, nullptr, &m_vkCommandPool)); in DisplayVk()
|
D | VkAndroidNativeBuffer.cpp | 464 vk->vkCreateCommandPool(device, &poolCreateInfo, nullptr, &pool); in setup()
|
D | CompositorVk.cpp | 528 VK_CHECK(m_vk.vkCreateCommandPool(m_vkDevice, &commandPoolCreateInfo, nullptr, &commandPool)); in setUpCommandPool()
|
D | VkCommonOperations.cpp | 1196 VkResult poolCreateRes = dvk->vkCreateCommandPool(sVkEmulation->device, &poolCi, nullptr, in createGlobalVkEmulation()
|
D | VkDecoderSnapshot.h | 388 void vkCreateCommandPool(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes,
|
D | VkDecoderSnapshot.cpp | 860 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()
|
D | VkDecoderGlobalState.cpp | 456 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/ |
D | vulkansc.hpp | 1462 …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 5183 …vkCreateCommandPool = PFN_vkCreateCommandPool( vkGetInstanceProcAddr( instance, "vkCreateCommandPo… in init() 5605 …vkCreateCommandPool = PFN_vkCreateCommandPool( vkGetDeviceProcAddr( device, "vkCreateCommandPool" … in init()
|
D | vulkan.hpp | 1523 …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 10388 …vkCreateCommandPool = PFN_vkCreateCommandPool( vkGetInstanceProcAddr( instance, "vkCreateCommandPo… in init() 11470 …vkCreateCommandPool = PFN_vkCreateCommandPool( vkGetDeviceProcAddr( device, "vkCreateCommandPool" … in init()
|
D | vulkansc_raii.hpp | 346 …vkCreateCommandPool = 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()
|
D | vulkansc_funcs.hpp | 2795 …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()
|
D | vulkan_raii.hpp | 670 …vkCreateCommandPool = 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/ |
D | VkEncoder.h | 268 VkResult vkCreateCommandPool(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | cmdbuffers.adoc | 161 [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[]
|
D | memory.adoc | 450 ** fname:vkCreateCommandPool
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 4551 VKAPI_ATTR VkResult VKAPI_CALL vkCreateCommandPool(
|