Home
last modified time | relevance | path

Searched refs:maxInstructions (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c1117 uint maxInstructions = 10, numInstructions = 0; in tgsi_exec_machine_bind_shader() local
1193 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()