Home
last modified time | relevance | path

Searched refs:safe_VkDebugUtilsLabelEXT (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.h4406 struct safe_VkDebugUtilsLabelEXT { struct
4411 safe_VkDebugUtilsLabelEXT(const VkDebugUtilsLabelEXT* in_struct); argument
4412 safe_VkDebugUtilsLabelEXT(const safe_VkDebugUtilsLabelEXT& src);
4413 safe_VkDebugUtilsLabelEXT& operator=(const safe_VkDebugUtilsLabelEXT& src); argument
4414 safe_VkDebugUtilsLabelEXT();
4415 ~safe_VkDebugUtilsLabelEXT();
4417 void initialize(const safe_VkDebugUtilsLabelEXT* src);
4430 safe_VkDebugUtilsLabelEXT* pQueueLabels; argument
4432 safe_VkDebugUtilsLabelEXT* pCmdBufLabels;
Dvk_safe_struct.cpp19368 safe_VkDebugUtilsLabelEXT::safe_VkDebugUtilsLabelEXT(const VkDebugUtilsLabelEXT* in_struct) : in safe_VkDebugUtilsLabelEXT() function in safe_VkDebugUtilsLabelEXT
19378 safe_VkDebugUtilsLabelEXT::safe_VkDebugUtilsLabelEXT() : in safe_VkDebugUtilsLabelEXT() function in safe_VkDebugUtilsLabelEXT
19383 safe_VkDebugUtilsLabelEXT::safe_VkDebugUtilsLabelEXT(const safe_VkDebugUtilsLabelEXT& src) in safe_VkDebugUtilsLabelEXT() function in safe_VkDebugUtilsLabelEXT
19393 safe_VkDebugUtilsLabelEXT& safe_VkDebugUtilsLabelEXT::operator=(const safe_VkDebugUtilsLabelEXT& sr… in operator =()
19411 safe_VkDebugUtilsLabelEXT::~safe_VkDebugUtilsLabelEXT() in ~safe_VkDebugUtilsLabelEXT()
19418 void safe_VkDebugUtilsLabelEXT::initialize(const VkDebugUtilsLabelEXT* in_struct) in initialize()
19428 void safe_VkDebugUtilsLabelEXT::initialize(const safe_VkDebugUtilsLabelEXT* src) in initialize()
19453 pQueueLabels = new safe_VkDebugUtilsLabelEXT[queueLabelCount]; in safe_VkDebugUtilsMessengerCallbackDataEXT()
19459 pCmdBufLabels = new safe_VkDebugUtilsLabelEXT[cmdBufLabelCount]; in safe_VkDebugUtilsMessengerCallbackDataEXT()
19496 pQueueLabels = new safe_VkDebugUtilsLabelEXT[queueLabelCount]; in safe_VkDebugUtilsMessengerCallbackDataEXT()
[all …]