Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/
Dr300_fs.c300 unsigned int alu_iterations = ((alu_length - 1) / 64) + 1; in r300_emit_fs_code_to_buffer() local
305 alu_iterations > tex_iterations ? alu_iterations : tex_iterations; in r300_emit_fs_code_to_buffer()
314 (code->r390_mode ? (5 * alu_iterations) : 4) + in r300_emit_fs_code_to_buffer()