Searched refs:tex (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/gpu/drm/mga/ |
A D | mga_state.c | 125 MGA_TEXCTL, tex->texctl, 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() 135 MGA_TEXHEIGHT, tex->texheight, MGA_WR24, tex->texwidth); in mga_g200_emit_tex0() 156 MGA_TEXCTL, tex->texctl, in mga_g400_emit_tex0() 161 MGA_TEXORG1, tex->texorg1, in mga_g400_emit_tex0() 162 MGA_TEXORG2, tex->texorg2, MGA_TEXORG3, tex->texorg3); in mga_g400_emit_tex0() 198 MGA_TEXCTL, tex->texctl, in mga_g400_emit_tex1() 203 MGA_TEXORG1, tex->texorg1, in mga_g400_emit_tex1() 204 MGA_TEXORG2, tex->texorg2, MGA_TEXORG3, tex->texorg3); in mga_g400_emit_tex1() [all …]
|
/linux/drivers/gpu/drm/vc4/ |
A D | vc4_validate.c | 566 struct drm_gem_cma_object *tex; in reloc_tex() local 583 tex = vc4_use_bo(exec, texture_handle_index); in reloc_tex() 584 if (!tex) in reloc_tex() 590 if (p0 > tex->base.size - 4) { in reloc_tex() 599 *validated_p0 = tex->paddr + p0; in reloc_tex() 727 *validated_p0 = tex->paddr + p0; in reloc_tex() 731 to_vc4_bo(&tex->base)->write_seqno); in reloc_tex() 829 uint32_t tex, uni; in validate_gl_shader_rec() local 856 for (tex = 0; in validate_gl_shader_rec() 858 tex++) { in validate_gl_shader_rec() [all …]
|
/linux/drivers/gpu/drm/r128/ |
A 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/Documentation/ |
A D | Makefile | 113 mv $(subst .tex,.pdf,$(wildcard $(BUILDDIR)/$(var)/latex/*.tex)) $(BUILDDIR)/$(var)/pdf/; \
|
A D | dontdiff | 54 *.tex
|
/linux/drivers/iommu/ |
A D | io-pgtable-arm-v7s.c | 374 arm_v7s_iopte tex = pte & ARM_V7S_CONT_PAGE_TEX_MASK; in arm_v7s_pte_to_cont() local 376 pte ^= xn | tex | ARM_V7S_PTE_TYPE_PAGE; in arm_v7s_pte_to_cont() 378 (tex << ARM_V7S_CONT_PAGE_TEX_SHIFT) | in arm_v7s_pte_to_cont() 390 arm_v7s_iopte tex = pte & (ARM_V7S_CONT_PAGE_TEX_MASK << in arm_v7s_cont_to_pte() local 393 pte ^= xn | tex | ARM_V7S_PTE_TYPE_CONT_PAGE; in arm_v7s_cont_to_pte() 395 (tex >> ARM_V7S_CONT_PAGE_TEX_SHIFT) | in arm_v7s_cont_to_pte()
|
/linux/drivers/gpu/drm/via/ |
A D | via_verifier.c | 306 uint32_t *addr, *pitch, *height, tex; in finish_current_sequence() local 316 &(cur_seq->t_addr[tex = cur_seq->texture][start]); in finish_current_sequence() 317 pitch = &(cur_seq->pitch[tex][start]); in finish_current_sequence() 318 height = &(cur_seq->height[tex][start]); in finish_current_sequence() 319 npot = cur_seq->tex_npot[tex]; in finish_current_sequence()
|
/linux/Documentation/translations/zh_CN/process/ |
A D | 8.Conclusion.rst | 25 (尽管某些发行版提供的tex版本会遇到内部限制,无法正确处理文档)。
|
/linux/Documentation/translations/zh_TW/process/ |
A D | 8.Conclusion.rst | 28 (儘管某些發行版提供的tex版本會遇到內部限制,無法正確處理文檔)。
|
/linux/drivers/gpu/drm/vmwgfx/device_include/ |
A D | svga3d_dx.h | 867 } tex; member 918 } tex; member 1035 } tex; member
|
/linux/include/uapi/drm/ |
A D | radeon_drm.h | 429 drm_radeon_texture_regs_t tex[RADEON_MAX_TEXTURE_UNITS]; member
|
Completed in 38 milliseconds