Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/
Dbuiltin_types.h86 static const struct glsl_struct_field gl_DepthRangeParameters_fields[] = {
103 static const struct glsl_struct_field gl_PointParameters_fields[] = {
113 static const struct glsl_struct_field gl_MaterialParameters_fields[] = {
121 static const struct glsl_struct_field gl_LightSourceParameters_fields[] = {
136 static const struct glsl_struct_field gl_LightModelParameters_fields[] = {
140 static const struct glsl_struct_field gl_LightModelProducts_fields[] = {
144 static const struct glsl_struct_field gl_LightProducts_fields[] = {
150 static const struct glsl_struct_field gl_FogParameters_fields[] = {
Dglsl_types.h144 struct glsl_struct_field *structure; /**< List of struct fields. */
230 static const glsl_type *get_record_instance(const glsl_struct_field *fields,
491 glsl_type(const glsl_struct_field *fields, unsigned num_fields,
559 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()
534 glsl_type::get_record_instance(const glsl_struct_field *fields, in get_record_instance()
Dlower_ubo_reference.cpp213 const struct glsl_struct_field *field = in emit_ubo_loads()
Dast_to_hir.cpp3951 glsl_struct_field *const fields = ralloc_array(state, glsl_struct_field, in hir()