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

1 2 34

  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageMutableTests.cpp 836 Move<VkCommandBuffer> makeCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool)
838 return allocateCommandBuffer(vk, device, commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleInterpolationTests.cpp 606 const Unique<VkCommandPool> commandPool(createCommandPool(deviceInterface, device, (VkCommandPoolCreateFlags)VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT, queueFamilyIndex));
607 const Unique<VkCommandBuffer> commandBuffer(makeCommandBuffer(deviceInterface, device, *commandPool));
    [all...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp     [all...]
  /external/vulkan-validation-layers/demos/smoke/
Smoke.cpp 436 cmd_info.commandPool = cmd_pool;
  /external/vulkan-validation-layers/tests/
vktestbinding.h 57 class CommandPool;
560 class CommandPool : public internal::NonDispHandle<VkCommandPool> {
562 ~CommandPool();
564 explicit CommandPool() : NonDispHandle() {}
565 explicit CommandPool(const Device &dev, const VkCommandPoolCreateInfo &info) { init(dev, info); }
572 inline VkCommandPoolCreateInfo CommandPool::create_info(uint32_t queue_family_index) {
848 info.commandPool = pool;
layer_validation_tests.cpp     [all...]
  /frameworks/base/libs/hwui/renderthread/
VulkanManager.cpp 331 commandBuffersInfo.commandPool = mCommandPool;
  /frameworks/rs/rsov/driver/
rsovScript.cpp 574 .commandPool = mRSoV->getCmdPool(),
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/object_tracker/
object_tracker.cpp     [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver.cpp 691 // CommandPool
693 struct CommandPool {
697 DEFINE_OBJECT_HANDLE_CONVERSION(CommandPool)
705 CommandPool* pool = static_cast<CommandPool*>(allocator->pfnAllocation(
706 allocator->pUserData, sizeof(CommandPool), alignof(CommandPool),
718 CommandPool* pool = GetCommandPoolFromHandle(cmd_pool);
729 CommandPool& pool = *GetCommandPoolFromHandle(alloc_info->commandPool);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_safe_struct.h     [all...]
vk_struct_wrappers.h 630 VkCommandPool get_commandPool() { return m_struct.commandPool; }
631 void set_commandPool(VkCommandPool inValue) { m_struct.commandPool = inValue; }
    [all...]
vk_struct_string_helper.h     [all...]
vk_struct_string_helper_cpp.h     [all...]
vk_struct_string_helper_no_addr_cpp.h     [all...]
vk_struct_wrappers.cpp     [all...]
  /external/vulkan-validation-layers/demos/
cube.c 572 .commandPool = demo->cmd_pool,
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkStructTypes.inl 1007 VkCommandPool commandPool;
    [all...]
vkStrUtilImpl.inl     [all...]

Completed in 757 milliseconds

1 2 34