Home
last modified time | relevance | path

Searched refs:tex (Results 1 – 25 of 89) sorted by relevance

1234

/NextBSD/sys/dev/drm/
HDmga_state.c130 drm_mga_texture_regs_t *tex = &sarea_priv->tex_state[0]; in mga_g200_emit_tex0() local
135 DMA_BLOCK(MGA_TEXCTL2, tex->texctl2, in mga_g200_emit_tex0()
136 MGA_TEXCTL, tex->texctl, in mga_g200_emit_tex0()
137 MGA_TEXFILTER, tex->texfilter, in mga_g200_emit_tex0()
138 MGA_TEXBORDERCOL, tex->texbordercol); in mga_g200_emit_tex0()
140 DMA_BLOCK(MGA_TEXORG, tex->texorg, in mga_g200_emit_tex0()
141 MGA_TEXORG1, tex->texorg1, in mga_g200_emit_tex0()
142 MGA_TEXORG2, tex->texorg2, in mga_g200_emit_tex0()
143 MGA_TEXORG3, tex->texorg3); in mga_g200_emit_tex0()
145 DMA_BLOCK(MGA_TEXORG4, tex->texorg4, in mga_g200_emit_tex0()
[all …]
HDradeon_state.c449 drm_radeon_texture_regs_t * tex, in radeon_emit_state() argument
552 &tex[0].pp_txoffset)) { in radeon_emit_state()
559 OUT_RING(tex[0].pp_txfilter); in radeon_emit_state()
560 OUT_RING(tex[0].pp_txformat); in radeon_emit_state()
561 OUT_RING(tex[0].pp_txoffset); in radeon_emit_state()
562 OUT_RING(tex[0].pp_txcblend); in radeon_emit_state()
563 OUT_RING(tex[0].pp_txablend); in radeon_emit_state()
564 OUT_RING(tex[0].pp_tfactor); in radeon_emit_state()
566 OUT_RING(tex[0].pp_border_color); in radeon_emit_state()
572 &tex[1].pp_txoffset)) { in radeon_emit_state()
[all …]
HDr128_state.c181 drm_r128_texture_regs_t *tex = &sarea_priv->tex_state[0]; in r128_emit_tex0() local
190 OUT_RING(tex->tex_cntl); in r128_emit_tex0()
191 OUT_RING(tex->tex_combine_cntl); in r128_emit_tex0()
194 OUT_RING(tex->tex_offset[i]); in r128_emit_tex0()
199 OUT_RING(tex->tex_border_color); in r128_emit_tex0()
207 drm_r128_texture_regs_t *tex = &sarea_priv->tex_state[1]; in r128_emit_tex1() local
215 OUT_RING(tex->tex_cntl); in r128_emit_tex1()
216 OUT_RING(tex->tex_combine_cntl); in r128_emit_tex1()
218 OUT_RING(tex->tex_offset[i]); in r128_emit_tex1()
222 OUT_RING(tex->tex_border_color); in r128_emit_tex1()
HDvia_verifier.c304 uint32_t *addr, *pitch, *height, tex; in finish_current_sequence() local
314 &(cur_seq->t_addr[tex = cur_seq->texture][start]); in finish_current_sequence()
315 pitch = &(cur_seq->pitch[tex][start]); in finish_current_sequence()
316 height = &(cur_seq->height[tex][start]); in finish_current_sequence()
317 npot = cur_seq->tex_npot[tex]; in finish_current_sequence()
HDr600_cp.c2297 drm_radeon_texture_t * tex, in r600_cp_dispatch_texture() argument
2307 if (!radeon_check_offset(dev_priv, tex->offset)) { in r600_cp_dispatch_texture()
2313 if (!radeon_check_offset(dev_priv, tex->offset + tex->height * tex->pitch - 1)) { in r600_cp_dispatch_texture()
2318 size = tex->height * tex->pitch; in r600_cp_dispatch_texture()
2323 dst_offset = tex->offset; in r600_cp_dispatch_texture()
2333 if (DRM_COPY_TO_USER(tex->image, image, sizeof(*image))) in r600_cp_dispatch_texture()
/NextBSD/contrib/file/magic/Magdir/
HDtex3 # $File: tex,v 1.20 2014/03/16 02:53:03 christos Exp $
4 # tex: file(1) magic for TeX files
27 !:mime application/x-tex-tfm
30 !:mime application/x-tex-tfm
41 !:mime text/x-tex
44 !:mime text/x-tex
47 !:mime text/x-tex
50 !:mime text/x-tex
53 !:mime text/x-tex
56 !:mime text/x-tex
[all …]
/NextBSD/contrib/llvm/include/llvm/IR/
HDIntrinsicsNVVM.td1054 "llvm.nvvm.tex.1d.v4f32.s32">;
1058 "llvm.nvvm.tex.1d.v4f32.f32">;
1062 "llvm.nvvm.tex.1d.level.v4f32.f32">;
1067 "llvm.nvvm.tex.1d.grad.v4f32.f32">;
1071 "llvm.nvvm.tex.1d.v4s32.s32">;
1075 "llvm.nvvm.tex.1d.v4s32.f32">;
1079 "llvm.nvvm.tex.1d.level.v4s32.f32">;
1084 "llvm.nvvm.tex.1d.grad.v4s32.f32">;
1088 "llvm.nvvm.tex.1d.v4u32.s32">;
1092 "llvm.nvvm.tex.1d.v4u32.f32">;
[all …]
/NextBSD/sys/dev/drm2/radeon/
HDradeon_state.c471 drm_radeon_texture_regs_t * tex, in radeon_emit_state() argument
574 &tex[0].pp_txoffset)) { in radeon_emit_state()
581 OUT_RING(tex[0].pp_txfilter); in radeon_emit_state()
582 OUT_RING(tex[0].pp_txformat); in radeon_emit_state()
583 OUT_RING(tex[0].pp_txoffset); in radeon_emit_state()
584 OUT_RING(tex[0].pp_txcblend); in radeon_emit_state()
585 OUT_RING(tex[0].pp_txablend); in radeon_emit_state()
586 OUT_RING(tex[0].pp_tfactor); in radeon_emit_state()
588 OUT_RING(tex[0].pp_border_color); in radeon_emit_state()
594 &tex[1].pp_txoffset)) { in radeon_emit_state()
[all …]
HDr600_cp.c2494 drm_radeon_texture_t *tex, in r600_cp_dispatch_texture() argument
2504 if (!radeon_check_offset(dev_priv, tex->offset)) { in r600_cp_dispatch_texture()
2510 if (!radeon_check_offset(dev_priv, tex->offset + tex->height * tex->pitch - 1)) { in r600_cp_dispatch_texture()
2515 size = tex->height * tex->pitch; in r600_cp_dispatch_texture()
2520 dst_offset = tex->offset; in r600_cp_dispatch_texture()
2533 if (DRM_COPY_TO_USER(tex->image, image, sizeof(*image))) in r600_cp_dispatch_texture()
/NextBSD/contrib/groff/tmac/
HDREADME1 The file `hyphen.us' is identical to the file `hyphen.tex', part of the TeX
4 ftp://labrea.stanford.edu/pub/tex/dist/lib/hyphen.tex .
/NextBSD/contrib/groff/src/preproc/pic/
HDMakefile.sub12 tex.$(OBJEXT)
20 $(srcdir)/tex.cpp
/NextBSD/crypto/heimdal/doc/
HDheimdal.texi10 @tex
11 \input latin1.tex
12 @end tex
HDMakefile.am5 AUTOMAKE_OPTIONS = no-texinfo.tex
130 latin1.tex \
/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXIntrinsics.td1951 "tex.1d.v4.f32.s32\t\\{$r, $g, $b, $a\\}, [$t, $s, \\{$x\\}];",
1957 "tex.1d.v4.f32.f32\t\\{$r, $g, $b, $a\\}, [$t, $s, \\{$x\\}];",
1963 "tex.level.1d.v4.f32.f32\t\\{$r, $g, $b, $a\\}, "
1971 "tex.grad.1d.v4.f32.f32\t\\{$r, $g, $b, $a\\}, "
1978 "tex.1d.v4.s32.s32\t\\{$r, $g, $b, $a\\}, [$t, $s, \\{$x\\}];",
1984 "tex.1d.v4.s32.f32\t\\{$r, $g, $b, $a\\}, [$t, $s, \\{$x\\}];",
1991 "tex.level.1d.v4.s32.f32\t\\{$r, $g, $b, $a\\}, "
1999 "tex.grad.1d.v4.s32.f32\t\\{$r, $g, $b, $a\\}, "
2006 "tex.1d.v4.u32.s32\t\\{$r, $g, $b, $a\\}, [$t, $s, \\{$x\\}];",
2012 "tex.1d.v4.u32.f32\t\\{$r, $g, $b, $a\\}, [$t, $s, \\{$x\\}];",
[all …]
/NextBSD/contrib/gcc/doc/
HDgcc.texi87 @tab General: @tex press@@gnu.org @end tex
89 @tab Orders: @tex sales@@gnu.org @end tex
/NextBSD/contrib/gperf/
HDFREEBSD-Xlist6 */texinfo.tex
/NextBSD/contrib/gdb/
HDsrc-release81 taz: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex
100 gdb-tar: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex
119 gdb-taz: gdb-tar $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex
130 do-proto-toplev: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex
195 ln -s ../../texinfo/texinfo.tex proto-toplev/texinfo/
244 TEXINFO_SUPPORT= texinfo/texinfo.tex
/NextBSD/gnu/usr.bin/groff/src/preproc/pic/
HDMakefile5 common.cpp troff.cpp tex.cpp
/NextBSD/contrib/gcc/doc/include/
HDgcc-common.texi49 @tex
52 @end tex
/NextBSD/contrib/libreadline/
HDFREEBSD-upgrade8 rm doc/*.dvi doc/*.html doc/*.ps doc/*.0 doc/*.info doc/*.tex doc/texi2* doc/*.pdf
/NextBSD/contrib/binutils/bfd/doc/
HDbfd.texinfo1 \input texinfo.tex
55 @tex
65 @end tex
325 @tex
338 @end tex
/NextBSD/contrib/gcc/
HDFREEBSD-deletelist31 texinfo.tex
HDFREEBSD-Xlist48 *gcc/texinfo.tex
/NextBSD/contrib/amd/doc/
HDtexinfo.tex1 % texinfo.tex -- TeX macros to handle Texinfo files.
12 % This texinfo.tex file is free software; you can redistribute it and/or
17 % This texinfo.tex file is distributed in the hope that it will be
23 % along with this texinfo.tex file; see the file COPYING. If not, write
31 % Please try the latest version of texinfo.tex before submitting bug
34 % ftp://tug.org/tex/texinfo.tex
36 % The texinfo.tex in any given distribution could well be out
46 % tex foo.texi
48 % tex foo.texi
49 % tex foo.texi
[all …]
/NextBSD/contrib/groff/doc/
HDtexinfo.tex1 % texinfo.tex -- TeX macros to handle Texinfo files.
12 % This texinfo.tex file is free software; you can redistribute it and/or
17 % This texinfo.tex file is distributed in the hope that it will be
23 % along with this texinfo.tex file; see the file COPYING. If not, write
31 % Please try the latest version of texinfo.tex before submitting bug
34 % ftp://tug.org/tex/texinfo.tex
36 % The texinfo.tex in any given distribution could well be out
46 % tex foo.texi
48 % tex foo.texi
49 % tex foo.texi
[all …]

1234