Home
last modified time | relevance | path

Searched defs:PipelineExecutableStatisticValueKHR (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp59356 union PipelineExecutableStatisticValueKHR union
59360PipelineExecutableStatisticValueKHR( VULKAN_HPP_NAMESPACE::PipelineExecutableStatisticValueKHR con… in PipelineExecutableStatisticValueKHR() function
59366 PipelineExecutableStatisticValueKHR( VULKAN_HPP_NAMESPACE::Bool32 b32_ = {} ) : b32( b32_ ) {} in PipelineExecutableStatisticValueKHR() function
59368 PipelineExecutableStatisticValueKHR( int64_t i64_ ) : i64( i64_ ) {} in PipelineExecutableStatisticValueKHR() function
59370 PipelineExecutableStatisticValueKHR( uint64_t u64_ ) : u64( u64_ ) {} in PipelineExecutableStatisticValueKHR() function
59372 PipelineExecutableStatisticValueKHR( double f64_ ) : f64( f64_ ) {} in PipelineExecutableStatisticValueKHR() function
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp60706 union PipelineExecutableStatisticValueKHR union
60711 …VULKAN_HPP_CONSTEXPR_14 PipelineExecutableStatisticValueKHR( VULKAN_HPP_NAMESPACE::Bool32 b32_ = {… in PipelineExecutableStatisticValueKHR() function
60714 VULKAN_HPP_CONSTEXPR_14 PipelineExecutableStatisticValueKHR( int64_t i64_ ) : i64( i64_ ) {} in PipelineExecutableStatisticValueKHR() function
60716 VULKAN_HPP_CONSTEXPR_14 PipelineExecutableStatisticValueKHR( uint64_t u64_ ) : u64( u64_ ) {} in PipelineExecutableStatisticValueKHR() function
60718 VULKAN_HPP_CONSTEXPR_14 PipelineExecutableStatisticValueKHR( double f64_ ) : f64( f64_ ) {} in PipelineExecutableStatisticValueKHR() function