Lines Matching defs:compiler
33 #include "compiler/nir/nir.h"
34 #include "compiler/shader_enums.h"
517 struct ir3_compiler *compiler;
564 * the uniforms and the built-in compiler constants
827 struct ir3_compiler *compiler;
886 const struct ir3_compiler *compiler = v->compiler;
894 compiler->shared_consts_size : 0;
897 compiler->geom_shared_consts_size_quirk : 0;
905 return compiler->max_const_compute - shared_consts_size;
907 return compiler->max_const_safe - safe_shared_consts_size;
909 return compiler->max_const_frag - shared_consts_size;
911 return compiler->max_const_geom - shared_consts_size_geom;
933 ir3_shader_from_nir(struct ir3_compiler *compiler, nir_shader *nir,
937 const struct ir3_compiler *compiler);
1162 if (!v->compiler)
1165 if (v->compiler->gen < 5)
1170 return MIN2(branchstack, v->compiler->branchstack_size / 2);