Searched refs:maxDeclarations (Results 1 – 1 of 1) sorted by relevance
1106 uint maxDeclarations = 10, numDeclarations = 0; in tgsi_exec_machine_bind_shader() local1174 MALLOC( maxDeclarations * sizeof(struct tgsi_full_declaration) ); in tgsi_exec_machine_bind_shader()1195 if (numDeclarations == maxDeclarations) { in tgsi_exec_machine_bind_shader()1197 maxDeclarations in tgsi_exec_machine_bind_shader()1199 (maxDeclarations + 10) in tgsi_exec_machine_bind_shader()1201 maxDeclarations += 10; in tgsi_exec_machine_bind_shader()