Home
last modified time | relevance | path

Searched refs:SpecViolation (Results 1 – 5 of 5) sorted by relevance

/external/crosvm/rutabaga_gfx/src/cross_domain/
Dcross_domain.rs70 let channels = self.channels.take().ok_or(RutabagaError::SpecViolation)?; in initialize()
74 .ok_or(RutabagaError::SpecViolation)? in initialize()
146 .ok_or(RutabagaError::SpecViolation)?; in context_create_blob()
149 return Err(RutabagaError::SpecViolation); in context_create_blob()
/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
Dvulkano_gralloc.rs157 return Err(RutabagaError::SpecViolation); in create_image()
162 return Err(RutabagaError::SpecViolation); in create_image()
304 let vulkan_info = reqs.vulkan_info.ok_or(RutabagaError::SpecViolation)?; in allocate_memory()
319 .ok_or(RutabagaError::SpecViolation)?; in allocate_memory()
Dminigbm.rs143 return Err(RutabagaError::SpecViolation); in allocate_memory()
/external/crosvm/rutabaga_gfx/src/
Drutabaga_utils.rs155 SpecViolation, enumerator
213 SpecViolation => write!(f, "violation of the rutabaga spec"), in fmt()
Drutabaga_core.rs508 resource.map_info.ok_or(RutabagaError::SpecViolation) in map_info()
553 let hnd = Arc::try_unwrap(handle).map_err(|_| RutabagaError::SpecViolation)?; in export_blob()