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.cpp40 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 …]
DTextureStorage11.h256 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.cpp109 ID3D12Resource* resource, unsigned int highestMip, unsigned int mipLevels) { in createShaderResourceView()
/external/angle/src/libANGLE/
DStream.h67 unsigned int mipLevels; member
/external/skia/tools/
DDDLPromiseImageHelper.cpp68 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/
DvktSubgroupsQuadControlTests.cpp99 …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/
DGrVkTextureRenderTarget.cpp92 uint32_t mipLevels, in MakeNewTextureRenderTarget()
DGrVkImage.cpp68 uint32_t mipLevels, in MakeTexture()
138 uint32_t mipLevels, in Make()
DGrVkTexture.cpp111 uint32_t mipLevels, in MakeNewTexture()
DGrVkImage.h93 uint32_t mipLevels() const { return fInfo.fLevelCount; } in mipLevels() function
/external/swiftshader/src/Vulkan/
DVkImage.hpp159 uint32_t mipLevels = 0; member in vk::Image
DVkDescriptorSetLayout.hpp47 int mipLevels; member
/external/OpenCL-CTS/test_conformance/common/vulkan_wrapper/
Dvulkan_list_map.cpp280 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/
DvktShaderRender.cpp1040 … 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/
DRecorder.cpp350 std::vector<MipLevel> mipLevels; in updateBackendTexture() local
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageSubresourceLayoutTests.cpp181 uint32_t mipLevels; member
841 } mipLevels[] = { in createImageSubresourceLayoutTests() local
/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTestsUtils.cpp215 const uint32_t mipLevels = withMipMaps ? computeMipMapCount(extent) : 1; in createImageAndBind() local
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp284 uint32_t mipLevels; member
533 uint32_t mipLevels; member
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp4578 … 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/
DvktSparseResourcesImageMemoryAliasing.cpp883 …const uint32_t mipLevels = getMipmapCount(m_format, formatDescription, imageFormatProperties, laye… in initPrograms() local
/external/angle/src/libANGLE/renderer/wgpu/
DTextureWgpu.cpp398 angle::Result TextureWgpu::initializeImage(ContextWgpu *contextWgpu, ImageMipLevels mipLevels) in initializeImage()

123