Home
last modified time | relevance | path

Searched refs:xfb_decl (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_varyings.c195 xfb_decl_init(struct xfb_decl *xfb_decl, const struct gl_constants *consts, in xfb_decl_init() argument
202 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 …]
Dgl_nir_link_varyings.h112 struct xfb_decl struct
215 xfb_decl_is_varying(const struct xfb_decl *xfb_decl) in xfb_decl_is_varying() argument
217 return !xfb_decl->next_buffer_separator && !xfb_decl->skip_components; in xfb_decl_is_varying()
Dgl_nir_linker.h42 struct xfb_decl;
87 struct xfb_decl *tfeedback_decls);
Dgl_nir_opt_dead_builtin_varyings.c133 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()