HomeSort by relevance Sort by last modified time
    Searched refs:commandPool (Results 26 - 50 of 94) sorted by null

12 3 4

  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSwapchainTests.cpp     [all...]
vktWsiSharedPresentableImageTests.cpp 288 vk::VkCommandPool commandPool,
303 commandPool,
348 vk::VkCommandPool commandPool,
354 vkd.freeCommandBuffers(device, commandPool, 1u, &commandBuffers[ndx]);
    [all...]
vktWsiDisplayTimingTests.cpp 276 vk::VkCommandPool commandPool,
291 commandPool,
336 vk::VkCommandPool commandPool,
342 vkd.freeCommandBuffers(device, commandPool, 1u, &commandBuffers[ndx]);
    [all...]
vktWsiIncrementalPresentTests.cpp 361 vk::VkCommandPool commandPool,
378 commandPool,
449 vk::VkCommandPool commandPool,
455 vkd.freeCommandBuffers(device, commandPool, 1u, &commandBuffers[ndx]);
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkFunctionPointerTypes.inl 90 typedef VKAPI_ATTR void (VKAPI_CALL* DestroyCommandPoolFunc) (VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator);
91 typedef VKAPI_ATTR VkResult (VKAPI_CALL* ResetCommandPoolFunc) (VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags);
93 typedef VKAPI_ATTR void (VKAPI_CALL* FreeCommandBuffersFunc) (VkDevice device, VkCommandPool commandPool, deUint32 commandBufferCount, const VkCommandBuffer* pCommandBuffers);
177 typedef VKAPI_ATTR void (VKAPI_CALL* TrimCommandPoolKHRFunc) (VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlagsKHR flags);
    [all...]
vkNullDriver.cpp 334 class CommandPool
337 CommandPool (VkDevice device, const VkCommandPoolCreateInfo*)
340 ~CommandPool (void);
351 CommandPool::~CommandPool (void)
357 VkCommandBuffer CommandPool::allocate (VkCommandBufferLevel level)
374 void CommandPool::free (VkCommandBuffer buffer)
    [all...]
vkNullDriverImpl.inl 121 VK_NULL_RETURN((*pCommandPool = allocateNonDispHandle<CommandPool, VkCommandPool>(device, pCreateInfo, pAllocator)));
308 VKAPI_ATTR void VKAPI_CALL destroyCommandPool (VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator)
311 freeNonDispHandle<CommandPool, VkCommandPool>(commandPool, pAllocator);
557 VKAPI_ATTR VkResult VKAPI_CALL resetCommandPool (VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags)
560 DE_UNREF(commandPool);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesImageSparseBinding.cpp 231 const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQueue.queueFamilyIndex));
232 const Unique<VkCommandBuffer> commandBuffer(allocateCommandBuffer(deviceInterface, getDevice(), *commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY));
vktSparseResourcesMipmapSparseResidency.cpp 350 const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQueue.queueFamilyIndex));
351 const Unique<VkCommandBuffer> commandBuffer(allocateCommandBuffer(deviceInterface, getDevice(), *commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY));
vktSparseResourcesImageMemoryAliasing.cpp 392 const Unique<VkCommandPool> commandPool (makeCommandPool(deviceInterface, getDevice(), computeQueue.queueFamilyIndex));
393 const Unique<VkCommandBuffer> commandBuffer(allocateCommandBuffer(deviceInterface, getDevice(), *commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY));
    [all...]
vktSparseResourcesImageSparseResidency.cpp 435 const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQueue.queueFamilyIndex));
436 const Unique<VkCommandBuffer> commandBuffer(allocateCommandBuffer(deviceInterface, getDevice(), *commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY));
vktSparseResourcesShaderIntrinsicsBase.cpp 494 const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), extractQueue.queueFamilyIndex));
495 const Unique<VkCommandBuffer> commandBuffer(allocateCommandBuffer(deviceInterface, getDevice(), *commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY));
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationUtil.cpp 108 Move<VkCommandBuffer> makeCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool)
114 commandPool, // VkCommandPool commandPool;
    [all...]
vktSynchronizationUtil.hpp 227 vk::Move<vk::VkCommandBuffer> makeCommandBuffer (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkCommandPool commandPool);
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.h 117 VKAPI_ATTR void DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator);
118 VKAPI_ATTR VkResult ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags);
120 VKAPI_ATTR void FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers);
  /external/vulkan-validation-layers/layers/
object_tracker.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp     [all...]
  /external/vulkan-validation-layers/loader/
trampoline.c     [all...]
  /external/vulkan-validation-layers/tests/layers/
wrap_objects.cpp 660 VKAPI_ATTR void VKAPI_CALL vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator)
662 device_dispatch_table(device)->DestroyCommandPool(device, commandPool, pAllocator);
665 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags)
667 VkResult result = device_dispatch_table(device)->ResetCommandPool(device, commandPool, flags);
677 VKAPI_ATTR void VKAPI_CALL vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers)
679 device_dispatch_table(device)->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolOcclusionTests.cpp 511 vk::Move<vk::VkCommandBuffer> recordQueryPoolReset (vk::VkCommandPool commandPool);
512 vk::Move<vk::VkCommandBuffer> recordRender (vk::VkCommandPool commandPool);
513 vk::Move<vk::VkCommandBuffer> recordCopyResults (vk::VkCommandPool commandPool);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
thread_check.h     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktDrawUtil.cpp 157 Move<VkCommandBuffer> makeCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool)
163 commandPool, // VkCommandPool commandPool;
    [all...]
  /external/vulkan-validation-layers/tests/
vktestbinding.cpp 707 NON_DISPATCHABLE_HANDLE_DTOR(CommandPool, vkDestroyCommandPool)
709 void CommandPool::init(const Device &dev, const VkCommandPoolCreateInfo &info) {
723 // Make sure commandPool is set
724 assert(info.commandPool);
729 cmd_pool_ = info.commandPool;
  /development/ndk/platforms/android-24/include/vulkan/
vulkan.h     [all...]

Completed in 1580 milliseconds

12 3 4