Home
last modified time | relevance | path

Searched refs:batchData (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DIndirectDrawValidationEncoder.cpp212 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() local
305 batch.batchInfo = new (&batchData[batch.dataBufferOffset]) BatchInfo(); in EncodeIndirectDrawValidationCommands()
352 static_cast<const uint8_t*>(pass.batchData.get()), in EncodeIndirectDrawValidationCommands()