Home
last modified time | relevance | path

Searched defs:mipLevel (Results 1 – 25 of 42) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.cpp174 unsigned int mipLevel, in readSurface()
199 unsigned int mipLevel, in readVolume()
222 unsigned int mipLevel, in readSurface1D()
247 unsigned int mipLevel, in read()
268 unsigned int mipLevel, in readUsingBuffer()
369 unsigned int mipLevel, in readSurfaceLinear()
381 unsigned int mipLevel, in readLinear()
413 unsigned int mipLevel, in copyToLinearImage()
457 unsigned int mipLevel, in uploadVolume()
479 unsigned int mipLevel, in uploadSurface()
[all …]
/external/swiftshader/src/Vulkan/
DVkImage.cpp392 VkDeviceSize Image::getMemoryOffset(const VkImageAspectFlags& flags, uint32_t mipLevel, uint32_t la… in getMemoryOffset()
427 for(uint32_t mipLevel = 0; mipLevel < mipLevels; ++mipLevel) in getLayerSize() local
440 sw::Surface* Image::asSurface(const VkImageAspectFlags& flags, uint32_t mipLevel, uint32_t layer) c… in asSurface()
521 for(uint32_t mipLevel = subresourceRange.baseMipLevel; mipLevel <= lastLevel; ++mipLevel) in clear() local
/external/mesa3d/src/amd/addrlib/r800/
Degbaddrlib.h306 UINT_32 mipLevel, UINT_32 numSamples, ADDR_COMPUTE_SURFACE_INFO_OUTPUT* pOut) const in HwlComputeSurfaceAlignmentsMacroTiled()
Dciaddrlib.cpp2055 UINT_32 mipLevel, ///< [in] mip level in HwlComputeSurfaceAlignmentsMacroTiled()
2091 UINT_32 mipLevel, ///< [in] mip level in HwlPadDimensions()
Degbaddrlib.cpp98 UINT_32 mipLevel = pIn->mipLevel; in DispatchComputeSurfaceInfo() local
722 UINT_32 mipLevel, ///< [in] mip level in ComputeSurfaceAlignmentsMicroTiled()
875 UINT_32 mipLevel, ///< [in] mip level in ComputeSurfaceAlignmentsMacroTiled()
Dsiaddrlib.cpp3531 UINT_32 mipLevel, ///< [in] mip level in HwlComputeSurfaceAlignmentsMacroTiled()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.c1712 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/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp134 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()
942 for (deUint32 mipLevel = 0; mipLevel < m_imageMipLevels; ++mipLevel) in readImage() local
985 for (deUint32 mipLevel = 0; mipLevel < m_imageMipLevels; ++mipLevel) in readImage() local
1070 for (deUint32 mipLevel = 0; mipLevel < m_imageMipLevels; ++mipLevel) in verifyResultImage() local
DvktApiCopiesAndBlittingTests.cpp254 inline VkExtent3D getExtent3D(const ImageParms& parms, deUint32 mipLevel = 0u) in getExtent3D()
661 const deUint32 mipLevel) in readImageAspect()
785 const deUint32 mipLevel) in readImage()
1094 …(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) in copyRegionToTextureLevel()
1328 …(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) in copyRegionToTextureLevel()
1528 …(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) in copyRegionToTextureLevel()
1715 …(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) in copyRegionToTextureLevel()
2488 …(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) in copyRegionToTextureLevel()
2860 const deUint32 mipLevel = regions[regionNdx].dstSubresource.mipLevel; in iterate() local
3133 …(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) in copyRegionToTextureLevel()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTestsUtil.cpp40 …getShaderGridSize (const ImageType imageType, const tcu::UVec3& imageSize, const deUint32 mipLevel) in getShaderGridSize()
DvktPipelineRenderToImageTests.cpp1279 const int mipLevel, in drawToMipLevel()
1510 for (int mipLevel = 0; mipLevel < numMipLevels; ++mipLevel) in testRenderToMipMaps() local
1565 for (int mipLevel = 0; mipLevel < numMipLevels; ++mipLevel) in testRenderToMipMaps() local
1611 for (int mipLevel = 0; mipLevel < numMipLevels; ++mipLevel) in testRenderToMipMaps() local
/external/mesa3d/src/amd/addrlib/core/
Daddrlib1.h383 UINT_32 numSamples, ADDR_TILEINFO* pTileInfo, UINT_32 mipLevel, in HwlPadDimensions()
/external/skqp/src/gpu/
DGrGpu.h198 GrMipLevel mipLevel = {buffer, rowBytes}; in writePixels() local
DGrResourceProvider.cpp95 const GrMipLevel& mipLevel, in createTexture()
DGrProxyProvider.cpp245 GrMipLevel mipLevel = { pixMap.addr(), pixMap.rowBytes() }; in createTextureProxy() local
/external/skia/src/gpu/
DGrGpu.h205 GrMipLevel mipLevel = {buffer, rowBytes}; in writePixels() local
DGrResourceProvider.cpp76 const GrMipLevel& mipLevel, in createTexture()
DGrProxyProvider.cpp252 GrMipLevel mipLevel = { pixMap.addr(), pixMap.rowBytes() }; in createTextureProxy() local
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp1050 …mageCopy (const deUint32 imageWidth, const deUint32 imageHeight, const deUint32 mipLevel, const de… in makeBufferImageCopy()
1074 …mageCopy (const deUint32 imageWidth, const deUint32 imageHeight, const deUint32 mipLevel, const de… in makeBufferImageCopy()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h458 TIntermTyped* mipLevel; member
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl64 inline VkImageSubresource makeImageSubresource (VkImageAspectFlags aspectMask, deUint32 mipLevel, d…
323 …ceLayers makeImageSubresourceLayers (VkImageAspectFlags aspectMask, deUint32 mipLevel, deUint32 ba…
DvkImageUtil.cpp2798 VkExtent3D mipLevelExtents (const VkExtent3D& baseExtents, const deUint32 mipLevel) in mipLevelExtents()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp39 …getShaderGridSize (const ImageType imageType, const tcu::UVec3& imageSize, const deUint32 mipLevel) in getShaderGridSize()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp495 deUint32 mipLevel; member
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp504 string getTextureImageName (int textureTarget, int mipLevel, int imageIndex) in getTextureImageName()
523 string getTextureImageDescription (int textureTarget, int mipLevel, int imageIndex) in getTextureImageDescription()

12