HomeSort by: relevance | last modified time | path
    Searched refs:field_type (Results 1 - 24 of 24) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
gl_nir_link_uniform_blocks.c 322 const struct glsl_type *field_type; local
325 field_type = glsl_get_struct_field(type, i);
327 field_type = glsl_get_array_element(type);
329 if (glsl_type_is_leaf(field_type))
332 iterate_type_count_variables(field_type, num_variables);
388 const struct glsl_type *field_type; local
391 field_type = glsl_get_struct_field(type, i);
395 field_type = glsl_get_array_element(type);
398 if (glsl_type_is_leaf(field_type)) {
399 fill_individual_variable(field_type, variables, variable_index
    [all...]
gl_nir_link_uniform_initializers.c 195 const struct glsl_type *field_type = glsl_get_struct_field(type, i); local
196 set_uniform_initializer(data, field_type, val->elements[i]);
link_uniform_initializers.cpp 195 const glsl_type *field_type = type->fields.structure[i].type; local
199 field_type, val->get_record_field(i),
gl_nir_link_uniforms.c 894 const struct glsl_type *field_type; local
898 field_type = glsl_get_struct_field(type, i);
906 field_type = glsl_get_array_element(type);
915 field_type, stage,
1077 const struct glsl_type *field_type = glsl_get_struct_field(type, i); local
1079 build_type_tree_for_type(field_type);
1219 const struct glsl_type *field_type; local
1224 field_type = glsl_get_struct_field(type, i);
1263 field_type = glsl_get_array_element(type);
1271 field_type, i, location
    [all...]
gl_nir_linker.c 239 const struct glsl_type *field_type = glsl_get_struct_field(type, i); local
246 var, field_name, field_type,
251 field_location += glsl_count_attribute_slots(field_type, false);
lower_xfb_varying.cpp 188 *type = (*type)->field_type(field);
ast_to_hir.cpp 7589 const struct glsl_type *field_type = local
7591 validate_array_dimensions(field_type, state, &loc);
7592 fields[i].type = field_type;
7595 interpret_interpolation_qualifier(qual, field_type,
7650 align = field_type->std140_base_alignment(row_major);
7651 size = field_type->std140_size(row_major);
7653 align = field_type->std430_base_alignment(row_major);
7654 size = field_type->std430_size(row_major);
7670 "alignment of %s", field_type->name);
7724 4 * field_type->component_slots()
    [all...]
ir.cpp 1731 this->type = this->record->type->field_type(field);
1743 this->type = this->record->type->field_type(field);
  /xsrc/external/mit/xcb-proto/dist/xcbgen/
expr.py 9 field_type is the name of the type (string tuple)
16 def __init__(self, type, field_type, field_name, visible, wire, auto, enum=None, isfd=False):
18 self.field_type = field_type
30 if self.field_type is not None:
171 self.lenfield_type = fields[self.lenfield_name].field_type
xtypes.py 79 def make_member_of(self, module, complex_type, field_type, field_name, visible, wire, auto, enum=None, is_fd=False):
88 new_field = Field(self, field_type, field_name, visible, wire, auto, enum, is_fd)
314 def make_member_of(self, module, complex_type, field_type, field_name, visible, wire, auto, enum=None):
338 Type.make_member_of(self, module, complex_type, field_type, field_name, visible, wire, auto, enum, self.member.is_fd)
575 field_type = self.name + (field_name,)
576 type = SwitchType(field_type, child, *self.lenfield_parent)
578 type.make_member_of(module, self, field_type, field_name, visible, True, False)
594 field_type = module.get_type_name(fkey)
596 type.make_member_of(module, self, field_type, field_name, visible, True, False, enum)
798 field_type = self.name + ('%s%d' % ( child.tag, index ),
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
gl_nir_link_uniforms.c 211 const struct glsl_type *field_type = glsl_get_struct_field(type, i); local
213 build_type_tree_for_type(field_type);
304 const struct glsl_type *field_type; local
307 field_type = glsl_get_struct_field(type, i);
309 field_type = glsl_get_array_element(type);
312 field_type, location,
gl_nir_link_uniform_initializers.c 189 const struct glsl_type *field_type = glsl_get_struct_field(type, i); local
190 set_uniform_initializer(data, field_type, val->elements[i]);
link_uniform_initializers.cpp 195 const glsl_type *field_type = type->fields.structure[i].type; local
199 field_type, val->get_record_field(i),
ast_to_hir.cpp 7350 const struct glsl_type *field_type = local
7352 validate_array_dimensions(field_type, state, &loc);
7353 fields[i].type = field_type;
7356 interpret_interpolation_qualifier(qual, field_type,
7400 align = field_type->std140_base_alignment(row_major);
7401 size = field_type->std140_size(row_major);
7403 align = field_type->std430_base_alignment(row_major);
7404 size = field_type->std430_size(row_major);
7420 "alignment of %s", field_type->name);
7474 4 * field_type->component_slots()
    [all...]
ir.cpp 1429 this->type = this->record->type->field_type(field);
1441 this->type = this->record->type->field_type(field);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_nir_uniforms.cpp 126 const struct glsl_type *field_type = glsl_get_struct_field(type, i); local
128 location_count += count_uniform_storage_slots(field_type);
  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.cpp 1568 glsl_type::field_type(const char *name) const function in class:glsl_type
1988 const struct glsl_type *field_type = this->fields.structure[i].type; local
1990 field_type->std140_base_alignment(field_row_major));
2118 const struct glsl_type *field_type = this->fields.structure[i].type; local
2119 unsigned align = field_type->std140_base_alignment(field_row_major);
2122 if (field_type->is_unsized_array())
2126 size += field_type->std140_size(field_row_major);
2130 if (field_type->is_struct() && (i + 1 < this->length))
2313 const struct glsl_type *field_type = this->fields.structure[i].type; local
2315 field_type->std430_base_alignment(field_row_major))
2486 const struct glsl_type *field_type = this->fields.structure[i].type; local
    [all...]
glsl_types.h 1168 const glsl_type *field_type(const char *name) const;
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.cpp 1379 glsl_type::field_type(const char *name) const function in class:glsl_type
1733 const struct glsl_type *field_type = this->fields.structure[i].type; local
1735 field_type->std140_base_alignment(field_row_major));
1863 const struct glsl_type *field_type = this->fields.structure[i].type; local
1864 unsigned align = field_type->std140_base_alignment(field_row_major);
1867 if (field_type->is_unsized_array())
1871 size += field_type->std140_size(field_row_major);
1875 if (field_type->is_struct() && (i + 1 < this->length))
2058 const struct glsl_type *field_type = this->fields.structure[i].type; local
2060 field_type->std430_base_alignment(field_row_major))
2163 const struct glsl_type *field_type = this->fields.structure[i].type; local
    [all...]
glsl_types.h 896 const glsl_type *field_type(const char *name) const;
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_nir_uniforms.cpp 126 const struct glsl_type *field_type = glsl_get_struct_field(type, i); local
128 location_count += count_uniform_storage_slots(field_type);
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_gather_info.c 221 const struct glsl_type *field_type = glsl_get_struct_field(parent_type, i); local
222 offset += glsl_count_attribute_slots(field_type, false);
nir_lower_io.c 2412 const struct glsl_type *field_type = glsl_get_struct_field(type, i); local
2414 c->elements[i], field_type);
  /xsrc/external/mit/libxcb/dist/src/
c_client.py 429 bitcase_name = bitcase.field_type if bitcase.type.has_name else name
441 field.c_field_type = _t(field.field_type + ('event',))
443 field.c_field_type = _t(field.field_type)
464 field.c_iterator_type = _t(field.field_type + ('iterator',)) # xcb_fieldtype_iterator_t
497 _c_type_setup(field.type, field.field_type, ())
499 _c_type_setup(field.type.member, field.field_type, ())

Completed in 32 milliseconds