Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c639 uint maxDeclarations = 10, numDeclarations = 0; in tgsi_exec_machine_bind_shader() local
709 MALLOC( maxDeclarations * sizeof(struct tgsi_full_declaration) ); in tgsi_exec_machine_bind_shader()
730 if (numDeclarations == maxDeclarations) { in tgsi_exec_machine_bind_shader()
732 maxDeclarations in tgsi_exec_machine_bind_shader()
734 (maxDeclarations + 10) in tgsi_exec_machine_bind_shader()
736 maxDeclarations += 10; in tgsi_exec_machine_bind_shader()