Searched refs:mipmapping (Results 1 – 13 of 13) sorted by relevance
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
116 - radeonsi: fix HTILE for NPOT textures with mipmapping on SI/CI117 - r600: fix HTILE for NPOT textures with mipmapping
71 Note that mipmapping and several texture wrap modes are not allowed.
586 - panfrost: Don't flush explicitly when mipmapping1694 - freedreno/a6xx: Fix UBWC mipmapping height alignment.
1491 - freedreno: a2xx: fix mipmapping for NPOT textures
2266 - r300g: add support for 3D NPOT textures without mipmapping
4266 - panfrost: Only clamp the LOD to disable mipmapping when needed
2313 - freedreno: a2xx: fix mipmapping for NPOT textures
27 + NPOT textures with mipmapping
268 float renderScale, bool mipmapping);
634 float renderScale, bool mipmapping) in TextureFilterMinmaxFilteringTestCaseBase() argument635 : deqp::TestCase(context, name, description), m_renderScale(renderScale), m_mipmapping(mipmapping) in TextureFilterMinmaxFilteringTestCaseBase()
228 const bool mipmapping = gl::IsMipmapFiltered(sampler.getMinFilter()); in getSRVForSampler() local230 mipmapping ? (textureState.getEffectiveMaxLevel() - effectiveBaseLevel + 1) : 1; in getSRVForSampler()
347 - all texture filtering modes supported (mipmapping)