Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/rust/
H A Dnir.rs191 pub fn info(&self) -> &'static nir_op_info { in info()
217 impl nir_op_info { implementation
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir.h1514 typedef struct nir_op_info { struct
1516 const char *name;
1519 uint8_t num_inputs;
1549 * See nir_op_infos::output_size for more detail about the relationship argument
1564 } nir_op_info; argument