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

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dast_function.cpp556 const glsl_type *constructor_type,
586 || ((constructor_type->length != 0)
587 && (constructor_type->length != parameter_count))) {
588 const unsigned min_param = (constructor_type->length == 0)
589 ? 1 : constructor_type->length;
593 (constructor_type->length != 0) ? "at least" : "exactly",
598 if (constructor_type->length == 0) {
599 constructor_type =
600 glsl_type::get_array_instance(constructor_type->element_type(),
602 assert(constructor_type !
555 process_array_constructor(exec_list *instructions, const glsl_type *constructor_type, YYLTYPE *loc, exec_list *parameters, struct _mesa_glsl_parse_state *state) argument
678 constant_record_constructor(const glsl_type *constructor_type, exec_list *parameters, void *mem_ctx) argument
1223 const glsl_type *const constructor_type = type->glsl_type(& name, state); local
[all...]
/external/mesa3d/src/glsl/
H A Dast_function.cpp556 const glsl_type *constructor_type,
586 || ((constructor_type->length != 0)
587 && (constructor_type->length != parameter_count))) {
588 const unsigned min_param = (constructor_type->length == 0)
589 ? 1 : constructor_type->length;
593 (constructor_type->length != 0) ? "at least" : "exactly",
598 if (constructor_type->length == 0) {
599 constructor_type =
600 glsl_type::get_array_instance(constructor_type->element_type(),
602 assert(constructor_type !
555 process_array_constructor(exec_list *instructions, const glsl_type *constructor_type, YYLTYPE *loc, exec_list *parameters, struct _mesa_glsl_parse_state *state) argument
678 constant_record_constructor(const glsl_type *constructor_type, exec_list *parameters, void *mem_ctx) argument
1223 const glsl_type *const constructor_type = type->glsl_type(& name, state); local
[all...]

Completed in 59 milliseconds