Cross Reference: cppwrap.cpp
xref: /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/cppwrap.cpp
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
1b8e80941Smrgstruct exec_list;
2b8e80941Smrg
3b8e80941Smrgbool do_mat_op_to_vec(struct exec_list *instructions);
4b8e80941Smrg
5b8e80941Smrgextern "C" {
6b8e80941Smrg	bool c_do_mat_op_to_vec(struct exec_list *instructions) {
7b8e80941Smrg		return do_mat_op_to_vec(instructions);
8b8e80941Smrg	}
9b8e80941Smrg};
10

Indexes created Sat Nov 29 09:09:30 GMT 2025