Searched refs:LocalConstDef (Results 1 – 4 of 4) sorted by relevance
365 ctx->ATIFragmentShader.Current->LocalConstDef = 0; in _mesa_BeginFragmentShaderATI()788 curProg->LocalConstDef |= 1 << dstindex; in _mesa_SetFragmentShaderConstantATI()
2148 GLbitfield LocalConstDef; /**< Indicates which constants have been set */ member
355 if (shader->LocalConstDef & (1 << (index - GL_CON_0_ATI))) { in execute_shader()
513 if ((shader->LocalConstDef >> i) & 1) { in r200UpdateFSConstants()