Home
last modified time | relevance | path

Searched refs:textures (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dr200.c231 track->textures[i].robj = reloc->robj; in r200_packet0_check()
273 track->textures[i].cube_info[face - 1].offset = idx_value; in r200_packet0_check()
275 track->textures[i].cube_info[face - 1].robj = reloc->robj; in r200_packet0_check()
374 track->textures[i].enabled = !!(temp & (1 << i)); in r200_packet0_check()
398 track->textures[i].width = (idx_value & RADEON_TEX_USIZE_MASK) + 1; in r200_packet0_check()
399 track->textures[i].height = ((idx_value & RADEON_TEX_VSIZE_MASK) >> RADEON_TEX_VSIZE_SHIFT) + 1; in r200_packet0_check()
409 track->textures[i].pitch = idx_value + 32; in r200_packet0_check()
419 track->textures[i].num_levels = ((idx_value & R200_MAX_MIP_LEVEL_MASK) in r200_packet0_check()
423 track->textures[i].roundup_w = false; in r200_packet0_check()
426 track->textures[i].roundup_h = false; in r200_packet0_check()
[all …]
H A Dr100.c1635 track->textures[i].robj = reloc->robj; in r100_packet0_check()
1651 track->textures[0].cube_info[i].offset = idx_value; in r100_packet0_check()
1653 track->textures[0].cube_info[i].robj = reloc->robj; in r100_packet0_check()
1669 track->textures[1].cube_info[i].offset = idx_value; in r100_packet0_check()
1671 track->textures[1].cube_info[i].robj = reloc->robj; in r100_packet0_check()
1687 track->textures[2].cube_info[i].offset = idx_value; in r100_packet0_check()
1689 track->textures[2].cube_info[i].robj = reloc->robj; in r100_packet0_check()
1782 track->textures[i].enabled = !!(temp & (1 << i)); in r100_packet0_check()
1796 track->textures[i].width = (idx_value & RADEON_TEX_USIZE_MASK) + 1; in r100_packet0_check()
1797 track->textures[i].height = ((idx_value & RADEON_TEX_VSIZE_MASK) >> RADEON_TEX_VSIZE_SHIFT) + 1; in r100_packet0_check()
[all …]
H A Dr300.c734 track->textures[i].robj = reloc->robj; in r300_packet0_check()
897 track->textures[i].enabled = enabled; in r300_packet0_check()
920 track->textures[i].tex_coord_type = tmp; in r300_packet0_check()
925 track->textures[i].cpp = 1; in r300_packet0_check()
926 track->textures[i].compress_format = R100_TRACK_COMP_NONE; in r300_packet0_check()
938 track->textures[i].cpp = 2; in r300_packet0_check()
939 track->textures[i].compress_format = R100_TRACK_COMP_NONE; in r300_packet0_check()
950 track->textures[i].cpp = 4; in r300_packet0_check()
951 track->textures[i].compress_format = R100_TRACK_COMP_NONE; in r300_packet0_check()
956 track->textures[i].cpp = 8; in r300_packet0_check()
[all …]
H A Dr100_track.h73 struct r100_cs_track_texture textures[R300_TRACK_MAX_TEXTURE]; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotiledmapscene.cpp558 tileNode->setTexture(textures.value(s)); in updateTiles()
621 for (const QGeoTileSpec &spec : mapRoot->textures.keys()) in updateSceneGraph()
622 mapRoot->textures.take(spec)->deleteLater(); in updateSceneGraph()
639 if (mapRoot->textures.contains(s)) in updateSceneGraph()
640 mapRoot->textures.take(s)->deleteLater(); in updateSceneGraph()
645 QSet<QGeoTileSpec> textures; in updateSceneGraph() local
646 for (auto it = mapRoot->textures.cbegin(), end = mapRoot->textures.cend(); it != end; ++it) in updateSceneGraph()
647 textures.insert(it.key()); in updateSceneGraph()
648 const QSet<QGeoTileSpec> toRemove = textures - d->m_visibleTiles; in updateSceneGraph()
649 const QSet<QGeoTileSpec> toAdd = d->m_visibleTiles - textures; in updateSceneGraph()
[all …]
H A Dqgeotiledmapscene_p_p.h93 qDeleteAll(textures); in ~QGeoTiledMapRootNode()
123 QHash<QGeoTileSpec, QSGTexture *> textures; variable
/OK3568_Linux_fs/buildroot/package/libsquish/
H A DConfig.in7 and DirectX for the lossy compression of RGBA textures.
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0044-gl-renderer-Honer-opaque-surface-s-alpha-channel.patch21 /* Special case for RGBA textures with possibly
H A D0074-gl-renderer-Support-more-SHM-RGB-formats.patch164 GLuint textures[3];
180 /* When sampling YUV input textures and converting to RGB by hand, we
H A D0003-Revert-gl-renderer-require-GL_EXT_unpack_subimage.patch51 + glBindTexture(GL_TEXTURE_2D, gb->textures[j]);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0041-gl-renderer-Honer-opaque-surface-s-alpha-channel.patch21 /* Special case for RGBA textures with possibly
H A D0062-Revert-gl-renderer-require-GL_EXT_unpack_subimage.patch50 + glBindTexture(GL_TEXTURE_2D, gs->textures[j]);
/OK3568_Linux_fs/buildroot/package/weston/
H A D0044-gl-renderer-Honer-opaque-surface-s-alpha-channel.patch21 /* Special case for RGBA textures with possibly
H A D0073-gl-renderer-Support-more-SHM-RGB-formats.patch164 GLuint textures[3];
180 /* When sampling YUV input textures and converting to RGB by hand, we
H A D0003-Revert-gl-renderer-require-GL_EXT_unpack_subimage.patch51 + glBindTexture(GL_TEXTURE_2D, gb->textures[j]);
/OK3568_Linux_fs/buildroot/package/minetest/
H A Dminetest.mk9 MINETEST_LICENSE = LGPL-2.1+ (code), CC-BY-SA-3.0 (textures and sounds)
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/mesa/mesa-demos/
H A D0003-configure-Allow-to-disable-demos-which-require-GLEW-.patch185 + textures \
239 - textures \
/OK3568_Linux_fs/external/libmali/include/GLES2/
H A Dgl2.h416 typedef void (GL_APIENTRYP PFNGLDELETETEXTURESPROC) (GLsizei n, const GLuint *textures);
436 typedef void (GL_APIENTRYP PFNGLGENTEXTURESPROC) (GLsizei n, GLuint *textures);
559 GL_APICALL void GL_APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures);
579 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
/OK3568_Linux_fs/external/libmali/include/GLES/
H A Dgl.h468 GL_API void GL_APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures);
488 GL_API void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
H A Dglext.h883 typedef void (GL_APIENTRYP PFNGLEXTGETTEXTURESQCOMPROC) (GLuint *textures, GLint maxTextures, GLint…
892 GL_API void GL_APIENTRY glExtGetTexturesQCOM (GLuint *textures, GLint maxTextures, GLint *numTextur…
/OK3568_Linux_fs/external/xserver/glx/
H A Dindirect_dispatch_swap.c2884 GLuint *textures = in __glXDispSwap_GenTextures() local
2888 if (textures == NULL) in __glXDispSwap_GenTextures()
2890 glGenTextures(n, textures); in __glXDispSwap_GenTextures()
2891 (void) bswap_32_array((uint32_t *) textures, n); in __glXDispSwap_GenTextures()
2892 __glXSendReplySwap(cl->client, textures, n, 4, GL_TRUE, 0); in __glXDispSwap_GenTextures()
2912 GLuint *textures = in __glXDispSwap_GenTexturesEXT() local
2916 if (textures == NULL) in __glXDispSwap_GenTexturesEXT()
2918 glGenTextures(n, textures); in __glXDispSwap_GenTexturesEXT()
2919 (void) bswap_32_array((uint32_t *) textures, n); in __glXDispSwap_GenTexturesEXT()
2920 __glXSendReplySwap(cl->client, textures, n, 4, GL_TRUE, 0); in __glXDispSwap_GenTexturesEXT()
H A Dindirect_dispatch.c2599 GLuint *textures = in __glXDisp_GenTextures() local
2603 if (textures == NULL) in __glXDisp_GenTextures()
2605 glGenTextures(n, textures); in __glXDisp_GenTextures()
2606 __glXSendReply(cl->client, textures, n, 4, GL_TRUE, 0); in __glXDisp_GenTextures()
2625 GLuint *textures = in __glXDisp_GenTexturesEXT() local
2629 if (textures == NULL) in __glXDisp_GenTexturesEXT()
2631 glGenTextures(n, textures); in __glXDisp_GenTexturesEXT()
2632 __glXSendReply(cl->client, textures, n, 4, GL_TRUE, 0); in __glXDisp_GenTexturesEXT()
/OK3568_Linux_fs/external/libmali/include/GLES3/
H A Dgl3.h416 typedef void (GL_APIENTRYP PFNGLDELETETEXTURESPROC) (GLsizei n, const GLuint *textures);
436 typedef void (GL_APIENTRYP PFNGLGENTEXTURESPROC) (GLsizei n, GLuint *textures);
559 GL_APICALL void GL_APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures);
579 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
H A Dgl31.h418 typedef void (GL_APIENTRYP PFNGLDELETETEXTURESPROC) (GLsizei n, const GLuint *textures);
438 typedef void (GL_APIENTRYP PFNGLGENTEXTURESPROC) (GLsizei n, GLuint *textures);
561 GL_APICALL void GL_APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures);
581 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
H A Dgl32.h418 typedef void (GL_APIENTRYP PFNGLDELETETEXTURESPROC) (GLsizei n, const GLuint *textures);
438 typedef void (GL_APIENTRYP PFNGLGENTEXTURESPROC) (GLsizei n, GLuint *textures);
561 GL_APICALL void GL_APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures);
581 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);

12