Home
last modified time | relevance | path

Searched refs:SamplerYcbcrConversion (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp259 class SamplerYcbcrConversion class
262 SamplerYcbcrConversion (VkDevice, const VkSamplerYcbcrConversionCreateInfo*) {} in SamplerYcbcrConversion() function in vk::__anonfb9acbbc0111::SamplerYcbcrConversion
DvkNullDriverImpl.inl121 …VK_NULL_RETURN((*pYcbcrConversion = allocateNonDispHandle<SamplerYcbcrConversion, VkSamplerYcbcrCo…
353 freeNonDispHandle<SamplerYcbcrConversion, VkSamplerYcbcrConversion>(ycbcrConversion, pAllocator);
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp13059 class SamplerYcbcrConversion class
13062 VULKAN_HPP_CONSTEXPR SamplerYcbcrConversion() in SamplerYcbcrConversion() function in VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion
13066 VULKAN_HPP_CONSTEXPR SamplerYcbcrConversion( std::nullptr_t ) in SamplerYcbcrConversion() function in VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion
13070 …VULKAN_HPP_TYPESAFE_EXPLICIT SamplerYcbcrConversion( VkSamplerYcbcrConversion samplerYcbcrConversi… in SamplerYcbcrConversion() function in VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion
13075 SamplerYcbcrConversion & operator=(VkSamplerYcbcrConversion samplerYcbcrConversion) in operator =()
13082 SamplerYcbcrConversion & operator=( std::nullptr_t ) in operator =()
13088 bool operator==( SamplerYcbcrConversion const & rhs ) const in operator ==()
13093 bool operator!=(SamplerYcbcrConversion const & rhs ) const in operator !=()
13098 bool operator<(SamplerYcbcrConversion const & rhs ) const in operator <()
13121 …static_assert( sizeof( SamplerYcbcrConversion ) == sizeof( VkSamplerYcbcrConversion ), "handle and…
[all …]