/third_party/skia/gm/ |
D | bc1_transparency.cpp | 122 bool isCompressed = false; in draw_image() local 127 isCompressed = caps->isFormatCompressed(proxy->backendFormat()); in draw_image() 132 if (!isCompressed) { in draw_image()
|
D | compressed_textures.cpp | 274 bool isCompressed = false; in drawCell() local 279 isCompressed = caps->isFormatCompressed(proxy->backendFormat()); in drawCell() 291 if (!isCompressed) { in drawCell()
|
D | exoticformats.cpp | 383 bool isCompressed = false; in drawImage() local 388 isCompressed = caps->isFormatCompressed(proxy->backendFormat()); in drawImage() 393 if (!isCompressed) { in drawImage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | Decompressor.cpp | 79 bool Decompressor::isCompressed(const object::SectionRef &Section) { in isCompressed() function in Decompressor 80 if (Section.isCompressed()) in isCompressed()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/ |
D | Format.cpp | 72 internalFormat.isCompressed = false; in BuildFormatTable() 86 internalFormat.isCompressed = false; in BuildFormatTable() 100 internalFormat.isCompressed = true; in BuildFormatTable()
|
D | Texture.cpp | 107 if (format->isCompressed) { in ValidateSampleCount() 174 if (format->isCompressed && (descriptor->size.width % format->blockWidth != 0 || in ValidateTextureSize() 189 if (format->isCompressed && (descriptor->usage & (~kValidCompressedUsages))) { in ValidateTextureUsage() 424 if (mFormat.isCompressed) { in GetMipLevelPhysicalSize()
|
D | Format.h | 43 bool isCompressed; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Format.cpp | 166 internalFormat.isCompressed = false; in BuildFormatTable() 204 internalFormat.isCompressed = false; in BuildFormatTable() 223 internalFormat.isCompressed = false; in BuildFormatTable() 244 internalFormat.isCompressed = true; in BuildFormatTable() 266 internalFormat.isCompressed = false; in BuildFormatTable()
|
D | Texture.cpp | 124 ASSERT(!format->isCompressed); in ValidateSampleCount() 215 if (format->isCompressed) { in ValidateTextureSize() 238 format->isCompressed && !IsSubset(usage, kValidCompressedUsages), in ValidateTextureUsage() 299 descriptor->dimension != wgpu::TextureDimension::e2D && format->isCompressed, in ValidateTextureDescriptor() 639 if (mFormat.isCompressed && level != 0) { in GetMipLevelPhysicalSize()
|
D | Format.h | 89 bool isCompressed; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.cpp | 435 …deUint32 bufferSize = (srcTexture.isCompressed())? srcTexture.getCompressedSize(): srcTextu… in uploadTestTextureInternal() 523 …deUint32 bufferSize = (srcTexture.isCompressed()) ? srcTexture.getCompressedSize(): srcTex… in uploadTestTextureInternalSparse() 793 if (!isCompressed()) in getCompressedSize() 838 if (isCompressed()) in getBufferCopyRegions() 936 if (isCompressed()) in write() 1089 DE_ASSERT(!isCompressed()); in copy() 1166 DE_ASSERT(!isCompressed()); in copy() 1237 DE_ASSERT(!isCompressed()); in copy() 1314 DE_ASSERT(!isCompressed()); in copy() 1376 DE_ASSERT(!isCompressed()); in copy() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineImageUtil.cpp | 435 …deUint32 bufferSize = (srcTexture.isCompressed())? srcTexture.getCompressedSize(): srcTextu… in uploadTestTextureInternal() 523 …deUint32 bufferSize = (srcTexture.isCompressed()) ? srcTexture.getCompressedSize(): srcTex… in uploadTestTextureInternalSparse() 793 if (!isCompressed()) in getCompressedSize() 838 if (isCompressed()) in getBufferCopyRegions() 936 if (isCompressed()) in write() 1089 DE_ASSERT(!isCompressed()); in copy() 1166 DE_ASSERT(!isCompressed()); in copy() 1237 DE_ASSERT(!isCompressed()); in copy() 1314 DE_ASSERT(!isCompressed()); in copy() 1376 DE_ASSERT(!isCompressed()); in copy() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkImage.cpp | 188 if(format.isCompressed()) in Image() 216 return Format(pCreateInfo->format).isCompressed() ? sizeof(Image) : 0; in ComputeRequiredAllocationSize() 699 if(usedFormat.isCompressed()) in imageExtentInBlocks() 716 if(usedFormat.isCompressed()) in imageOffsetInBlocks() 740 if(usedFormat.isCompressed()) in bufferExtentInBlocks() 752 if(usedFormat.isCompressed()) in bufferExtentInBlocks() 766 return (isCubeCompatible() && !format.isCompressed()) ? 1 : 0; in borderSize() 833 if(usedFormat.isCompressed()) in rowPitchBytes() 850 if(usedFormat.isCompressed()) in slicePitchBytes() 1004 bool isImageViewCompressed = imageViewFormat.isCompressed(); in getSampledImage()
|
D | VkFormat.hpp | 50 bool isCompressed() const;
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Texture.h | 154 virtual bool isCompressed(GLenum target, GLint level) const = 0; 228 bool isCompressed(GLenum target, GLint level) const override; 298 bool isCompressed(GLenum target, GLint level) const override; 363 bool isCompressed(GLenum target, GLint level) const override;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationES3.h | 21 bool isCompressed,
|
D | validationES2.h | 162 bool isCompressed,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationES3.h | 22 bool isCompressed,
|
D | validationES2.h | 181 bool isCompressed,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | Decompressor.h | 45 static bool isCompressed(const object::SectionRef &Section);
|
D | ObjectFile.h | 106 bool isCompressed() const; 462 inline bool SectionRef::isCompressed() const { in isCompressed() function
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | UtilsVulkan.cpp | 94 ASSERT(texture->GetFormat().isCompressed); in ComputeTextureCopyExtent() 98 ASSERT(texture->GetFormat().isCompressed); in ComputeTextureCopyExtent()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageTransfer.cpp | 203 const bool isCompressed = isCompressedFormat(m_params.imageFormat); in iterate() local 204 const deUint32 blockHeight = (isCompressed) ? getBlockHeight(m_params.imageFormat) : 1u; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
D | vktImageTransfer.cpp | 203 const bool isCompressed = isCompressedFormat(m_params.imageFormat); in iterate() local 204 const deUint32 blockHeight = (isCompressed) ? getBlockHeight(m_params.imageFormat) : 1u; in iterate()
|
/third_party/skia/tests/ |
D | GrSurfaceTest.cpp | 128 bool isCompressed = caps->isFormatCompressed(combo.fFormat); in DEF_GPUTEST_FOR_ALL_CONTEXTS() local 140 bool expectedMipMapability = isTexturable && caps->mipmapSupport() && !isCompressed; in DEF_GPUTEST_FOR_ALL_CONTEXTS()
|