Searched refs:image_cube_array (Results 1 – 4 of 4) sorted by relevance
284 pub image_cube_array: bool, field1950 if self.image_cube_array { in check_requirements()1951 if !supported.image_cube_array { in check_requirements()4359 image_cube_array: false, in empty()4735 image_cube_array: true, in all()5157 || (self.image_cube_array && other.image_cube_array) in intersects()5638 && (self.image_cube_array || !other.image_cube_array) in contains()6190 image_cube_array: self.image_cube_array || other.image_cube_array, in union()6850 image_cube_array: self.image_cube_array && other.image_cube_array, in intersection()7510 image_cube_array: self.image_cube_array && !other.image_cube_array, in difference()[all …]
239 if !(device.enabled_features().image_cube_array) { in check_spirv_capability()267 if !(device.enabled_features().image_cube_array) { in check_spirv_capability()
206 if view_type == ImageViewType::CubeArray && !device.enabled_features().image_cube_array { in validate_new()
8642 pub image_cube_array: Bool32, field8732 pub fn image_cube_array(mut self, image_cube_array: bool) -> Self { in image_cube_array() method8733 self.inner.image_cube_array = image_cube_array.into(); in image_cube_array()