| /external/deqp/external/vulkancts/modules/vulkan/draw/ |
| D | vktDrawImageObjectUtil.cpp | 174 unsigned int mipLevel, in readSurface() 198 unsigned int mipLevel, in readDepth() 218 unsigned int mipLevel, in readVolume() 241 unsigned int mipLevel, in readSurface1D() 266 unsigned int mipLevel, in read() 287 unsigned int mipLevel, in readUsingBuffer() 419 unsigned int mipLevel, in readSurfaceLinear() 431 unsigned int mipLevel, in readLinear() 463 unsigned int mipLevel, in copyToLinearImage() 532 unsigned int mipLevel, in uploadVolume() [all …]
|
| /external/swiftshader/src/Vulkan/ |
| D | VkImageView.cpp | 296 int ImageView::rowPitchBytes(VkImageAspectFlagBits aspect, uint32_t mipLevel, Usage usage) const in rowPitchBytes() 301 int ImageView::slicePitchBytes(VkImageAspectFlagBits aspect, uint32_t mipLevel, Usage usage) const in slicePitchBytes() 306 int ImageView::getMipLevelSize(VkImageAspectFlagBits aspect, uint32_t mipLevel, Usage usage) const in getMipLevelSize() 324 VkExtent2D ImageView::getMipLevelExtent(uint32_t mipLevel, VkImageAspectFlagBits aspect) const in getMipLevelExtent() 348 …fsetPointer(const VkOffset3D &offset, VkImageAspectFlagBits aspect, uint32_t mipLevel, uint32_t la… in getOffsetPointer()
|
| D | VkImage.cpp | 234 for(uint32_t mipLevel = subresourceRange.baseMipLevel; mipLevel <= lastMipLevel; ++mipLevel) in getSizeInBytes() local 246 for(uint32_t mipLevel = subresourceRange.baseMipLevel; mipLevel <= lastMipLevel; ++mipLevel) in getSizeInBytes() local 897 VkDeviceSize Image::getMemoryOffset(VkImageAspectFlagBits aspect, uint32_t mipLevel, uint32_t layer… in getMemoryOffset() 938 for(uint32_t mipLevel = 0; mipLevel < mipLevels; ++mipLevel) in getLayerSize() local
|
| /external/angle/src/libANGLE/renderer/d3d/d3d11/ |
| D | TextureStorage11.cpp | 331 int mipLevel, in getSRVLevel() 495 void TextureStorage11::markLevelDirty(int mipLevel) in markLevelDirty() 517 for (size_t mipLevel = 0; mipLevel < mSwizzleCache.size(); ++mipLevel) in markDirty() local 1546 int mipLevel, in getSwizzleRenderTarget() 1786 int mipLevel, in getSwizzleRenderTarget() 1983 int mipLevel, in getSwizzleRenderTarget() 2711 int mipLevel, in getSwizzleRenderTarget() 2988 const int mipLevel = index.getLevelIndex(); in findRenderTarget() local 3018 const int mipLevel = index.getLevelIndex(); in getRenderTarget() local 3123 int mipLevel, in getSwizzleRenderTarget() [all …]
|
| D | ResourceManager11.cpp | 302 for (UINT mipLevel = 0; mipLevel < desc->MipLevels; ++mipLevel) in ClearResource() local 476 for (UINT mipLevel = 0; mipLevel < desc->MipLevels; ++mipLevel) in createInitDataIfNeeded() local 526 for (UINT mipLevel = 0; mipLevel < desc->MipLevels; ++mipLevel) in createInitDataIfNeeded() local
|
| D | TextureStorage11.h | 755 int mipLevel; member
|
| /external/mesa3d/src/gallium/drivers/svga/ |
| D | svga_cmd.c | 1712 unsigned face, unsigned mipLevel) in SVGA3D_UpdateGBImage() 1771 unsigned face, unsigned mipLevel) in SVGA3D_ReadbackGBImage() 1824 unsigned face, unsigned mipLevel, in SVGA3D_ReadbackGBImagePartial() 1853 unsigned face, unsigned mipLevel, in SVGA3D_InvalidateGBImagePartial()
|
| /external/mesa3d/src/amd/addrlib/src/r800/ |
| D | egbaddrlib.h | 306 UINT_32 mipLevel, UINT_32 numSamples, ADDR_COMPUTE_SURFACE_INFO_OUTPUT* pOut) const in HwlComputeSurfaceAlignmentsMacroTiled()
|
| D | ciaddrlib.cpp | 2074 UINT_32 mipLevel, ///< [in] mip level in HwlComputeSurfaceAlignmentsMacroTiled() 2110 UINT_32 mipLevel, ///< [in] mip level in HwlPadDimensions()
|
| D | egbaddrlib.cpp | 97 UINT_32 mipLevel = pIn->mipLevel; in DispatchComputeSurfaceInfo() local 723 UINT_32 mipLevel, ///< [in] mip level in ComputeSurfaceAlignmentsMicroTiled() 874 UINT_32 mipLevel, ///< [in] mip level in ComputeSurfaceAlignmentsMacroTiled()
|
| /external/deqp/external/vulkancts/modules/vulkan/api/ |
| D | vktApiImageClearingTests.cpp | 134 VkExtent3D getMipLevelExtent (VkExtent3D baseExtent, const deUint32 mipLevel) in getMipLevelExtent() 173 for (deUint32 mipLevel = 0; mipLevel < numMipLevels; ++mipLevel) in getImageMipLevelSizes() local 216 inline bool isInInitialClearRange (bool isAttachmentformat, deUint32 mipLevel, deUint32 arrayLayer,… in isInInitialClearRange() 1096 for (deUint32 mipLevel = 0; mipLevel < m_imageMipLevels; ++mipLevel) in readImage() local 1141 for (deUint32 mipLevel = 0; mipLevel < m_imageMipLevels; ++mipLevel) in readImage() local 1226 for (deUint32 mipLevel = 0; mipLevel < m_imageMipLevels; ++mipLevel) in verifyResultImage() local 1294 deUint32 mipLevel = 0u; in iterate() local
|
| D | vktApiCopiesAndBlittingTests.cpp | 389 inline VkExtent3D getExtent3D(const ImageParms& parms, deUint32 mipLevel = 0u) in getExtent3D() 818 const deUint32 mipLevel) in readImageAspect() 942 const deUint32 mipLevel) in readImage() 1294 …(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) in copyRegionToTextureLevel() 1612 …(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) in copyRegionToTextureLevel() 1866 …(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) in copyRegionToTextureLevel() 2099 …(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) in copyRegionToTextureLevel() 2148 …(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) in copyRegionToTextureLevel() 3290 …(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) in copyRegionToTextureLevel() 3723 const deUint32 mipLevel = m_params.regions[regionNdx].imageBlit.dstSubresource.mipLevel; in iterate() local [all …]
|
| /external/mesa3d/src/amd/addrlib/src/core/ |
| D | addrlib1.h | 383 UINT_32 numSamples, ADDR_TILEINFO* pTileInfo, UINT_32 mipLevel, in HwlPadDimensions()
|
| /external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineMultisampleTestsUtil.cpp | 40 …getShaderGridSize (const ImageType imageType, const tcu::UVec3& imageSize, const deUint32 mipLevel) in getShaderGridSize()
|
| D | vktPipelineRenderToImageTests.cpp | 1286 const int mipLevel, in drawToMipLevel() 1517 for (int mipLevel = 0; mipLevel < numMipLevels; ++mipLevel) in testRenderToMipMaps() local 1572 for (int mipLevel = 0; mipLevel < numMipLevels; ++mipLevel) in testRenderToMipMaps() local 1618 for (int mipLevel = 0; mipLevel < numMipLevels; ++mipLevel) in testRenderToMipMaps() local
|
| /external/skia/gm/ |
| D | lazytiling.cpp | 46 GrMipLevel mipLevel = {src.getPixels(), src.rowBytes(), nullptr}; in create_view() local
|
| /external/deqp/external/vulkancts/modules/vulkan/image/ |
| D | vktImageTestsUtil.cpp | 977 …mageCopy (const deUint32 imageWidth, const deUint32 imageHeight, const deUint32 mipLevel, const de… in makeBufferImageCopy() 1001 …mageCopy (const deUint32 imageWidth, const deUint32 imageHeight, const deUint32 mipLevel, const de… in makeBufferImageCopy()
|
| /external/angle/src/libANGLE/ |
| D | FramebufferAttachment.cpp | 196 GLint FramebufferAttachment::mipLevel() const in mipLevel() function in gl::FramebufferAttachment
|
| /external/skqp/src/gpu/ |
| D | GrGpu.h | 198 GrMipLevel mipLevel = {buffer, rowBytes}; in writePixels() local
|
| D | GrResourceProvider.cpp | 95 const GrMipLevel& mipLevel, in createTexture()
|
| /external/skia/tools/ |
| D | DDLPromiseImageHelper.cpp | 51 SkMipmap::Level mipLevel; in normalMipLevels() local
|
| /external/skia/src/gpu/ |
| D | GrGpu.h | 280 GrMipLevel mipLevel = {buffer, rowBytes, nullptr}; variable
|
| /external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/ |
| D | hlslParseHelper.h | 464 TIntermTyped* mipLevel; member
|
| /external/deqp-deps/glslang/glslang/HLSL/ |
| D | hlslParseHelper.h | 464 TIntermTyped* mipLevel; member
|
| /external/deqp/external/vulkancts/framework/vulkan/ |
| D | vkTypeUtil.inl | 130 inline VkImageSubresource makeImageSubresource (VkImageAspectFlags aspectMask, deUint32 mipLevel, d… 353 …ceLayers makeImageSubresourceLayers (VkImageAspectFlags aspectMask, deUint32 mipLevel, deUint32 ba…
|