Home
last modified time | relevance | path

Searched defs:PrmtSel (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/nouveau/compiler/nak/
Dopt_copy_prop.rs76 sel: PrmtSel, in add_prmt()
Dir.rs4346 pub struct PrmtSel(pub u16); struct
4348 impl PrmtSel { impl
4349 pub fn new(bytes: [PrmtSelByte; 4]) -> PrmtSel { in new()
4407 pub fn get_sel(&self) -> Option<PrmtSel> { in get_sel()