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

  /external/skia/src/gpu/vk/
GrVkGpu.cpp 129 const VkCommandPoolCreateInfo cmdPoolInfo = {
136 GR_VK_CALL_ERRCHECK(this->vkInterface(), CreateCommandPool(fDevice, &cmdPoolInfo, nullptr,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 575 const VkCommandPoolCreateInfo cmdPoolInfo =
582 const Unique<VkCommandPool> cmdPool (createCommandPool(vkd, device, &cmdPoolInfo));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp     [all...]

Completed in 2112 milliseconds