/openbmc/docs/ |
H A D | Makefile | 6 tex = xelatex macro 13 userguide.pdf: userguide/userguide.tex 14 $(tex) $(tflags) $^ 15 $(tex) $(tflags) $^ 17 userguide/userguide.tex: rest-api.tex host-management.tex console.tex architecture/code-update/code… 19 %.tex: %.md 23 rm -f *.tex userguide.*
|
/openbmc/linux/drivers/gpu/drm/vc4/ |
H A 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 …]
|
/openbmc/openbmc/poky/documentation/ |
H A D | poky.yaml.in | 74 tex-gyre 148 texlive-tex-gyre 202 texlive-tex-gyre 259 texlive-tex-gyre
|
/openbmc/openbmc/poky/meta/recipes-extended/texinfo/ |
H A D | texinfo_7.2.bb | 39 tex_texinfo = "texmf/tex/texinfo" 62 install -p -m644 ${S}/doc/texinfo.tex ${S}/doc/txi-??.tex ${D}${datadir}/${tex_texinfo}
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Bahyph | 9 …tex@gmv.es. If you change the generating script, you must include code in it such that any output …
|
H A D | LPPL-1.0 | 159 system. The documentation in cfgguide.tex in the base LaTeX 177 adhering to these requirements then read the document cfgguide.tex 186 The document modguide.tex in the base LaTeX distribution details 189 modguide.tex may still apply, and should be read before
|
H A D | LPPL-1.3c | 37 meeting these conditions, then read the document `cfgguide.tex` 38 and `modguide.tex` in the base LaTeX distribution for suggestions. 269 done, for example, by posting to comp.text.tex.) 320 The document `modguide.tex` in the base LaTeX distribution explains 324 unrelated to LaTeX, the discussion in `modguide.tex` may still be
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | mirrors.bbclass | 34 ftp://dante.ctan.org/tex-archive ftp://ftp.fu-berlin.de/tex/CTAN \ 35 ftp://dante.ctan.org/tex-archive http://sunsite.sut.ac.jp/pub/archives/ctan/ \ 36 ftp://dante.ctan.org/tex-archive http://ctan.unsw.edu.au/ \
|
/openbmc/linux/drivers/iommu/ |
H A 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()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/indent/indent/ |
H A D | 0001-Fix-builds-with-recent-gettext.patch | 16 AUTOMAKE_OPTIONS = no-texinfo.tex
|
H A D | 0001-Makefile.am-remove-regression-dir.patch | 48 AUTOMAKE_OPTIONS = no-texinfo.tex
|
/openbmc/linux/Documentation/ |
H A D | Makefile | 143 mv $(subst .tex,.pdf,$(wildcard $(BUILDDIR)/$(var)/latex/*.tex)) $(BUILDDIR)/$(var)/pdf/; \
|
/openbmc/ibm-logging/ |
H A D | .gitignore | 34 /texinfo.tex
|
/openbmc/openpower-host-ipmi-oem/ |
H A D | .gitignore |
|
/openbmc/openpower-dbus-interfaces/ |
H A D | .gitignore | 36 /texinfo.tex
|
/openbmc/ibm-dbus-interfaces/ |
H A D | .gitignore | 36 /texinfo.tex
|
/openbmc/hiomapd/ |
H A D | .gitignore | 36 /texinfo.tex
|
/openbmc/phosphor-mboxd/ |
H A D | .gitignore | 36 /texinfo.tex
|
/openbmc/linux/Documentation/translations/zh_CN/process/ |
H A D | 8.Conclusion.rst | 24 (尽管某些发行版提供的tex版本会遇到内部限制,无法正确处理文档)。
|
/openbmc/linux/Documentation/translations/zh_TW/process/ |
H A D | 8.Conclusion.rst | 27 (儘管某些發行版提供的tex版本會遇到內部限制,無法正確處理文檔)。
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/gnuplot/gnuplot/ |
H A D | 0003-Use-native-tools-to-build-docs.patch | 38 figures.tex: allterm.h doc2tex$(EXEEXT) $(srcdir)/gnuplot.doc 42 nofigures.tex: allterm.h doc2tex$(EXEEXT) $(srcdir)/gnuplot.doc
|
/openbmc/qemu/ui/ |
H A D | dbus-listener.c | 385 ID3D11Texture2D *tex, in dbus_scanout_share_d3d_texture() argument 396 if (!d3d_texture2d_release0(tex, &err)) { in dbus_scanout_share_d3d_texture() 401 if (!d3d_texture2d_share(tex, &share_handle, &err)) { in dbus_scanout_share_d3d_texture() 435 if (!d3d_texture2d_acquire0(tex, &err)) { in dbus_scanout_share_d3d_texture() 440 ddl->d3d_texture = tex; in dbus_scanout_share_d3d_texture()
|
/openbmc/obmc-console/ |
H A D | .gitignore | 36 /texinfo.tex
|
/openbmc/phosphor-user-manager/ |
H A D | .gitignore | 46 /texinfo.tex
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
H A D | 0003-wayland-Add-Wayland-example.patch | 272 + GLuint tex[6]; 637 + glBindTexture(GL_TEXTURE_2D, state->tex[0]); 646 + glBindTexture(GL_TEXTURE_2D, state->tex[1]); 650 + glBindTexture(GL_TEXTURE_2D, state->tex[2]); 654 + glBindTexture(GL_TEXTURE_2D, state->tex[3]); 658 + glBindTexture(GL_TEXTURE_2D, state->tex[4]); 662 + glBindTexture(GL_TEXTURE_2D, state->tex[5]); 683 + glGenTextures(6, &state->tex[0]); 686 + glBindTexture(GL_TEXTURE_2D, state->tex[0]); 693 + glBindTexture(GL_TEXTURE_2D, state->tex[1]); [all …]
|