Home
last modified time | relevance | path

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

123

/external/angle/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
1240 angle::Result TextureStorage11_2D::ensureTextureExists(const gl::Context *context, int mipLevels) in ensureTextureExists()
1436 int mipLevels, in createSRVForSampler()
1731 int mipLevels, in createSRVForSampler()
2025 int mipLevels, in createSRVForSampler()
2362 angle::Result TextureStorage11_Cube::ensureTextureExists(const gl::Context *context, int mipLevels) in ensureTextureExists()
2582 int mipLevels, in createSRVForSampler()
2926 int mipLevels, in createSRVForSampler()
[all …]
DTextureStorage11.h241 int mipLevels; member
DResourceManager11.cpp35 unsigned int mipLevels) in ComputeMippedMemoryUsage()
/external/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()
/external/skia/src/gpu/vk/
DGrVkAttachment.cpp79 uint32_t mipLevels, in MakeTexture()
137 uint32_t mipLevels, in Make()
DGrVkTextureRenderTarget.cpp79 uint32_t mipLevels, in MakeNewTextureRenderTarget()
DGrVkTexture.cpp80 VkFormat format, uint32_t mipLevels, in MakeNewTexture()
DGrVkImage.h58 uint32_t mipLevels() const { return fInfo.fLevelCount; } in mipLevels() function
/external/skia/src/gpu/dawn/
DGrDawnTexture.cpp25 SkBudgeted budgeted, int mipLevels, in Make()
/external/angle/src/libANGLE/
DStream.h67 unsigned int mipLevels; member
/external/skia/tools/
DDDLPromiseImageHelper.cpp65 std::unique_ptr<SkMipmap> mipLevels) { in setMipLevels()
171 std::unique_ptr<SkPixmap[]> mipLevels = info->normalMipLevels(); in CreateBETexturesForPromiseImage() local
/external/swiftshader/src/Vulkan/
DVkImage.hpp149 uint32_t mipLevels = 0; member in vk::Image
DVkDescriptorSetLayout.hpp50 int mipLevels; member
/external/skqp/src/gpu/vk/
DGrVkImage.h60 uint32_t mipLevels() const { return fInfo.fLevelCount; } in mipLevels() function
DGrVkGpu.cpp945 int mipLevels = !mipLevelCount ? 1 : mipLevelCount; in onCreateTexture() local
1382 uint32_t mipLevels = 1; in createTestingOnlyVkImage() local
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageSubresourceLayoutTests.cpp182 deUint32 mipLevels; member
658 } mipLevels[] = in createImageSubresourceLayoutTests() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp973 deUint32 mipLevels, in uploadImage()
1075 deUint32 mipLevels, in clearImage()
1235 const deUint32 mipLevels, in uploadSparseImage()
1352 deUint32 mipLevels = 1u; in useSampler() local
1557 deUint32 mipLevels, in createSamplerUniform()
/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTestsUtils.cpp219 const deUint32 mipLevels = withMipMaps ? computeMipMapCount(extent) : 1; in createImageAndBind() local
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp241 deUint32 mipLevels; member
482 deUint32 mipLevels; member
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageMemoryAliasing.cpp838 …const deUint32 mipLevels = getMipmapCount(m_format, formatDescription, imageFormatPropertie… in initPrograms() local
/external/swiftshader/src/Pipeline/
DSpirvShaderImage.cpp442 Int mipLevels = 0; in EmitImageQueryLevels() local
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp1166 void VkImageObj::InitNoLayout(uint32_t const width, uint32_t const height, uint32_t const mipLevels in InitNoLayout()
1216 void VkImageObj::Init(uint32_t const width, uint32_t const height, uint32_t const mipLevels, VkForm… in Init()

123