Searched refs:ProgramAttachType (Results 1 – 3 of 3) sorted by relevance
28 use crate::ProgramAttachType;600 pub attach_type: ProgramAttachType,608 pub attach_type: ProgramAttachType,616 pub attach_type: ProgramAttachType,670 attach_type: ProgramAttachType::from(unsafe { in from_uapi()676 attach_type: ProgramAttachType::from(unsafe { in from_uapi()683 attach_type: ProgramAttachType::from(unsafe { in from_uapi()
201 pub fn set_attach_type(&mut self, attach_type: ProgramAttachType) { in set_attach_type() argument405 pub enum ProgramAttachType { enum452 impl From<u32> for ProgramAttachType { implementation454 use ProgramAttachType::*; in from()633 pub fn attach_type(&self) -> ProgramAttachType { in attach_type() argument634 ProgramAttachType::from(unsafe { in attach_type()1191 use ProgramAttachType::*; in program_attach_type()1241 discriminant(&ProgramAttachType::from(t as u32)) in program_attach_type()
138 pub use crate::program::ProgramAttachType;