Home
last modified time | relevance | path

Searched refs:mipLevels (Results 1 – 25 of 233) sorted by relevance

12345678910

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DRenderTarget11.cpp25 bool GetTextureProperties(ID3D11Resource *resource, unsigned int *mipLevels, unsigned int *samples) in GetTextureProperties() argument
34 *mipLevels = texDesc.MipLevels; in GetTextureProperties()
47 *mipLevels = texDesc.MipLevels; in GetTextureProperties()
60 *mipLevels = texDesc.MipLevels; in GetTextureProperties()
124 unsigned int mipLevels, samples; in GetRTVSubresourceIndex() local
125 GetTextureProperties(resource, &mipLevels, &samples); in GetRTVSubresourceIndex()
127 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetRTVSubresourceIndex()
179 unsigned int mipLevels, samples; in GetDSVSubresourceIndex() local
180 GetTextureProperties(resource, &mipLevels, &samples); in GetDSVSubresourceIndex()
182 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetDSVSubresourceIndex()
DTextureStorage11.cpp36 : baseLevel(0), mipLevels(0), swizzle(false), dropStencil(false) in SamplerKey()
40 int mipLevels, in SamplerKey() argument
43 : baseLevel(baseLevel), mipLevels(mipLevels), swizzle(swizzle), dropStencil(dropStencil) in SamplerKey()
48 return std::tie(baseLevel, mipLevels, swizzle, dropStencil) < in operator <()
49 std::tie(rhs.baseLevel, rhs.mipLevels, rhs.swizzle, rhs.dropStencil); in operator <()
218 unsigned int mipLevels = in getSRVForSampler() local
223 mipLevels = std::min(mipLevels, mMipLevels - mTopLevel - effectiveBaseLevel); in getSRVForSampler()
228 ASSERT(mipLevels == 1 || mipLevels == mMipLevels); in getSRVForSampler()
234 ANGLE_TRY(useLevelZeroWorkaroundTexture(context, mipLevels == 1)); in getSRVForSampler()
249 const int effectiveTopLevel = effectiveBaseLevel + mipLevels - 1; in getSRVForSampler()
[all …]
DTextureStorage11.h154 int mipLevels,
193 SamplerKey(int baseLevel, int mipLevels, bool swizzle, bool dropStencil);
198 int mipLevels; member
283 angle::Result ensureTextureExists(const gl::Context *context, int mipLevels);
288 int mipLevels,
366 int mipLevels,
459 int mipLevels,
521 angle::Result ensureTextureExists(const gl::Context *context, int mipLevels);
526 int mipLevels,
600 int mipLevels,
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DRenderTarget11.cpp25 bool GetTextureProperties(ID3D11Resource *resource, unsigned int *mipLevels, unsigned int *samples) in GetTextureProperties() argument
34 *mipLevels = texDesc.MipLevels; in GetTextureProperties()
47 *mipLevels = texDesc.MipLevels; in GetTextureProperties()
60 *mipLevels = texDesc.MipLevels; in GetTextureProperties()
124 unsigned int mipLevels, samples; in GetRTVSubresourceIndex() local
125 GetTextureProperties(resource, &mipLevels, &samples); in GetRTVSubresourceIndex()
127 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetRTVSubresourceIndex()
179 unsigned int mipLevels, samples; in GetDSVSubresourceIndex() local
180 GetTextureProperties(resource, &mipLevels, &samples); in GetDSVSubresourceIndex()
182 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetDSVSubresourceIndex()
DTextureStorage11.cpp36 : baseLevel(0), mipLevels(0), swizzle(false), dropStencil(false) in SamplerKey()
40 int mipLevels, in SamplerKey() argument
43 : baseLevel(baseLevel), mipLevels(mipLevels), swizzle(swizzle), dropStencil(dropStencil) in SamplerKey()
48 return std::tie(baseLevel, mipLevels, swizzle, dropStencil) < in operator <()
49 std::tie(rhs.baseLevel, rhs.mipLevels, rhs.swizzle, rhs.dropStencil); in operator <()
229 unsigned int mipLevels = in getSRVForSampler() local
234 mipLevels = std::min(mipLevels, mMipLevels - mTopLevel - effectiveBaseLevel); in getSRVForSampler()
239 ASSERT(mipLevels == 1 || mipLevels == mMipLevels); in getSRVForSampler()
245 ANGLE_TRY(useLevelZeroWorkaroundTexture(context, mipLevels == 1)); in getSRVForSampler()
260 const int effectiveTopLevel = effectiveBaseLevel + mipLevels - 1; in getSRVForSampler()
[all …]
DTextureStorage11.h183 int mipLevels,
236 SamplerKey(int baseLevel, int mipLevels, bool swizzle, bool dropStencil);
241 int mipLevels; member
333 angle::Result ensureTextureExists(const gl::Context *context, int mipLevels);
340 int mipLevels,
425 int mipLevels,
526 int mipLevels,
595 angle::Result ensureTextureExists(const gl::Context *context, int mipLevels);
602 int mipLevels,
683 int mipLevels,
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageMemoryAliasing.cpp272 …imageSparseInfo.mipLevels = getMipmapCount(m_format, formatDescription, imageFormatProperties, ima… in iterate()
357 …_FORMAT_SINGLE_MIPTAIL_BIT) && aspectRequirements.imageMipTailFirstLod < imageSparseInfo.mipLevels) in iterate()
375 …_FORMAT_SINGLE_MIPTAIL_BIT) && aspectRequirements.imageMipTailFirstLod < imageSparseInfo.mipLevels) in iterate()
453 std::vector<std::vector<deUint32>> planeOffsets( imageSparseInfo.mipLevels ); in iterate()
454 std::vector<std::vector<deUint32>> planeRowPitches( imageSparseInfo.mipLevels ); in iterate()
456 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
464 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
474 …ector <VkBufferImageCopy> bufferImageCopy(formatDescription.numPlanes * imageSparseInfo.mipLevels); in iterate()
482 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
484 bufferImageCopy[planeNdx*imageSparseInfo.mipLevels + mipmapNdx] = in iterate()
[all …]
DvktSparseResourcesShaderIntrinsicsStorage.cpp412 pipelines.resize(imageSparseInfo.mipLevels); in recordCommands()
413 descriptorSets.resize(imageSparseInfo.mipLevels); in recordCommands()
414 imageSparseViews.resize(imageSparseInfo.mipLevels); in recordCommands()
415 imageTexelsViews.resize(imageSparseInfo.mipLevels); in recordCommands()
416 imageResidencyViews.resize(imageSparseInfo.mipLevels); in recordCommands()
433 descriptorPoolBuilder.addType(imageSparseDescType(), imageSparseInfo.mipLevels); in recordCommands()
434 descriptorPoolBuilder.addType(VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, imageSparseInfo.mipLevels); in recordCommands()
435 descriptorPoolBuilder.addType(VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, imageSparseInfo.mipLevels); in recordCommands()
437 …erface, getDevice(), VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, imageSparseInfo.mipLevels); in recordCommands()
439 …akeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, imageSparseInfo.mipLevels, 0u, imageSparse… in recordCommands()
[all …]
DvktSparseResourcesShaderIntrinsicsBase.cpp486 …imageSparseInfo.mipLevels = getMipmapCount(m_format, formatDescription, imageFormatProperties, ima… in iterate()
497 imageTexelsInfo.mipLevels = imageSparseInfo.mipLevels; in iterate()
540 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
622 if (aspectRequirements.imageMipTailFirstLod < imageSparseInfo.mipLevels) in iterate()
739 …<VkBufferImageCopy> bufferImageSparseCopy(formatDescription.numPlanes * imageSparseInfo.mipLevels); in iterate()
747 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
749 bufferImageSparseCopy[planeNdx*imageSparseInfo.mipLevels + mipmapNdx] = in iterate()
780 for (deUint32 mipmapNdx = 0u; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
835 … makeImageSubresourceRange(aspect, 0u, imageSparseInfo.mipLevels, 0u, imageSparseInfo.arrayLayers), in iterate()
855 …extent, imageSparseInfo.arrayLayers, m_residencyFormat, imageSparseInfo.mipLevels, BUFFER_IMAGE_CO… in iterate()
[all …]
DvktSparseResourcesShaderIntrinsicsSampled.cpp705 …descriptorPoolBuilder.addType(VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, imageSparseInfo.mipLevels in recordCommands()
707 …erface, getDevice(), VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, imageSparseInfo.mipLevels); in recordCommands()
780 …akeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, imageSparseInfo.mipLevels, 0u, imageSparse… in recordCommands()
817 imageSparseViews.resize(imageSparseInfo.mipLevels); in recordCommands()
818 imageTexelsViews.resize(imageSparseInfo.mipLevels); in recordCommands()
819 imageResidencyViews.resize(imageSparseInfo.mipLevels); in recordCommands()
820 m_framebuffers.resize(imageSparseInfo.mipLevels); in recordCommands()
821 descriptorSets.resize(imageSparseInfo.mipLevels); in recordCommands()
827 for (deUint32 mipLevelNdx = 0u; mipLevelNdx < imageSparseInfo.mipLevels; ++mipLevelNdx) in recordCommands()
911 …akeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, imageSparseInfo.mipLevels, 0u, imageSparse… in recordCommands()
[all …]
DvktSparseResourcesMipmapSparseResidency.cpp215 …imageSparseInfo.mipLevels = getMipmapCount(m_format, formatDescription, imageFormatProperties, ima… in iterate()
295 …_FORMAT_SINGLE_MIPTAIL_BIT) && aspectRequirements.imageMipTailFirstLod < imageSparseInfo.mipLevels) in iterate()
324 …_FORMAT_SINGLE_MIPTAIL_BIT) && aspectRequirements.imageMipTailFirstLod < imageSparseInfo.mipLevels) in iterate()
406 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
409 …:vector <VkBufferImageCopy> bufferImageCopy(formatDescription.numPlanes*imageSparseInfo.mipLevels); in iterate()
417 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
419 bufferImageCopy[planeNdx*imageSparseInfo.mipLevels + mipmapNdx] = in iterate()
483 … makeImageSubresourceRange(aspect, 0u, imageSparseInfo.mipLevels, 0u, imageSparseInfo.arrayLayers), in iterate()
507 … makeImageSubresourceRange(aspect, 0u, imageSparseInfo.mipLevels, 0u, imageSparseInfo.arrayLayers) in iterate()
552 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
[all …]
DvktSparseResourcesImageSparseBinding.cpp207 …imageSparseInfo.mipLevels = getMipmapCount(m_format, formatDescription, imageFormatProperties, ima… in iterate()
289 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
292 …vector<VkBufferImageCopy> bufferImageCopy(formatDescription.numPlanes * imageSparseInfo.mipLevels); in iterate()
299 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
301 bufferImageCopy[planeNdx*imageSparseInfo.mipLevels + mipmapNdx] = in iterate()
359 … makeImageSubresourceRange(aspect, 0u, imageSparseInfo.mipLevels, 0u, imageSparseInfo.arrayLayers), in iterate()
382 … makeImageSubresourceRange(aspect, 0u, imageSparseInfo.mipLevels, 0u, imageSparseInfo.arrayLayers) in iterate()
429 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
432 …t = static_cast<deUint32>(bufferImageCopy[ planeNdx * imageSparseInfo.mipLevels + mipmapNdx].buf… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
DvktSparseResourcesImageMemoryAliasing.cpp272 …imageSparseInfo.mipLevels = getMipmapCount(m_format, formatDescription, imageFormatProperties, ima… in iterate()
357 …_FORMAT_SINGLE_MIPTAIL_BIT) && aspectRequirements.imageMipTailFirstLod < imageSparseInfo.mipLevels) in iterate()
375 …_FORMAT_SINGLE_MIPTAIL_BIT) && aspectRequirements.imageMipTailFirstLod < imageSparseInfo.mipLevels) in iterate()
453 std::vector<std::vector<deUint32>> planeOffsets( imageSparseInfo.mipLevels ); in iterate()
454 std::vector<std::vector<deUint32>> planeRowPitches( imageSparseInfo.mipLevels ); in iterate()
456 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
464 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
474 …ector <VkBufferImageCopy> bufferImageCopy(formatDescription.numPlanes * imageSparseInfo.mipLevels); in iterate()
482 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
484 bufferImageCopy[planeNdx*imageSparseInfo.mipLevels + mipmapNdx] = in iterate()
[all …]
DvktSparseResourcesShaderIntrinsicsStorage.cpp412 pipelines.resize(imageSparseInfo.mipLevels); in recordCommands()
413 descriptorSets.resize(imageSparseInfo.mipLevels); in recordCommands()
414 imageSparseViews.resize(imageSparseInfo.mipLevels); in recordCommands()
415 imageTexelsViews.resize(imageSparseInfo.mipLevels); in recordCommands()
416 imageResidencyViews.resize(imageSparseInfo.mipLevels); in recordCommands()
433 descriptorPoolBuilder.addType(imageSparseDescType(), imageSparseInfo.mipLevels); in recordCommands()
434 descriptorPoolBuilder.addType(VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, imageSparseInfo.mipLevels); in recordCommands()
435 descriptorPoolBuilder.addType(VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, imageSparseInfo.mipLevels); in recordCommands()
437 …erface, getDevice(), VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, imageSparseInfo.mipLevels); in recordCommands()
439 …akeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, imageSparseInfo.mipLevels, 0u, imageSparse… in recordCommands()
[all …]
DvktSparseResourcesShaderIntrinsicsBase.cpp486 …imageSparseInfo.mipLevels = getMipmapCount(m_format, formatDescription, imageFormatProperties, ima… in iterate()
497 imageTexelsInfo.mipLevels = imageSparseInfo.mipLevels; in iterate()
540 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
622 if (aspectRequirements.imageMipTailFirstLod < imageSparseInfo.mipLevels) in iterate()
739 …<VkBufferImageCopy> bufferImageSparseCopy(formatDescription.numPlanes * imageSparseInfo.mipLevels); in iterate()
747 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
749 bufferImageSparseCopy[planeNdx*imageSparseInfo.mipLevels + mipmapNdx] = in iterate()
780 for (deUint32 mipmapNdx = 0u; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
835 … makeImageSubresourceRange(aspect, 0u, imageSparseInfo.mipLevels, 0u, imageSparseInfo.arrayLayers), in iterate()
855 …extent, imageSparseInfo.arrayLayers, m_residencyFormat, imageSparseInfo.mipLevels, BUFFER_IMAGE_CO… in iterate()
[all …]
DvktSparseResourcesShaderIntrinsicsSampled.cpp705 …descriptorPoolBuilder.addType(VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, imageSparseInfo.mipLevels in recordCommands()
707 …erface, getDevice(), VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, imageSparseInfo.mipLevels); in recordCommands()
780 …akeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, imageSparseInfo.mipLevels, 0u, imageSparse… in recordCommands()
817 imageSparseViews.resize(imageSparseInfo.mipLevels); in recordCommands()
818 imageTexelsViews.resize(imageSparseInfo.mipLevels); in recordCommands()
819 imageResidencyViews.resize(imageSparseInfo.mipLevels); in recordCommands()
820 m_framebuffers.resize(imageSparseInfo.mipLevels); in recordCommands()
821 descriptorSets.resize(imageSparseInfo.mipLevels); in recordCommands()
827 for (deUint32 mipLevelNdx = 0u; mipLevelNdx < imageSparseInfo.mipLevels; ++mipLevelNdx) in recordCommands()
911 …akeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, imageSparseInfo.mipLevels, 0u, imageSparse… in recordCommands()
[all …]
DvktSparseResourcesMipmapSparseResidency.cpp215 …imageSparseInfo.mipLevels = getMipmapCount(m_format, formatDescription, imageFormatProperties, ima… in iterate()
295 …_FORMAT_SINGLE_MIPTAIL_BIT) && aspectRequirements.imageMipTailFirstLod < imageSparseInfo.mipLevels) in iterate()
324 …_FORMAT_SINGLE_MIPTAIL_BIT) && aspectRequirements.imageMipTailFirstLod < imageSparseInfo.mipLevels) in iterate()
406 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
409 …:vector <VkBufferImageCopy> bufferImageCopy(formatDescription.numPlanes*imageSparseInfo.mipLevels); in iterate()
417 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
419 bufferImageCopy[planeNdx*imageSparseInfo.mipLevels + mipmapNdx] = in iterate()
483 … makeImageSubresourceRange(aspect, 0u, imageSparseInfo.mipLevels, 0u, imageSparseInfo.arrayLayers), in iterate()
507 … makeImageSubresourceRange(aspect, 0u, imageSparseInfo.mipLevels, 0u, imageSparseInfo.arrayLayers) in iterate()
552 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
[all …]
DvktSparseResourcesImageSparseBinding.cpp207 …imageSparseInfo.mipLevels = getMipmapCount(m_format, formatDescription, imageFormatProperties, ima… in iterate()
289 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
292 …vector<VkBufferImageCopy> bufferImageCopy(formatDescription.numPlanes * imageSparseInfo.mipLevels); in iterate()
299 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
301 bufferImageCopy[planeNdx*imageSparseInfo.mipLevels + mipmapNdx] = in iterate()
359 … makeImageSubresourceRange(aspect, 0u, imageSparseInfo.mipLevels, 0u, imageSparseInfo.arrayLayers), in iterate()
382 … makeImageSubresourceRange(aspect, 0u, imageSparseInfo.mipLevels, 0u, imageSparseInfo.arrayLayers) in iterate()
429 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
432 …t = static_cast<deUint32>(bufferImageCopy[ planeNdx * imageSparseInfo.mipLevels + mipmapNdx].buf… in iterate()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_util.h101 UINT16 mipLevels, in CD3DX12_RESOURCE_DESC()
113 MipLevels = mipLevels; in CD3DX12_RESOURCE_DESC()
139 UINT16 mipLevels = 0,
145 mipLevels, format, 1, 0, layout, flags );
152 UINT16 mipLevels = 0,
160 mipLevels, format, sampleCount, sampleQuality, layout, flags );
167 UINT16 mipLevels = 0,
173 mipLevels, format, 1, 0, layout, flags );
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnTexture.cpp28 int sampleCnt, SkBudgeted budgeted, int mipLevels, in Make() argument
46 textureDesc.mipLevelCount = std::max(mipLevels, 1); in Make()
64 info.fLevelCount = mipLevels; in Make()
120 void GrDawnTexture::upload(const GrMipLevel texels[], int mipLevels) { in upload() argument
121 upload(texels, mipLevels, SkIRect::MakeWH(width(), height())); in upload()
124 void GrDawnTexture::upload(const GrMipLevel texels[], int mipLevels, const SkIRect& rect) { in upload() argument
133 for (int i = 0; i < mipLevels; i++) { in upload()
DGrDawnTexture.h21 SkBudgeted, int mipLevels, GrMipMapsStatus);
34 void upload(const GrMipLevel texels[], int mipLevels);
35 void upload(const GrMipLevel texels[], int mipLevels, const SkIRect& dstRect);
/third_party/skia/src/gpu/mtl/
DGrMtlAttachment.mm54 /*mipLevels=*/1, textureUsage, storageMode, SkBudgeted::kYes);
68 /*mipLevels=*/1, textureUsage, storageMode, SkBudgeted::kYes);
74 uint32_t mipLevels,
92 return GrMtlAttachment::Make(gpu, dimensions, usageFlags, numSamples, format, mipLevels,
101 uint32_t mipLevels,
111 desc.mipmapLevelCount = mipLevels;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp985 deUint32 mipLevels, in uploadImage() argument
1082 …ueueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL, aspectMask, mipLevels, arrayLayers, de… in uploadImage()
1084 …ueueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL, aspectMask, mipLevels, arrayLayers, de… in uploadImage()
1088 deUint32 mipLevels, in clearImage() argument
1136 mipLevels, // deUint32 mipLevels; in clearImage()
1156 mipLevels, // deUint32 mipLevels; in clearImage()
1166 mipLevels, // deUint32 levelCount; in clearImage()
1266 const deUint32 mipLevels, in uploadSparseImage() argument
1371 …fer, bufferSize, copyRegions, &(*imageMemoryBindSemaphore), aspectMask, mipLevels, arrayLayers, sp… in uploadSparseImage()
1384 deUint32 mipLevels = 1u; in useSampler() local
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRender.cpp985 deUint32 mipLevels, in uploadImage() argument
1082 …ueueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL, aspectMask, mipLevels, arrayLayers, de… in uploadImage()
1084 …ueueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL, aspectMask, mipLevels, arrayLayers, de… in uploadImage()
1088 deUint32 mipLevels, in clearImage() argument
1136 mipLevels, // deUint32 mipLevels; in clearImage()
1156 mipLevels, // deUint32 mipLevels; in clearImage()
1166 mipLevels, // deUint32 levelCount; in clearImage()
1266 const deUint32 mipLevels, in uploadSparseImage() argument
1371 …fer, bufferSize, copyRegions, &(*imageMemoryBindSemaphore), aspectMask, mipLevels, arrayLayers, sp… in uploadSparseImage()
1384 deUint32 mipLevels = 1u; in useSampler() local
[all …]
/third_party/skia/src/gpu/vk/
DGrVkTexture.cpp35 SkASSERT((GrMipmapStatus::kNotAllocated == mipmapStatus) == (1 == fTexture->mipLevels())); in GrVkTexture()
54 SkASSERT((GrMipmapStatus::kNotAllocated == mipmapStatus) == (1 == fTexture->mipLevels())); in GrVkTexture()
72 SkASSERT((GrMipmapStatus::kNotAllocated == mipmapStatus) == (1 == fTexture->mipLevels())); in GrVkTexture()
81 VkFormat format, uint32_t mipLevels, in MakeNewTexture() argument
85 gpu, dimensions, format, mipLevels, GrRenderable::kNo, /*numSamples=*/1, budgeted, in MakeNewTexture()

12345678910