Home
last modified time | relevance | path

Searched defs:mipSize (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/utils/
H A DTestUtils.h30 wgpu::Extent3D mipSize; member
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DIncompleteTextureTest.cpp162 const GLsizei mipSize = redTextureSize >> mip; in TEST_P() local
179 const GLsizei mipSize = greenTextureSize >> mip; in TEST_P() local
H A DReadPixelsTest.cpp873 GLint mipSize = 4 >> level; in initializeTextureData() local
H A DTextureTest.cpp489 size_t mipSize = std::max<size_t>(1u, mip0Size >> mip); in getMipDataSize() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DDepthStencilLoadOpTests.cpp95 uint32_t mipSize = std::max(kRTSize >> mipLevel, 1u); in CheckMipLevel() local
[all...]
H A DNonzeroTextureCreationTests.cpp149 uint32_t mipSize = std::max(kSize >> mip, 1u); in Run() local
[all...]
H A DTextureZeroInitTests.cpp216 uint32_t mipSize = kSize >> 2; in TEST_P() local
1284 uint32_t mipSize = kSize >> 1; in TEST_P() local
[all...]
/third_party/mesa3d/src/amd/addrlib/src/core/
H A Daddrlib2.cpp1292 UINT_32 mipSize = 0; in ComputeSurfaceCoordFromAddrLinear() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A 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/dawn_native/
H A DCommandValidation.cpp305 Extent3D mipSize = texture->GetMipLevelPhysicalSize(textureCopy.mipLevel); in ValidateTextureCopyRange() local
324 &textureCopy.origin, &copySize, texture, textureCopy.mipLevel, &mipSize); in ValidateTextureCopyRange() local
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen_ioctl.c168 SVGA3dSize mipSize = size; in vmw_ioctl_surface_create() local
[all...]
/third_party/skia/src/core/
H A DSkMipmap.cpp558 SkISize mipSize = ComputeLevelSize(src.width(), src.height(), currentMipLevel); in Build() local
/third_party/skia/src/gpu/ops/
H A DSmallPathRenderer.cpp258 SkScalar mipSize = mipScale*SkScalarAbs(maxDim); variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTestsUtils.cpp162 deUint32 mipSize = extent.width * extent.height * extent.depth * vk::mapVkFormat(format).getPixelSize(); in computeImageSize() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTestsUtils.cpp162 deUint32 mipSize = extent.width * extent.height * extent.depth * vk::mapVkFormat(format).getPixelSize(); in computeImageSize() local
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_surfacedefs.h1290 SVGA3dSize mipSize; in svga3dsurface_get_image_offset() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineRenderToImageTests.cpp1568 const IVec4& mipSize = mipLevelSizes[mipLevel]; in testRenderToMipMaps() local
1669 const IVec4& mipSize in testRenderToMipMaps() local
1319 drawToMipLevel(const Context& context, const CaseDef& caseDef, const int mipLevel, const IVec4& mipSize, const int numSlices, const VkImage colorImage, const VkImage depthStencilImage, const VkBuffer vertexBuffer, const PipelineLayoutWrapper& pipelineLayout, const ShaderWrapper vertexModule, const ShaderWrapper fragmentModule) drawToMipLevel() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineRenderToImageTests.cpp1441 const IVec4& mipSize = mipLevelSizes[mipLevel]; in testRenderToMipMaps() local
1542 const IVec4& mipSize in testRenderToMipMaps() local
1198 drawToMipLevel(const Context& context, const CaseDef& caseDef, const int mipLevel, const IVec4& mipSize, const int numSlices, const VkImage colorImage, const VkImage depthStencilImage, const VkBuffer vertexBuffer, const VkPipelineLayout pipelineLayout, const VkShaderModule vertexModule, const VkShaderModule fragmentModule) drawToMipLevel() argument
[all...]

Completed in 35 milliseconds