Searched refs:initializer_type (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_to_hir.cpp4682 const glsl_type *initializer_type; local in function:process_initializer
4690 initializer_type = result->type;
4692 initializer_type = rhs->type;
4719 var->type = initializer_type;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dast_to_hir.cpp4583 const glsl_type *initializer_type; local in function:process_initializer
4591 initializer_type = result->type;
4593 initializer_type = rhs->type;
4619 var->type = initializer_type;

Completed in 20 milliseconds