Searched defs:nir_op_info (Results 1 – 2 of 2) sorted by relevance
191 pub fn info(&self) -> &'static nir_op_info { in info()217 impl nir_op_info { implementation
1514 typedef struct nir_op_info { struct1516 const char *name;1519 uint8_t num_inputs;1549 * See nir_op_infos::output_size for more detail about the relationship argument1564 } nir_op_info; argument