Home
last modified time | relevance | path

Searched refs:is_record (Results 1 – 22 of 22) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dlink_uniforms.cpp49 assert(type->without_array()->is_record() in process()
83 if (t_without_array->is_record() || in process()
124 } else if (t->is_record() || t->is_interface()) { in recursion()
125 if (record_type == NULL && t->is_record()) in recursion()
128 if (t->is_record()) in recursion()
172 if (t->is_record()) { in recursion()
176 } else if (t->without_array()->is_record() || in recursion()
179 if (record_type == NULL && t->fields.array->is_record()) in recursion()
329 assert(!type->without_array()->is_record()); in visit_field()
760 assert(type->is_record()); in enter_record()
[all …]
Dlower_buffer_access.cpp66 if (deref->type->is_record()) { in emit_access()
217 return matrix || deref->type->without_array()->is_record(); in is_dereferenced_thing_row_major()
244 return matrix || deref->type->without_array()->is_record(); in is_dereferenced_thing_row_major()
417 if (type->without_array()->is_record()) { in setup_buffer_access()
Dhir_field_selection.cpp49 } else if (op->type->is_record() || op->type->is_interface()) { in _mesa_ast_field_selection_to_hir()
Dir.cpp758 || type->is_record() || type->is_array()); in ir_constant()
765 if (type->is_array() || type->is_record()) { in ir_constant()
909 || type->is_record() || type->is_array()); in zero()
922 if (type->is_record()) { in zero()
1100 assert(this->type->is_record()); in get_record_field()
1167 assert (!type->is_array() && !type->is_record()); in copy_masked_offset()
1213 if (this->type->is_array() || this->type->is_record()) { in has_value()
1922 (constant->type->is_array() || constant->type->is_record())) { in steal_memory()
Dopt_structure_splitting.cpp106 if (!var->type->is_record() || in get_variable_entry()
209 if (!var->type->is_record()) in get_splitting_entry()
Dlink_uniform_initializers.cpp211 if (type->is_record()) { in set_uniform_initializer()
221 } else if (t_without_array->is_record() || in set_uniform_initializer()
Dlink_uniform_blocks.cpp70 assert(type->is_record()); in enter_record()
83 assert(type->is_record()); in leave_record()
Dlink_varyings.cpp80 } else if (t->is_record()) { in create_xfb_varying_names()
91 } else if (t->without_array()->is_record() || in create_xfb_varying_names()
462 if (type->without_array()->is_record()) { in check_location_aliasing()
1617 return xfb_enabled && (type->is_array() || type->is_record() || in is_varying_packing_safe()
1924 if (type->is_array() || type->is_matrix() || type->is_record() || in store_locations()
2147 assert(!type->without_array()->is_record()); in visit_field()
Dir_print_visitor.cpp152 } else if (t->is_record() && !is_gl_identifier(t->name)) { in print_type()
471 } else if (ir->type->is_record()) { in visit()
Dlower_packed_varyings.cpp523 if (rvalue->type->is_record()) { in lower_rvalue()
773 !((type->is_array() || type->is_record() || type->is_matrix()) && in needs_lowering()
Dlower_ubo_reference.cpp886 if (!ir->lhs->type->is_record() || !ir->rhs->type->is_record()) in check_for_buffer_struct_copy()
Dast_to_hir.cpp2363 !t->is_record(); in precision_qualifier_allowed()
2781 if (t_without_array->is_record() || t_without_array->is_interface()) in validate_xfb_offset_qualifier()
3667 if (type->is_matrix() || type->is_record()) { in apply_layout_qualifier_to_variable()
5230 var->type->fields.array->is_record()) { in hir()
5235 if (var->type->is_record()) { in hir()
5238 var->type->fields.structure[i].type->is_record()) in hir()
5265 if (check_type->is_record() || check_type->is_matrix()) in hir()
5336 if (type->is_array() && type->fields.array->is_record()) { in hir()
5342 if (type->is_record()) { in hir()
5345 type->fields.structure[i].type->is_record()) in hir()
[all …]
Dast_function.cpp2062 if (constructor_type->is_record()) { in hir()
2402 if (constructor_type->is_record()) { in hir()
Dglsl_parser_extras.cpp922 } else if (type->is_record()) { in _mesa_ast_set_aggregate_type()
Dlinker.cpp4231 if (array_type->is_record() || array_type->is_array()) in get_array_stride()
/external/mesa3d/src/compiler/
Dglsl_types.cpp200 } else if (this->is_record() || this->is_interface()) { in contains_sampler()
214 if (this->is_record() || this->is_interface()) { in contains_array()
230 } else if (this->is_record() || this->is_interface()) { in contains_integer()
246 } else if (this->is_record() || this->is_interface()) { in contains_double()
283 } else if (this->is_record() || this->is_interface()) { in contains_subroutine()
329 } else if (this->is_record() || this->is_interface()) { in contains_image()
1403 if (t->is_record()) { in record_location_offset()
1409 if (wa->is_record()) { in record_location_offset()
1497 if (this->without_array()->is_record() || in varying_count()
1613 assert(this->fields.array->is_record() || in std140_base_alignment()
[all …]
Dnir_types.cpp211 return type->is_record() || type->is_interface(); in glsl_type_is_struct()
Dglsl_types.h607 bool is_record() const in is_record() function
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp686 if (type->is_array() || type->is_record()) { in src_reg()
716 if (type->is_array() || type->is_record()) { in dst_reg()
/external/mesa3d/src/mesa/main/
Dshader_query.cpp862 if (RESOURCE_UNI(res)->type->without_array()->is_record()) in program_resource_location()
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp594 if (type->is_array() || type->is_record()) { in get_temp()
1884 if (ir->type->is_record()) { in visit()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp999 if (type->is_record()) { in type_has_array_or_matrix()
1045 if (type->is_array() || type->is_record()) { in get_temp()
2631 int element_size = ir->type->without_array()->is_record() ? in visit()
2883 if (type->is_record()) { in emit_block_mov()
3068 if (ir->type->is_record()) { in visit()