Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/rust/
H A Dnir.rs384 impl nir_jump_instr { implementation
404 pub fn as_jump<'a>(&'a self) -> Option<&'a nir_jump_instr> { in as_jump()
407 Some(unsafe { &*(p as *const nir_jump_instr) }) in as_jump() constant
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir.h2695 } nir_jump_instr; typedef