Home
last modified time | relevance | path

Searched refs:pLabelName (Results 1 – 25 of 33) sorted by relevance

12

/external/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp198 const char *pLabelName = Offset<char>(params, sizeof(DebugUtilsLabelParams)); in executeCommands() local
202 pLabelName, in executeCommands()
512 const char *pLabelName = Offset<char>(params, sizeof(DebugUtilsLabelParams)); in executeCommands() local
516 pLabelName, in executeCommands()
DSecondaryCommandBuffer.h1043 const size_t stringSize = strlen(label.pLabelName) + 1; in commonDebugUtilsLabel()
1051 storePointerParameter(writePtr, label.pLabelName, stringSize); in commonDebugUtilsLabel()
DCommandGraph.cpp187 label->pLabelName = marker; in MakeDebugUtilsLabel()
Dvk_utils.cpp794 label->pLabelName = marker; in MakeDebugUtilsLabel()
DRendererVk.cpp751 log << std::string(indent++, ' ') << callbackData->pQueueLabels[i].pLabelName in DebugUtilsMessenger()
760 log << std::string(indent++, ' ') << callbackData->pCmdBufLabels[i].pLabelName in DebugUtilsMessenger()
DContextVk.cpp2006 label.pLabelName = oglCmds.c_str(); in handleDirtyEventLogImpl()
2011 label.pLabelName = mEventLog[i].c_str(); in handleDirtyEventLogImpl()
/external/vulkan-validation-layers/layers/
Dvk_layer_logging.h94 out.pLabelName = name.c_str(); in Export()
101 if (label_info && label_info->pLabelName) { in LoggingLabel()
102 name = label_info->pLabelName; in LoggingLabel()
1167 if (nullptr != label_info && nullptr != label_info->pLabelName) { in BeginQueueDebugUtilsLabel()
1203 if (nullptr != label_info && nullptr != label_info->pLabelName) { in BeginCmdDebugUtilsLabel()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp137 if (rhs.pLabelName && lhs.pLabelName) { in operator ==()
138 is_equal = (0 == strcmp(rhs.pLabelName, lhs.pLabelName)); in operator ==()
140 is_equal = (rhs.pLabelName == nullptr) && (lhs.pLabelName == nullptr); in operator ==()
Dvklayertests_others.cpp441 command_label.pLabelName = "Command Label 0123"; in TEST_F()
465 … ADD_FAILURE() << "Command label '" << command_label.pLabelName << "' not passed to callback."; in TEST_F()
/external/vulkan-validation-layers/layers/generated/
Dparameter_validation.cpp8879 …vkQueueBeginDebugUtilsLabelEXT", "pLabelInfo->pLabelName", pLabelInfo->pLabelName, "VUID-VkDebugUt… in PreCallValidateQueueBeginDebugUtilsLabelEXT()
8902 …kQueueInsertDebugUtilsLabelEXT", "pLabelInfo->pLabelName", pLabelInfo->pLabelName, "VUID-VkDebugUt… in PreCallValidateQueueInsertDebugUtilsLabelEXT()
8917 …("vkCmdBeginDebugUtilsLabelEXT", "pLabelInfo->pLabelName", pLabelInfo->pLabelName, "VUID-VkDebugUt… in PreCallValidateCmdBeginDebugUtilsLabelEXT()
8940 …"vkCmdInsertDebugUtilsLabelEXT", "pLabelInfo->pLabelName", pLabelInfo->pLabelName, "VUID-VkDebugUt… in PreCallValidateCmdInsertDebugUtilsLabelEXT()
9045 …ctor{ queueLabelIndex }), pCallbackData->pQueueLabels[queueLabelIndex].pLabelName, "VUID-VkDebugUt… in PreCallValidateSubmitDebugUtilsMessageEXT()
9057 …r{ cmdBufLabelIndex }), pCallbackData->pCmdBufLabels[cmdBufLabelIndex].pLabelName, "VUID-VkDebugUt… in PreCallValidateSubmitDebugUtilsMessageEXT()
Dvk_safe_struct.cpp19372 pLabelName = SafeStringCopy(in_struct->pLabelName); in safe_VkDebugUtilsLabelEXT()
19380 pLabelName(nullptr) in safe_VkDebugUtilsLabelEXT()
19387 pLabelName = SafeStringCopy(src.pLabelName); in safe_VkDebugUtilsLabelEXT()
19397 if (pLabelName) delete [] pLabelName; in operator =()
19403 pLabelName = SafeStringCopy(src.pLabelName); in operator =()
19413 if (pLabelName) delete [] pLabelName; in ~safe_VkDebugUtilsLabelEXT()
19422 pLabelName = SafeStringCopy(in_struct->pLabelName); in initialize()
19432 pLabelName = SafeStringCopy(src->pLabelName); in initialize()
Dvk_safe_struct.h4409 const char* pLabelName; member
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkStructTypes.inl3238 const char* pLabelName; member
DvkVulkan_c.inl6766 const char* pLabelName; member
DvkStrUtilImpl.inl6867 s << "\tpLabelName = " << getCharPtrStr(value.pLabelName) << '\n';
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp19542 , pLabelName( pLabelName_ )
19569 pLabelName = pLabelName_; in setPLabelName()
19598 return std::tie( sType, pNext, pLabelName, color ); in reflect()
19609 if ( pLabelName != rhs.pLabelName ) in operator <=>()
19610 if ( auto cmp = strcmp( pLabelName, rhs.pLabelName ); cmp != 0 ) in operator <=>()
19621 …sType ) && ( pNext == rhs.pNext ) && ( ( pLabelName == rhs.pLabelName ) || ( strcmp( pLabelName, r… in operator ==()
19633 const char * pLabelName = {}; member
Dvulkan_core.h10982 const char* pLabelName; member
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp17836 : pNext( pNext_ ), pLabelName( pLabelName_ ), color( color_ )
17864 pLabelName = pLabelName_; in setPLabelName()
17894 return std::tie( sType, pNext, pLabelName, color ); in reflect()
17904 if ( pLabelName != rhs.pLabelName ) in operator <=>()
17905 if ( auto cmp = strcmp( pLabelName, rhs.pLabelName ); cmp != 0 ) in operator <=>()
17917 && ( ( pLabelName == rhs.pLabelName ) || ( strcmp( pLabelName, rhs.pLabelName ) == 0 ) ) in operator ==()
17929 const char * pLabelName = {}; member
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp20158 , pLabelName( pLabelName_ )
20185 pLabelName = pLabelName_; in setPLabelName()
20214 return std::tie( sType, pNext, pLabelName, color ); in reflect()
20225 if ( pLabelName != rhs.pLabelName ) in operator <=>()
20226 if ( auto cmp = strcmp( pLabelName, rhs.pLabelName ); cmp != 0 ) in operator <=>()
20237 …sType ) && ( pNext == rhs.pNext ) && ( ( pLabelName == rhs.pLabelName ) || ( strcmp( pLabelName, r… in operator ==()
20249 const char * pLabelName = {}; member
Dvulkan_core.h11712 const char* pLabelName; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_sc_core.h6761 const char* pLabelName; member
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkStructTypes.inl3219 const char* pLabelName; member
/external/mesa3d/include/vulkan/
Dvulkan_core.h8649 const char* pLabelName; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h9303 const char* pLabelName; member
/external/virglrenderer/src/venus/venus-protocol/
Dvulkan_core.h10859 const char* pLabelName; member

12