HomeSort by relevance Sort by last modified time
    Searched refs:tex_end (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/compiler/
r300_fragprog_emit.c 312 unsigned tex_end; local
327 tex_end = code->tex.length - tex_offset - 1;
335 tex_end = 0;
355 | ((tex_end << R300_TEX_SIZE_SHIFT)
360 | (get_msbs_tex(tex_end, 5)
482 unsigned int tex_end; local
523 tex_end = code->tex.length ? code->tex.length - 1 : 0;
531 | ((tex_end << R300_PFS_CNTL_TEX_END_SHIFT)
534 | (get_msbs_tex(tex_end, 6) << R400_TEX_SIZE_MSB_SHIFT)
r300_fragprog.c 80 int tex_end = (code_addr & R300_TEX_SIZE_MASK) >> R300_TEX_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);
89 i <= tex_offset + tex_end;
radeon_code.h 191 int tex_end; /**< last tex instruction, relative to tex_offset */ member in struct:r300_fragment_program_node

Completed in 72 milliseconds