Home
last modified time | relevance | path

Searched defs:mipLevels (Results 1 – 25 of 58) 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.cpp42 int mipLevels, in SamplerKey()
229 unsigned int mipLevels = in getSRVForSampler() local
384 unsigned int mipLevels = maxLevel - baseLevel + 1; in getSRVLevels() local
1275 angle::Result TextureStorage11_2D::ensureTextureExists(const gl::Context *context, int mipLevels) in ensureTextureExists()
1471 int mipLevels, in createSRVForSampler()
1776 int mipLevels, in createSRVForSampler()
2093 int mipLevels, in createSRVForSampler()
2477 angle::Result TextureStorage11_Cube::ensureTextureExists(const gl::Context *context, int mipLevels) in ensureTextureExists()
2697 int mipLevels, in createSRVForSampler()
3057 int mipLevels, in createSRVForSampler()
[all …]
DTextureStorage11.h249 int mipLevels; member
DResourceManager11.cpp35 unsigned int mipLevels) in ComputeMippedMemoryUsage()
/external/skia/src/gpu/ganesh/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/ganesh/dawn/
DGrDawnTexture.cpp29 int mipLevels, in Make()
/external/angle/src/libANGLE/
DStream.h67 unsigned int mipLevels; member
/external/skia/tools/
DDDLPromiseImageHelper.cpp66 std::unique_ptr<SkMipmap> mipLevels) { in setMipLevels()
173 std::unique_ptr<SkPixmap[]> mipLevels = info->normalMipLevels(); in CreateBETexturesForPromiseImage() local
/external/skia/src/gpu/ganesh/vk/
DGrVkTextureRenderTarget.cpp91 uint32_t mipLevels, in MakeNewTextureRenderTarget()
DGrVkImage.cpp66 uint32_t mipLevels, in MakeTexture()
136 uint32_t mipLevels, in Make()
DGrVkTexture.cpp110 uint32_t mipLevels, in MakeNewTexture()
DGrVkImage.h90 uint32_t mipLevels() const { return fInfo.fLevelCount; } in mipLevels() function
/external/swiftshader/src/Vulkan/
DVkImage.hpp150 uint32_t mipLevels = 0; member in vk::Image
DVkDescriptorSetLayout.hpp47 int mipLevels; member
/external/skia/src/gpu/graphite/
DRecorder.cpp284 std::vector<MipLevel> mipLevels; in updateBackendTexture() local
/external/OpenCL-CTS/test_conformance/vulkan/vulkan_interop_common/
Dvulkan_list_map.cpp271 VulkanFormat format, uint32_t width, uint32_t height, uint32_t mipLevels, in VulkanImage2DList()
289 uint32_t width, uint32_t height, uint32_t mipLevels, in VulkanImage2DList()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp985 deUint32 mipLevels, in uploadImage()
1088 deUint32 mipLevels, in clearImage()
1266 const deUint32 mipLevels, in uploadSparseImage()
1384 deUint32 mipLevels = 1u; in useSampler() local
1589 deUint32 mipLevels, in createSamplerUniform()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageSubresourceLayoutTests.cpp182 deUint32 mipLevels; member
672 } mipLevels[] = in createImageSubresourceLayoutTests() local
/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.cpp280 deUint32 mipLevels; member
521 deUint32 mipLevels; member
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp4245 deUint32 mipLevels, in copyBufferToImage()
4321 deUint32 mipLevels, in copyBufferToImage()
5149 uint32_t mipLevels, in ImageWithBuffer()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageMemoryAliasing.cpp838 …const deUint32 mipLevels = getMipmapCount(m_format, formatDescription, imageFormatPropertie… in initPrograms() 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