Home
last modified time | relevance | path

Searched defs:VkSubmitInfo (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl317 struct VkSubmitInfo struct
319 VkStructureType sType;
320 const void* pNext;
321 deUint32 waitSemaphoreCount;
322 const VkSemaphore* pWaitSemaphores;
323 const VkPipelineStageFlags* pWaitDstStageMask;
324 deUint32 commandBufferCount;
325 const VkCommandBuffer* pCommandBuffers;
326 deUint32 signalSemaphoreCount;
327 const VkSemaphore* pSignalSemaphores;
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1425 typedef struct VkSubmitInfo { struct
1435 } VkSubmitInfo; argument
/external/skia/third_party/vulkan/
Dvulkan.h1416 typedef struct VkSubmitInfo { struct
1426 } VkSubmitInfo; typedef