Home
last modified time | relevance | path

Searched defs:DebugUtilsLabelEXT (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/ash/src/extensions/ext/
Ddebug_utils.rs54 label: &vk::DebugUtilsLabelEXT, in cmd_begin_debug_utils_label()
70 label: &vk::DebugUtilsLabelEXT, in cmd_insert_debug_utils_label()
80 label: &vk::DebugUtilsLabelEXT, in queue_begin_debug_utils_label()
95 label: &vk::DebugUtilsLabelEXT, in queue_insert_debug_utils_label()
/external/rust/crates/ash/src/vk/
Dextensions.rs9808 unsafe extern "system" fn(queue: Queue, p_label_info: *const DebugUtilsLabelEXT); constant
9813 unsafe extern "system" fn(queue: Queue, p_label_info: *const DebugUtilsLabelEXT); constant
9817 p_label_info: *const DebugUtilsLabelEXT, constant
9824 p_label_info: *const DebugUtilsLabelEXT, constant
9911 _p_label_info: *const DebugUtilsLabelEXT, in load()
9948 _p_label_info: *const DebugUtilsLabelEXT, in load()
9968 _p_label_info: *const DebugUtilsLabelEXT, in load()
10007 _p_label_info: *const DebugUtilsLabelEXT, in load()
10111 p_label_info: *const DebugUtilsLabelEXT, in queue_begin_debug_utils_label_ext()
10123 p_label_info: *const DebugUtilsLabelEXT, in queue_insert_debug_utils_label_ext()
[all …]
Ddefinitions.rs24933 pub struct DebugUtilsLabelEXT { struct
24939 impl ::std::default::Default for DebugUtilsLabelEXT { argument
24949 impl DebugUtilsLabelEXT { implementation
24985 pub fn build(self) -> DebugUtilsLabelEXT { in build()
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp19531 struct DebugUtilsLabelEXT struct
19540DebugUtilsLabelEXT( const char * pLabelName_ = {}, std::array<float, 4> const & color_ = {}, const… in DebugUtilsLabelEXT() function
19549DebugUtilsLabelEXT( VkDebugUtilsLabelEXT const & rhs ) VULKAN_HPP_NOEXCEPT : DebugUtilsLabelEXT( *… in DebugUtilsLabelEXT() function
19556 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT const *>( &rhs ); in operator =()
19561 VULKAN_HPP_CONSTEXPR_14 DebugUtilsLabelEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
19567 …HPP_CONSTEXPR_14 DebugUtilsLabelEXT & setPLabelName( const char * pLabelName_ ) VULKAN_HPP_NOEXCEPT in setPLabelName()
19573 …N_HPP_CONSTEXPR_14 DebugUtilsLabelEXT & setColor( std::array<float, 4> color_ ) VULKAN_HPP_NOEXCEPT in setColor()
19580 explicit operator VkDebugUtilsLabelEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkDebugUtilsLabelEXT const&()
19585 explicit operator VkDebugUtilsLabelEXT &() VULKAN_HPP_NOEXCEPT in operator VkDebugUtilsLabelEXT&()
19596 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp17826 struct DebugUtilsLabelEXT struct
17835 VULKAN_HPP_CONSTEXPR_14 DebugUtilsLabelEXT(const char * pLabelName_ = {}, std::array<float,4> const… in DebugUtilsLabelEXT() function
17841 DebugUtilsLabelEXT( VkDebugUtilsLabelEXT const & rhs ) VULKAN_HPP_NOEXCEPT in DebugUtilsLabelEXT() function
17851 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT const *>( &rhs ); in operator =()
17856 VULKAN_HPP_CONSTEXPR_14 DebugUtilsLabelEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
17862 …HPP_CONSTEXPR_14 DebugUtilsLabelEXT & setPLabelName( const char * pLabelName_ ) VULKAN_HPP_NOEXCEPT in setPLabelName()
17868 …AN_HPP_CONSTEXPR_14 DebugUtilsLabelEXT & setColor( std::array<float,4> color_ ) VULKAN_HPP_NOEXCEPT in setColor()
17876 operator VkDebugUtilsLabelEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkDebugUtilsLabelEXT const&()
17881 operator VkDebugUtilsLabelEXT &() VULKAN_HPP_NOEXCEPT in operator VkDebugUtilsLabelEXT&()
17892 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp20147 struct DebugUtilsLabelEXT struct
20156DebugUtilsLabelEXT( const char * pLabelName_ = {}, std::array<float, 4> const & color_ = {}, const… in DebugUtilsLabelEXT() function
20165DebugUtilsLabelEXT( VkDebugUtilsLabelEXT const & rhs ) VULKAN_HPP_NOEXCEPT : DebugUtilsLabelEXT( *… in DebugUtilsLabelEXT() function
20172 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT const *>( &rhs ); in operator =()
20177 VULKAN_HPP_CONSTEXPR_14 DebugUtilsLabelEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
20183 …HPP_CONSTEXPR_14 DebugUtilsLabelEXT & setPLabelName( const char * pLabelName_ ) VULKAN_HPP_NOEXCEPT in setPLabelName()
20189 …N_HPP_CONSTEXPR_14 DebugUtilsLabelEXT & setColor( std::array<float, 4> color_ ) VULKAN_HPP_NOEXCEPT in setColor()
20196 operator VkDebugUtilsLabelEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkDebugUtilsLabelEXT const&()
20201 operator VkDebugUtilsLabelEXT &() VULKAN_HPP_NOEXCEPT in operator VkDebugUtilsLabelEXT&()
20212 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]