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.c1106 uint maxDeclarations = 10, numDeclarations = 0; in tgsi_exec_machine_bind_shader() local
1174 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()