Home
last modified time | relevance | path

Searched refs:v3d_compiler (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/broadcom/compiler/
Dv3d_compiler.h391 struct v3d_compiler { struct
403 const struct v3d_compiler *compiler; argument
610 const struct v3d_compiler *v3d_compiler_init(const struct v3d_device_info *devinfo);
611 void v3d_compiler_free(const struct v3d_compiler *compiler);
614 uint64_t *v3d_compile_vs(const struct v3d_compiler *compiler,
621 uint64_t *v3d_compile_fs(const struct v3d_compiler *compiler,
707 bool vir_init_reg_sets(struct v3d_compiler *compiler);
Dvir.c498 const struct v3d_compiler *
501 struct v3d_compiler *compiler = rzalloc(NULL, struct v3d_compiler); in v3d_compiler_init()
516 v3d_compiler_free(const struct v3d_compiler *compiler) in v3d_compiler_free()
522 vir_compile_init(const struct v3d_compiler *compiler, in vir_compile_init()
667 uint64_t *v3d_compile_vs(const struct v3d_compiler *compiler, in v3d_compile_vs()
740 uint64_t *v3d_compile_fs(const struct v3d_compiler *compiler, in v3d_compile_fs()
Dmeson.build36 'v3d_compiler.h',
Dvir_register_allocate.c37 vir_init_reg_sets(struct v3d_compiler *compiler) in vir_init_reg_sets()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_screen.h75 const struct v3d_compiler *compiler;
/external/mesa3d/src/broadcom/
DMakefile.sources38 compiler/v3d_compiler.h \