Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_debug_utils.adoc206 "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.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
/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/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.cpp242 log << std::string(indent++, ' ') << callbackData->pQueueLabels[i].pLabelName in DebugUtilsMessenger()
251 log << std::string(indent++, ' ') << callbackData->pCmdBufLabels[i].pLabelName in DebugUtilsMessenger()
DCommandGraph.cpp186 label->pLabelName = marker; in MakeDebugUtilsLabel()
/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.adoc207 * pname:pLabelName is a pointer to a null-terminated UTF-8 string
/third_party/ffmpeg/libavutil/
Dhwcontext_vulkan.c334 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.hpp18165 , pLabelName( pLabelName_ )
18192 pLabelName = pLabelName_; in setPLabelName()
18221 return std::tie( sType, pNext, pLabelName, color ); in reflect()
18232 if ( pLabelName != rhs.pLabelName ) in operator <=>()
18233 if ( auto cmp = strcmp( pLabelName, rhs.pLabelName ); cmp != 0 ) in operator <=>()
18244 …sType ) && ( pNext == rhs.pNext ) && ( ( pLabelName == rhs.pLabelName ) || ( strcmp( pLabelName, r… in operator ==()
18256 const char * pLabelName = {}; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dvulkan_sc_core.h6761 const char* pLabelName; member
/third_party/flutter/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h6968 const char* pLabelName; member
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl3256 const char* pLabelName; member
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h7605 const char* pLabelName; member
/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/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_core.h9859 const char* pLabelName; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h9851 const char* pLabelName; member

12