Searched refs:v3d_compiler (Results 1 – 9 of 9) sorted by relevance
72 const struct v3d_compiler *compiler;
518 struct v3d_compiler { struct543 const struct v3d_compiler *compiler; argument843 const struct v3d_compiler *v3d_compiler_init(const struct v3d_device_info *devinfo);844 void v3d_compiler_free(const struct v3d_compiler *compiler);847 uint64_t *v3d_compile(const struct v3d_compiler *compiler,949 bool vir_init_reg_sets(struct v3d_compiler *compiler);
484 const struct v3d_compiler *487 struct v3d_compiler *compiler = rzalloc(NULL, struct v3d_compiler); in v3d_compiler_init()502 v3d_compiler_free(const struct v3d_compiler *compiler) in v3d_compiler_free()508 vir_compile_init(const struct v3d_compiler *compiler, in vir_compile_init()1219 uint64_t *v3d_compile(const struct v3d_compiler *compiler, in v3d_compile()
37 'v3d_compiler.h',
404 vir_init_reg_sets(struct v3d_compiler *compiler) in vir_init_reg_sets()
41 compiler/v3d_compiler.h \
154 const struct v3d_compiler *compiler;
1529 const struct v3d_compiler *compiler = physical_device->compiler; in v3dv_get_shader_variant()
1662 - v3d: add new flag dirty TMU cache at v3d_compiler