Lines Matching refs:formatA4R4G4B4
56232 , formatA4R4G4B4( formatA4R4G4B4_ )
56262 formatA4R4G4B4 = formatA4R4G4B4_;
56291 return std::tie( sType, pNext, formatA4R4G4B4, formatA4B4G4R4 );
56303 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( formatA4R4G4B4 == rhs.formatA4R4G4B4 ) && ( formatA4B4G4R4 == rhs.formatA4B4G4R4 );
56316 VULKAN_HPP_NAMESPACE::Bool32 formatA4R4G4B4 = {};