Home
last modified time | relevance | path

Searched refs:imageViewFormatReinterpretation (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/include/vulkan/
Dvulkan_beta.h30 VkBool32 imageViewFormatReinterpretation; member
/external/vulkan-headers/include/vulkan/
Dvulkan_beta.h30 VkBool32 imageViewFormatReinterpretation; member
Dvulkan.hpp67503 …ctors( constantAlphaColorBlendFactors_ ), events( events_ ), imageViewFormatReinterpretation( imag…
67546 imageViewFormatReinterpretation = imageViewFormatReinterpretation_; in setImageViewFormatReinterpretation()
67643 && ( imageViewFormatReinterpretation == rhs.imageViewFormatReinterpretation ) in operator ==()
67671 VULKAN_HPP_NAMESPACE::Bool32 imageViewFormatReinterpretation = {}; member
/external/swiftshader/include/vulkan/
Dvulkan_beta.h30 VkBool32 imageViewFormatReinterpretation; member
Dvulkan.hpp67890 …ctors( constantAlphaColorBlendFactors_ ), events( events_ ), imageViewFormatReinterpretation( imag…
67933 imageViewFormatReinterpretation = imageViewFormatReinterpretation_; in setImageViewFormatReinterpretation()
68030 && ( imageViewFormatReinterpretation == rhs.imageViewFormatReinterpretation ) in operator ==()
68058 VULKAN_HPP_NAMESPACE::Bool32 imageViewFormatReinterpretation = {}; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_beta.h349 VkBool32 imageViewFormatReinterpretation; member
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_beta.h349 VkBool32 imageViewFormatReinterpretation; member
Dvulkan_structs.hpp43024 , imageViewFormatReinterpretation( imageViewFormatReinterpretation_ )
43081 imageViewFormatReinterpretation = imageViewFormatReinterpretation_; in setImageViewFormatReinterpretation()
43186 ( imageViewFormatReinterpretation == rhs.imageViewFormatReinterpretation ) && in operator ==()
43210 VULKAN_HPP_NAMESPACE::Bool32 imageViewFormatReinterpretation = {}; member
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTranscodingSupportTests.cpp866 !context.getPortabilitySubsetFeatures().imageViewFormatReinterpretation)) in createInstance()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl5570 VkBool32 imageViewFormatReinterpretation; member
DvkStrUtilImpl.inl11706 s << "\timageViewFormatReinterpretation = " << value.imageViewFormatReinterpretation << '\n';