Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DCommandGraph.cpp147 const char *GetLoadOpShorthand(uint32_t loadOp) in GetLoadOpShorthand() function
857 loadOps += GetLoadOpShorthand(mRenderPassAttachmentOps[i].loadOp); in dumpCommandsForDiagnostics()
870 loadOps += GetLoadOpShorthand(mRenderPassAttachmentOps[dsIndex].loadOp); in dumpCommandsForDiagnostics()
871 loadOps += GetLoadOpShorthand(mRenderPassAttachmentOps[dsIndex].stencilLoadOp); in dumpCommandsForDiagnostics()
Dvk_helpers.cpp1769 char GetLoadOpShorthand(uint32_t loadOp) in GetLoadOpShorthand() function
1825 loadOps += GetLoadOpShorthand(mAttachmentOps[attachmentIndexVk].loadOp); in addCommandDiagnostics()
1839 loadOps += GetLoadOpShorthand(mAttachmentOps[attachmentIndexVk].loadOp); in addCommandDiagnostics()
1840 loadOps += GetLoadOpShorthand(mAttachmentOps[attachmentIndexVk].stencilLoadOp); in addCommandDiagnostics()