Searched defs:unfilled (Results 1 – 10 of 10) sorted by relevance
67 struct unfilled_stage *unfilled = unfilled_stage(stage); in inject_front_face_info() local195 struct unfilled_stage *unfilled = unfilled_stage(stage); in unfilled_tri() local222 struct unfilled_stage *unfilled = unfilled_stage(stage); in unfilled_first_tri() local266 struct unfilled_stage *unfilled = unfilled_stage(stage); in draw_unfilled_prepare_outputs() local288 struct unfilled_stage *unfilled = CALLOC_STRUCT(unfilled_stage); in draw_unfilled_stage() local
151 struct draw_stage *unfilled; member
61 pub(crate) fn unfilled(&mut self) -> &mut [MaybeUninit<u8>] { in unfilled() method
113 pub fn unfilled<'this>(&'this mut self) -> BorrowedCursor<'this> { in unfilled() method
292 let unfilled = unsafe { self.unfilled_mut() }; in chunk_mut() localVariable
716 let mut unfilled = String::with_capacity(text.len()); in unfill() localVariable