Home
last modified time | relevance | path

Searched refs:pLabelName (Results 1 - 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A 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()
H A DSecondaryCommandBuffer.h869 const size_t stringSize = strlen(label.pLabelName) + 1; in commonDebugUtilsLabel()
877 storePointerParameter(writePtr, label.pLabelName, stringSize); in commonDebugUtilsLabel()
H A DRendererVk.cpp566 log << std::string(indent++, ' ') << callbackData->pQueueLabels[i].pLabelName in DebugUtilsMessenger()
575 log << std::string(indent++, ' ') << callbackData->pCmdBufLabels[i].pLabelName in DebugUtilsMessenger()
H A Dvk_utils.cpp912 label->pLabelName = marker; in MakeDebugUtilsLabel()
H A DContextVk.cpp1461 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 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/
H A 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/
H A 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/vulkan-loader/tests/
H A Dloader_debug_ext_tests.cpp1020 utils_label.pLabelName = "Testing testing 123"; in CheckDeviceFunctions()
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.c418 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 Dvulkan_sc_core.h6790 const char* pLabelName; member
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h9303 const char* pLabelName; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp21386 , 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 Dvulkan_core.h12691 const char* pLabelName; member
H A Dvulkan_hash.hpp2962 for ( const char * p = debugUtilsLabelEXT.pLabelName; *p != '\0'; ++p )
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp15259 : pLabelName( pLabelName_ )
15287 pLabelName = pLabelName_;
15313 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( pLabelName == rhs.pLabelName ) &&
15326 const char * pLabelName = {}; member
[all...]
H A Dvulkan_core.h9691 const char* pLabelName; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h10826 const char* pLabelName; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h9851 const char* pLabelName; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp[all...]

Completed in 439 milliseconds