| /external/angle/src/libANGLE/renderer/d3d/d3d11/ |
| D | RenderTarget11.cpp | 25 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
|
| D | TextureStorage11.cpp | 40 int mipLevels, in SamplerKey() 246 unsigned int mipLevels = in getSRVForSampler() local 418 unsigned int mipLevels = maxLevel - baseLevel + 1; in getSRVLevels() local 1392 angle::Result TextureStorage11_2D::ensureTextureExists(const gl::Context *context, int mipLevels) in ensureTextureExists() 1589 int mipLevels, in createSRVForSampler() 1894 int mipLevels, in createSRVForSampler() 2211 int mipLevels, in createSRVForSampler() 2595 angle::Result TextureStorage11_Cube::ensureTextureExists(const gl::Context *context, int mipLevels) in ensureTextureExists() 2816 int mipLevels, in createSRVForSampler() 3177 int mipLevels, in createSRVForSampler() [all …]
|
| D | TextureStorage11.h | 256 int mipLevels; member
|
| D | ResourceManager11.cpp | 35 unsigned int mipLevels) in ComputeMippedMemoryUsage()
|
| /external/skia/src/gpu/ganesh/d3d/ |
| D | GrD3DTextureResource.h | 46 uint32_t mipLevels() const { return fInfo.fLevelCount; } in mipLevels() function
|
| D | GrD3DCpuDescriptorManager.cpp | 55 unsigned int mostDetailedMip, unsigned int mipLevels) { in createShaderResourceView()
|
| D | GrD3DResourceProvider.cpp | 109 ID3D12Resource* resource, unsigned int highestMip, unsigned int mipLevels) { in createShaderResourceView()
|
| /external/angle/src/libANGLE/ |
| D | Stream.h | 67 unsigned int mipLevels; member
|
| /external/skia/tools/ |
| D | DDLPromiseImageHelper.cpp | 68 std::unique_ptr<SkMipmap> mipLevels) { in setMipLevels() 175 std::unique_ptr<SkPixmap[]> mipLevels = info->normalMipLevels(); in CreateBETexturesForPromiseImage() local
|
| /external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
| D | vktSubgroupsQuadControlTests.cpp | 99 …eateInfo DrawWithQuadControlInstanceBase::getImageCreateInfo(VkExtent3D extent, uint32_t mipLevels, in getImageCreateInfo() 156 uint32_t mipLevels = DE_LENGTH_OF_ARRAY(m_mipColors); in iterate() local
|
| /external/skia/src/gpu/ganesh/vk/ |
| D | GrVkTextureRenderTarget.cpp | 92 uint32_t mipLevels, in MakeNewTextureRenderTarget()
|
| D | GrVkImage.cpp | 68 uint32_t mipLevels, in MakeTexture() 138 uint32_t mipLevels, in Make()
|
| D | GrVkTexture.cpp | 111 uint32_t mipLevels, in MakeNewTexture()
|
| D | GrVkImage.h | 93 uint32_t mipLevels() const { return fInfo.fLevelCount; } in mipLevels() function
|
| /external/swiftshader/src/Vulkan/ |
| D | VkImage.hpp | 159 uint32_t mipLevels = 0; member in vk::Image
|
| D | VkDescriptorSetLayout.hpp | 47 int mipLevels; member
|
| /external/OpenCL-CTS/test_conformance/common/vulkan_wrapper/ |
| D | vulkan_list_map.cpp | 280 VulkanFormat format, uint32_t width, uint32_t height, uint32_t mipLevels, in VulkanImage2DList() 300 uint32_t mipLevels, VulkanExternalMemoryHandleType externalMemoryHandleType, in VulkanImage2DList()
|
| /external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
| D | vktShaderRender.cpp | 1040 … const tcu::Sampler &refSampler, uint32_t mipLevels, uint32_t arrayLayers, in uploadImage() 1144 void ShaderRenderCaseInstance::clearImage(const tcu::Sampler &refSampler, uint32_t mipLevels, uint3… in clearImage() 1317 … const tcu::Sampler &refSampler, const uint32_t mipLevels, in uploadSparseImage() 1434 uint32_t mipLevels = 1u; in useSampler() local 1639 uint32_t mipLevels, uint32_t arrayLayers, in createSamplerUniform()
|
| /external/skia/src/gpu/graphite/ |
| D | Recorder.cpp | 350 std::vector<MipLevel> mipLevels; in updateBackendTexture() local
|
| /external/deqp/external/vulkancts/modules/vulkan/image/ |
| D | vktImageSubresourceLayoutTests.cpp | 181 uint32_t mipLevels; member 841 } mipLevels[] = { in createImageSubresourceLayoutTests() local
|
| /external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/ |
| D | vktDescriptorSetsIndexingTestsUtils.cpp | 215 const uint32_t mipLevels = withMipMaps ? computeMipMapCount(extent) : 1; in createImageAndBind() local
|
| /external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
| D | vktSynchronizationSmokeTests.cpp | 284 uint32_t mipLevels; member 533 uint32_t mipLevels; member
|
| /external/deqp/external/vulkancts/framework/vulkan/ |
| D | vkImageUtil.cpp | 4578 … VkImageAspectFlags imageAspectFlags, uint32_t mipLevels, uint32_t arrayLayers, VkImage destImage, in copyBufferToImage() 4644 … VkImageAspectFlags imageAspectFlags, uint32_t mipLevels, uint32_t arrayLayers, VkImage destImage, in copyBufferToImage() 5341 … vk::VkSampleCountFlagBits samples, vk::VkImageTiling tiling, uint32_t mipLevels, in ImageWithBuffer()
|
| /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
| D | vktSparseResourcesImageMemoryAliasing.cpp | 883 …const uint32_t mipLevels = getMipmapCount(m_format, formatDescription, imageFormatProperties, laye… in initPrograms() local
|
| /external/angle/src/libANGLE/renderer/wgpu/ |
| D | TextureWgpu.cpp | 398 angle::Result TextureWgpu::initializeImage(ContextWgpu *contextWgpu, ImageMipLevels mipLevels) in initializeImage()
|