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

/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog.c75 unsigned int alu_offset = ((code_addr & R300_ALU_START_MASK) >> R300_ALU_START_SHIFT) + local
82 fprintf(stderr, "NODE %d: alu_offset: %u, tex_offset: %d, "
84 alu_offset, tex_offset, alu_end, tex_end, code_addr);
127 for (i = alu_offset;
128 i <= alu_offset + alu_end; ++i) {
H A Dradeon_code.h192 int alu_offset; /**< first ALU instruction */ member in struct:r300_fragment_program_node
193 int alu_end; /**< last ALU instruction, relative to alu_offset */
H A Dr300_fragprog_emit.c309 unsigned alu_offset; local
324 alu_offset = emit->node_first_alu;
325 alu_end = code->alu.length - alu_offset - 1;
349 ((alu_offset << R300_ALU_START_SHIFT)
366 alu_offset_msbs = get_msbs_alu(alu_offset);

Completed in 138 milliseconds