Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/
Dglsl_types.h76 struct glsl_type { struct
92 if (glsl_type::mem_ctx == NULL) { in new() argument
107 static void operator delete(void *type) in delete()
142 const struct glsl_type *array; /**< Type of array elements. */ argument
152 static const glsl_type *const error_type; argument
153 static const glsl_type *const void_type; argument
154 static const glsl_type *const int_type; argument
155 static const glsl_type *const ivec2_type; argument
156 static const glsl_type *const ivec3_type; argument
157 static const glsl_type *const ivec4_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
365 glsl_type::glsl_type(const glsl_type *array, unsigned length) : in glsl_type() function in glsl_type
Dast_to_hir.cpp1899 ast_type_specifier::glsl_type(const char **name, in glsl_type() function in ast_type_specifier