Home
last modified time | relevance | path

Searched refs:glsl_struct_field (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dbuiltin_types.cpp54 static const struct glsl_struct_field gl_DepthRangeParameters_fields[] = {
55 glsl_struct_field(glsl_type::float_type, "near"),
56 glsl_struct_field(glsl_type::float_type, "far"),
57 glsl_struct_field(glsl_type::float_type, "diff"),
60 static const struct glsl_struct_field gl_PointParameters_fields[] = {
61 glsl_struct_field(glsl_type::float_type, "size"),
62 glsl_struct_field(glsl_type::float_type, "sizeMin"),
63 glsl_struct_field(glsl_type::float_type, "sizeMax"),
64 glsl_struct_field(glsl_type::float_type, "fadeThresholdSize"),
65 glsl_struct_field(glsl_type::float_type, "distanceConstantAttenuation"),
[all …]
Dlinker.h171 virtual void visit_field(const glsl_struct_field *field);
195 const glsl_struct_field *named_ifc_member);
Dlower_buffer_access.h60 const glsl_struct_field **struct_field,
Dlower_buffer_access.cpp69 const struct glsl_struct_field *field = in emit_access()
329 const glsl_struct_field **struct_field, in setup_buffer_access()
Dlinker.cpp209 const struct glsl_struct_field *field = in visit_leave()
1524 glsl_struct_field *fields = new glsl_struct_field[num_fields]; in resize_interface_members()
1556 glsl_struct_field *fields = new glsl_struct_field[num_fields]; in fixup_unnamed_interface_type()
3825 const struct glsl_struct_field *field = &type->fields.structure[i]; in add_shader_variable()
4068 get_array_size(struct gl_uniform_storage *uni, const glsl_struct_field *field, in get_array_size()
4095 const glsl_struct_field *field, char *interface_name, in get_array_stride()
4178 const glsl_struct_field *field = &interface->fields.structure[i]; in calculate_array_size_and_stride()
Dlink_uniforms.cpp102 const glsl_struct_field *ifc_member = var->data.from_named_ifc_block ? in process()
122 const glsl_struct_field *named_ifc_member) in recursion()
230 program_resource_visitor::visit_field(const glsl_struct_field *) in visit_field() argument
Dbuiltin_variables.cpp311 glsl_struct_field fields[11];
1389 const glsl_struct_field *fields = per_vertex_out_type->fields.structure; in generate_varyings()
Dast_to_hir.cpp6676 glsl_struct_field **fields_ret, in ast_process_struct_or_iface_block_members()
6705 glsl_struct_field *const fields = rzalloc_array(state, glsl_struct_field, in ast_process_struct_or_iface_block_members()
7120 glsl_struct_field *fields; in hir()
7212 apply_memory_qualifiers(ir_variable *var, glsl_struct_field field) in apply_memory_qualifiers()
7355 glsl_struct_field *fields; in hir()
Dir_validate.cpp762 const glsl_struct_field *fields = in visit()
Dlower_ubo_reference.cpp110 const struct glsl_struct_field *struct_field;
Dast_function.cpp1741 const glsl_struct_field *struct_field = in process_record_constructor()
/external/mesa3d/src/compiler/glsl/tests/
Dgeneral_ir_test.cpp33 static const glsl_struct_field f[] = { in TEST()
34 glsl_struct_field(glsl_type::vec(4), "v") in TEST()
59 static const glsl_struct_field f[] = { in TEST()
60 glsl_struct_field(glsl_type::vec(4), "v") in TEST()
Dvaryings_test.cpp78 static const glsl_struct_field f[] = { in link_varyings()
79 glsl_struct_field(glsl_type::vec(4), "v") in link_varyings()
Darray_refcount_test.cpp476 const glsl_struct_field fields[] = { in TEST_F()
477 glsl_struct_field(array_3_of_int, "i"), in TEST_F()
Dbuiltin_variable_test.cpp331 const glsl_struct_field *const input = in TEST_F()
/external/mesa3d/src/compiler/
Dglsl_types.h203 struct glsl_struct_field *structure; /**< List of struct fields. */
277 static const glsl_type *get_record_instance(const glsl_struct_field *fields,
284 static const glsl_type *get_interface_instance(const glsl_struct_field *fields,
808 glsl_type(const glsl_struct_field *fields, unsigned num_fields,
812 glsl_type(const glsl_struct_field *fields, unsigned num_fields,
872 struct glsl_struct_field { struct
958 glsl_struct_field(const struct glsl_type *_type, const char *_name) in glsl_struct_field() argument
969 glsl_struct_field() in glsl_struct_field() argument
Dglsl_types.cpp106 glsl_type::glsl_type(const glsl_struct_field *fields, unsigned num_fields, in glsl_type()
123 glsl_struct_field, length); in glsl_type()
134 glsl_type::glsl_type(const glsl_struct_field *fields, unsigned num_fields, in glsl_type()
153 glsl_struct_field, length); in glsl_type()
976 glsl_type::get_record_instance(const glsl_struct_field *fields, in get_record_instance()
1010 glsl_type::get_interface_instance(const glsl_struct_field *fields, in get_interface_instance()
Dnir_types.h138 const struct glsl_type *glsl_struct_type(const struct glsl_struct_field *fields,
Dnir_types.cpp324 glsl_struct_type(const glsl_struct_field *fields, in glsl_struct_type()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c404 struct glsl_struct_field *fields;
778 NIR_VLA(struct glsl_struct_field, fields, count); in vtn_handle_type()
782 fields[i] = (struct glsl_struct_field) { in vtn_handle_type()