Searched refs:MAX_UNIFORMS (Results 1 – 7 of 7) sorted by relevance
172 #define MAX_UNIFORMS 4096 macro199 #define MAX_VERTEX_PROGRAM_PARAMS MAX_UNIFORMS
495 prog->MaxUniformComponents = 4 * MAX_UNIFORMS; in init_program_limits()501 prog->MaxUniformComponents = 4 * MAX_UNIFORMS; in init_program_limits()
319 const float *param[MAX_UNIFORMS * 4]; /* should be: BRW_MAX_CURBE */320 const float *pull_param[MAX_UNIFORMS * 4];446 const float *param[MAX_UNIFORMS * 4]; /* should be: BRW_MAX_CURBE */447 const float *pull_param[MAX_UNIFORMS * 4];
355 int param_index[MAX_UNIFORMS * 4];356 int param_offset[MAX_UNIFORMS * 4];
299 int uniform_size[MAX_UNIFORMS];300 int uniform_vector_size[MAX_UNIFORMS];
71 ASSERT(ctx->Const.VertexProgram.MaxUniformComponents <= 4 * MAX_UNIFORMS); in _mesa_init_program()72 ASSERT(ctx->Const.FragmentProgram.MaxUniformComponents <= 4 * MAX_UNIFORMS); in _mesa_init_program()
192 pc->MaxUniformComponents = 4 * MIN2(pc->MaxNativeParameters, MAX_UNIFORMS); in st_init_limits()