Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommandBufferStateTracker.cpp169 (static_cast<uint64_t>(firstIndex) + indexCount) * IndexFormatSize(mIndexFormat) > in ValidateIndexBufferInRange()
173 firstIndex, indexCount, mIndexFormat, mIndexBufferSize); in ValidateIndexBufferInRange()
230 mIndexFormat == lastRenderPipeline->GetStripIndexFormat()) { in RecomputeLazyAspects()
258 mIndexFormat != pipelineIndexFormat, in CheckMissingAspects()
260 pipelineIndexFormat, lastRenderPipeline, mIndexFormat); in CheckMissingAspects()
352 mIndexFormat = format; in SetIndexBuffer()
400 return mIndexFormat; in GetIndexFormat()
DCommandBufferStateTracker.h73 wgpu::IndexFormat mIndexFormat; variable