Home
last modified time | relevance | path

Searched refs:region_begin (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_debug_utils.c197 if (!command_buffer->region_begin) in vk_common_CmdBeginDebugUtilsLabelEXT()
202 command_buffer->region_begin = true; in vk_common_CmdBeginDebugUtilsLabelEXT()
213 if (!command_buffer->region_begin) in vk_common_CmdEndDebugUtilsLabelEXT()
217 command_buffer->region_begin = true; in vk_common_CmdEndDebugUtilsLabelEXT()
230 if (!command_buffer->region_begin) in vk_common_CmdInsertDebugUtilsLabelEXT()
235 command_buffer->region_begin = false; in vk_common_CmdInsertDebugUtilsLabelEXT()
248 if (!queue->region_begin) in vk_common_QueueBeginDebugUtilsLabelEXT()
252 queue->region_begin = true; in vk_common_QueueBeginDebugUtilsLabelEXT()
263 if (!queue->region_begin) in vk_common_QueueEndDebugUtilsLabelEXT()
267 queue->region_begin in vk_common_QueueEndDebugUtilsLabelEXT()
[all...]
H A Dvk_command_buffer.c44 command_buffer->region_begin = true; in vk_command_buffer_init()
58 command_buffer->region_begin = true; in vk_command_buffer_reset()
H A Dvk_command_buffer.h108 * \c region_begin denotes whether the most recent label opens a new region
109 * If \t labels is empty \t region_begin must be true.
111 * Anytime we modify labels, we first check for \c region_begin. If it's
122 bool region_begin; member
H A Dvk_queue.h133 * \c region_begin denotes whether the most recent label opens a new region
134 * If \t labels is empty \t region_begin must be true.
136 * Anytime we modify labels, we first check for \c region_begin. If it's
147 bool region_begin; member
H A Dvk_queue.c99 queue->region_begin = true; in vk_queue_init()
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/
H A Dittnotify_static.h169 ITT_STUBV(ITTAPI, void, region_begin, (const __itt_domain *domain, __itt_id id, __itt_id parent, __itt_string_handle *name), (ITT_FORMAT domain, id, parent, name), region_begin, __itt_group_structure, "%p, %lu, %lu, %p")
/third_party/node/deps/v8/third_party/ittapi/include/
H A Dittnotify.h2088 ITT_STUBV(ITTAPI, void, region_begin, (const __itt_domain *domain, __itt_id id, __itt_id parentid, __itt_string_handle *name))
2090 #define __itt_region_begin(d,x,y,z) ITTNOTIFY_VOID_D3(region_begin,d,x,y,z)
2091 #define __itt_region_begin_ptr ITTNOTIFY_NAME(region_begin)

Completed in 10 milliseconds