Home | History | Annotate | Download | only in unique_objects

Lines Matching refs:pWaitSemaphores

365 	pWaitSemaphores(NULL),
372 if (waitSemaphoreCount && pInStruct->pWaitSemaphores) {
373 pWaitSemaphores = new VkSemaphore[waitSemaphoreCount];
375 pWaitSemaphores[i] = pInStruct->pWaitSemaphores[i];
400 pWaitSemaphores = NULL;
406 if (waitSemaphoreCount && src.pWaitSemaphores) {
407 pWaitSemaphores = new VkSemaphore[waitSemaphoreCount];
409 pWaitSemaphores[i] = src.pWaitSemaphores[i];
429 if (pWaitSemaphores)
430 delete[] pWaitSemaphores;
444 pWaitSemaphores = NULL;
450 if (waitSemaphoreCount && pInStruct->pWaitSemaphores) {
451 pWaitSemaphores = new VkSemaphore[waitSemaphoreCount];
453 pWaitSemaphores[i] = pInStruct->pWaitSemaphores[i];
476 pWaitSemaphores = NULL;
482 if (waitSemaphoreCount && src->pWaitSemaphores) {
483 pWaitSemaphores = new VkSemaphore[waitSemaphoreCount];
485 pWaitSemaphores[i] = src->pWaitSemaphores[i];
767 pWaitSemaphores(NULL),
777 if (waitSemaphoreCount && pInStruct->pWaitSemaphores) {
778 pWaitSemaphores = new VkSemaphore[waitSemaphoreCount];
780 pWaitSemaphores[i] = pInStruct->pWaitSemaphores[i];
816 pWaitSemaphores = NULL;
825 if (waitSemaphoreCount && src.pWaitSemaphores) {
826 pWaitSemaphores = new VkSemaphore[waitSemaphoreCount];
828 pWaitSemaphores[i] = src.pWaitSemaphores[i];
859 if (pWaitSemaphores)
860 delete[] pWaitSemaphores;
876 pWaitSemaphores = NULL;
885 if (waitSemaphoreCount && pInStruct->pWaitSemaphores) {
886 pWaitSemaphores = new VkSemaphore[waitSemaphoreCount];
888 pWaitSemaphores[i] = pInStruct->pWaitSemaphores[i];
922 pWaitSemaphores = NULL;
931 if (waitSemaphoreCount && src->pWaitSemaphores) {
932 pWaitSemaphores = new VkSemaphore[waitSemaphoreCount];
934 pWaitSemaphores[i] = src->pWaitSemaphores[i];
4021 pWaitSemaphores(NULL),
4027 if (waitSemaphoreCount && pInStruct->pWaitSemaphores) {
4028 pWaitSemaphores = new VkSemaphore[waitSemaphoreCount];
4030 pWaitSemaphores[i] = pInStruct->pWaitSemaphores[i];
4048 pWaitSemaphores = NULL;
4053 if (waitSemaphoreCount && src.pWaitSemaphores) {
4054 pWaitSemaphores = new VkSemaphore[waitSemaphoreCount];
4056 pWaitSemaphores[i] = src.pWaitSemaphores[i];
4069 if (pWaitSemaphores)
4070 delete[] pWaitSemaphores;
4080 pWaitSemaphores = NULL;
4085 if (waitSemaphoreCount && pInStruct->pWaitSemaphores) {
4086 pWaitSemaphores = new VkSemaphore[waitSemaphoreCount];
4088 pWaitSemaphores[i] = pInStruct->pWaitSemaphores[i];
4104 pWaitSemaphores = NULL;
4109 if (waitSemaphoreCount && src->pWaitSemaphores) {
4110 pWaitSemaphores = new VkSemaphore[waitSemaphoreCount];
4112 pWaitSemaphores[i] = src->pWaitSemaphores[i];