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()
DContextVk.cpp194 char GetLoadOpShorthand(uint32_t loadOp) in GetLoadOpShorthand() function
4708 loadOps += GetLoadOpShorthand(mAttachmentOps[i].loadOp); in addRenderPassCommandDiagnostics()
4721 loadOps += GetLoadOpShorthand(mAttachmentOps[dsIndex].loadOp); in addRenderPassCommandDiagnostics()
4722 loadOps += GetLoadOpShorthand(mAttachmentOps[dsIndex].stencilLoadOp); in addRenderPassCommandDiagnostics()