Searched defs:producer_stage (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/ |
H A D | link_varyings.cpp | 69 cross_validate_types_and_qualifiers(const struct gl_constants *consts, struct gl_shader_program *prog, const ir_variable *input, const ir_variable *output, gl_shader_stage consumer_stage, gl_shader_stage producer_stage) cross_validate_types_and_qualifiers() argument 275 cross_validate_front_and_back_color(const struct gl_constants *consts, struct gl_shader_program *prog, const ir_variable *input, const ir_variable *front_color, const ir_variable *back_color, gl_shader_stage consumer_stage, gl_shader_stage producer_stage) cross_validate_front_and_back_color() argument [all...] |
H A D | gl_nir_link_varyings.c | 1039 gl_shader_stage producer_stage; member 1109 is_unpackable_tess(gl_shader_stage producer_stage, in is_unpackable_tess() argument 1121 init_varying_matches(void *mem_ctx, struct varying_matches *vm, const struct gl_constants *consts, const struct gl_extensions *exts, gl_shader_stage producer_stage, gl_shader_stage consumer_stage, bool sso) init_varying_matches() argument [all...] |
Completed in 5 milliseconds