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

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
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_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]);
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_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);
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...]
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...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
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_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]);
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,
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...]
  /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/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.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...]
  /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...]

Completed in 24 milliseconds