Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dshader_types.h150 struct gl_shader struct
157 gl_shader_stage Stage; argument
158 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 …]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DCMakeLists.txt49 add_library(gl_shader EXCLUDE_FROM_ALL target
/third_party/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp174 glsl_to_nir(struct gl_shader *gl_shader, in glsl_to_nir()