/linux-2.6.39/drivers/gpu/drm/mga/ |
D | mga_state.c | 122 drm_mga_texture_regs_t *tex = &sarea_priv->tex_state[0]; in mga_g200_emit_tex0() local 127 DMA_BLOCK(MGA_TEXCTL2, tex->texctl2, in mga_g200_emit_tex0() 128 MGA_TEXCTL, tex->texctl, in mga_g200_emit_tex0() 129 MGA_TEXFILTER, tex->texfilter, in mga_g200_emit_tex0() 130 MGA_TEXBORDERCOL, tex->texbordercol); in mga_g200_emit_tex0() 132 DMA_BLOCK(MGA_TEXORG, tex->texorg, in mga_g200_emit_tex0() 133 MGA_TEXORG1, tex->texorg1, in mga_g200_emit_tex0() 134 MGA_TEXORG2, tex->texorg2, MGA_TEXORG3, tex->texorg3); in mga_g200_emit_tex0() 136 DMA_BLOCK(MGA_TEXORG4, tex->texorg4, in mga_g200_emit_tex0() 137 MGA_TEXWIDTH, tex->texwidth, in mga_g200_emit_tex0() [all …]
|
/linux-2.6.39/drivers/gpu/drm/radeon/ |
D | radeon_state.c | 470 drm_radeon_texture_regs_t * tex, in radeon_emit_state() argument 573 &tex[0].pp_txoffset)) { in radeon_emit_state() 580 OUT_RING(tex[0].pp_txfilter); in radeon_emit_state() 581 OUT_RING(tex[0].pp_txformat); in radeon_emit_state() 582 OUT_RING(tex[0].pp_txoffset); in radeon_emit_state() 583 OUT_RING(tex[0].pp_txcblend); in radeon_emit_state() 584 OUT_RING(tex[0].pp_txablend); in radeon_emit_state() 585 OUT_RING(tex[0].pp_tfactor); in radeon_emit_state() 587 OUT_RING(tex[0].pp_border_color); in radeon_emit_state() 593 &tex[1].pp_txoffset)) { in radeon_emit_state() [all …]
|
D | r600_cp.c | 2486 drm_radeon_texture_t *tex, in r600_cp_dispatch_texture() argument 2496 if (!radeon_check_offset(dev_priv, tex->offset)) { in r600_cp_dispatch_texture() 2502 if (!radeon_check_offset(dev_priv, tex->offset + tex->height * tex->pitch - 1)) { in r600_cp_dispatch_texture() 2507 size = tex->height * tex->pitch; in r600_cp_dispatch_texture() 2512 dst_offset = tex->offset; in r600_cp_dispatch_texture() 2525 if (DRM_COPY_TO_USER(tex->image, image, sizeof(*image))) in r600_cp_dispatch_texture()
|
D | radeon_drv.h | 453 drm_radeon_texture_t *tex,
|
/linux-2.6.39/arch/arm/mach-msm/ |
D | iommu.c | 367 int ret = 0, tex, sh; in msm_iommu_map() local 372 tex = msm_iommu_tex_class[prot & MSM_IOMMU_CP_MASK]; in msm_iommu_map() 374 if (tex < 0 || tex > NUM_TEX_CLASS - 1) { in msm_iommu_map() 402 pgprot |= tex & 0x01 ? FL_BUFFERABLE : 0; in msm_iommu_map() 403 pgprot |= tex & 0x02 ? FL_CACHEABLE : 0; in msm_iommu_map() 404 pgprot |= tex & 0x04 ? FL_TEX0 : 0; in msm_iommu_map() 407 pgprot |= tex & 0x01 ? SL_BUFFERABLE : 0; in msm_iommu_map() 408 pgprot |= tex & 0x02 ? SL_CACHEABLE : 0; in msm_iommu_map() 409 pgprot |= tex & 0x04 ? SL_TEX0 : 0; in msm_iommu_map()
|
/linux-2.6.39/Documentation/cdrom/ |
D | 00-INDEX | 5 cdrom-standard.tex
|
D | cdrom-standard.tex | 2 \def\version{$Id: cdrom-standard.tex,v 1.9 1997/12/28 15:42:49 david Exp $}
|
/linux-2.6.39/drivers/gpu/drm/r128/ |
D | r128_state.c | 178 drm_r128_texture_regs_t *tex = &sarea_priv->tex_state[0]; in r128_emit_tex0() local 187 OUT_RING(tex->tex_cntl); in r128_emit_tex0() 188 OUT_RING(tex->tex_combine_cntl); in r128_emit_tex0() 191 OUT_RING(tex->tex_offset[i]); in r128_emit_tex0() 195 OUT_RING(tex->tex_border_color); in r128_emit_tex0() 203 drm_r128_texture_regs_t *tex = &sarea_priv->tex_state[1]; in r128_emit_tex1() local 211 OUT_RING(tex->tex_cntl); in r128_emit_tex1() 212 OUT_RING(tex->tex_combine_cntl); in r128_emit_tex1() 214 OUT_RING(tex->tex_offset[i]); in r128_emit_tex1() 217 OUT_RING(tex->tex_border_color); in r128_emit_tex1()
|
/linux-2.6.39/drivers/gpu/drm/via/ |
D | via_verifier.c | 305 uint32_t *addr, *pitch, *height, tex; in finish_current_sequence() local 315 &(cur_seq->t_addr[tex = cur_seq->texture][start]); in finish_current_sequence() 316 pitch = &(cur_seq->pitch[tex][start]); in finish_current_sequence() 317 height = &(cur_seq->height[tex][start]); in finish_current_sequence() 318 npot = cur_seq->tex_npot[tex]; in finish_current_sequence()
|
/linux-2.6.39/Documentation/ |
D | dontdiff | 39 *.tex
|
/linux-2.6.39/Documentation/DocBook/ |
D | Makefile | 234 $(patsubst %.xml, %.tex, $(DOCBOOKS)) \
|
/linux-2.6.39/include/drm/ |
D | radeon_drm.h | 425 drm_radeon_texture_regs_t tex[RADEON_MAX_TEXTURE_UNITS]; member
|
/linux-2.6.39/net/ipv4/ |
D | Kconfig | 78 and <ftp://post.tepkom.ru/pub/vol2/Linux/docs/advanced-routing.tex>.
|