Lines Matching refs:formatA4B4G4R4
56233 , formatA4B4G4R4( formatA4B4G4R4_ )
56268 formatA4B4G4R4 = formatA4B4G4R4_;
56291 return std::tie( sType, pNext, formatA4R4G4B4, formatA4B4G4R4 );
56303 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( formatA4R4G4B4 == rhs.formatA4R4G4B4 ) && ( formatA4B4G4R4 == rhs.formatA4B4G4R4 );
56317 VULKAN_HPP_NAMESPACE::Bool32 formatA4B4G4R4 = {};