Searched refs:type_without_array (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlink_varyings.cpp478 const glsl_type *type_without_array = type->without_array(); local in function:check_location_aliasing
480 glsl_base_type_is_integer(type_without_array->base_type);
481 const bool is_struct = type_without_array->is_struct();
490 unsigned dmul = type_without_array->is_64bit() ? 2 : 1;
491 last_comp = component + type_without_array->vector_elements * dmul;
493 glsl_base_type_get_bit_size(type_without_array->base_type);
657 const glsl_type *type_without_array = type->without_array(); local in function:validate_explicit_variable_location
658 if (type_without_array->is_interface()) {
659 for (unsigned i = 0; i < type_without_array->length; i++) {
660 glsl_struct_field *field = &type_without_array
[all...]
H A Dlinker.cpp1564 const glsl_type *type_without_array; local in function:array_sizing_visitor::visit
1570 type_without_array = var->type->without_array();
1580 } else if (type_without_array->is_interface()) {
1581 if (interface_contains_unsized_arrays(type_without_array)) {
1583 resize_interface_members(type_without_array,
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlink_varyings.cpp468 const glsl_type *type_without_array = type->without_array(); local in function:check_location_aliasing
470 glsl_base_type_is_integer(type_without_array->base_type);
471 const bool is_struct = type_without_array->is_struct();
480 unsigned dmul = type_without_array->is_64bit() ? 2 : 1;
481 last_comp = component + type_without_array->vector_elements * dmul;
483 glsl_base_type_get_bit_size(type_without_array->base_type);
647 const glsl_type *type_without_array = type->without_array(); local in function:validate_explicit_variable_location
648 if (type_without_array->is_interface()) {
649 for (unsigned i = 0; i < type_without_array->length; i++) {
650 glsl_struct_field *field = &type_without_array
[all...]
H A Dlinker.cpp1521 const glsl_type *type_without_array; local in function:array_sizing_visitor::visit
1527 type_without_array = var->type->without_array();
1537 } else if (type_without_array->is_interface()) {
1538 if (interface_contains_unsized_arrays(type_without_array)) {
1540 resize_interface_members(type_without_array,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp2513 const glsl_type *type_without_array = var->type->without_array(); local in function:glsl_to_tgsi_visitor::visit
2519 if (type_without_array->is_64bit())
2521 if (type_without_array->vector_elements)
2522 num_components = type_without_array->vector_elements;
2529 decl->base_type = type_without_array->base_type;
2557 const glsl_type *type_without_array = var->type->without_array(); local in function:glsl_to_tgsi_visitor::visit
2565 if (type_without_array->is_64bit())
2567 if (type_without_array->vector_elements)
2568 num_components = type_without_array->vector_elements;
2573 decl->base_type = type_without_array
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp2603 const glsl_type *type_without_array = var->type->without_array(); local in function:glsl_to_tgsi_visitor::visit
2609 if (type_without_array->is_64bit())
2611 if (type_without_array->vector_elements)
2612 num_components = type_without_array->vector_elements;
2619 decl->base_type = type_without_array->base_type;
2647 const glsl_type *type_without_array = var->type->without_array(); local in function:glsl_to_tgsi_visitor::visit
2655 if (type_without_array->is_64bit())
2657 if (type_without_array->vector_elements)
2658 num_components = type_without_array->vector_elements;
2663 decl->base_type = type_without_array
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c179 const struct glsl_type *type_without_array = local in function:ntt_tgsi_var_usage_mask
181 unsigned num_components = glsl_get_vector_elements(type_without_array);
186 glsl_type_is_64bit(type_without_array));

Completed in 30 milliseconds