/third_party/skia/third_party/externals/dawn/src/utils/ |
H A D | TestUtils.h | 30 wgpu::Extent3D mipSize; member
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | IncompleteTextureTest.cpp | 162 const GLsizei mipSize = redTextureSize >> mip; in TEST_P() local 179 const GLsizei mipSize = greenTextureSize >> mip; in TEST_P() local
|
H A D | ReadPixelsTest.cpp | 873 GLint mipSize = 4 >> level; in initializeTextureData() local
|
H A D | TextureTest.cpp | 489 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 D | DepthStencilLoadOpTests.cpp | 95 uint32_t mipSize = std::max(kRTSize >> mipLevel, 1u); in CheckMipLevel() local [all...] |
H A D | NonzeroTextureCreationTests.cpp | 149 uint32_t mipSize = std::max(kSize >> mip, 1u); in Run() local [all...] |
H A D | TextureZeroInitTests.cpp | 216 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 D | addrlib2.cpp | 1292 UINT_32 mipSize = 0; in ComputeSurfaceCoordFromAddrLinear() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A 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/dawn_native/ |
H A D | CommandValidation.cpp | 305 Extent3D mipSize = texture->GetMipLevelPhysicalSize(textureCopy.mipLevel); in ValidateTextureCopyRange() local 324 &textureCopy.origin, ©Size, texture, textureCopy.mipLevel, &mipSize); in ValidateTextureCopyRange() local
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
H A D | vmw_screen_ioctl.c | 168 SVGA3dSize mipSize = size; in vmw_ioctl_surface_create() local [all...] |
/third_party/skia/src/core/ |
H A D | SkMipmap.cpp | 558 SkISize mipSize = ComputeLevelSize(src.width(), src.height(), currentMipLevel); in Build() local
|
/third_party/skia/src/gpu/ops/ |
H A D | SmallPathRenderer.cpp | 258 SkScalar mipSize = mipScale*SkScalarAbs(maxDim); variable
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTestsUtils.cpp | 162 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 D | vktDescriptorSetsIndexingTestsUtils.cpp | 162 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 D | svga3d_surfacedefs.h | 1290 SVGA3dSize mipSize; in svga3dsurface_get_image_offset() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineRenderToImageTests.cpp | 1568 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 D | vktPipelineRenderToImageTests.cpp | 1441 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...] |