/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_format_utils.cpp | 24 angle::FormatID formatID, in FillTextureFormatCaps() 68 bool HasFullBufferFormatSupport(RendererVk *renderer, angle::FormatID formatID) in HasFullBufferFormatSupport() 109 bool HasNonFilterableTextureFormatSupport(RendererVk *renderer, angle::FormatID formatID) in HasNonFilterableTextureFormatSupport() 345 VkImageUsageFlags GetMaximalImageUsageFlags(RendererVk *renderer, angle::FormatID formatID) in GetMaximalImageUsageFlags() 371 bool HasFullTextureFormatSupport(RendererVk *renderer, angle::FormatID formatID) in HasFullTextureFormatSupport() 397 bool HasNonRenderableTextureFormatSupport(RendererVk *renderer, angle::FormatID formatID) in HasNonRenderableTextureFormatSupport()
|
D | vk_mandatory_format_support_table_autogen.cpp | 295 const VkFormatProperties &GetMandatoryFormatSupport(FormatID formatID) in GetMandatoryFormatSupport()
|
D | BufferVk.h | 222 angle::FormatID formatID; member
|
D | RendererVk.cpp | 3085 bool RendererVk::hasLinearImageFormatFeatureBits(angle::FormatID formatID, in hasLinearImageFormatFeatureBits() 3092 angle::FormatID formatID, in getLinearImageFormatFeatureBits() 3099 angle::FormatID formatID, in getImageFormatFeatureBits() 3105 bool RendererVk::hasImageFormatFeatureBits(angle::FormatID formatID, in hasImageFormatFeatureBits() 3111 bool RendererVk::hasBufferFormatFeatureBits(angle::FormatID formatID, in hasBufferFormatFeatureBits() 3169 VkFormatFeatureFlags RendererVk::getFormatFeatureBits(angle::FormatID formatID, in getFormatFeatureBits() 3202 bool RendererVk::hasFormatFeatureBits(angle::FormatID formatID, in hasFormatFeatureBits()
|
D | vk_format_table_autogen.cpp | 2382 VkFormat GetVkFormatFromFormatID(angle::FormatID formatID) in GetVkFormatFromFormatID()
|
D | vk_cache_utils.cpp | 184 angle::FormatID formatID, in UnpackAttachmentDesc() 205 angle::FormatID formatID, in UnpackColorResolveAttachmentDesc() 234 angle::FormatID formatID, in UnpackDepthStencilResolveAttachmentDesc() 1419 void RenderPassDesc::packColorAttachment(size_t colorIndexGL, angle::FormatID formatID) in packColorAttachment() 1450 void RenderPassDesc::packDepthStencilAttachment(angle::FormatID formatID) in packDepthStencilAttachment() 1525 angle::FormatID formatID = operator[](colorIndexGL); in isColorAttachmentEnabled() local 1531 angle::FormatID formatID = operator[](depthStencilAttachmentIndex()); in hasDepthStencilAttachment() local 1827 angle::FormatID formatID = static_cast<angle::FormatID>(packedAttrib.format); in initializePipeline() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | texture_format_table.h | 54 angle::FormatID formatID; member 83 angle::FormatID formatID, in Format()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | texture_format_table.h | 54 angle::FormatID formatID; member 83 angle::FormatID formatID, in Format()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | BufferVk.h | 134 angle::FormatID formatID; member
|
D | vk_cache_utils.cpp | 219 angle::FormatID formatID = desc[colorIndexGL]; in InitializeRenderPassFromDesc() local 240 angle::FormatID formatID = desc[depthStencilIndex]; in InitializeRenderPassFromDesc() local 368 void RenderPassDesc::packColorAttachment(size_t colorIndexGL, angle::FormatID formatID) in packColorAttachment() 400 void RenderPassDesc::packDepthStencilAttachment(angle::FormatID formatID) in packDepthStencilAttachment() 427 angle::FormatID formatID = operator[](colorIndexGL); in isColorAttachmentEnabled() local 684 angle::FormatID formatID = static_cast<angle::FormatID>(packedAttrib.format); in initializePipeline() local
|
D | RendererVk.h | 104 const vk::Format &getFormat(angle::FormatID formatID) const { return mFormatTable[formatID]; } in getFormat()
|
D | vk_format_utils.cpp | 214 const auto formatID = static_cast<angle::FormatID>(formatIndex); in initialize() local
|
D | BufferVk.cpp | 357 angle::FormatID formatID, in getVertexConversionBuffer()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | TextureMtl.h | 28 angle::FormatID formatID = angle::FormatID::NONE; member
|
D | BufferMtl.h | 65 angle::FormatID formatID; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | d3d_format.h | 50 angle::FormatID formatID; member
|
D | d3d_format.cpp | 46 FormatID formatID) in D3DFormat()
|
D | renderer_utils.cpp | 1313 angle::FormatID ConvertToSRGB(angle::FormatID formatID) in ConvertToSRGB() 1376 angle::FormatID ConvertToLinear(angle::FormatID formatID) in ConvertToLinear() 1439 bool IsOverridableLinearFormat(angle::FormatID formatID) in IsOverridableLinearFormat()
|
D | renderer_utils.h | 93 angle::FormatID formatID; member
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | VulkanFramebufferTest.cpp | 87 angle::FormatID formatID = angle::FormatID::R4G4B4A4_UNORM; in TEST_P() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Caps.cpp | 94 angle::FormatID formatID = angle::Format::InternalFormatToID(internalFormat); in insert() local 105 angle::FormatID formatID = angle::Format::InternalFormatToID(internalFormat); in get() local 114 TextureCaps &TextureCapsMap::get(angle::FormatID formatID) in get() 119 void TextureCapsMap::set(angle::FormatID formatID, const TextureCaps &caps) in set()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Caps.cpp | 96 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() 121 void TextureCapsMap::set(angle::FormatID formatID, const TextureCaps &caps) in set()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | formatutils9.h | 61 angle::FormatID formatID; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/ |
D | HardwareBufferImageSiblingVkAndroid.cpp | 162 angle::FormatID formatID = vk::GetFormatIDFromVkFormat(bufferFormatProperties.format); in ValidateHardwareBuffer() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | renderer_utils.h | 143 angle::FormatID formatID; member
|