Searched refs:GLSL_UNIFORMS (Results 1 – 3 of 3) sorted by relevance
949 if (unlikely(ctx->_Shader->Flags & GLSL_UNIFORMS)) { in validate_uniform()1284 if (unlikely(ctx->_Shader->Flags & GLSL_UNIFORMS)) { in _mesa_uniform_matrix()1438 if (unlikely(ctx->_Shader->Flags & GLSL_UNIFORMS)) { in _mesa_uniform_handle()
3048 #define GLSL_UNIFORMS 0x4 /**< Print glUniform calls */ macro
92 flags |= GLSL_UNIFORMS; in _mesa_get_shader_flags()