Home
last modified time | relevance | path

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

/external/rust/crates/ash/src/
Ddevice.rs1067 clear_color_value: &vk::ClearColorValue, in cmd_clear_color_image()
/external/rust/crates/ash/src/vk/
Dfeatures.rs1347 p_color: *const ClearColorValue, constant
3484 _p_color: *const ClearColorValue, in load()
4903 p_color: *const ClearColorValue, in cmd_clear_color_image()
Ddefinitions.rs7101 impl ::std::default::Default for ClearColorValue { implementation
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp12259 union ClearColorValue union
12264 VULKAN_HPP_CONSTEXPR_14 ClearColorValue(const std::array<float, 4> &float32_ = {}) in ClearColorValue() function
12268 VULKAN_HPP_CONSTEXPR_14 ClearColorValue(const std::array<int32_t, 4> &int32_) in ClearColorValue() function
12272 VULKAN_HPP_CONSTEXPR_14 ClearColorValue(const std::array<uint32_t, 4> &uint32_) in ClearColorValue() function
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp12232 union ClearColorValue union
12237 …VULKAN_HPP_CONSTEXPR_14 ClearColorValue( const std::array<float, 4> & float32_ = {} ) : float32( f… in ClearColorValue() function
12239 …VULKAN_HPP_CONSTEXPR_14 ClearColorValue( const std::array<int32_t, 4> & int32_ ) : int32( int32_ )… in ClearColorValue() function
12241 …VULKAN_HPP_CONSTEXPR_14 ClearColorValue( const std::array<uint32_t, 4> & uint32_ ) : uint32( uint3… in ClearColorValue() function
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp12827 union ClearColorValue union
12832 …VULKAN_HPP_CONSTEXPR_14 ClearColorValue( const std::array<float, 4> & float32_ = {} ) : float32( f… in ClearColorValue() function
12834 …VULKAN_HPP_CONSTEXPR_14 ClearColorValue( const std::array<int32_t, 4> & int32_ ) : int32( int32_ )… in ClearColorValue() function
12836 …VULKAN_HPP_CONSTEXPR_14 ClearColorValue( const std::array<uint32_t, 4> & uint32_ ) : uint32( uint3… in ClearColorValue() function