Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/
Dbuiltin_types.h76 static const struct glsl_struct_field gl_DepthRangeParameters_fields[] = {
93 static const struct glsl_struct_field gl_PointParameters_fields[] = {
103 static const struct glsl_struct_field gl_MaterialParameters_fields[] = {
111 static const struct glsl_struct_field gl_LightSourceParameters_fields[] = {
126 static const struct glsl_struct_field gl_LightModelParameters_fields[] = {
130 static const struct glsl_struct_field gl_LightModelProducts_fields[] = {
134 static const struct glsl_struct_field gl_LightProducts_fields[] = {
140 static const struct glsl_struct_field gl_FogParameters_fields[] = {
Dglsl_types.h136 struct glsl_struct_field *structure; /**< List of struct fields. */
205 static const glsl_type *get_record_instance(const glsl_struct_field *fields,
407 glsl_type(const glsl_struct_field *fields, unsigned num_fields,
469 struct glsl_struct_field { struct
Dglsl_types.cpp81 glsl_type::glsl_type(const glsl_struct_field *fields, unsigned num_fields, in glsl_type()
94 glsl_struct_field, length); in glsl_type()
417 glsl_type::get_record_instance(const glsl_struct_field *fields, in get_record_instance()
Dast_to_hir.cpp3049 glsl_struct_field *const fields = hieralloc_array(state, glsl_struct_field, in hir()