Searched refs:SamplerImageViewIncompatibleError (Results 1 – 3 of 3) sorted by relevance
517 ) -> Result<(), SamplerImageViewIncompatibleError> { in check_can_sample() argument530 return Err(SamplerImageViewIncompatibleError::DepthComparisonNotSupported); in check_can_sample()541 return Err(SamplerImageViewIncompatibleError::DepthComparisonWrongAspect); in check_can_sample()550 return Err(SamplerImageViewIncompatibleError::FilterLinearNotSupported); in check_can_sample()555 return Err(SamplerImageViewIncompatibleError::MipmapModeLinearNotSupported); in check_can_sample()566 return Err(SamplerImageViewIncompatibleError::FilterCubicNotSupported); in check_can_sample()571 return Err(SamplerImageViewIncompatibleError::FilterCubicNotSupported); in check_can_sample()580 return Err(SamplerImageViewIncompatibleError::FilterCubicMinmaxNotSupported); in check_can_sample()617 SamplerImageViewIncompatibleError::BorderColorFormatNotCompatible, in check_can_sample()629 SamplerImageViewIncompatibleError::BorderColorFormatNotCompatible, in check_can_sample()[all …]
15 sampler::{Sampler, SamplerImageViewIncompatibleError},1041 error: SamplerImageViewIncompatibleError,
35 sampler::{Sampler, SamplerImageViewIncompatibleError},2895 error: SamplerImageViewIncompatibleError,