Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp154 const DebugUtilsLabelParams *params = in executeCommands()
155 getParamPtr<DebugUtilsLabelParams>(currentCommand); in executeCommands()
156 const char *pLabelName = Offset<char>(params, sizeof(DebugUtilsLabelParams)); in executeCommands()
456 const DebugUtilsLabelParams *params = in executeCommands()
457 getParamPtr<DebugUtilsLabelParams>(currentCommand); in executeCommands()
458 const char *pLabelName = Offset<char>(params, sizeof(DebugUtilsLabelParams)); in executeCommands()
DSecondaryCommandBuffer.h221 struct DebugUtilsLabelParams struct
225 VERIFY_4_BYTE_ALIGNMENT(DebugUtilsLabelParams) argument
871 DebugUtilsLabelParams *paramStruct = in commonDebugUtilsLabel()
872 initCommand<DebugUtilsLabelParams>(cmd, alignedStringSize, &writePtr); in commonDebugUtilsLabel()