Home
last modified time | relevance | path

Searched defs:mipLevels (Results 1 – 25 of 48) sorted by relevance

12

/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()
124 unsigned int mipLevels, samples; in GetRTVSubresourceIndex() local
179 unsigned int mipLevels, samples; in GetDSVSubresourceIndex() local
DTextureStorage11.cpp40 int mipLevels, in SamplerKey()
229 unsigned int mipLevels = in getSRVForSampler() local
370 unsigned int mipLevels = maxLevel - baseLevel + 1; in getSRVLevels() local
1256 angle::Result TextureStorage11_2D::ensureTextureExists(const gl::Context *context, int mipLevels) in ensureTextureExists()
1452 int mipLevels, in createSRVForSampler()
1747 int mipLevels, in createSRVForSampler()
2049 int mipLevels, in createSRVForSampler()
2394 angle::Result TextureStorage11_Cube::ensureTextureExists(const gl::Context *context, int mipLevels) in ensureTextureExists()
2614 int mipLevels, in createSRVForSampler()
2974 int mipLevels, in createSRVForSampler()
[all …]
DTextureStorage11.h241 int mipLevels; member
DResourceManager11.cpp35 unsigned int mipLevels) in ComputeMippedMemoryUsage()
/third_party/skia/src/gpu/d3d/
DGrD3DTextureResource.h46 uint32_t mipLevels() const { return fInfo.fLevelCount; } in mipLevels() function
DGrD3DCpuDescriptorManager.cpp55 unsigned int mostDetailedMip, unsigned int mipLevels) { in createShaderResourceView()
DGrD3DResourceProvider.cpp110 ID3D12Resource* resource, unsigned int highestMip, unsigned int mipLevels) { in createShaderResourceView()
/third_party/skia/src/gpu/dawn/
DGrDawnTexture.cpp25 SkBudgeted budgeted, int mipLevels, in Make()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DStream.h67 unsigned int mipLevels; member
/third_party/skia/tools/
DDDLPromiseImageHelper.cpp65 std::unique_ptr<SkMipmap> mipLevels) { in setMipLevels()
171 std::unique_ptr<SkPixmap[]> mipLevels = info->normalMipLevels(); in CreateBETexturesForPromiseImage() local
/third_party/skia/src/gpu/vk/
DGrVkTextureRenderTarget.cpp80 uint32_t mipLevels, in MakeNewTextureRenderTarget()
DGrVkImage.cpp65 uint32_t mipLevels, in MakeTexture()
135 uint32_t mipLevels, in Make()
DGrVkTexture.cpp81 VkFormat format, uint32_t mipLevels, in MakeNewTexture()
DGrVkImage.h89 uint32_t mipLevels() const { return fInfo.fLevelCount; } in mipLevels() function
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkImage.hpp149 uint32_t mipLevels = 0; member in vk::Image
DVkDescriptorSetLayout.hpp47 int mipLevels; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageSubresourceLayoutTests.cpp182 deUint32 mipLevels; member
658 } mipLevels[] = in createImageSubresourceLayoutTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp983 deUint32 mipLevels, in uploadImage()
1085 deUint32 mipLevels, in clearImage()
1245 const deUint32 mipLevels, in uploadSparseImage()
1362 deUint32 mipLevels = 1u; in useSampler() local
1567 deUint32 mipLevels, in createSamplerUniform()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTestsUtils.cpp219 const deUint32 mipLevels = withMipMaps ? computeMipMapCount(extent) : 1; in createImageAndBind() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp241 deUint32 mipLevels; member
482 deUint32 mipLevels; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageMemoryAliasing.cpp838 …const deUint32 mipLevels = getMipmapCount(m_format, formatDescription, imageFormatPropertie… in initPrograms() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderImage.cpp546 Int mipLevels = 0; in EmitImageQueryLevels() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSampleReadTests.cpp91 deUint32 mipLevels, in createImage()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DTextureVk.cpp2400 angle::Result TextureVk::ensureImageInitialized(ContextVk *contextVk, ImageMipLevels mipLevels) in ensureImageInitialized()
2943 ImageMipLevels mipLevels) in initImage()
3377 ImageMipLevels mipLevels; in ensureRenderable() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp4159 deUint32 mipLevels, in copyBufferToImage()
4234 deUint32 mipLevels, in copyBufferToImage()

12