Searched refs:get_varying_type (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | link_varyings.cpp | 51 get_varying_type(const ir_variable *var, gl_shader_stage stage) function in typeref:typename:const glsl_type * 619 const glsl_type *type = get_varying_type(var, sh->Stage); 813 const glsl_type *type = get_varying_type(input, consumer->Stage); 1838 const glsl_type *type = get_varying_type(var, stage); 1924 type = get_varying_type(var, consumer_stage); 1929 type = get_varying_type(var, producer_stage); 2049 get_varying_type(producer_var, producer_stage); 2084 get_varying_type(producer_var, producer_stage); 2502 unsigned num_elements = get_varying_type(var, stage->Stage)
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | link_varyings.cpp | 51 get_varying_type(const ir_variable *var, gl_shader_stage stage) function in typeref:typename:const glsl_type * 629 const glsl_type *type = get_varying_type(var, sh->Stage); 863 const glsl_type *type = get_varying_type(input, consumer->Stage); 2061 type = get_varying_type(var, consumer_stage); 2066 type = get_varying_type(var, producer_stage); 2203 get_varying_type(producer_var, producer_stage); 2238 get_varying_type(producer_var, producer_stage); 2715 unsigned num_elements = get_varying_type(var, stage->Stage)
|
Completed in 9 milliseconds