Home
last modified time | relevance | path

Searched defs:glsl_type (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/glsl/
Dglsl_types.h68 struct glsl_type { struct
84 if (glsl_type::mem_ctx == NULL) { in new() argument
99 static void operator delete(void *type) in delete()
134 const struct glsl_type *array; /**< Type of array elements. */ argument
144 static const glsl_type *const error_type; argument
145 static const glsl_type *const int_type; argument
146 static const glsl_type *const ivec4_type; argument
147 static const glsl_type *const uint_type; argument
148 static const glsl_type *const uvec2_type; argument
149 static const glsl_type *const uvec3_type; argument
[all …]
Dglsl_types.cpp48 glsl_type::glsl_type(GLenum gl_type, in glsl_type() function in glsl_type
66 glsl_type::glsl_type(GLenum gl_type, in glsl_type() function in glsl_type
81 glsl_type::glsl_type(const glsl_struct_field *fields, unsigned num_fields, in glsl_type() function in glsl_type
248 glsl_type::glsl_type(const glsl_type *array, unsigned length) : in glsl_type() function in glsl_type
Dast_to_hir.cpp1781 ast_type_specifier::glsl_type(const char **name, in glsl_type() function in ast_type_specifier