Home
last modified time | relevance | path

Searched defs:mipLevels (Results 1 - 25 of 54) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_util.h101 UINT16 mipLevels, member
/third_party/skia/src/gpu/d3d/
H A DGrD3DTextureResource.h46 uint32_t mipLevels() const { return fInfo.fLevelCount; } in mipLevels() function in GrD3DTextureResource
H A DGrD3DCpuDescriptorManager.cpp53 createShaderResourceView( GrD3DGpu* gpu, ID3D12Resource* resource, unsigned int mostDetailedMip, unsigned int mipLevels) createShaderResourceView() argument
H A DGrD3DResourceProvider.cpp109 createShaderResourceView( ID3D12Resource* resource, unsigned int highestMip, unsigned int mipLevels) createShaderResourceView() argument
/third_party/skia/src/gpu/vk/
H A DGrVkTextureRenderTarget.cpp84 MakeNewTextureRenderTarget( GrVkGpu* gpu, SkBudgeted budgeted, SkISize dimensions, VkFormat format, uint32_t mipLevels, int sampleCnt, GrMipmapStatus mipmapStatus, GrProtected isProtected) MakeNewTextureRenderTarget() argument
H A DGrVkTexture.cpp87 MakeNewTexture(GrVkGpu* gpu, SkBudgeted budgeted, SkISize dimensions, VkFormat format, uint32_t mipLevels, GrProtected isProtected, GrMipmapStatus mipmapStatus) MakeNewTexture() argument
H A DGrVkImage.h92 uint32_t mipLevels() const { return fInfo.fLevelCount; } in mipLevels() function in GrVkImage
H A DGrVkImage.cpp63 MakeTexture(GrVkGpu* gpu, SkISize dimensions, VkFormat format, uint32_t mipLevels, GrRenderable renderable, int numSamples, SkBudgeted budgeted, GrProtected isProtected) MakeTexture() argument
131 Make(GrVkGpu* gpu, SkISize dimensions, UsageFlags attachmentUsages, int sampleCnt, VkFormat format, uint32_t mipLevels, VkImageUsageFlags vkUsageFlags, GrProtected isProtected, GrMemoryless memoryless, SkBudgeted budgeted) Make() argument
/third_party/skia/src/gpu/dawn/
H A DGrDawnTexture.cpp22 Make(GrDawnGpu* gpu, SkISize dimensions, wgpu::TextureFormat format, GrRenderable renderable, int sampleCnt, SkBudgeted budgeted, int mipLevels, GrMipmapStatus status) Make() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DStream.h67 unsigned int mipLevels; member
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorSetLayout.hpp47 int mipLevels; variable
H A DVkImage.hpp149 uint32_t mipLevels = 0; member in vk::Image
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderTarget11.cpp25 bool GetTextureProperties(ID3D11Resource *resource, unsigned int *mipLevels, unsigned int *samples) in GetTextureProperties() argument
124 unsigned int mipLevels, samples; in GetRTVSubresourceIndex() local
179 unsigned int mipLevels, samples; in GetDSVSubresourceIndex() local
[all...]
H A DTextureStorage11.h241 int mipLevels; member
[all...]
H A DResourceManager11.cpp31 ComputeMippedMemoryUsage(unsigned int width, unsigned int height, unsigned int depth, uint64_t pixelSize, unsigned int mipLevels) ComputeMippedMemoryUsage() argument
/third_party/skia/tools/
H A DDDLPromiseImageHelper.cpp171 std::unique_ptr<SkPixmap[]> mipLevels = info->normalMipLevels(); in CreateBETexturesForPromiseImage() local
64 setMipLevels(const SkBitmap& baseLevel, std::unique_ptr<SkMipmap> mipLevels) setMipLevels() argument
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderImage.cpp546 Int mipLevels = 0; in EmitImageQueryLevels() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTestsUtils.cpp219 const deUint32 mipLevels = withMipMaps ? computeMipMapCount(extent) : 1; in createImageAndBind() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageSubresourceLayoutTests.cpp179 deUint32 mipLevels; member
803 } mipLevels[] = in createImageSubresourceLayoutTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassSampleReadTests.cpp85 createImage(const DeviceInterface& vk, VkDevice device, VkImageCreateFlags flags, VkImageType imageType, VkFormat format, VkExtent3D extent, deUint32 mipLevels, deUint32 arrayLayers, VkSampleCountFlagBits samples, VkImageTiling tiling, VkImageUsageFlags usage, VkSharingMode sharingMode, deUint32 queueFamilyCount, const deUint32* pQueueFamilyIndices, VkImageLayout initialLayout) createImage() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageMemoryAliasing.cpp836 const deUint32 mipLevels = getMipmapCount(m_format, formatDescription, imageFormatProperties, layerExtent); initPrograms() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTestsUtils.cpp219 const deUint32 mipLevels = withMipMaps ? computeMipMapCount(extent) : 1; in createImageAndBind() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageSubresourceLayoutTests.cpp182 deUint32 mipLevels; member
672 } mipLevels[] = in createImageSubresourceLayoutTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassSampleReadTests.cpp85 createImage(const DeviceInterface& vk, VkDevice device, VkImageCreateFlags flags, VkImageType imageType, VkFormat format, VkExtent3D extent, deUint32 mipLevels, deUint32 arrayLayers, VkSampleCountFlagBits samples, VkImageTiling tiling, VkImageUsageFlags usage, VkSharingMode sharingMode, deUint32 queueFamilyCount, const deUint32* pQueueFamilyIndices, VkImageLayout initialLayout) createImage() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesImageMemoryAliasing.cpp838 const deUint32 mipLevels = getMipmapCount(m_format, formatDescription, imageFormatProperties, layerExtent); initPrograms() local
[all...]

Completed in 26 milliseconds

123