Searched defs:tex_offset (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog.c79 int tex_offset = (code_addr & R300_TEX_START_MASK) >> R300_TEX_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);
88 for (i = tex_offset;
89 i <= tex_offset + tex_end;
H A Dr300_fragprog_emit.c311 unsigned tex_offset; local
326 tex_offset = emit->node_first_tex;
327 tex_end = code->tex.length - tex_offset - 1;
353 | ((tex_offset << R300_TEX_START_SHIFT)
358 | (get_msbs_tex(tex_offset, 5)
H A Dradeon_code.h190 int tex_offset; /**< first tex instruction */ member in struct:r300_fragment_program_node
191 int tex_end; /**< last tex instruction, relative to tex_offset */
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog.c79 int tex_offset = (code_addr & R300_TEX_START_MASK) >> R300_TEX_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);
88 for (i = tex_offset;
89 i <= tex_offset + tex_end;
H A Dr300_fragprog_emit.c311 unsigned tex_offset; local
326 tex_offset = emit->node_first_tex;
327 tex_end = code->tex.length - tex_offset - 1;
353 | ((tex_offset << R300_TEX_START_SHIFT)
358 | (get_msbs_tex(tex_offset, 5)
H A Dradeon_code.h190 int tex_offset; /**< first tex instruction */ member in struct:r300_fragment_program_node
191 int tex_end; /**< last tex instruction, relative to tex_offset */
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di830_context.h135 GLuint tex_offset[I830_TEX_UNITS]; member in struct:i830_hw_state
H A Di915_context.h242 GLuint tex_offset[I915_TEX_UNITS]; member in struct:i915_hw_state
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_context.h135 GLuint tex_offset[I830_TEX_UNITS]; member in struct:i830_hw_state
H A Di915_context.h242 GLuint tex_offset[I915_TEX_UNITS]; member in struct:i915_hw_state

Completed in 138 milliseconds