Home
last modified time | relevance | path

Searched refs:NPOT (Results 1 – 15 of 15) sorted by relevance

/external/deqp/doc/testspecs/GLES2/
Dfunctional.texture.incomplete.txt26 + NPOT textures used with unsupported wrap modes
27 + NPOT textures with mipmapping
/external/mesa3d/docs/relnotes/
D18.2.1.rst147 - radeonsi: fix HTILE for NPOT textures with mipmapping on SI/CI
148 - winsys/radeon: fix CMASK fast clear for NPOT textures with mipmapping
150 - r600: fix HTILE for NPOT textures with mipmapping
D8.0.2.rst51 [PNV] webgl conformance case NPOT case fails with TEXTURE_MIN_FILTER
129 - i915: fallback for NPOT cubemap texture
D18.1.9.rst116 - radeonsi: fix HTILE for NPOT textures with mipmapping on SI/CI
117 - r600: fix HTILE for NPOT textures with mipmapping
D10.0.3.rst124 - st/vdpau: don't return a device if the screen doesn't support NPOT
D7.10.rst261 - softpipe: fix repeat() function for NPOT textures
262 - gallivm: fix repeat() function for NPOT textures
2263 - r300/compiler: fix projective mapping of 2D NPOT textures
2266 - r300g: add support for 3D NPOT textures without mipmapping
D19.0.0.rst1491 - freedreno: a2xx: fix mipmapping for NPOT textures
D19.1.0.rst2313 - freedreno: a2xx: fix mipmapping for NPOT textures
D20.3.0.rst498 - panfrost: Don't reserve for NPOT w/o instancing
/external/mesa3d/docs/gallium/
Dglossary.rst17 NPOT
Dscreen.rst27 * ``PIPE_CAP_NPOT_TEXTURES``: Whether :term:`NPOT` textures may have repeat modes,
/external/mesa3d/src/mesa/drivers/common/
Dmeta.h206 GLboolean NPOT; /**< Non-power of two size OK? */ member
Dmeta.c1248 tex->NPOT = GL_TRUE; in init_temp_texture()
1254 tex->NPOT = ctx->Extensions.ARB_texture_non_power_of_two; in init_temp_texture()
1343 if (tex->NPOT) { in _mesa_meta_alloc_texture()
/external/angle/src/tests/gl_tests/
DCopyTextureTest.cpp1760 TEST_P(CopyTextureTestWebGL, NPOT) in TEST_P() argument
DWebGLCompatibilityTest.cpp2275 TEST_P(WebGLCompatibilityTest, NPOT) in TEST_P() argument