HomeSort by relevance Sort by last modified time
    Searched refs:glsl_struct_field (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/glsl/
builtin_types.h 76 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[] = {
glsl_types.h 136 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
glsl_types.cpp 81 glsl_type::glsl_type(const glsl_struct_field *fields, unsigned num_fields,
94 glsl_struct_field, length);
417 glsl_type::get_record_instance(const glsl_struct_field *fields,
ast_to_hir.cpp     [all...]

Completed in 446 milliseconds