Searched refs:v3d_compiler (Results 1 – 6 of 6) sorted by relevance
391 struct v3d_compiler { struct403 const struct v3d_compiler *compiler; argument610 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);
498 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()
36 'v3d_compiler.h',
37 vir_init_reg_sets(struct v3d_compiler *compiler) in vir_init_reg_sets()
75 const struct v3d_compiler *compiler;
38 compiler/v3d_compiler.h \