Home
last modified time | relevance | path

Searched refs:mipmapped (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_texture_cube_map_array/
H A Dcubemap.c141 test_results(int x, int y, int size, int level, int face, bool mipmapped, in test_results() argument
164 mipmapped ? ", mipmapped" : ""); in test_results()
172 bool mipmapped) in draw_at_size() argument
192 if (mipmapped) { in draw_at_size()
211 if (!mipmapped) in draw_at_size()
254 mipmapped, in draw_at_size()
261 if (!mipmapped) in draw_at_size()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/texturing/
H A Dcubemap.c106 test_results(int x, int y, int size, int level, int face, GLboolean mipmapped, in test_results() argument
129 mipmapped ? ", mipmapped" : ""); in test_results()
136 draw_at_size(GLenum internalformat, int size, int x_offset, int y_offset, GLboolean mipmapped) in draw_at_size() argument
151 if (mipmapped) { in draw_at_size()
174 if (!mipmapped) in draw_at_size()
210 mipmapped, in draw_at_size()
217 if (!mipmapped) in draw_at_size()
H A Dcubemap-shader.c136 test_results(int x, int y, int size, int level, int face, GLboolean mipmapped, in test_results() argument
163 mipmapped ? ", mipmapped" : ""); in test_results()
170 draw_at_size(int size, int x_offset, int y_offset, GLboolean mipmapped) in draw_at_size() argument
190 if (mipmapped) { in draw_at_size()
216 if (!mipmapped) in draw_at_size()
265 mipmapped, in draw_at_size()
273 if (!mipmapped) in draw_at_size()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/gpu/
H A DManagedBackendTexture.cpp63 GrMipmapped mipmapped, in MakeFromInfo() argument
67 dContext, ii.width(), ii.height(), ii.colorType(), mipmapped, renderable, isProtected); in MakeFromInfo()
72 GrMipmapped mipmapped, in MakeFromBitmap() argument
78 if (mipmapped == GrMipmapped::kYes) { in MakeFromBitmap()
H A DYUVUtils.cpp127 GrMipmapped mipmapped, in Make() argument
130 if (image->reset(std::move(data), mipmapped, std::move(cs))) { in Make()
138 GrMipmapped mipmapped, in Make() argument
141 if (image->reset(std::move(pixmaps), mipmapped, std::move(cs))) { in Make()
158 bool LazyYUVImage::reset(sk_sp<SkData> data, GrMipmapped mipmapped, sk_sp<SkColorSpace> cs) { in reset() argument
159 fMipmapped = mipmapped; in reset()
184 bool LazyYUVImage::reset(SkYUVAPixmaps pixmaps, GrMipmapped mipmapped, sk_sp<SkColorSpace> cs) { in reset() argument
188 fMipmapped = mipmapped; in reset()
H A DBackendTextureImageFactory.cpp50 GrMipmapped mipmapped, in MakeBackendTextureImage() argument
64 mipmapped, in MakeBackendTextureImage()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/resource/
H A Dtexturevariant.cpp47 , mipmapped(false) in variantspecification_t()
64 , mipmapped(other.mipmapped) in variantspecification_t()
84 if(mipmapped != other.mipmapped) return 0; in operator ==()
101 return (mipmapped? GL_NEAREST_MIPMAP_NEAREST : GL_NEAREST) + minFilter; in glMinFilter()
104 return mipmapped? glmode[mipmapping] : GL_LINEAR; in glMinFilter()
213 glMinFilterNameIdx = (spec.mipmapped? 2 : 0) + spec.minFilter; in asText()
217 glMinFilterNameIdx = spec.mipmapped? mipmapping : 1; in asText()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrTextureRenderTargetProxy.cpp126 this->mipmapped(), key.isValid() ? &key : nullptr)) { in instantiate()
142 GrRenderable::kYes, this->mipmapped()); in createSurface()
166 this->mipmapped(), in callbackDesc()
179 GrMipmapped::kYes == surface->asTexture()->mipmapped()); in onValidateSurface()
H A DGrTextureProxy.cpp67 , fMipmapped(fTarget->asTexture()->mipmapped()) in GrTextureProxy()
138 GrMipmapped GrTextureProxy::mipmapped() const { in mipmapped() function in GrTextureProxy
140 return this->peekTexture()->mipmapped(); in mipmapped()
209 GrMipmapped::kYes == surface->asTexture()->mipmapped()); in onValidateSurface()
H A DGrProgramInfo.cpp44 if (te.samplerState().mipmapped() == GrMipmapped::kYes && in checkMSAAAndMIPSAreResolved()
48 SkASSERT(tex->mipmapped() != GrMipmapped::kYes || !tex->mipmapsAreDirty()); in checkMSAAAndMIPSAreResolved()
H A DGrBitmapTextureMaker.cpp73 if (mipMapped == GrMipmapped::kNo || proxy->mipmapped() == GrMipmapped::kYes) { in refOriginalTextureProxyView()
95 SkASSERT(mipMapped == GrMipmapped::kNo || proxy->mipmapped() == GrMipmapped::kYes); in refOriginalTextureProxyView()
105 SkASSERT(proxy->mipmapped() == GrMipmapped::kNo); in refOriginalTextureProxyView()
H A DGrOpsTask.h76 GrSurfaceProxy* p, GrMipmapped mipmapped) { in addOp()
77 this->addDependency(drawingMgr, p, mipmapped, textureResolveManager, caps); in addOp()
90 GrSurfaceProxy* p, GrMipmapped mipmapped) { in addDrawOp()
92 this->addDependency(drawingMgr, p, mipmapped, textureResolveManager, caps); in addDrawOp()
H A DGrTextureAdjuster.cpp63 if (mipMapped == GrMipmapped::kNo || texProxy->mipmapped() == GrMipmapped::kYes) { in onView()
84 this->view(samplerState.mipmapped()), textureMatrix, subset, domain, samplerState); in createFragmentProcessor()
H A DGrYUVABackendTextures.cpp24 GrMipmapped mipmapped, in GrYUVABackendTextureInfo() argument
26 : fYUVAInfo(yuvaInfo), fMipmapped(mipmapped), fTextureOrigin(origin) { in GrYUVABackendTextureInfo()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-3.2/layered-rendering/
H A Dclear-color-all-types.c83 static bool mipmapped; variable
312 mipmapped = false; in piglit_init()
320 mipmapped = true; in piglit_init()
329 if (mipmapped) { in piglit_init()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrOpsTask.h68 GrTextureProxy* p, GrMipMapped mipmapped) { in addOp()
69 this->addDependency(p, mipmapped, textureResolveManager, caps); in addOp()
87 GrTextureProxy* p, GrMipMapped mipmapped) { in addDrawOp()
89 this->addDependency(p, mipmapped, textureResolveManager, caps); in addDrawOp()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrOpsTask.h68 GrTextureProxy* p, GrMipMapped mipmapped) { in addOp()
69 this->addDependency(p, mipmapped, textureResolveManager, caps); in addOp()
87 GrTextureProxy* p, GrMipMapped mipmapped) { in addDrawOp()
89 this->addDependency(p, mipmapped, textureResolveManager, caps); in addDrawOp()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrOpsTask.h76 GrSurfaceProxy* p, GrMipMapped mipmapped) { in addOp()
77 this->addDependency(p, mipmapped, textureResolveManager, caps); in addOp()
95 GrSurfaceProxy* p, GrMipMapped mipmapped) { in addDrawOp()
97 this->addDependency(p, mipmapped, textureResolveManager, caps); in addDrawOp()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrOpsTask.h68 GrTextureProxy* p, GrMipMapped mipmapped) { in addOp()
69 this->addDependency(p, mipmapped, textureResolveManager, caps); in addOp()
87 GrTextureProxy* p, GrMipMapped mipmapped) { in addDrawOp()
89 this->addDependency(p, mipmapped, textureResolveManager, caps); in addDrawOp()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrOpsTask.h68 GrTextureProxy* p, GrMipMapped mipmapped) { in addOp()
69 this->addDependency(p, mipmapped, textureResolveManager, caps); in addOp()
87 GrTextureProxy* p, GrMipMapped mipmapped) { in addDrawOp()
89 this->addDependency(p, mipmapped, textureResolveManager, caps); in addDrawOp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Dtexelsubset.cpp92 GrMipmapped mipmapped = (fMipmapMode != MipmapMode::kNone) ? GrMipmapped::kYes in onDraw() local
94 if (mipmapped == GrMipmapped::kYes && !context->priv().caps()->mipmapSupport()) { in onDraw()
98 auto view = maker.view(mipmapped); in onDraw()
132 auto subsetView = subsetMaker.view(mipmapped); in onDraw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DGrMipMappedTest.cpp109 REPORTER_ASSERT(reporter, GrMipmapped::kYes == texture->mipmapped()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
116 REPORTER_ASSERT(reporter, GrMipmapped::kNo == texture->mipmapped()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
296 REPORTER_ASSERT(reporter, mipMapped == texProxy->mipmapped()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
300 REPORTER_ASSERT(reporter, mipMapped == texture->mipmapped()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
305 REPORTER_ASSERT(reporter, mipMapped == texProxy->mipmapped()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
309 REPORTER_ASSERT(reporter, mipMapped == texture->mipmapped()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/parallel-psx/vulkan/
H A Dimage.hpp326 …teInfo immutable_2d_image(unsigned width, unsigned height, VkFormat format, bool mipmapped = false) in immutable_2d_image()
332 info.levels = mipmapped ? 0u : 1u; in immutable_2d_image()
339 info.misc = mipmapped ? unsigned(IMAGE_MISC_GENERATE_MIPS_BIT) : 0u; in immutable_2d_image()
345 …_3d_image(unsigned width, unsigned height, unsigned depth, VkFormat format, bool mipmapped = false) in immutable_3d_image()
347 ImageCreateInfo info = immutable_2d_image(width, height, format, mipmapped); in immutable_3d_image()
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/parallel-psx/vulkan/
H A Dimage.hpp326 …teInfo immutable_2d_image(unsigned width, unsigned height, VkFormat format, bool mipmapped = false) in immutable_2d_image()
332 info.levels = mipmapped ? 0u : 1u; in immutable_2d_image()
339 info.misc = mipmapped ? unsigned(IMAGE_MISC_GENERATE_MIPS_BIT) : 0u; in immutable_2d_image()
345 …_3d_image(unsigned width, unsigned height, unsigned depth, VkFormat format, bool mipmapped = false) in immutable_3d_image()
347 ImageCreateInfo info = immutable_2d_image(width, height, format, mipmapped); in immutable_3d_image()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/vulkan/
H A Dimage.hpp330 …teInfo immutable_2d_image(unsigned width, unsigned height, VkFormat format, bool mipmapped = false) in immutable_2d_image()
336 info.levels = mipmapped ? 0u : 1u; in immutable_2d_image()
343 info.misc = mipmapped ? unsigned(IMAGE_MISC_GENERATE_MIPS_BIT) : 0u; in immutable_2d_image()
349 …_3d_image(unsigned width, unsigned height, unsigned depth, VkFormat format, bool mipmapped = false) in immutable_3d_image()
351 ImageCreateInfo info = immutable_2d_image(width, height, format, mipmapped); in immutable_3d_image()

12345678910>>...17