Home
last modified time | relevance | path

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

1234

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.cpp174 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 …]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkImageView.cpp324 int ImageView::rowPitchBytes(VkImageAspectFlagBits aspect, uint32_t mipLevel, Usage usage) const in rowPitchBytes()
329 int ImageView::slicePitchBytes(VkImageAspectFlagBits aspect, uint32_t mipLevel, Usage usage) const in slicePitchBytes()
334 int ImageView::getMipLevelSize(VkImageAspectFlagBits aspect, uint32_t mipLevel, Usage usage) const in getMipLevelSize()
350 VkExtent2D ImageView::getMipLevelExtent(uint32_t mipLevel, VkImageAspectFlagBits aspect) const in getMipLevelExtent()
372 …fsetPointer(const VkOffset3D &offset, VkImageAspectFlagBits aspect, uint32_t mipLevel, uint32_t la… in getOffsetPointer()
DVkImage.cpp244 for(uint32_t mipLevel = subresourceRange.baseMipLevel; mipLevel <= lastMipLevel; ++mipLevel) in getSizeInBytes() local
256 for(uint32_t mipLevel = subresourceRange.baseMipLevel; mipLevel <= lastMipLevel; ++mipLevel) in getSizeInBytes() local
933 VkDeviceSize Image::getMemoryOffset(VkImageAspectFlagBits aspect, uint32_t mipLevel, uint32_t layer… in getMemoryOffset()
974 for(uint32_t mipLevel = 0; mipLevel < mipLevels; ++mipLevel) in getLayerSize() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDepthStencilLoadOpTests.cpp81 for (uint32_t mipLevel = 0; mipLevel < kMipLevelCount; ++mipLevel) { in SetUp() local
94 void CheckMipLevel(uint32_t mipLevel) { in CheckMipLevel()
DDepthStencilCopyTests.cpp91 uint32_t mipLevel = 0) { in InitializeDepthTextureRegion()
122 uint32_t mipLevel = 0) { in InitializeDepthStencilTextureRegion()
157 uint32_t mipLevel = 0) { in CreateInitializeDepthStencilTextureAndCopyT2T()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DTexture.cpp356 uint32_t TextureBase::GetSubresourceIndex(uint32_t mipLevel, uint32_t arraySlice) const { in GetSubresourceIndex()
370 for (uint32_t mipLevel = baseMipLevel; mipLevel < baseMipLevel + levelCount; ++mipLevel) { in IsSubresourceContentInitialized() local
388 for (uint32_t mipLevel = baseMipLevel; mipLevel < baseMipLevel + levelCount; ++mipLevel) { in SetIsSubresourceContentInitialized() local
DCommandBuffer.cpp42 const uint32_t mipLevel) { in IsCompleteSubresourceCopiedTo()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DTexture.cpp565 uint32_t TextureBase::GetSubresourceIndex(uint32_t mipLevel, in GetSubresourceIndex()
578 for (uint32_t mipLevel = range.baseMipLevel; in IsSubresourceContentInitialized() local
597 for (uint32_t mipLevel = range.baseMipLevel; in SetIsSubresourceContentInitialized() local
DCommandBuffer.cpp76 const uint32_t mipLevel) { in IsCompleteSubresourceCopiedTo()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DTextureStorage11.cpp331 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
1562 int mipLevel, in getSwizzleRenderTarget()
1802 int mipLevel, in getSwizzleRenderTarget()
2007 int mipLevel, in getSwizzleRenderTarget()
2743 int mipLevel, in getSwizzleRenderTarget()
3036 const int mipLevel = index.getLevelIndex(); in findRenderTarget() local
3066 const int mipLevel = index.getLevelIndex(); in getRenderTarget() local
3171 int mipLevel, in getSwizzleRenderTarget()
[all …]
DResourceManager11.cpp302 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
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DTextureStorage11.cpp320 int mipLevel, in getSRVLevel()
479 void TextureStorage11::markLevelDirty(int mipLevel) in markLevelDirty()
501 for (size_t mipLevel = 0; mipLevel < mSwizzleCache.size(); ++mipLevel) in markDirty() local
1373 int mipLevel, in getSwizzleRenderTarget()
1591 int mipLevel, in getSwizzleRenderTarget()
1773 int mipLevel, in getSwizzleRenderTarget()
2454 int mipLevel, in getSwizzleRenderTarget()
2718 const int mipLevel = index.getLevelIndex(); in getRenderTarget() local
2823 int mipLevel, in getSwizzleRenderTarget()
3090 const int mipLevel = index.getLevelIndex(); in getRenderTarget() local
[all …]
DResourceManager11.cpp302 for (UINT mipLevel = 0; mipLevel < desc->MipLevels; ++mipLevel) in ClearResource() local
472 for (UINT mipLevel = 0; mipLevel < desc->MipLevels; ++mipLevel) in createInitDataIfNeeded() local
518 for (UINT mipLevel = 0; mipLevel < desc->MipLevels; ++mipLevel) in createInitDataIfNeeded() local
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.c1714 unsigned face, unsigned mipLevel) in SVGA3D_UpdateGBImage()
1773 unsigned face, unsigned mipLevel) in SVGA3D_ReadbackGBImage()
1826 unsigned face, unsigned mipLevel, in SVGA3D_ReadbackGBImagePartial()
1855 unsigned face, unsigned mipLevel, in SVGA3D_InvalidateGBImagePartial()
/third_party/mesa3d/src/amd/addrlib/src/r800/
Degbaddrlib.h305 UINT_32 mipLevel, UINT_32 numSamples, ADDR_COMPUTE_SURFACE_INFO_OUTPUT* pOut) const in HwlComputeSurfaceAlignmentsMacroTiled()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DTextureD3D12.cpp838 for (uint32_t mipLevel = 0; mipLevel < range.levelCount; ++mipLevel) { in TransitionSubresourceRange() local
917 D3D12_RENDER_TARGET_VIEW_DESC Texture::GetRTVDescriptor(uint32_t mipLevel, in GetRTVDescriptor()
958 D3D12_DEPTH_STENCIL_VIEW_DESC Texture::GetDSVDescriptor(uint32_t mipLevel, in GetDSVDescriptor()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp140 VkExtent3D getMipLevelExtent (VkExtent3D baseExtent, const deUint32 mipLevel) in getMipLevelExtent()
179 for (deUint32 mipLevel = 0; mipLevel < numMipLevels; ++mipLevel) in getImageMipLevelSizes() local
222 inline bool isInInitialClearRange (deUint32 mipLevel, deUint32 arrayLayer, LayerRange imageViewLaye… in isInInitialClearRange()
1111 for (deUint32 mipLevel = 0; mipLevel < m_imageMipLevels; ++mipLevel) in readImage() local
1156 for (deUint32 mipLevel = 0; mipLevel < m_imageMipLevels; ++mipLevel) in readImage() local
1278 for (deUint32 mipLevel = 0; mipLevel < m_imageMipLevels; ++mipLevel) in verifyResultImage() local
1349 for (deUint32 mipLevel = 0; mipLevel < imageMipLevels; ++mipLevel) in preClearImage() local
1419 deUint32 mipLevel = 0u; in iterate() local
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib1.h383 UINT_32 numSamples, ADDR_TILEINFO* pTileInfo, UINT_32 mipLevel, in HwlPadDimensions()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTestsUtil.cpp40 …getShaderGridSize (const ImageType imageType, const tcu::UVec3& imageSize, const deUint32 mipLevel) in getShaderGridSize()
DvktPipelineRenderToImageTests.cpp1286 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
/third_party/skia/gm/
Dlazytiling.cpp47 GrMipLevel mipLevel = {src.getPixels(), src.rowBytes(), nullptr}; in create_view() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DFramebufferAttachment.cpp189 GLint FramebufferAttachment::mipLevel() const in mipLevel() function in gl::FramebufferAttachment
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp977 …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()
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp1227 uint32_t mipLevel, in ExpectSampledFloatData()
1246 uint32_t mipLevel, in ExpectMultisampledFloatData()
1263 uint32_t mipLevel, in ExpectSampledDepthData()
1283 uint32_t mipLevel, in ExpectAttachmentDepthStencilTestData()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebufferAttachment.cpp196 GLint FramebufferAttachment::mipLevel() const in mipLevel() function in gl::FramebufferAttachment

1234