Home
last modified time | relevance | path

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

1234

/third_party/flutter/skia/src/gpu/dawn/
DGrDawnTexture.cpp28 int sampleCnt, SkBudgeted budgeted, int mipLevels, in Make()
120 void GrDawnTexture::upload(const GrMipLevel texels[], int mipLevels) { in upload()
124 void GrDawnTexture::upload(const GrMipLevel texels[], int mipLevels, const SkIRect& rect) { in upload()
/third_party/flutter/skia/third_party/externals/angle2/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()
218 unsigned int mipLevels = in getSRVForSampler() local
357 unsigned int mipLevels = maxLevel - baseLevel + 1; in getSRVLevels() local
1113 angle::Result TextureStorage11_2D::ensureTextureExists(const gl::Context *context, int mipLevels) in ensureTextureExists()
1263 int mipLevels, in createSRVForSampler()
1536 int mipLevels, in createSRVForSampler()
1815 int mipLevels, in createSRVForSampler()
2150 angle::Result TextureStorage11_Cube::ensureTextureExists(const gl::Context *context, int mipLevels) in ensureTextureExists()
2325 int mipLevels, in createSRVForSampler()
2657 int mipLevels, in createSRVForSampler()
[all …]
DTextureStorage11.h198 int mipLevels; member
/third_party/skia/third_party/externals/angle2/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
1256 angle::Result TextureStorage11_2D::ensureTextureExists(const gl::Context *context, int mipLevels) in ensureTextureExists()
1452 int mipLevels, in createSRVForSampler()
1747 int mipLevels, in createSRVForSampler()
2049 int mipLevels, in createSRVForSampler()
2394 angle::Result TextureStorage11_Cube::ensureTextureExists(const gl::Context *context, int mipLevels) in ensureTextureExists()
2614 int mipLevels, in createSRVForSampler()
2974 int mipLevels, in createSRVForSampler()
[all …]
/third_party/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()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DNonzeroTextureCreationTests.cpp49 constexpr uint32_t mipLevels = 4; in TEST_P() local
/third_party/skia/src/gpu/dawn/
DGrDawnTexture.cpp25 SkBudgeted budgeted, int mipLevels, in Make()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DStream.h67 unsigned int mipLevels; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DStream.h67 unsigned int mipLevels; member
/third_party/skia/tools/
DDDLPromiseImageHelper.cpp65 std::unique_ptr<SkMipmap> mipLevels) { in setMipLevels()
171 std::unique_ptr<SkPixmap[]> mipLevels = info->normalMipLevels(); in CreateBETexturesForPromiseImage() local
/third_party/skia/src/gpu/vk/
DGrVkTextureRenderTarget.cpp80 uint32_t mipLevels, in MakeNewTextureRenderTarget()
DGrVkImage.cpp65 uint32_t mipLevels, in MakeTexture()
135 uint32_t mipLevels, in Make()
DGrVkTexture.cpp81 VkFormat format, uint32_t mipLevels, in MakeNewTexture()
DGrVkImage.h89 uint32_t mipLevels() const { return fInfo.fLevelCount; } in mipLevels() function
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkImage.hpp149 uint32_t mipLevels = 0; member in vk::Image
DVkDescriptorSetLayout.hpp47 int mipLevels; member
/third_party/flutter/skia/src/gpu/vk/
DGrVkImage.h66 uint32_t mipLevels() const { return fInfo.fLevelCount; } in mipLevels() function
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageSubresourceLayoutTests.cpp182 deUint32 mipLevels; member
672 } mipLevels[] = in createImageSubresourceLayoutTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageSubresourceLayoutTests.cpp182 deUint32 mipLevels; member
672 } mipLevels[] = in createImageSubresourceLayoutTests() local

1234