MCPcopy Create free account
hub / github.com/KhronosGroup/OpenCL-CTS / dispatch

Method dispatch

test_conformance/common/vulkan_wrapper/vulkan_wrapper.cpp:1632–1636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1630 NULL, (uint32_t)vkImageMemoryBarrierList.size(),
1631 vkImageMemoryBarrierList.data());
1632}
1633
1634void VulkanCommandBuffer::dispatch(uint32_t groupCountX, uint32_t groupCountY,
1635 uint32_t groupCountZ)
1636{
1637 vkCmdDispatch(m_vkCommandBuffer, groupCountX, groupCountY, groupCountZ);
1638}
1639

Calls

no outgoing calls