Searched refs:batchData (Results 1 – 1 of 1) sorted by relevance
212 std::unique_ptr<void, void (*)(void*)> batchData{nullptr, std::free}; in EncodeIndirectDrawValidationCommands()301 pass.batchData = {std::malloc(pass.batchDataSize), std::free}; in EncodeIndirectDrawValidationCommands()302 memset(pass.batchData.get(), 0, pass.batchDataSize); in EncodeIndirectDrawValidationCommands()303 uint8_t* batchData = static_cast<uint8_t*>(pass.batchData.get()); in EncodeIndirectDrawValidationCommands() local305 batch.batchInfo = new (&batchData[batch.dataBufferOffset]) BatchInfo(); in EncodeIndirectDrawValidationCommands()352 static_cast<const uint8_t*>(pass.batchData.get()), in EncodeIndirectDrawValidationCommands()