Home
last modified time | relevance | path

Searched refs:quads (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/arch/alpha/lib/
H A Dmemchr.S127 # At least two quads remain to be accessed.
129 subq $18, $0, $4 #-e0 : $4 <- nr quads to be processed
130 and $4, 8, $4 # e1 : odd number of quads?
133 # At least three quads remain to be accessed
H A Dev6-memchr.S145 # At least two quads remain to be accessed.
147 subq $18, $0, $4 # E : $4 <- nr quads to be processed
148 and $4, 8, $4 # E : odd number of quads?
150 # At least three quads remain to be accessed
H A Dev6-memset.S103 sra $18,3,$3 # U : Number of remaining quads to write
198 subq $3,1,$3 # E : Decrement number quads left
281 sra $18,3,$3 # U : Number of remaining quads to write
376 subq $3,1,$3 # E : Decrement number quads left
469 sra $18,3,$3 # U : Number of remaining quads to write
564 subq $3,1,$3 # E : Decrement number quads left
H A Dev6-memcpy.S65 beq $1, $do_unroll # U : no single quads to fiddle
217 bge $18, $mis_quad # U : More quads to move
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dquads.cpp105 SymbolQuads quads; in getGlyphQuads() local
171 quads.emplace_back(tl, tr, bl, br, rect, shapedText.writingMode, glyphOffset); in getGlyphQuads()
174 return quads; in getGlyphQuads()
/OK3568_Linux_fs/kernel/drivers/staging/fwserial/
H A Dfwserial.c2422 #define FW_ROM_LEN(quads) ((quads) << 16) argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/
H A Dmapbox-gl-native.pro318 src/mbgl/text/quads.cpp \
/OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gtk+/gtk+3/
H A D0003-Add-disable-opengl-configure-option.patch291 GdkTexturedQuad *quads,
/OK3568_Linux_fs/external/xserver/
H A DChangeLog29066 This flag is used to disable quads for rendering.
34131 glamor: Provide a fallback path for using an index buffer to do quads.
34179 The GL_QUADS helper takes a number of quads, not a number of vertices.
35067 v2: Eric Anholt changed the non-GLSL 130 path to use quads instead of
35069 with quads. Someone can fix the GLES quads emulation if they want to
87877 glamor: Use a VBO to accumulate multiple glyph quads at once.