/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | IncompleteTextureTest.cpp | 143 const GLsizei mipSize = redTextureSize >> mip; in TEST_P() local 160 const GLsizei mipSize = greenTextureSize >> mip; in TEST_P() local
|
D | ReadPixelsTest.cpp | 531 GLint mipSize = 4 >> level; in initializeTextureData() local
|
/third_party/skia/third_party/externals/dawn/src/utils/ |
D | TestUtils.h | 30 wgpu::Extent3D mipSize; member
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | IncompleteTextureTest.cpp | 162 const GLsizei mipSize = redTextureSize >> mip; in TEST_P() local 179 const GLsizei mipSize = greenTextureSize >> mip; in TEST_P() local
|
D | ReadPixelsTest.cpp | 873 GLint mipSize = 4 >> level; in initializeTextureData() local
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/ |
D | NonzeroTextureCreationTests.cpp | 68 uint32_t mipSize = kSize >> 2; in TEST_P() local
|
D | TextureZeroInitTests.cpp | 126 uint32_t mipSize = kSize >> 2; in TEST_P() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | TextureGL.cpp | 354 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/ |
D | DepthStencilLoadOpTests.cpp | 95 uint32_t mipSize = std::max(kRTSize >> mipLevel, 1u); in CheckMipLevel() local
|
D | NonzeroTextureCreationTests.cpp | 149 uint32_t mipSize = std::max(kSize >> mip, 1u); in Run() local
|
D | QueueTests.cpp | 281 wgpu::Extent3D mipSize = {textureSpec.textureSize.width >> textureSpec.level, in DoTest() local
|
D | TextureZeroInitTests.cpp | 216 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/ |
D | CommandValidation.cpp | 305 Extent3D mipSize = texture->GetMipLevelPhysicalSize(textureCopy.mipLevel); in ValidateTextureCopyRange() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineRenderToImageTests.cpp | 1287 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/ |
D | vktDescriptorSetsIndexingTestsUtils.cpp | 162 …deUint32 mipSize = extent.width * extent.height * extent.depth * vk::mapVkFormat(format).getPixelS… in computeImageSize() local
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_surfacedefs.h | 1061 SVGA3dSize mipSize; in svga3dsurface_get_image_offset() local
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_screen_ioctl.c | 168 SVGA3dSize mipSize = size; in vmw_ioctl_surface_create() local
|
/third_party/skia/src/gpu/ops/ |
D | SmallPathRenderer.cpp | 258 SkScalar mipSize = mipScale*SkScalarAbs(maxDim); in onPrepareDraws() local
|
/third_party/flutter/skia/src/core/ |
D | SkMipMap.cpp | 394 SkISize mipSize = ComputeLevelSize(src.width(), src.height(), currentMipLevel); in Build() local
|
/third_party/mesa3d/src/amd/addrlib/src/core/ |
D | addrlib2.cpp | 1292 UINT_32 mipSize = 0; in ComputeSurfaceCoordFromAddrLinear() local
|
/third_party/skia/src/core/ |
D | SkMipmap.cpp | 558 SkISize mipSize = ComputeLevelSize(src.width(), src.height(), currentMipLevel); in Build() local
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrSmallPathRenderer.cpp | 422 SkScalar mipSize = mipScale*SkScalarAbs(maxDim); in onPrepareDraws() local
|
/third_party/mesa3d/src/amd/addrlib/src/gfx10/ |
D | gfx10addrlib.cpp | 3676 UINT_64 mipSize[MaxMipLevels]; in ComputeSurfaceInfoMacroTiled() local
|
/third_party/mesa3d/src/amd/addrlib/src/gfx9/ |
D | gfx9addrlib.cpp | 4446 UINT_32 mipSize; in GetMipChainInfo() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | TextureD3D.cpp | 1951 GLsizei mipSize = std::max(1, size.width >> level); in setStorage() local
|