/linux-4.4.14/drivers/gpu/drm/mga/ |
D | mga_state.c | 121 drm_mga_texture_regs_t *tex = &sarea_priv->tex_state[0]; in mga_g200_emit_tex0() local 126 DMA_BLOCK(MGA_TEXCTL2, tex->texctl2, in mga_g200_emit_tex0() 127 MGA_TEXCTL, tex->texctl, in mga_g200_emit_tex0() 128 MGA_TEXFILTER, tex->texfilter, in mga_g200_emit_tex0() 129 MGA_TEXBORDERCOL, tex->texbordercol); in mga_g200_emit_tex0() 131 DMA_BLOCK(MGA_TEXORG, tex->texorg, in mga_g200_emit_tex0() 132 MGA_TEXORG1, tex->texorg1, in mga_g200_emit_tex0() 133 MGA_TEXORG2, tex->texorg2, MGA_TEXORG3, tex->texorg3); in mga_g200_emit_tex0() 135 DMA_BLOCK(MGA_TEXORG4, tex->texorg4, in mga_g200_emit_tex0() 136 MGA_TEXWIDTH, tex->texwidth, in mga_g200_emit_tex0() [all …]
|
/linux-4.4.14/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 | 2479 drm_radeon_texture_t *tex, in r600_cp_dispatch_texture() argument 2489 if (!radeon_check_offset(dev_priv, tex->offset)) { in r600_cp_dispatch_texture() 2495 if (!radeon_check_offset(dev_priv, tex->offset + tex->height * tex->pitch - 1)) { in r600_cp_dispatch_texture() 2500 size = tex->height * tex->pitch; in r600_cp_dispatch_texture() 2505 dst_offset = tex->offset; in r600_cp_dispatch_texture() 2518 if (copy_to_user(tex->image, image, sizeof(*image))) in r600_cp_dispatch_texture()
|
D | radeon_drv.h | 459 drm_radeon_texture_t *tex,
|
/linux-4.4.14/drivers/iommu/ |
D | msm_iommu.c | 379 int ret = 0, tex, sh; in msm_iommu_map() local 384 tex = msm_iommu_tex_class[prot & MSM_IOMMU_CP_MASK]; in msm_iommu_map() 386 if (tex < 0 || tex > NUM_TEX_CLASS - 1) { in msm_iommu_map() 410 pgprot |= tex & 0x01 ? FL_BUFFERABLE : 0; in msm_iommu_map() 411 pgprot |= tex & 0x02 ? FL_CACHEABLE : 0; in msm_iommu_map() 412 pgprot |= tex & 0x04 ? FL_TEX0 : 0; in msm_iommu_map() 415 pgprot |= tex & 0x01 ? SL_BUFFERABLE : 0; in msm_iommu_map() 416 pgprot |= tex & 0x02 ? SL_CACHEABLE : 0; in msm_iommu_map() 417 pgprot |= tex & 0x04 ? SL_TEX0 : 0; in msm_iommu_map()
|
/linux-4.4.14/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-4.4.14/drivers/gpu/drm/r128/ |
D | r128_state.c | 177 drm_r128_texture_regs_t *tex = &sarea_priv->tex_state[0]; in r128_emit_tex0() local 186 OUT_RING(tex->tex_cntl); in r128_emit_tex0() 187 OUT_RING(tex->tex_combine_cntl); in r128_emit_tex0() 190 OUT_RING(tex->tex_offset[i]); in r128_emit_tex0() 194 OUT_RING(tex->tex_border_color); in r128_emit_tex0() 202 drm_r128_texture_regs_t *tex = &sarea_priv->tex_state[1]; in r128_emit_tex1() local 210 OUT_RING(tex->tex_cntl); in r128_emit_tex1() 211 OUT_RING(tex->tex_combine_cntl); in r128_emit_tex1() 213 OUT_RING(tex->tex_offset[i]); in r128_emit_tex1() 216 OUT_RING(tex->tex_border_color); in r128_emit_tex1()
|
/linux-4.4.14/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-4.4.14/Documentation/ |
D | dontdiff | 52 *.tex
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/ |
D | svga3d_dx.h | 792 } tex; member 852 } tex; /* 1d, 2d, cube */ member
|
/linux-4.4.14/include/uapi/drm/ |
D | radeon_drm.h | 425 drm_radeon_texture_regs_t tex[RADEON_MAX_TEXTURE_UNITS]; member
|
/linux-4.4.14/net/ipv4/ |
D | Kconfig | 75 and <ftp://post.tepkom.ru/pub/vol2/Linux/docs/advanced-routing.tex>.
|