Home
last modified time | relevance | path

Searched defs:PhysicalDevicePerformanceQueryPropertiesKHR (Results 1 – 4 of 4) sorted by relevance

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp66071 struct PhysicalDevicePerformanceQueryPropertiesKHR struct
66073 using NativeType = VkPhysicalDevicePerformanceQueryPropertiesKHR;
66079 …VULKAN_HPP_CONSTEXPR PhysicalDevicePerformanceQueryPropertiesKHR( VULKAN_HPP_NAMESPACE::Bool32 all… in PhysicalDevicePerformanceQueryPropertiesKHR() function
66088PhysicalDevicePerformanceQueryPropertiesKHR( VkPhysicalDevicePerformanceQueryPropertiesKHR const &… in PhysicalDevicePerformanceQueryPropertiesKHR() function
66098 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevicePerformanceQueryPropertiesKHR const … in operator =()
66102 …explicit operator VkPhysicalDevicePerformanceQueryPropertiesKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevicePerformanceQueryPropertiesKHR const&()
66107 explicit operator VkPhysicalDevicePerformanceQueryPropertiesKHR &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevicePerformanceQueryPropertiesKHR&()
66118 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
66127 …ool operator==( PhysicalDevicePerformanceQueryPropertiesKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
66136 …ool operator!=( PhysicalDevicePerformanceQueryPropertiesKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp61637 struct PhysicalDevicePerformanceQueryPropertiesKHR struct
61646 VULKAN_HPP_CONSTEXPR PhysicalDevicePerformanceQueryPropertiesKHR(VULKAN_HPP_NAMESPACE::Bool32 allow… in PhysicalDevicePerformanceQueryPropertiesKHR() function
61652PhysicalDevicePerformanceQueryPropertiesKHR( VkPhysicalDevicePerformanceQueryPropertiesKHR const &… in PhysicalDevicePerformanceQueryPropertiesKHR() function
61662 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevicePerformanceQueryPropertiesKHR const … in operator =()
61667 operator VkPhysicalDevicePerformanceQueryPropertiesKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevicePerformanceQueryPropertiesKHR const&()
61672 operator VkPhysicalDevicePerformanceQueryPropertiesKHR &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevicePerformanceQueryPropertiesKHR&()
61683 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
61693 …ool operator==( PhysicalDevicePerformanceQueryPropertiesKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
61704 …ool operator!=( PhysicalDevicePerformanceQueryPropertiesKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
61711 …N_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDevicePerformanceQueryPropertiesKHR;
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp69543 struct PhysicalDevicePerformanceQueryPropertiesKHR struct
69545 using NativeType = VkPhysicalDevicePerformanceQueryPropertiesKHR;
69551 …VULKAN_HPP_CONSTEXPR PhysicalDevicePerformanceQueryPropertiesKHR( VULKAN_HPP_NAMESPACE::Bool32 all… in PhysicalDevicePerformanceQueryPropertiesKHR() function
69560PhysicalDevicePerformanceQueryPropertiesKHR( VkPhysicalDevicePerformanceQueryPropertiesKHR const &… in PhysicalDevicePerformanceQueryPropertiesKHR() function
69570 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevicePerformanceQueryPropertiesKHR const … in operator =()
69574 operator VkPhysicalDevicePerformanceQueryPropertiesKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevicePerformanceQueryPropertiesKHR const&()
69579 operator VkPhysicalDevicePerformanceQueryPropertiesKHR &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevicePerformanceQueryPropertiesKHR&()
69590 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
69599 …ool operator==( PhysicalDevicePerformanceQueryPropertiesKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
69608 …ool operator!=( PhysicalDevicePerformanceQueryPropertiesKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs35939 pub struct PhysicalDevicePerformanceQueryPropertiesKHR { struct
35944 impl ::std::default::Default for PhysicalDevicePerformanceQueryPropertiesKHR { implementation
35953 impl PhysicalDevicePerformanceQueryPropertiesKHR { implementation
35970 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDevicePerformanceQueryPropertiesKHR {} implementation
35993 pub fn build(self) -> PhysicalDevicePerformanceQueryPropertiesKHR { in build()