Searched refs:maxInstructions (Results 1 – 1 of 1) sorted by relevance
1117 uint maxInstructions = 10, numInstructions = 0; in tgsi_exec_machine_bind_shader() local1193 MALLOC( maxInstructions * sizeof(struct tgsi_full_instruction) ); in tgsi_exec_machine_bind_shader()1251 if (numInstructions == maxInstructions) { in tgsi_exec_machine_bind_shader()1253 maxInstructions in tgsi_exec_machine_bind_shader()1255 (maxInstructions + 10) in tgsi_exec_machine_bind_shader()1257 maxInstructions += 10; in tgsi_exec_machine_bind_shader()