/linux-6.1.9/drivers/gpu/drm/mga/ |
D | mga_state.c | 119 drm_mga_texture_regs_t *tex = &sarea_priv->tex_state[0]; in mga_g200_emit_tex0() local 124 DMA_BLOCK(MGA_TEXCTL2, tex->texctl2, in mga_g200_emit_tex0() 125 MGA_TEXCTL, tex->texctl, in mga_g200_emit_tex0() 126 MGA_TEXFILTER, tex->texfilter, in mga_g200_emit_tex0() 127 MGA_TEXBORDERCOL, tex->texbordercol); in mga_g200_emit_tex0() 129 DMA_BLOCK(MGA_TEXORG, tex->texorg, in mga_g200_emit_tex0() 130 MGA_TEXORG1, tex->texorg1, in mga_g200_emit_tex0() 131 MGA_TEXORG2, tex->texorg2, MGA_TEXORG3, tex->texorg3); in mga_g200_emit_tex0() 133 DMA_BLOCK(MGA_TEXORG4, tex->texorg4, in mga_g200_emit_tex0() 134 MGA_TEXWIDTH, tex->texwidth, in mga_g200_emit_tex0() [all …]
|
/linux-6.1.9/drivers/gpu/drm/vc4/ |
D | vc4_validate.c | 578 struct drm_gem_dma_object *tex; in reloc_tex() local 595 tex = vc4_use_bo(exec, texture_handle_index); in reloc_tex() 596 if (!tex) in reloc_tex() 600 uint32_t remaining_size = tex->base.size - p0; in reloc_tex() 602 if (p0 > tex->base.size - 4) { in reloc_tex() 611 *validated_p0 = tex->dma_addr + p0; in reloc_tex() 690 if (!vc4_check_tex_size(exec, tex, offset + cube_map_stride * 5, in reloc_tex() 739 *validated_p0 = tex->dma_addr + p0; in reloc_tex() 743 to_vc4_bo(&tex->base)->write_seqno); in reloc_tex() 841 uint32_t tex, uni; in validate_gl_shader_rec() local [all …]
|
/linux-6.1.9/drivers/gpu/drm/r128/ |
D | r128_state.c | 184 drm_r128_texture_regs_t *tex = &sarea_priv->tex_state[0]; in r128_emit_tex0() local 193 OUT_RING(tex->tex_cntl); in r128_emit_tex0() 194 OUT_RING(tex->tex_combine_cntl); in r128_emit_tex0() 197 OUT_RING(tex->tex_offset[i]); in r128_emit_tex0() 201 OUT_RING(tex->tex_border_color); in r128_emit_tex0() 209 drm_r128_texture_regs_t *tex = &sarea_priv->tex_state[1]; in r128_emit_tex1() local 217 OUT_RING(tex->tex_cntl); in r128_emit_tex1() 218 OUT_RING(tex->tex_combine_cntl); in r128_emit_tex1() 220 OUT_RING(tex->tex_offset[i]); in r128_emit_tex1() 223 OUT_RING(tex->tex_border_color); in r128_emit_tex1()
|
/linux-6.1.9/Documentation/ |
D | Makefile | 118 mv $(subst .tex,.pdf,$(wildcard $(BUILDDIR)/$(var)/latex/*.tex)) $(BUILDDIR)/$(var)/pdf/; \
|
D | dontdiff | 54 *.tex
|
/linux-6.1.9/drivers/iommu/ |
D | io-pgtable-arm-v7s.c | 391 arm_v7s_iopte tex = pte & ARM_V7S_CONT_PAGE_TEX_MASK; in arm_v7s_pte_to_cont() local 393 pte ^= xn | tex | ARM_V7S_PTE_TYPE_PAGE; in arm_v7s_pte_to_cont() 395 (tex << ARM_V7S_CONT_PAGE_TEX_SHIFT) | in arm_v7s_pte_to_cont() 407 arm_v7s_iopte tex = pte & (ARM_V7S_CONT_PAGE_TEX_MASK << in arm_v7s_cont_to_pte() local 410 pte ^= xn | tex | ARM_V7S_PTE_TYPE_CONT_PAGE; in arm_v7s_cont_to_pte() 412 (tex >> ARM_V7S_CONT_PAGE_TEX_SHIFT) | in arm_v7s_cont_to_pte()
|
/linux-6.1.9/Documentation/translations/zh_CN/process/ |
D | 8.Conclusion.rst | 24 (尽管某些发行版提供的tex版本会遇到内部限制,无法正确处理文档)。
|
/linux-6.1.9/Documentation/translations/zh_TW/process/ |
D | 8.Conclusion.rst | 27 (儘管某些發行版提供的tex版本會遇到內部限制,無法正確處理文檔)。
|
/linux-6.1.9/drivers/gpu/drm/vmwgfx/device_include/ |
D | svga3d_dx.h | 867 } tex; member 918 } tex; member 1035 } tex; member
|
/linux-6.1.9/drivers/gpu/drm/via/ |
D | via_dri1.c | 698 uint32_t *addr, *pitch, *height, tex; in finish_current_sequence() local 708 &(cur_seq->t_addr[tex = cur_seq->texture][start]); in finish_current_sequence() 709 pitch = &(cur_seq->pitch[tex][start]); in finish_current_sequence() 710 height = &(cur_seq->height[tex][start]); in finish_current_sequence() 711 npot = cur_seq->tex_npot[tex]; in finish_current_sequence()
|
/linux-6.1.9/include/uapi/drm/ |
D | radeon_drm.h | 429 drm_radeon_texture_regs_t tex[RADEON_MAX_TEXTURE_UNITS]; member
|
/linux-6.1.9/Documentation/sphinx/ |
D | kerneldoc-preamble.sty | 13 % ".sty" is chosen because ".tex" would cause the build scripts to confuse
|