Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dast_function.cpp1065 const glsl_type *constructor_type, in process_vec_mat_constructor()
1166 const glsl_type *constructor_type, in process_array_constructor()
1823 const glsl_type *constructor_type, in process_record_constructor()
1997 const glsl_type *const constructor_type = type->glsl_type(& name, state); in hir() local
2389 const glsl_type *const constructor_type = this->constructor_type; in hir() local
Dast.h422 const glsl_type *constructor_type; variable
/external/v8/src/compiler/
Djs-typed-lowering.cc1323 Type constructor_type = NodeProperties::GetType(constructor); in ReduceJSOrdinaryHasInstance() local