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

  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiNullHandleTests.cpp 193 const VkCommandPoolCreateInfo cmdPoolCreateInfo =
206 const Unique<VkCommandPool> cmdPool (createCommandPool(vk, device, &cmdPoolCreateInfo));
214 const Unique<VkCommandPool> cmdPool (createCommandPool(vk, device, &cmdPoolCreateInfo, recordingAllocator.getCallbacks()));
vktApiCommandBuffersTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderBuiltinVarTests.cpp 593 const VkCommandPoolCreateInfo cmdPoolCreateInfo =
601 cmdPool = createCommandPool(vk, device, &cmdPoolCreateInfo);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp     [all...]

Completed in 367 milliseconds