Searched refs:xfb_decl (Results 1 – 4 of 4) sorted by relevance
195 xfb_decl_init(struct xfb_decl *xfb_decl, const struct gl_constants *consts, in xfb_decl_init() argument202 xfb_decl->location = -1; in xfb_decl_init()203 xfb_decl->orig_name = input; in xfb_decl_init()204 xfb_decl->lowered_builtin_array_variable = none; in xfb_decl_init()205 xfb_decl->skip_components = 0; in xfb_decl_init()206 xfb_decl->next_buffer_separator = false; in xfb_decl_init()207 xfb_decl->matched_candidate = NULL; in xfb_decl_init()208 xfb_decl->stream_id = 0; in xfb_decl_init()209 xfb_decl->buffer = 0; in xfb_decl_init()210 xfb_decl->offset = 0; in xfb_decl_init()[all …]
112 struct xfb_decl struct215 xfb_decl_is_varying(const struct xfb_decl *xfb_decl) in xfb_decl_is_varying() argument217 return !xfb_decl->next_buffer_separator && !xfb_decl->skip_components; in xfb_decl_is_varying()
42 struct xfb_decl;87 struct xfb_decl *tfeedback_decls);
133 unsigned num_tfeedback_decls, struct xfb_decl *tfeedback_decls) in get_varying_info()465 struct xfb_decl *tfeedback_decls) in gl_nir_opt_dead_builtin_varyings()