Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_debug_utils.txt206 "Brick House", // pLabelName
218 NULL, // pLabelName
223 housePartLabel.pLabelName = "Walls";
230 housePartLabel.pLabelName = "Windows";
238 housePartLabel.pLabelName = "Front Door";
243 housePartLabel.pLabelName = "Roof";
260 "Main Render Work", // pLabelName
DVK_EXT_debug_utils.adoc207 .pLabelName = "Brick House",
219 .pLabelName = NULL,
224 housePartLabel.pLabelName = "Walls";
231 housePartLabel.pLabelName = "Windows";
239 housePartLabel.pLabelName = "Front Door";
244 housePartLabel.pLabelName = "Roof";
261 .pLabelName = "Main Render Work",
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp156 const char *pLabelName = Offset<char>(params, sizeof(DebugUtilsLabelParams)); in executeCommands() local
160 pLabelName, in executeCommands()
458 const char *pLabelName = Offset<char>(params, sizeof(DebugUtilsLabelParams)); in executeCommands() local
462 pLabelName, in executeCommands()
DSecondaryCommandBuffer.h869 const size_t stringSize = strlen(label.pLabelName) + 1; in commonDebugUtilsLabel()
877 storePointerParameter(writePtr, label.pLabelName, stringSize); in commonDebugUtilsLabel()
Dvk_utils.cpp912 label->pLabelName = marker; in MakeDebugUtilsLabel()
DRendererVk.cpp566 log << std::string(indent++, ' ') << callbackData->pQueueLabels[i].pLabelName in DebugUtilsMessenger()
575 log << std::string(indent++, ' ') << callbackData->pCmdBufLabels[i].pLabelName in DebugUtilsMessenger()
DContextVk.cpp1461 label.pLabelName = oglCmds.c_str(); in handleDirtyEventLogImpl()
1466 label.pLabelName = mEventLog[i].c_str(); in handleDirtyEventLogImpl()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp808 utilsLabel.pLabelName = label; in RecordCommands()
838 utilsLabel.pLabelName = label; in RecordCommands()
967 utilsLabel.pLabelName = label; in RecordComputePass()
997 utilsLabel.pLabelName = label; in RecordComputePass()
1124 utilsLabel.pLabelName = label; in RecordRenderPass()
1154 utilsLabel.pLabelName = label; in RecordRenderPass()
/third_party/mesa3d/src/amd/vulkan/radix_sort/
Dradix_sort_vk.c565 .pLabelName = "radix_sort_vk_sort", in radix_sort_vk_sort_devaddr()
894 .pLabelName = "radix_sort_vk_sort_indirect", in radix_sort_vk_sort_indirect_devaddr()
/third_party/mesa3d/src/amd/vulkan/layers/
Dradv_sqtt_layer.c806 radv_write_user_event_marker(cmd_buffer, UserEventPush, pLabelInfo->pLabelName); in sqtt_CmdBeginDebugUtilsLabelEXT()
825 radv_write_user_event_marker(cmd_buffer, UserEventTrigger, pLabelInfo->pLabelName); in sqtt_CmdInsertDebugUtilsLabelEXT()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
DVK_EXT_debug_utils.txt197 * pname:pLabelName is a pointer to a null-terminated UTF-8 string
DVK_EXT_debug_utils.adoc251 * pname:pLabelName is a pointer to a null-terminated UTF-8 string
/third_party/ffmpeg/libavutil/
Dhwcontext_vulkan.c418 av_log(ctx, l, "\t%i: %s\n", i, data->pCmdBufLabels[i].pLabelName); in vk_dbg_callback()
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp18950 , pLabelName( pLabelName_ )
18977 pLabelName = pLabelName_; in setPLabelName()
19006 return std::tie( sType, pNext, pLabelName, color ); in reflect()
19017 if ( pLabelName != rhs.pLabelName ) in operator <=>()
19018 if ( auto cmp = strcmp( pLabelName, rhs.pLabelName ); cmp != 0 ) in operator <=>()
19029 …sType ) && ( pNext == rhs.pNext ) && ( ( pLabelName == rhs.pLabelName ) || ( strcmp( pLabelName, r… in operator ==()
19041 const char * pLabelName = {}; member
Dvulkan_core.h11428 const char* pLabelName; member
Dvulkan_hash.hpp2652 for ( const char * p = debugUtilsLabelEXT.pLabelName; *p != '\0'; ++p ) in operator ()()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dvulkan_sc_core.h6761 const char* pLabelName; member
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl3256 const char* pLabelName; member
DvkVulkan_c.inl12397 const char* pLabelName; member
DvkStrUtilImpl.inl9525 s << "\tpLabelName = " << getCharPtrStr(value.pLabelName) << '\n';
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h9303 const char* pLabelName; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h9691 const char* pLabelName; member
Dvulkan_structs.hpp15259 : pLabelName( pLabelName_ )
15287 pLabelName = pLabelName_; in setPLabelName()
15313 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( pLabelName == rhs.pLabelName ) && in operator ==()
15326 const char * pLabelName = {}; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h9851 const char* pLabelName; member
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h10826 const char* pLabelName; member