Searched refs:xfb_decl (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_link_varyings.c | 195 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 in xfb_decl_init() 294 xfb_decl_num_components(struct xfb_decl *xfb_decl) xfb_decl_num_components() argument 311 xfb_decl_assign_location(struct xfb_decl *xfb_decl, const struct gl_constants *consts, struct gl_shader_program *prog) xfb_decl_assign_location() argument 422 xfb_decl_get_num_outputs(struct xfb_decl *xfb_decl) xfb_decl_get_num_outputs() argument 438 xfb_decl_is_varying_written(struct xfb_decl *xfb_decl) xfb_decl_is_varying_written() argument 453 xfb_decl_store(struct xfb_decl *xfb_decl, const struct gl_constants *consts, struct gl_shader_program *prog, struct gl_transform_feedback_info *info, unsigned buffer, unsigned buffer_index, const unsigned max_outputs, BITSET_WORD *used_components[MAX_FEEDBACK_BUFFERS], bool *explicit_stride, unsigned *max_member_alignment, bool has_xfb_qualifiers, const void* mem_ctx) xfb_decl_store() argument 668 xfb_decl_find_candidate(struct xfb_decl *xfb_decl, struct gl_shader_program *prog, struct hash_table *tfeedback_candidates) xfb_decl_find_candidate() argument 717 xfb_decl_set_lowered_candidate(struct xfb_decl *xfb_decl, struct tfeedback_candidate *candidate) xfb_decl_set_lowered_candidate() argument [all...] |
H A D | gl_nir_link_varyings.h | 112 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()
|
H A D | gl_nir_linker.h | 42 struct xfb_decl; 87 struct xfb_decl *tfeedback_decls);
|
H A D | gl_nir_opt_dead_builtin_varyings.c | 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()
|
Completed in 4 milliseconds