Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlink_uniforms.cpp63 assert(type->without_array()->is_record() in process()
94 if (t_without_array->is_record() || in process()
135 } else if (t->is_record() || t->is_interface()) { in recursion()
136 if (record_type == NULL && t->is_record()) in recursion()
139 if (t->is_record()) in recursion()
146 if (t->fields.structure[i].type->is_record()) in recursion()
186 if (t->is_record()) { in recursion()
190 } else if (t->without_array()->is_record() || in recursion()
193 if (record_type == NULL && t->fields.array->is_record()) in recursion()
345 assert(!type->without_array()->is_record()); in visit_field()
[all …]
Dlower_buffer_access.cpp65 if (deref->type->is_record()) { in emit_access()
267 return matrix || deref->type->without_array()->is_record(); in is_dereferenced_thing_row_major()
294 return matrix || deref->type->without_array()->is_record(); in is_dereferenced_thing_row_major()
467 if (type->without_array()->is_record()) { in setup_buffer_access()
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.cpp182 if (type->is_record()) { in set_uniform_initializer()
196 } else if (t_without_array->is_record() || in set_uniform_initializer()
Dir.cpp652 || type->is_record() || type->is_array()); in ir_constant()
674 if (type->is_record()) { in ir_constant()
802 || type->is_record() || type->is_array()); in zero()
815 if (type->is_record()) { in zero()
1024 assert (!type->is_array() && !type->is_record()); in copy_masked_offset()
1766 if (constant->type->is_record()) { in steal_memory()
Dlink_uniform_blocks.cpp67 assert(type->is_record()); in enter_record()
80 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()
419 if (type->without_array()->is_record()) { in cross_validate_outputs_to_inputs()
1360 return xfb_enabled && (type->is_array() || type->is_record() || in is_varying_packing_safe()
1794 assert(!type->without_array()->is_record()); in visit_field()
Dlower_packed_varyings.cpp447 if (rvalue->type->is_record()) { in lower_rvalue()
695 !((type->is_array() || type->is_record() || type->is_matrix()) && in needs_lowering()
Dast_to_hir.cpp2319 !t->is_record(); in precision_qualifier_allowed()
2733 if (t_without_array->is_record() || t_without_array->is_interface()) in validate_xfb_offset_qualifier()
3454 if (type->is_matrix() || type->is_record()) { in apply_layout_qualifier_to_variable()
4956 var->type->fields.array->is_record()) { in hir()
4961 if (var->type->is_record()) { in hir()
4964 var->type->fields.structure[i].type->is_record()) in hir()
5006 if (check_type->is_record() || check_type->is_matrix()) in hir()
5077 if (type->is_array() && type->fields.array->is_record()) { in hir()
5083 if (type->is_record()) { in hir()
5086 type->fields.structure[i].type->is_record()) in hir()
[all …]
Dlower_ubo_reference.cpp873 if (!ir->lhs->type->is_record() || !ir->rhs->type->is_record()) in check_for_buffer_struct_copy()
Dir_print_visitor.cpp452 } else if (ir->type->is_record()) { in visit()
Dlinker.cpp852 if (existing->type->fields.array->is_record() && in validate_intrastage_arrays()
853 var->type->fields.array->is_record() && in validate_intrastage_arrays()
901 if (var->type->is_record() && existing->type->is_record() in cross_validate_globals()
4121 if (array_type->is_record() || array_type->is_array()) in get_array_stride()
Dast_function.cpp1918 if (constructor_type->is_record()) { in hir()
2217 if (constructor_type->is_record()) { in hir()
Dglsl_parser_extras.cpp897 } else if (type->is_record()) { in _mesa_ast_set_aggregate_type()
/external/mesa3d/src/compiler/
Dglsl_types.cpp217 } else if (this->is_record() || this->is_interface()) { in contains_sampler()
234 } else if (this->is_record() || this->is_interface()) { in contains_integer()
250 } else if (this->is_record() || this->is_interface()) { in contains_double()
287 } else if (this->is_record() || this->is_interface()) { in contains_subroutine()
333 } else if (this->is_record() || this->is_interface()) { in contains_image()
1278 if (t->is_record()) { in record_location_offset()
1284 if (wa->is_record()) { in record_location_offset()
1362 if (this->without_array()->is_record() || in varying_count()
1478 assert(this->fields.array->is_record() || in std140_base_alignment()
1521 if (this->is_record()) { in std140_base_alignment()
[all …]
Dnir_types.cpp196 return type->is_record() || type->is_interface(); in glsl_type_is_struct()
Dglsl_types.h577 bool is_record() const in is_record() function
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_visitor.cpp681 if (type->is_array() || type->is_record()) { in src_reg()
711 if (type->is_array() || type->is_record()) { in dst_reg()
/external/mesa3d/src/mesa/main/
Dshader_query.cpp799 if (RESOURCE_UNI(res)->type->without_array()->is_record()) in program_resource_location()
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp579 if (type->is_array() || type->is_record()) { in get_temp()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp1219 if (type->is_record()) { in type_has_array_or_matrix()
1265 if (type->is_array() || type->is_record()) { in get_temp()