/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | SecondaryCommandBuffer.cpp | 156 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()
|
H A D | SecondaryCommandBuffer.h | 869 const size_t stringSize = strlen(label.pLabelName) + 1; in commonDebugUtilsLabel() 877 storePointerParameter(writePtr, label.pLabelName, stringSize); in commonDebugUtilsLabel()
|
H A D | RendererVk.cpp | 566 log << std::string(indent++, ' ') << callbackData->pQueueLabels[i].pLabelName in DebugUtilsMessenger() 575 log << std::string(indent++, ' ') << callbackData->pCmdBufLabels[i].pLabelName in DebugUtilsMessenger()
|
H A D | vk_utils.cpp | 912 label->pLabelName = marker; in MakeDebugUtilsLabel()
|
H A D | ContextVk.cpp | 1461 label.pLabelName = oglCmds.c_str(); in handleDirtyEventLogImpl() 1466 label.pLabelName = mEventLog[i].c_str(); in handleDirtyEventLogImpl() 1468 // pLabelName from an insertDebugUtilsLabelEXT() call to the Commands panel. in handleDirtyEventLogImpl() 1470 // pLabelName similar to begin* call, we can switch these to insert* calls instead. in handleDirtyEventLogImpl()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | CommandBufferVk.cpp | 808 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/ |
H A D | radix_sort_vk.c | 565 .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/ |
H A D | radv_sqtt_layer.c | 806 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/vulkan-loader/tests/ |
H A D | loader_debug_ext_tests.cpp | 1020 utils_label.pLabelName = "Testing testing 123"; in CheckDeviceFunctions()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_vulkan.c | 418 av_log(ctx, l, "\t%i: %s\n", i, data->pCmdBufLabels[i].pLabelName); in vk_dbg_callback()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 6790 const char* pLabelName; member
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 9303 const char* pLabelName; member
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_structs.hpp | 21386 , pLabelName( pLabelName_ ) 21413 pLabelName = pLabelName_; 21442 return std::tie( sType, pNext, pLabelName, color ); 21453 if ( pLabelName != rhs.pLabelName ) 21454 if ( auto cmp = strcmp( pLabelName, rhs.pLabelName ); cmp != 0 ) 21465 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( ( pLabelName == rhs.pLabelName ) || ( strcmp( pLabelName, rh 21477 const char * pLabelName = {}; global() member [all...] |
H A D | vulkan_core.h | 12691 const char* pLabelName; member
|
H A D | vulkan_hash.hpp | 2962 for ( const char * p = debugUtilsLabelEXT.pLabelName; *p != '\0'; ++p )
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 15259 : pLabelName( pLabelName_ ) 15287 pLabelName = pLabelName_; 15313 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( pLabelName == rhs.pLabelName ) && 15326 const char * pLabelName = {}; member [all...] |
H A D | vulkan_core.h | 9691 const char* pLabelName; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 10826 const char* pLabelName; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 9851 const char* pLabelName; member
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | [all...] |