Searched defs:glsl_type (Results 1 – 3 of 3) sorted by relevance
76 struct glsl_type { struct92 if (glsl_type::mem_ctx == NULL) { in new() argument107 static void operator delete(void *type) in delete()142 const struct glsl_type *array; /**< Type of array elements. */ argument152 static const glsl_type *const error_type; argument153 static const glsl_type *const void_type; argument154 static const glsl_type *const int_type; argument155 static const glsl_type *const ivec2_type; argument156 static const glsl_type *const ivec3_type; argument157 static const glsl_type *const ivec4_type; argument[all …]
48 glsl_type::glsl_type(GLenum gl_type, in glsl_type() function in glsl_type66 glsl_type::glsl_type(GLenum gl_type, in glsl_type() function in glsl_type81 glsl_type::glsl_type(const glsl_struct_field *fields, unsigned num_fields, in glsl_type() function in glsl_type365 glsl_type::glsl_type(const glsl_type *array, unsigned length) : in glsl_type() function in glsl_type
1899 ast_type_specifier::glsl_type(const char **name, in glsl_type() function in ast_type_specifier