Home
last modified time | relevance | path

Searched refs:kDrawIndexedIndirectSize (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DIndirectDrawValidationEncoder.cpp249 batch.maxOffset + kDrawIndexedIndirectSize - minOffsetAlignedDown; in EncodeIndirectDrawValidationCommands()
251 newBatch.validatedParamsSize = batch.draws.size() * kDrawIndexedIndirectSize; in EncodeIndirectDrawValidationCommands()
319 validatedParamsOffset += kDrawIndexedIndirectSize; in EncodeIndirectDrawValidationCommands()
H A DIndirectDrawMetadata.cpp30 kDrawIndexedIndirectSize; in ComputeMaxIndirectValidationBatchOffsetRange()
H A DRenderEncoderBase.cpp199 kDrawIndexedIndirectSize > indirectBuffer->GetSize() - indirectOffset), in APIDrawIndexedIndirect()
/third_party/skia/third_party/externals/dawn/src/common/
H A DConstants.h44 static constexpr uint64_t kDrawIndexedIndirectSize = 5 * sizeof(uint32_t); variable
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DBufferZeroInitTests.cpp409 const uint64_t bufferSize = kDrawIndexedIndirectSize + indirectBufferOffset; in TestBufferZeroInitAsIndirectBufferForDrawIndexedIndirect()

Completed in 8 milliseconds