Searched defs:nr_offset (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c1123 unsigned nr_offset,
1156 ureg_emit_texture( ureg, insn.extended_token, target, nr_offset );
1158 for (i = 0; i < nr_offset; i++)
1117 ureg_tex_insn(struct ureg_program *ureg, unsigned opcode, const struct ureg_dst *dst, unsigned nr_dst, unsigned target, const struct tgsi_texture_offset *texoffsets, unsigned nr_offset, const struct ureg_src *src, unsigned nr_src ) argument
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c1123 unsigned nr_offset,
1156 ureg_emit_texture( ureg, insn.extended_token, target, nr_offset );
1158 for (i = 0; i < nr_offset; i++)
1117 ureg_tex_insn(struct ureg_program *ureg, unsigned opcode, const struct ureg_dst *dst, unsigned nr_dst, unsigned target, const struct tgsi_texture_offset *texoffsets, unsigned nr_offset, const struct ureg_src *src, unsigned nr_src ) argument

Completed in 99 milliseconds