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

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

Completed in 375 milliseconds