Home
last modified time | relevance | path

Searched defs:formatID (Results 1 - 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dd3d_format.h50 angle::FormatID formatID; member
H A Dd3d_format.cpp36 D3DFormat(GLuint bits, GLuint blockWidth, GLuint blockHeight, GLuint redBits, GLuint greenBits, GLuint blueBits, GLuint alphaBits, GLuint lumBits, GLuint depthBits, GLuint stencilBits, FormatID formatID) D3DFormat() argument
H A Drenderer_utils.h93 angle::FormatID formatID; member
H A Drenderer_utils.cpp1313 angle::FormatID ConvertToSRGB(angle::FormatID formatID) in ConvertToSRGB() argument
1376 angle::FormatID ConvertToLinear(angle::FormatID formatID) in ConvertToLinear() argument
1439 bool IsOverridableLinearFormat(angle::FormatID formatID) in IsOverridableLinearFormat() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table.h54 angle::FormatID formatID; member
82 Format(GLenum internalFormat, angle::FormatID formatID, DXGI_FORMAT texFormat, DXGI_FORMAT srvFormat, DXGI_FORMAT uavFormat, DXGI_FORMAT rtvFormat, DXGI_FORMAT dsvFormat, DXGI_FORMAT blitSRVFormat, GLenum swizzleFormat, InitializeTextureDataFunction internalFormatInitializer) Format() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_format_table_autogen.cpp2382 VkFormat GetVkFormatFromFormatID(angle::FormatID formatID) in GetVkFormatFromFormatID() argument
H A Dvk_mandatory_format_support_table_autogen.cpp295 const VkFormatProperties &GetMandatoryFormatSupport(FormatID formatID) in GetMandatoryFormatSupport() argument
H A DBufferVk.h222 angle::FormatID formatID; member
H A Dvk_format_utils.h223 angle::FormatID formatID = angle::Format::InternalFormatToID(internalFormat); in operator []() local
H A Dvk_format_utils.cpp68 bool HasFullBufferFormatSupport(RendererVk *renderer, angle::FormatID formatID) in HasFullBufferFormatSupport() argument
109 bool HasNonFilterableTextureFormatSupport(RendererVk *renderer, angle::FormatID formatID) in HasNonFilterableTextureFormatSupport() argument
23 FillTextureFormatCaps(RendererVk *renderer, angle::FormatID formatID, gl::TextureCaps *outTextureCaps) FillTextureFormatCaps() argument
345 GetMaximalImageUsageFlags(RendererVk *renderer, angle::FormatID formatID) GetMaximalImageUsageFlags() argument
371 HasFullTextureFormatSupport(RendererVk *renderer, angle::FormatID formatID) HasFullTextureFormatSupport() argument
397 HasNonRenderableTextureFormatSupport(RendererVk *renderer, angle::FormatID formatID) HasNonRenderableTextureFormatSupport() argument
[all...]
H A DBufferVk.cpp1140 getVertexConversionBuffer(RendererVk *renderer, angle::FormatID formatID, GLuint stride, size_t offset, bool hostVisible) getVertexConversionBuffer() argument
H A Dvk_utils.cpp1216 GLenum CalculateGenerateMipmapFilter(ContextVk *contextVk, angle::FormatID formatID) in CalculateGenerateMipmapFilter() argument
H A Dvk_cache_utils.cpp1419 void RenderPassDesc::packColorAttachment(size_t colorIndexGL, angle::FormatID formatID) in packColorAttachment() argument
183 UnpackAttachmentDesc(VkAttachmentDescription *desc, angle::FormatID formatID, uint8_t samples, const PackedAttachmentOpsDesc &ops) UnpackAttachmentDesc() argument
204 UnpackColorResolveAttachmentDesc(VkAttachmentDescription *desc, angle::FormatID formatID, bool usedAsInputAttachment, bool isInvalidated) UnpackColorResolveAttachmentDesc() argument
233 UnpackDepthStencilResolveAttachmentDesc(VkAttachmentDescription *desc, angle::FormatID formatID, bool usedAsDepthInputAttachment, bool usedAsStencilInputAttachment, bool isDepthInvalidated, bool isStencilInvalidated) UnpackDepthStencilResolveAttachmentDesc() argument
[all...]
H A DRendererVk.cpp3085 bool RendererVk::hasLinearImageFormatFeatureBits(angle::FormatID formatID, in hasLinearImageFormatFeatureBits() argument
3105 bool RendererVk::hasImageFormatFeatureBits(angle::FormatID formatID, in hasImageFormatFeatureBits() argument
3111 bool RendererVk::hasBufferFormatFeatureBits(angle::FormatID formatID, in hasBufferFormatFeatureBits() argument
3091 getLinearImageFormatFeatureBits( angle::FormatID formatID, const VkFormatFeatureFlags featureBits) const getLinearImageFormatFeatureBits() argument
3098 getImageFormatFeatureBits( angle::FormatID formatID, const VkFormatFeatureFlags featureBits) const getImageFormatFeatureBits() argument
3169 getFormatFeatureBits(angle::FormatID formatID, const VkFormatFeatureFlags featureBits) const getFormatFeatureBits() argument
3202 hasFormatFeatureBits(angle::FormatID formatID, const VkFormatFeatureFlags featureBits) const hasFormatFeatureBits() argument
[all...]
H A Dvk_helpers.h2081 angle::FormatID formatID; member
2086 angle::FormatID formatID; member
H A DTextureVk.cpp2883 angle::FormatID formatID = angle::Format::InternalFormatToID(binding.format); in getStorageImageView() local
178 CanGenerateMipmapWithCompute(RendererVk *renderer, VkImageType imageType, angle::FormatID formatID, GLint samples) CanGenerateMipmapWithCompute() argument
H A Dvk_helpers.cpp932 FormatHasNecessaryFeature(RendererVk *renderer, angle::FormatID formatID, VkImageTiling tilingMode, VkFormatFeatureFlags featureBits) FormatHasNecessaryFeature() argument
6177 stageSubresourceUpdateAndGetData(ContextVk *contextVk, size_t allocationSize, const gl::ImageIndex &imageIndex, const gl::Extents &glExtents, const gl::Offset &offset, uint8_t **destData, DynamicBuffer *stagingBufferOverride, angle::FormatID formatID) stageSubresourceUpdateAndGetData() argument
7598 SubresourceUpdate(BufferHelper *bufferHelperIn, const VkBufferImageCopy &copyRegionIn, angle::FormatID formatID) SubresourceUpdate() argument
7608 SubresourceUpdate(RefCounted<ImageHelper> *imageIn, const VkImageCopy &copyRegionIn, angle::FormatID formatID) SubresourceUpdate() argument
8232 getLevelStorageImageView(ContextVk *contextVk, gl::TextureType viewType, const ImageHelper &image, LevelIndex levelVk, uint32_t layer, VkImageUsageFlags imageUsageFlags, angle::FormatID formatID, const ImageView **imageViewOut) getLevelStorageImageView() argument
8260 getLevelLayerStorageImageView(ContextVk *contextVk, const ImageHelper &image, LevelIndex levelVk, uint32_t layer, VkImageUsageFlags imageUsageFlags, angle::FormatID formatID, const ImageView **imageViewOut) getLevelLayerStorageImageView() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVulkanFramebufferTest.cpp87 angle::FormatID formatID = angle::FormatID::R4G4B4A4_UNORM; in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DVertexBuffer.h179 angle::FormatID formatID; member in rx::StaticVertexBufferInterface::final
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A DTextureMtl.h28 angle::FormatID formatID = angle::FormatID::NONE; member
H A DBufferMtl.h65 angle::FormatID formatID; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
H A DHardwareBufferImageSiblingVkAndroid.cpp162 angle::FormatID formatID = vk::GetFormatIDFromVkFormat(bufferFormatProperties.format); in ValidateHardwareBuffer() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DVertexArray.cpp456 angle::FormatID formatID = gl::GetVertexFormatID(type, normalized, size, pureInteger); in setVertexAttribFormatImpl() local
H A DCaps.cpp96 angle::FormatID formatID = angle::Format::InternalFormatToID(internalFormat); in insert() local
107 angle::FormatID formatID = angle::Format::InternalFormatToID(internalFormat); in get() local
116 TextureCaps &TextureCapsMap::get(angle::FormatID formatID) in get() argument
121 void TextureCapsMap::set(angle::FormatID formatID, const TextureCaps &caps) in set() argument
[all...]

Completed in 58 milliseconds