Home
last modified time | relevance | path

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

/external/angle/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()
462 const DebugUtilsLabelParams *params = in executeCommands()
463 getParamPtr<DebugUtilsLabelParams>(currentCommand); in executeCommands()
464 const char *pLabelName = Offset<char>(params, sizeof(DebugUtilsLabelParams)); in executeCommands()
DSecondaryCommandBuffer.h216 struct DebugUtilsLabelParams struct
220 VERIFY_4_BYTE_ALIGNMENT(DebugUtilsLabelParams) argument
844 DebugUtilsLabelParams *paramStruct = in commonDebugUtilsLabel()
845 initCommand<DebugUtilsLabelParams>(cmd, alignedStringSize, &writePtr); in commonDebugUtilsLabel()