Home
last modified time | relevance | path

Searched defs:mipSize (Results 1 – 25 of 27) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DIncompleteTextureTest.cpp143 const GLsizei mipSize = redTextureSize >> mip; in TEST_P() local
160 const GLsizei mipSize = greenTextureSize >> mip; in TEST_P() local
DReadPixelsTest.cpp531 GLint mipSize = 4 >> level; in initializeTextureData() local
/third_party/skia/third_party/externals/dawn/src/utils/
DTestUtils.h30 wgpu::Extent3D mipSize; member
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DIncompleteTextureTest.cpp162 const GLsizei mipSize = redTextureSize >> mip; in TEST_P() local
179 const GLsizei mipSize = greenTextureSize >> mip; in TEST_P() local
DReadPixelsTest.cpp873 GLint mipSize = 4 >> level; in initializeTextureData() local
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DNonzeroTextureCreationTests.cpp68 uint32_t mipSize = kSize >> 2; in TEST_P() local
DTextureZeroInitTests.cpp126 uint32_t mipSize = kSize >> 2; in TEST_P() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DTextureGL.cpp354 Extent3D mipSize = GetMipLevelPhysicalSize(level); in ClearTexture() local
498 Extent3D mipSize = GetMipLevelPhysicalSize(level); in ClearTexture() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDepthStencilLoadOpTests.cpp95 uint32_t mipSize = std::max(kRTSize >> mipLevel, 1u); in CheckMipLevel() local
DNonzeroTextureCreationTests.cpp149 uint32_t mipSize = std::max(kSize >> mip, 1u); in Run() local
DQueueTests.cpp281 wgpu::Extent3D mipSize = {textureSpec.textureSize.width >> textureSpec.level, in DoTest() local
DTextureZeroInitTests.cpp216 uint32_t mipSize = kSize >> 2; in TEST_P() local
1284 uint32_t mipSize = kSize >> 1; in TEST_P() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommandValidation.cpp305 Extent3D mipSize = texture->GetMipLevelPhysicalSize(textureCopy.mipLevel); in ValidateTextureCopyRange() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp1287 const IVec4& mipSize, in drawToMipLevel()
1519 const IVec4& mipSize = mipLevelSizes[mipLevel]; in testRenderToMipMaps() local
1620 const IVec4& mipSize = mipLevelSizes[mipLevel]; in testRenderToMipMaps() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTestsUtils.cpp162 …deUint32 mipSize = extent.width * extent.height * extent.depth * vk::mapVkFormat(format).getPixelS… in computeImageSize() local
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_surfacedefs.h1061 SVGA3dSize mipSize; in svga3dsurface_get_image_offset() local
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_ioctl.c168 SVGA3dSize mipSize = size; in vmw_ioctl_surface_create() local
/third_party/skia/src/gpu/ops/
DSmallPathRenderer.cpp258 SkScalar mipSize = mipScale*SkScalarAbs(maxDim); in onPrepareDraws() local
/third_party/flutter/skia/src/core/
DSkMipMap.cpp394 SkISize mipSize = ComputeLevelSize(src.width(), src.height(), currentMipLevel); in Build() local
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib2.cpp1292 UINT_32 mipSize = 0; in ComputeSurfaceCoordFromAddrLinear() local
/third_party/skia/src/core/
DSkMipmap.cpp558 SkISize mipSize = ComputeLevelSize(src.width(), src.height(), currentMipLevel); in Build() local
/third_party/flutter/skia/src/gpu/ops/
DGrSmallPathRenderer.cpp422 SkScalar mipSize = mipScale*SkScalarAbs(maxDim); in onPrepareDraws() local
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.cpp3676 UINT_64 mipSize[MaxMipLevels]; in ComputeSurfaceInfoMacroTiled() local
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp4446 UINT_32 mipSize; in GetMipChainInfo() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DTextureD3D.cpp1951 GLsizei mipSize = std::max(1, size.width >> level); in setStorage() local

12