Searched defs:gl_shader (Results 1 – 3 of 3) sorted by relevance
150 struct gl_shader struct157 gl_shader_stage Stage; argument158 GLuint Name; /**< AKA the handle */159 GLint RefCount; /**< Reference count */160 GLchar *Label; /**< GL_KHR_debug */161 GLboolean DeletePending;162 bool IsES; /**< True if this shader uses GLSL ES */163 bool has_implicit_conversions;164 bool has_implicit_int_to_uint_conversion;166 enum gl_compile_status CompileStatus;[all …]
49 add_library(gl_shader EXCLUDE_FROM_ALL target
174 glsl_to_nir(struct gl_shader *gl_shader, in glsl_to_nir()