Searched refs:alu_end (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog.c77 unsigned int alu_end = ((code_addr & R300_ALU_SIZE_MASK) >> R300_ALU_SIZE_SHIFT) + local
83 "alu_end: %u, tex_end: %d (code_addr: %08x)\n", n,
84 alu_offset, tex_offset, alu_end, tex_end, code_addr);
128 i <= alu_offset + alu_end; ++i) {
H A Dradeon_code.h193 int alu_end; /**< last ALU instruction, relative to alu_offset */ member in struct:r300_fragment_program_node
H A Dr300_fragprog_emit.c310 unsigned alu_end; local
325 alu_end = code->alu.length - alu_offset - 1;
351 | ((alu_end << R300_ALU_SIZE_SHIFT)
367 alu_end_msbs = get_msbs_alu(alu_end);

Completed in 673 milliseconds