Searched defs:DebugUtilsLabelEXT (Results 1 – 6 of 6) sorted by relevance
| /external/rust/crates/ash/src/extensions/ext/ |
| D | debug_utils.rs | 69 label: &vk::DebugUtilsLabelEXT, in cmd_begin_debug_utils_label() 85 label: &vk::DebugUtilsLabelEXT, in cmd_insert_debug_utils_label() 95 label: &vk::DebugUtilsLabelEXT, in queue_begin_debug_utils_label() 111 label: &vk::DebugUtilsLabelEXT, in queue_insert_debug_utils_label()
|
| /external/swiftshader/include/vulkan/ |
| D | vulkan_structs.hpp | 20430 struct DebugUtilsLabelEXT struct 20439 …DebugUtilsLabelEXT( const char * pLabelName_ = {}, std::array<float, 4> const & color_ = {}, const… in DebugUtilsLabelEXT() function 20448 …DebugUtilsLabelEXT( VkDebugUtilsLabelEXT const & rhs ) VULKAN_HPP_NOEXCEPT : DebugUtilsLabelEXT( *… in DebugUtilsLabelEXT() function 20455 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT const *>( &rhs ); in operator =() 20460 VULKAN_HPP_CONSTEXPR_14 DebugUtilsLabelEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext() 20466 …HPP_CONSTEXPR_14 DebugUtilsLabelEXT & setPLabelName( const char * pLabelName_ ) VULKAN_HPP_NOEXCEPT in setPLabelName() 20472 …N_HPP_CONSTEXPR_14 DebugUtilsLabelEXT & setColor( std::array<float, 4> color_ ) VULKAN_HPP_NOEXCEPT in setColor() 20479 operator VkDebugUtilsLabelEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkDebugUtilsLabelEXT const&() 20484 operator VkDebugUtilsLabelEXT &() VULKAN_HPP_NOEXCEPT in operator VkDebugUtilsLabelEXT&() 20495 reflect() const VULKAN_HPP_NOEXCEPT in reflect() [all …]
|
| /external/vulkan-headers/include/vulkan/ |
| D | vulkan_structs.hpp | 21375 struct DebugUtilsLabelEXT struct 21384 …DebugUtilsLabelEXT( const char * pLabelName_ = {}, std::array<float, 4> const & color_ = {}, const… in DebugUtilsLabelEXT() function 21393 …DebugUtilsLabelEXT( VkDebugUtilsLabelEXT const & rhs ) VULKAN_HPP_NOEXCEPT : DebugUtilsLabelEXT( *… in DebugUtilsLabelEXT() function 21400 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT const *>( &rhs ); in operator =() 21405 VULKAN_HPP_CONSTEXPR_14 DebugUtilsLabelEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext() 21411 …HPP_CONSTEXPR_14 DebugUtilsLabelEXT & setPLabelName( const char * pLabelName_ ) VULKAN_HPP_NOEXCEPT in setPLabelName() 21417 …N_HPP_CONSTEXPR_14 DebugUtilsLabelEXT & setColor( std::array<float, 4> color_ ) VULKAN_HPP_NOEXCEPT in setColor() 21424 operator VkDebugUtilsLabelEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkDebugUtilsLabelEXT const&() 21429 operator VkDebugUtilsLabelEXT &() VULKAN_HPP_NOEXCEPT in operator VkDebugUtilsLabelEXT&() 21440 reflect() const VULKAN_HPP_NOEXCEPT in reflect() [all …]
|
| /external/angle/third_party/vulkan-headers/src/include/vulkan/ |
| D | vulkan_structs.hpp | 21146 struct DebugUtilsLabelEXT struct 21155 …DebugUtilsLabelEXT( const char * pLabelName_ = {}, std::array<float, 4> const & color_ = {}, const… in DebugUtilsLabelEXT() function 21164 …DebugUtilsLabelEXT( VkDebugUtilsLabelEXT const & rhs ) VULKAN_HPP_NOEXCEPT : DebugUtilsLabelEXT( *… in DebugUtilsLabelEXT() function 21171 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT const *>( &rhs ); in operator =() 21176 VULKAN_HPP_CONSTEXPR_14 DebugUtilsLabelEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext() 21182 …HPP_CONSTEXPR_14 DebugUtilsLabelEXT & setPLabelName( const char * pLabelName_ ) VULKAN_HPP_NOEXCEPT in setPLabelName() 21188 …N_HPP_CONSTEXPR_14 DebugUtilsLabelEXT & setColor( std::array<float, 4> color_ ) VULKAN_HPP_NOEXCEPT in setColor() 21195 operator VkDebugUtilsLabelEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkDebugUtilsLabelEXT const&() 21200 operator VkDebugUtilsLabelEXT &() VULKAN_HPP_NOEXCEPT in operator VkDebugUtilsLabelEXT&() 21211 reflect() const VULKAN_HPP_NOEXCEPT in reflect() [all …]
|
| /external/rust/crates/ash/src/vk/ |
| D | extensions.rs | 7727 unsafe extern "system" fn(queue: Queue, p_label_info: *const DebugUtilsLabelEXT); constant 7732 unsafe extern "system" fn(queue: Queue, p_label_info: *const DebugUtilsLabelEXT); constant 7736 p_label_info: *const DebugUtilsLabelEXT, constant 7743 p_label_info: *const DebugUtilsLabelEXT, constant 7830 _p_label_info: *const DebugUtilsLabelEXT, in load() 7867 _p_label_info: *const DebugUtilsLabelEXT, in load() 7887 _p_label_info: *const DebugUtilsLabelEXT, in load() 7926 _p_label_info: *const DebugUtilsLabelEXT, in load()
|
| D | definitions.rs | 28083 pub struct DebugUtilsLabelEXT { struct 28089 impl ::std::default::Default for DebugUtilsLabelEXT { implementation 28100 unsafe impl TaggedStructure for DebugUtilsLabelEXT { implementation 28103 impl DebugUtilsLabelEXT { implementation 28141 pub fn build(self) -> DebugUtilsLabelEXT { in build()
|