Home | History | Annotate | Download | only in core_validation

Lines Matching refs:commandBufferCount

367 	commandBufferCount(pInStruct->commandBufferCount),
382 pCommandBuffers = new VkCommandBuffer[pInStruct->commandBufferCount];
383 memcpy ((void *)pCommandBuffers, (void *)pInStruct->pCommandBuffers, sizeof(VkCommandBuffer)*pInStruct->commandBufferCount);
402 commandBufferCount = src.commandBufferCount;
416 pCommandBuffers = new VkCommandBuffer[src.commandBufferCount];
417 memcpy ((void *)pCommandBuffers, (void *)src.pCommandBuffers, sizeof(VkCommandBuffer)*src.commandBufferCount);
446 commandBufferCount = pInStruct->commandBufferCount;
460 pCommandBuffers = new VkCommandBuffer[pInStruct->commandBufferCount];
461 commandBufferCount);
478 commandBufferCount = src->commandBufferCount;
492 pCommandBuffers = new VkCommandBuffer[src->commandBufferCount];
493 memcpy ((void *)pCommandBuffers, (void *)src->pCommandBuffers, sizeof(VkCommandBuffer)*src->commandBufferCount);
3554 commandBufferCount(pInStruct->commandBufferCount)
3566 commandBufferCount = src.commandBufferCount;
3579 commandBufferCount = pInStruct->commandBufferCount;
3588 commandBufferCount = src->commandBufferCount;