Searched refs:dsIndex (Results 1 – 3 of 3) sorted by relevance
868 size_t dsIndex = colorAttachmentCount; in dumpCommandsForDiagnostics() local870 loadOps += GetLoadOpShorthand(mRenderPassAttachmentOps[dsIndex].loadOp); in dumpCommandsForDiagnostics()871 loadOps += GetLoadOpShorthand(mRenderPassAttachmentOps[dsIndex].stencilLoadOp); in dumpCommandsForDiagnostics()873 storeOps += GetStoreOpShorthand(mRenderPassAttachmentOps[dsIndex].storeOp); in dumpCommandsForDiagnostics()874 storeOps += GetStoreOpShorthand(mRenderPassAttachmentOps[dsIndex].stencilStoreOp); in dumpCommandsForDiagnostics()
1967 DescriptorSetIndex dsIndex = CacheTypeToDescriptorSetIndex(cacheType); in accumulateCacheStats() local1969 mPerfCounters.descriptorSetCacheHits[dsIndex] += in accumulateCacheStats()1971 mPerfCounters.descriptorSetCacheMisses[dsIndex] += in accumulateCacheStats()
343 uint32_t dsIndex = pContext->curStateId % pContext->MAX_DRAWS_IN_FLIGHT; in GetDrawContext() local344 pCurDrawContext->pState = &pContext->dsRing[dsIndex]; in GetDrawContext()