Home | History | Annotate | Download | only in vulkan

Lines Matching refs:commandBufferCount

967 		if (!pSubmits[i].commandBufferCount)
971 pSubmits[i].commandBufferCount);
973 for (uint32_t j = 0; j < pSubmits[i].commandBufferCount; j++) {
983 for (uint32_t j = 0; j < pSubmits[i].commandBufferCount; j += advance) {
985 commandBufferCount - j);
987 bool e = j + advance == pSubmits[i].commandBufferCount;