Home
last modified time | relevance | path

Searched defs:constructor_type (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dast_function.cpp1238 const glsl_type *constructor_type, in process_vec_mat_constructor()
1338 const glsl_type *constructor_type, in process_array_constructor()
1984 const glsl_type *constructor_type, in process_record_constructor()
2166 const glsl_type *const constructor_type = type->glsl_type(& name, state); in hir() local
2604 const glsl_type *const constructor_type = this->constructor_type; in hir() local
Dast.h429 const glsl_type *constructor_type; variable