Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DIndirectDrawValidationEncoder.cpp39 struct BatchInfo { struct
177 return sizeof(BatchInfo) + numDraws * sizeof(uint32_t); in GetBatchDataSize()
186 (limits.v1.maxStorageBufferBindingSize - sizeof(BatchInfo)) / sizeof(uint32_t); in ComputeMaxDrawCallsPerIndirectValidationBatch()
205 BatchInfo* batchInfo; in EncodeIndirectDrawValidationCommands()
305 batch.batchInfo = new (&batchData[batch.dataBufferOffset]) BatchInfo(); in EncodeIndirectDrawValidationCommands()