Searched refs:v3d_compiler (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_screen.h72 const struct v3d_compiler *compiler;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_screen.h72 const struct v3d_compiler *compiler;
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/
H A DMakefile.sources41 compiler/v3d_compiler.h \
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dv3d_compiler.h567 struct v3d_compiler { struct
592 const struct v3d_compiler *compiler;
1008 const struct v3d_compiler *v3d_compiler_init(const struct v3d_device_info *devinfo);
1009 void v3d_compiler_free(const struct v3d_compiler *compiler);
1012 uint64_t *v3d_compile(const struct v3d_compiler *compiler,
1119 bool vir_init_reg_sets(struct v3d_compiler *compiler);
H A Dvir.c25 #include "v3d_compiler.h"
511 const struct v3d_compiler *
514 struct v3d_compiler *compiler = rzalloc(NULL, struct v3d_compiler);
529 v3d_compiler_free(const struct v3d_compiler *compiler)
535 vir_compile_init(const struct v3d_compiler *compiler,
1677 uint64_t *v3d_compile(const struct v3d_compiler *compiler,
H A Dvir_register_allocate.c27 #include "v3d_compiler.h"
490 vir_init_reg_sets(struct v3d_compiler *compiler)
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dv3d_compiler.h460 struct v3d_compiler { struct
474 const struct v3d_compiler *compiler;
715 const struct v3d_compiler *v3d_compiler_init(const struct v3d_device_info *devinfo);
716 void v3d_compiler_free(const struct v3d_compiler *compiler);
719 uint64_t *v3d_compile(const struct v3d_compiler *compiler,
816 bool vir_init_reg_sets(struct v3d_compiler *compiler);
H A Dvir.c25 #include "v3d_compiler.h"
469 const struct v3d_compiler *
472 struct v3d_compiler *compiler = rzalloc(NULL, struct v3d_compiler);
487 v3d_compiler_free(const struct v3d_compiler *compiler)
493 vir_compile_init(const struct v3d_compiler *compiler,
874 uint64_t *v3d_compile(const struct v3d_compiler *compiler,
H A Dvir_register_allocate.c27 #include "v3d_compiler.h"
351 vir_init_reg_sets(struct v3d_compiler *compiler)
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_private.h70 #include "compiler/v3d_compiler.h"
152 const struct v3d_compiler *compiler;
H A Dv3dv_pipeline.c585 * could be used by the v3d_compiler */
1629 const struct v3d_compiler *compiler = physical_device->compiler;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.3.0.rst1662 - v3d: add new flag dirty TMU cache at v3d_compiler

Completed in 27 milliseconds