Lines Matching refs:counterBufferCount

2544                 uint32_t counterBufferCount;  in subDecode()  local
2551 memcpy((uint32_t*)&counterBufferCount, *readStreamPtrPtr, sizeof(uint32_t)); in subDecode()
2558 if (((counterBufferCount)) <= MAX_STACK_ITEMS) { in subDecode()
2562 ((counterBufferCount)) * sizeof(const VkBuffer)); in subDecode()
2564 if (((counterBufferCount))) { in subDecode()
2566 *readStreamPtrPtr += 8 * ((counterBufferCount)); in subDecode()
2567 for (uint32_t k = 0; k < ((counterBufferCount)); ++k) { in subDecode()
2580 if (((counterBufferCount)) <= MAX_STACK_ITEMS) { in subDecode()
2584 ((counterBufferCount)) * sizeof(const VkDeviceSize)); in subDecode()
2587 ((counterBufferCount)) * sizeof(const VkDeviceSize)); in subDecode()
2588 *readStreamPtrPtr += ((counterBufferCount)) * sizeof(const VkDeviceSize); in subDecode()
2591 firstCounterBuffer, counterBufferCount, in subDecode()
2599 uint32_t counterBufferCount; in subDecode() local
2606 memcpy((uint32_t*)&counterBufferCount, *readStreamPtrPtr, sizeof(uint32_t)); in subDecode()
2613 if (((counterBufferCount)) <= MAX_STACK_ITEMS) { in subDecode()
2617 ((counterBufferCount)) * sizeof(const VkBuffer)); in subDecode()
2619 if (((counterBufferCount))) { in subDecode()
2621 *readStreamPtrPtr += 8 * ((counterBufferCount)); in subDecode()
2622 for (uint32_t k = 0; k < ((counterBufferCount)); ++k) { in subDecode()
2635 if (((counterBufferCount)) <= MAX_STACK_ITEMS) { in subDecode()
2639 ((counterBufferCount)) * sizeof(const VkDeviceSize)); in subDecode()
2642 ((counterBufferCount)) * sizeof(const VkDeviceSize)); in subDecode()
2643 *readStreamPtrPtr += ((counterBufferCount)) * sizeof(const VkDeviceSize); in subDecode()
2646 firstCounterBuffer, counterBufferCount, in subDecode()