Searched defs:ClearColorValue (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/ash/src/ |
D | device.rs | 1067 clear_color_value: &vk::ClearColorValue, in cmd_clear_color_image()
|
/external/rust/crates/ash/src/vk/ |
D | features.rs | 1347 p_color: *const ClearColorValue, constant 3484 _p_color: *const ClearColorValue, in load() 4903 p_color: *const ClearColorValue, in cmd_clear_color_image()
|
D | definitions.rs | 7101 impl ::std::default::Default for ClearColorValue { implementation
|
/external/swiftshader/include/vulkan/ |
D | vulkan_structs.hpp | 12259 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/ |
D | vulkan_structs.hpp | 12232 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/ |
D | vulkan_structs.hpp | 12827 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
|