Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DIndirectDrawMetadata.cpp167 uint64_t numIndexBufferElements; in AddIndexedIndirectDraw() local
170 numIndexBufferElements = indexBufferSize / 2; in AddIndexedIndirectDraw()
173 numIndexBufferElements = indexBufferSize / 4; in AddIndexedIndirectDraw()
179 const IndexedIndirectConfig config(indirectBuffer, numIndexBufferElements); in AddIndexedIndirectDraw()
DIndirectDrawValidationEncoder.cpp40 uint64_t numIndexBufferElements; member
198 uint64_t numIndexBufferElements; in EncodeIndirectDrawValidationCommands() member
245 newBatch.numIndexBufferElements = config.second; in EncodeIndirectDrawValidationCommands()
306 batch.batchInfo->numIndexBufferElements = batch.numIndexBufferElements; in EncodeIndirectDrawValidationCommands()