Lines Matching refs:eventCount
977 uint32_t eventCount; in subDecode() local
991 memcpy((uint32_t*)&eventCount, *readStreamPtrPtr, sizeof(uint32_t)); in subDecode()
993 if (((eventCount)) <= MAX_STACK_ITEMS) { in subDecode()
996 readStream->alloc((void**)&pEvents, ((eventCount)) * sizeof(const VkEvent)); in subDecode()
998 if (((eventCount))) { in subDecode()
1000 *readStreamPtrPtr += 8 * ((eventCount)); in subDecode()
1001 for (uint32_t k = 0; k < ((eventCount)); ++k) { in subDecode()
1072 vk->vkCmdWaitEvents((VkCommandBuffer)dispatchHandle, eventCount, pEvents, in subDecode()
1577 uint32_t eventCount; in subDecode() local
1582 memcpy((uint32_t*)&eventCount, *readStreamPtrPtr, sizeof(uint32_t)); in subDecode()
1584 if (((eventCount)) <= MAX_STACK_ITEMS) { in subDecode()
1587 readStream->alloc((void**)&pEvents, ((eventCount)) * sizeof(const VkEvent)); in subDecode()
1589 if (((eventCount))) { in subDecode()
1591 *readStreamPtrPtr += 8 * ((eventCount)); in subDecode()
1592 for (uint32_t k = 0; k < ((eventCount)); ++k) { in subDecode()
1598 if (((eventCount)) <= MAX_STACK_ITEMS) { in subDecode()
1602 ((eventCount)) * sizeof(const VkDependencyInfo)); in subDecode()
1604 for (uint32_t i = 0; i < (uint32_t)((eventCount)); ++i) { in subDecode()
1610 for (uint32_t i = 0; i < (uint32_t)((eventCount)); ++i) { in subDecode()
1615 vk->vkCmdWaitEvents2((VkCommandBuffer)dispatchHandle, eventCount, pEvents, in subDecode()
2248 uint32_t eventCount; in subDecode() local
2253 memcpy((uint32_t*)&eventCount, *readStreamPtrPtr, sizeof(uint32_t)); in subDecode()
2255 if (((eventCount)) <= MAX_STACK_ITEMS) { in subDecode()
2258 readStream->alloc((void**)&pEvents, ((eventCount)) * sizeof(const VkEvent)); in subDecode()
2260 if (((eventCount))) { in subDecode()
2262 *readStreamPtrPtr += 8 * ((eventCount)); in subDecode()
2263 for (uint32_t k = 0; k < ((eventCount)); ++k) { in subDecode()
2269 if (((eventCount)) <= MAX_STACK_ITEMS) { in subDecode()
2273 ((eventCount)) * sizeof(const VkDependencyInfo)); in subDecode()
2275 for (uint32_t i = 0; i < (uint32_t)((eventCount)); ++i) { in subDecode()
2281 for (uint32_t i = 0; i < (uint32_t)((eventCount)); ++i) { in subDecode()
2286 vk->vkCmdWaitEvents2KHR((VkCommandBuffer)dispatchHandle, eventCount, pEvents, in subDecode()