Home
last modified time | relevance | path

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

/external/mesa3d/include/vulkan/
Dvulkan_beta.h30 VkBool32 imageViewFormatReinterpretation; member
/external/gfxstream-protocols/include/vulkan/include/vulkan/
Dvulkan_beta.h351 VkBool32 imageViewFormatReinterpretation; member
/external/vulkan-headers/include/vulkan/
Dvulkan_beta.h357 VkBool32 imageViewFormatReinterpretation; member
Dvulkan_structs.hpp59378 , imageViewFormatReinterpretation( imageViewFormatReinterpretation_ )
59437 imageViewFormatReinterpretation = imageViewFormatReinterpretation_; in setImageViewFormatReinterpretation()
59564 imageViewFormatReinterpretation, in reflect()
59590 ( imageViewFormatReinterpretation == rhs.imageViewFormatReinterpretation ) && in operator ==()
59615 VULKAN_HPP_NAMESPACE::Bool32 imageViewFormatReinterpretation = {}; member
Dvulkan_hash.hpp7927 …P_HASH_COMBINE( seed, physicalDevicePortabilitySubsetFeaturesKHR.imageViewFormatReinterpretation ); in operator ()()
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_beta.h371 VkBool32 imageViewFormatReinterpretation; member
Dvulkan_structs.hpp57534 , imageViewFormatReinterpretation( imageViewFormatReinterpretation_ )
57589 imageViewFormatReinterpretation = imageViewFormatReinterpretation_; in setImageViewFormatReinterpretation()
57714 imageViewFormatReinterpretation, in reflect()
57739 …( events == rhs.events ) && ( imageViewFormatReinterpretation == rhs.imageViewFormatReinterpretati… in operator ==()
57761 VULKAN_HPP_NAMESPACE::Bool32 imageViewFormatReinterpretation = {}; member
Dvulkan_hash.hpp7621 …P_HASH_COMBINE( seed, physicalDevicePortabilitySubsetFeaturesKHR.imageViewFormatReinterpretation ); in operator ()()
/external/swiftshader/include/vulkan/
Dvulkan_beta.h396 VkBool32 imageViewFormatReinterpretation; member
Dvulkan_structs.hpp57628 imageViewFormatReinterpretation(imageViewFormatReinterpretation_),
57683 imageViewFormatReinterpretation = imageViewFormatReinterpretation_; in setImageViewFormatReinterpretation()
57808 imageViewFormatReinterpretation, in reflect()
57833 …(events == rhs.events) && (imageViewFormatReinterpretation == rhs.imageViewFormatReinterpretation)… in operator ==()
57855 VULKAN_HPP_NAMESPACE::Bool32 imageViewFormatReinterpretation = {}; member
Dvulkan_hash.hpp7620 …HPP_HASH_COMBINE(seed, physicalDevicePortabilitySubsetFeaturesKHR.imageViewFormatReinterpretation); in operator ()()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTranscodingSupportTests.cpp869 !context.getPortabilitySubsetFeatures().imageViewFormatReinterpretation)) in createInstance()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl6247 VkBool32 imageViewFormatReinterpretation; member
DvkDeviceFeatureTest.inl5077 FEATURE_ITEM (VkPhysicalDevicePortabilitySubsetFeaturesKHR, imageViewFormatReinterpretation),
DvkStrUtilImpl.inl12913 s << "\timageViewFormatReinterpretation = " << value.imageViewFormatReinterpretation << '\n';