Home
last modified time | relevance | path

Searched refs:isCompressed (Results 1 - 25 of 54) sorted by relevance

123

/third_party/skia/gm/
H A Dbc1_transparency.cpp122 bool isCompressed = false; in draw_image() local
127 isCompressed = caps->isFormatCompressed(proxy->backendFormat()); in draw_image()
132 if (!isCompressed) { in draw_image()
H A Dcompressed_textures.cpp274 bool isCompressed = false; in drawCell() local
279 isCompressed = caps->isFormatCompressed(proxy->backendFormat()); in drawCell()
291 if (!isCompressed) { in drawCell()
H A Dexoticformats.cpp383 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/
H A DDecompressor.cpp79 bool Decompressor::isCompressed(const object::SectionRef &Section) { in isCompressed() function in Decompressor
80 if (Section.isCompressed()) in isCompressed()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkImage.cpp188 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()
[all...]
H A DVkFormat.hpp50 bool isCompressed() const;
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DFormat.cpp166 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()
H A DTexture.cpp124 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()
H A DFormat.h89 bool isCompressed; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageUtil.cpp445 deUint32 bufferSize = (srcTexture.isCompressed())? srcTexture.getCompressedSize(): srcTexture.getSize(); in uploadTestTextureInternal()
533 deUint32 bufferSize = (srcTexture.isCompressed()) ? srcTexture.getCompressedSize(): srcTexture.getSize(); in uploadTestTextureInternalSparse()
803 if (!isCompressed()) in getCompressedSize()
848 if (isCompressed()) in getBufferCopyRegions()
946 if (isCompressed()) in write()
1099 DE_ASSERT(!isCompressed()); in copy()
1176 DE_ASSERT(!isCompressed()); in copy()
1247 DE_ASSERT(!isCompressed()); in copy()
1324 DE_ASSERT(!isCompressed()); in copy()
1386 DE_ASSERT(!isCompressed()); in copy()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageUtil.cpp435 deUint32 bufferSize = (srcTexture.isCompressed())? srcTexture.getCompressedSize(): srcTexture.getSize(); in uploadTestTextureInternal()
523 deUint32 bufferSize = (srcTexture.isCompressed()) ? srcTexture.getCompressedSize(): srcTexture.getSize(); 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/angle2/src/libANGLE/
H A DvalidationES3.h22 bool isCompressed,
H A DvalidationES2.h181 bool isCompressed,
H A DvalidationES3.cpp458 bool isCompressed, in ValidateES3TexImageParametersBase()
548 if (isCompressed) in ValidateES3TexImageParametersBase()
648 if (isCompressed) in ValidateES3TexImageParametersBase()
744 if (isCompressed != actualFormatInfo.compressed) in ValidateES3TexImageParametersBase()
794 if (!isCompressed) in ValidateES3TexImageParametersBase()
867 bool isCompressed, in ValidateES3TexImage2DParameters()
888 context, entryPoint, target, level, internalformat, isCompressed, isSubImage, xoffset, in ValidateES3TexImage2DParameters()
897 bool isCompressed, in ValidateES3TexImage3DParameters()
918 context, entryPoint, target, level, internalformat, isCompressed, isSubImage, xoffset, in ValidateES3TexImage3DParameters()
453 ValidateES3TexImageParametersBase(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum internalformat, bool isCompressed, bool isSubImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei imageSize, const void *pixels) ValidateES3TexImageParametersBase() argument
862 ValidateES3TexImage2DParameters(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum internalformat, bool isCompressed, bool isSubImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei imageSize, const void *pixels) ValidateES3TexImage2DParameters() argument
892 ValidateES3TexImage3DParameters(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum internalformat, bool isCompressed, bool isSubImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) ValidateES3TexImage3DParameters() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DDecompressor.h45 static bool isCompressed(const object::SectionRef &Section);
H A DObjectFile.h106 bool isCompressed() const;
462 inline bool SectionRef::isCompressed() const { in isCompressed() function in llvm::object::SectionRef
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DTexture.h154 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/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DUtilsVulkan.cpp94 ASSERT(texture->GetFormat().isCompressed); in ComputeTextureCopyExtent()
98 ASSERT(texture->GetFormat().isCompressed); in ComputeTextureCopyExtent()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageTransfer.cpp209 const bool isCompressed = isCompressedFormat(m_params.imageFormat); in iterate() local
210 const deUint32 blockHeight = (isCompressed) ? getBlockHeight(m_params.imageFormat) : 1u; in iterate()
H A DvktImageCompressionTranscodingSupport.cpp513 const bool isCompressed);
528 const bool isCompressed);
558 const bool isCompressed = compressedNdx == imageNdx ? true : false; in iterate() local
559 createImageInfos(imageData[imageNdx], mipMapSizes, isCompressed); in iterate()
563 if (isCompressed) in iterate()
685 const bool isCompressed) in copyDataToImage()
728 const VkExtent3D imageExtent = isCompressed ? in copyDataToImage()
743 UVec3(isCompressed ? imageExtent.width : imageExtent.width * m_blockWidth, isCompressed? imageExtent.height :imageExtent.height * m_blockHeight,imageExtent.depth)) * in copyDataToImage()
955 void BasicComputeTestInstance::createImageInfos (ImageData& imageData, const vector<UVec3>& mipMapSizes, const bool isCompressed) in createImageInfos() argument
681 copyDataToImage(const VkCommandPool& cmdPool, const VkCommandBuffer& cmdBuffer, ImageData& imageData, const vector<UVec3>& mipMapSizes, const bool isCompressed) copyDataToImage() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageTransfer.cpp203 const bool isCompressed = isCompressedFormat(m_params.imageFormat); in iterate() local
204 const deUint32 blockHeight = (isCompressed) ? getBlockHeight(m_params.imageFormat) : 1u; in iterate()
H A DvktImageCompressionTranscodingSupport.cpp513 const bool isCompressed);
528 const bool isCompressed);
558 const bool isCompressed = compressedNdx == imageNdx ? true : false; in iterate() local
559 createImageInfos(imageData[imageNdx], mipMapSizes, isCompressed); in iterate()
563 if (isCompressed) in iterate()
674 const bool isCompressed) in copyDataToImage()
717 const VkExtent3D imageExtent = isCompressed ? in copyDataToImage()
732 UVec3(isCompressed ? imageExtent.width : imageExtent.width * m_blockWidth, isCompressed? imageExtent.height :imageExtent.height * m_blockHeight,imageExtent.depth)) * in copyDataToImage()
944 void BasicComputeTestInstance::createImageInfos (ImageData& imageData, const vector<UVec3>& mipMapSizes, const bool isCompressed) in createImageInfos() argument
670 copyDataToImage(const VkCommandPool& cmdPool, const VkCommandBuffer& cmdBuffer, ImageData& imageData, const vector<UVec3>& mipMapSizes, const bool isCompressed) copyDataToImage() argument
[all...]
/third_party/skia/tests/
H A DGrSurfaceTest.cpp128 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DSampleProfReader.cpp620 bool isCompressed = hasSecFlag(Entry, SecFlagCompress); in readImpl() local
621 if (isCompressed) { in readImpl()
637 if (isCompressed) { in readImpl()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DCommandBufferGL.cpp463 ASSERT(texture->GetFormat().isCompressed); in ComputeTextureCopyExtent()
467 ASSERT(texture->GetFormat().isCompressed); in ComputeTextureCopyExtent()
695 if (formatInfo.isCompressed || in Execute()
1376 if (texture->GetFormat().isCompressed) { in DoTexSubImage()

Completed in 47 milliseconds

123