Searched refs:NPOT (Results 1 – 15 of 15) sorted by relevance
26 + NPOT textures used with unsupported wrap modes27 + NPOT textures with mipmapping
147 - radeonsi: fix HTILE for NPOT textures with mipmapping on SI/CI148 - winsys/radeon: fix CMASK fast clear for NPOT textures with mipmapping150 - r600: fix HTILE for NPOT textures with mipmapping
51 [PNV] webgl conformance case NPOT case fails with TEXTURE_MIN_FILTER129 - i915: fallback for NPOT cubemap texture
116 - radeonsi: fix HTILE for NPOT textures with mipmapping on SI/CI117 - r600: fix HTILE for NPOT textures with mipmapping
124 - st/vdpau: don't return a device if the screen doesn't support NPOT
261 - softpipe: fix repeat() function for NPOT textures262 - gallivm: fix repeat() function for NPOT textures2263 - r300/compiler: fix projective mapping of 2D NPOT textures2266 - r300g: add support for 3D NPOT textures without mipmapping
1491 - freedreno: a2xx: fix mipmapping for NPOT textures
2313 - freedreno: a2xx: fix mipmapping for NPOT textures
498 - panfrost: Don't reserve for NPOT w/o instancing
17 NPOT
27 * ``PIPE_CAP_NPOT_TEXTURES``: Whether :term:`NPOT` textures may have repeat modes,
206 GLboolean NPOT; /**< Non-power of two size OK? */ member
1248 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()
1760 TEST_P(CopyTextureTestWebGL, NPOT) in TEST_P() argument
2275 TEST_P(WebGLCompatibilityTest, NPOT) in TEST_P() argument