| /OK3568_Linux_fs/kernel/drivers/gpu/drm/mga/ |
| H A 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 …]
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_fbo.c | 41 if (fbo->tex) in glamor_destroy_fbo() 42 glDeleteTextures(1, &fbo->tex); in glamor_destroy_fbo() 57 assert(fbo->tex != 0); in glamor_pixmap_ensure_fb() 60 GL_TEXTURE_2D, fbo->tex, 0); in glamor_pixmap_ensure_fb() 98 PixmapPtr pixmap, int w, int h, GLint tex, int flag) in glamor_create_fbo_from_tex() argument 107 fbo->tex = tex; in glamor_create_fbo_from_tex() 127 unsigned int tex; in _glamor_create_tex() local 130 glGenTextures(1, &tex); in _glamor_create_tex() 131 glBindTexture(GL_TEXTURE_2D, tex); in _glamor_create_tex() 149 glDeleteTextures(1, &tex); in _glamor_create_tex() [all …]
|
| H A D | glamor.c | 103 glamor_set_pixmap_texture(PixmapPtr pixmap, unsigned int tex) in glamor_set_pixmap_texture() argument 120 pixmap->drawable.height, tex, 0); in glamor_set_pixmap_texture() 161 return pixmap_priv->fbo->tex; in glamor_get_pixmap_texture() 169 glBindTexture(GL_TEXTURE_2D, fbo->tex); in glamor_bind_texture() 489 unsigned fbo, tex; in glamor_add_format() local 493 glGenTextures(1, &tex); in glamor_add_format() 494 glBindTexture(GL_TEXTURE_2D, tex); in glamor_add_format() 503 GL_TEXTURE_2D, tex, 0); in glamor_add_format() 508 glDeleteTextures(1, &tex); in glamor_add_format() 516 glDeleteTextures(1, &tex); in glamor_add_format()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/texinfo/texinfo/ |
| H A D | dont-depend-on-help2man.patch | 21 # Include our texinfo.tex, not Automake's. 22 EXTRA_DIST = epsf.tex texinfo.tex \ 27 texinfo-tex-test.texi texinfo-tex-test.WIDOWs \ 28 texinfo-ja.tex short-sample-ja.texi
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/ |
| H 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() 588 uint32_t remaining_size = tex->base.size - p0; in reloc_tex() 590 if (p0 > tex->base.size - 4) { in reloc_tex() 599 *validated_p0 = tex->paddr + p0; in reloc_tex() 678 if (!vc4_check_tex_size(exec, tex, offset + cube_map_stride * 5, 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 [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/ |
| H A D | symbol_layout.cpp | 505 const auto &tex = symbol.tex; in addSymbol() local 518 …mbolLayoutAttributes::vertex(labelAnchor.point, tl, symbol.glyphOffset.y, tex.x, tex.y, sizeData)); in addSymbol() 519 …outAttributes::vertex(labelAnchor.point, tr, symbol.glyphOffset.y, tex.x + tex.w, tex.y, sizeData)… in addSymbol() 520 …outAttributes::vertex(labelAnchor.point, bl, symbol.glyphOffset.y, tex.x, tex.y + tex.h, sizeData)… in addSymbol() 521 …ttributes::vertex(labelAnchor.point, br, symbol.glyphOffset.y, tex.x + tex.w, tex.y + tex.h, sizeD… in addSymbol()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/doxygen/doxygen/ |
| H A D | doxygen-native-only-check-python3.patch | 136 …ARY_DIR}/latex/examples/${f}/latex/refman.tex > ${PROJECT_BINARY_DIR}/latex/examples/${f}/latex/re… 137 …ARY_DIR}/latex/examples/${f}/latex/refman.tex > ${PROJECT_BINARY_DIR}/latex/examples/${f}/latex/re… 139 …}/html/examples/${f}/html/index.html ${PROJECT_BINARY_DIR}/latex/examples/${f}/latex/refman_doc.tex 145 …R}/latex/examples/diagrams/latex/refman.tex > ${PROJECT_BINARY_DIR}/latex/examples/diagrams/latex/… 146 …DIR}/html/examples/diagrams/latex/refman.tex > ${PROJECT_BINARY_DIR}/html/examples/diagrams/latex/… 148 …xamples/diagrams/html/index.html ${PROJECT_BINARY_DIR}/latex/examples/diagrams/latex/refman_doc.tex
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | ephyr_glamor_glx.c | 71 GLuint tex; member 198 ephyr_glamor_set_texture(struct ephyr_glamor *glamor, uint32_t tex) in ephyr_glamor_set_texture() argument 200 glamor->tex = tex; in ephyr_glamor_set_texture() 240 glBindTexture(GL_TEXTURE_2D, glamor->tex); in ephyr_glamor_damage_redisplay()
|
| H A D | ephyr_glamor_glx.h | 41 ephyr_glamor_set_texture(struct ephyr_glamor *ephyr_glamor, uint32_t tex);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeotilerequestmanager.cpp | 128 QSharedPointer<QGeoTileTexture> tex = m_engine->getTileTexture(tile); in requestTiles() local 129 if (tex) { in requestTiles() 130 if (!tex->image.isNull()) in requestTiles() 131 cachedTex.insert(tile, tex); in requestTiles()
|
| H A D | qgeotiledmap.cpp | 440 QSharedPointer<QGeoTileTexture> tex = m_tileRequests->tileTexture(spec); in updateTile() local 441 if (!tex.isNull() && !tex->image.isNull()) { in updateTile() 442 m_mapScene->addTile(spec, tex); in updateTile()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | quads.hpp | 28 tex(std::move(tex_)), in SymbolQuad() 36 Rect<uint16_t> tex; member in mbgl::SymbolQuad
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | common.hpp | 99 … template<class T> inline void bindTexture(const textureReference* tex, const PtrStepSz<T>& img) in bindTexture() argument 102 … cudaSafeCall( cudaBindTexture2D(0, tex, img.ptr(), &desc, img.cols, img.rows, img.step) ); in bindTexture()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/ |
| H A D | common.hpp | 99 … template<class T> inline void bindTexture(const textureReference* tex, const PtrStepSz<T>& img) in bindTexture() argument 102 … cudaSafeCall( cudaBindTexture2D(0, tex, img.ptr(), &desc, img.cols, img.rows, img.step) ); in bindTexture()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/ |
| H A D | common.hpp | 99 … template<class T> inline void bindTexture(const textureReference* tex, const PtrStepSz<T>& img) in bindTexture() argument 102 … cudaSafeCall( cudaBindTexture2D(0, tex, img.ptr(), &desc, img.cols, img.rows, img.step) ); in bindTexture()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/texinfo/ |
| H A D | texinfo_6.8.bb | 41 tex_texinfo = "texmf/tex/texinfo" 63 install -p -m644 ${S}/doc/texinfo.tex ${S}/doc/txi-??.tex ${D}${datadir}/${tex_texinfo}
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | mirrors.bbclass | 28 ftp://dante.ctan.org/tex-archive ftp://ftp.fu-berlin.de/tex/CTAN \ 29 ftp://dante.ctan.org/tex-archive http://sunsite.sut.ac.jp/pub/archives/ctan/ \ 30 ftp://dante.ctan.org/tex-archive http://ctan.unsw.edu.au/ \
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/r128/ |
| H 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()
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/kernel/Documentation/ |
| H A D | Makefile | 113 mv $(subst .tex,.pdf,$(wildcard $(BUILDDIR)/$(var)/latex/*.tex)) $(BUILDDIR)/$(var)/pdf/; \
|
| /OK3568_Linux_fs/kernel/drivers/iommu/ |
| H A D | io-pgtable-arm-v7s.c | 378 arm_v7s_iopte tex = pte & ARM_V7S_CONT_PAGE_TEX_MASK; in arm_v7s_pte_to_cont() local 380 pte ^= xn | tex | ARM_V7S_PTE_TYPE_PAGE; in arm_v7s_pte_to_cont() 382 (tex << ARM_V7S_CONT_PAGE_TEX_SHIFT) | in arm_v7s_pte_to_cont() 394 arm_v7s_iopte tex = pte & (ARM_V7S_CONT_PAGE_TEX_MASK << in arm_v7s_cont_to_pte() local 397 pte ^= xn | tex | ARM_V7S_PTE_TYPE_CONT_PAGE; in arm_v7s_cont_to_pte() 399 (tex >> ARM_V7S_CONT_PAGE_TEX_SHIFT) | in arm_v7s_cont_to_pte()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/via/ |
| H 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()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/indent/indent/ |
| H A D | 0001-Fix-builds-with-recent-gettext.patch | 16 AUTOMAKE_OPTIONS = no-texinfo.tex
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/gnuplot/gnuplot/ |
| H A D | 0003-Use-native-tools-to-build-docs.patch | 36 figures.tex: allterm.h doc2tex$(EXEEXT) $(srcdir)/gnuplot.doc 40 nofigures.tex: allterm.h doc2tex$(EXEEXT) $(srcdir)/gnuplot.doc
|