HomeSort by relevance Sort by last modified time
    Searched defs:CommandPool (Results 1 - 3 of 3) sorted by null

  /external/vulkan-validation-layers/tests/
vktestbinding.h 65 class CommandPool;
658 class CommandPool : public internal::NonDispHandle<VkCommandPool> {
660 ~CommandPool();
662 explicit CommandPool() : NonDispHandle() {}
663 explicit CommandPool(const Device &dev,
674 CommandPool::create_info(uint32_t queue_family_index) {
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp     [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver.cpp 653 // CommandPool
655 struct CommandPool {
659 DEFINE_OBJECT_HANDLE_CONVERSION(CommandPool)
667 CommandPool* pool = static_cast<CommandPool*>(allocator->pfnAllocation(
668 allocator->pUserData, sizeof(CommandPool), alignof(CommandPool),
680 CommandPool* pool = GetCommandPoolFromHandle(cmd_pool);
691 CommandPool& pool = *GetCommandPoolFromHandle(alloc_info->commandPool);
    [all...]

Completed in 3137 milliseconds