Searched refs:alu_offset (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | r300_fragprog.c | 75 unsigned int alu_offset = ((code_addr & R300_ALU_START_MASK) >> R300_ALU_START_SHIFT) + local in function:r300FragmentProgramDump 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 D | radeon_code.h | 188 int alu_offset; /**< first ALU instruction */ member in struct:r300_fragment_program_node 189 int alu_end; /**< last ALU instruction, relative to alu_offset */
|
| H A D | r300_fragprog_emit.c | 309 unsigned alu_offset; local in function:finish_node 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);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | r300_fragprog.c | 75 unsigned int alu_offset = ((code_addr & R300_ALU_START_MASK) >> R300_ALU_START_SHIFT) + local in function:r300FragmentProgramDump 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 D | radeon_code.h | 188 int alu_offset; /**< first ALU instruction */ member in struct:r300_fragment_program_node 189 int alu_end; /**< last ALU instruction, relative to alu_offset */
|
| H A D | r300_fragprog_emit.c | 311 unsigned alu_offset; local in function:finish_node 326 alu_offset = emit->node_first_alu; 327 alu_end = code->alu.length - alu_offset - 1; 351 ((alu_offset << R300_ALU_START_SHIFT) 368 alu_offset_msbs = get_msbs_alu(alu_offset);
|
Completed in 5 milliseconds