Home | History | Annotate | Download | only in include

Lines Matching refs:pWaitSemaphores

107         for(uint32_t index2=0;index2<pSubmits[index].waitSemaphoreCount;index2++)        startWriteObject(my_data, pSubmits[index].pWaitSemaphores[index2]);
112 // Host access to pSubmits[].pWaitSemaphores[],pSubmits[].pSignalSemaphores[] must be externally synchronized
118 for(uint32_t index2=0;index2<pSubmits[index].waitSemaphoreCount;index2++) finishWriteObject(my_data, pSubmits[index].pWaitSemaphores[index2]);
123 // Host access to pSubmits[].pWaitSemaphores[],pSubmits[].pSignalSemaphores[] must be externally synchronized
403 for(uint32_t index2=0;index2<pBindInfo[index].waitSemaphoreCount;index2++) startWriteObject(my_data, pBindInfo[index].pWaitSemaphores[index2]);
411 // Host access to pBindInfo[].pWaitSemaphores[],pBindInfo[].pSignalSemaphores[],pBindInfo[].pBufferBinds[].buffer,pBindInfo[].pImageOpaqueBinds[].image,pBindInfo[].pImageBinds[].image must be externally synchronized
417 for(uint32_t index2=0;index2<pBindInfo[index].waitSemaphoreCount;index2++) finishWriteObject(my_data, pBindInfo[index].pWaitSemaphores[index2]);
425 // Host access to pBindInfo[].pWaitSemaphores[],pBindInfo[].pSignalSemaphores[],pBindInfo[].pBufferBinds[].buffer,pBindInfo[].pImageOpaqueBinds[].image,pBindInfo[].pImageBinds[].image must be externally synchronized