Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DIndirectDrawValidationEncoder.cpp36 constexpr uint64_t kWorkgroupSize = 64; variable
184 static_cast<uint64_t>(limits.v1.maxComputeWorkgroupsPerDimension) * kWorkgroupSize; in ComputeMaxDrawCallsPerIndirectValidationBatch()
375 (batch.batchInfo->numDraws + kWorkgroupSize - 1) / kWorkgroupSize; in EncodeIndirectDrawValidationCommands()