Searched refs:currentPass (Results 1 – 1 of 1) sorted by relevance
259 Pass* currentPass = passes.empty() ? nullptr : &passes.back(); in EncodeIndirectDrawValidationCommands() local260 if (currentPass && currentPass->clientIndirectBuffer == clientIndirectBuffer) { in EncodeIndirectDrawValidationCommands()262 Align(currentPass->batchDataSize, minStorageBufferOffsetAlignment); in EncodeIndirectDrawValidationCommands()267 currentPass->batchDataSize = newPassBatchDataSize; in EncodeIndirectDrawValidationCommands()268 currentPass->batches.push_back(newBatch); in EncodeIndirectDrawValidationCommands()