Searched refs:ETC2_R8G8B8_UNORM_BLOCK (Results 1 – 15 of 15) sorted by relevance
/external/angle/src/libANGLE/renderer/ |
D | FormatID_autogen.h | 122 ETC2_R8G8B8_UNORM_BLOCK, enumerator
|
D | renderer_utils.cpp | 1491 case angle::FormatID::ETC2_R8G8B8_UNORM_BLOCK: in ConvertToSRGB() 1555 return angle::FormatID::ETC2_R8G8B8_UNORM_BLOCK; in ConvertToLinear()
|
D | load_functions_table_autogen.cpp | 3926 case FormatID::ETC2_R8G8B8_UNORM_BLOCK: in GetLoadFunctionsMap() 4516 case FormatID::ETC2_R8G8B8_UNORM_BLOCK: in GetLoadFunctionsMap()
|
D | Format_table_autogen.cpp | 129 …{ FormatID::ETC2_R8G8B8_UNORM_BLOCK, GL_COMPRESSED_RGB8_ETC2, GL_COMPRESSED_RGB8_ETC2, nullptr, No… 316 return FormatID::ETC2_R8G8B8_UNORM_BLOCK; in InternalFormatToID()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_mandatory_format_support_table_autogen.cpp | 121 {FormatID::ETC2_R8G8B8_UNORM_BLOCK, {0, 0, 0}},
|
D | vk_format_table_autogen.cpp | 975 {angle::FormatID::ETC2_R8G8B8_UNORM_BLOCK, nullptr}, in initialize() 1059 case angle::FormatID::ETC2_R8G8B8_UNORM_BLOCK: in initialize() 1063 {angle::FormatID::ETC2_R8G8B8_UNORM_BLOCK, nullptr}, in initialize() 1068 mActualBufferFormatID = angle::FormatID::ETC2_R8G8B8_UNORM_BLOCK; in initialize() 2673 {angle::FormatID::ETC2_R8G8B8_UNORM_BLOCK, VK_FORMAT_ETC2_R8G8B8_UNORM_BLOCK}, in GetVkFormatFromFormatID() 2896 return angle::FormatID::ETC2_R8G8B8_UNORM_BLOCK; in GetFormatIDFromVkFormat()
|
D | vk_format_utils.cpp | 415 formatID <= angle::FormatID::ETC2_R8G8B8_UNORM_BLOCK; in IsETCFormat()
|
D | UtilsVk.cpp | 3715 case angle::FormatID::ETC2_R8G8B8_UNORM_BLOCK: in GetEtcToBcFlags()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | mtl_format_table_autogen.mm | 214 return angle::FormatID::ETC2_R8G8B8_UNORM_BLOCK; 987 case angle::FormatID::ETC2_R8G8B8_UNORM_BLOCK: 1159 case angle::FormatID::ETC2_R8G8B8_UNORM_BLOCK: 1162 this->actualFormatId = angle::FormatID::ETC2_R8G8B8_UNORM_BLOCK; 1630 case angle::FormatID::ETC2_R8G8B8_UNORM_BLOCK: 1633 this->actualFormatId = angle::FormatID::ETC2_R8G8B8_UNORM_BLOCK; 2233 case angle::FormatID::ETC2_R8G8B8_UNORM_BLOCK: 2238 this->actualFormatId = angle::FormatID::ETC2_R8G8B8_UNORM_BLOCK;
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_formats.c | 149 FORMAT(ETC2_R8G8B8_UNORM_BLOCK, NO, RGB8_ETC2, SWIZ_XYZ1, 16, true),
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_formats.c | 248 TU6_xTx(ETC2_R8G8B8_UNORM_BLOCK, ETC2_RGB8, WZYX), /* 147 */
|
/external/rust/crates/vulkano/src/ |
D | format.rs | 341 …ETC2_R8G8B8UnormBlock => {vk: ETC2_R8G8B8_UNORM_BLOCK, bdim: (4, 4), size: Some(8), ty: Compressed…
|
/external/rust/crates/ash/src/vk/ |
D | enums.rs | 749 pub const ETC2_R8G8B8_UNORM_BLOCK: Self = Self(147); constant
|
D | const_debugs.rs | 1748 Self::ETC2_R8G8B8_UNORM_BLOCK => Some("ETC2_R8G8B8_UNORM_BLOCK"), in fmt()
|
/external/angle/src/libANGLE/renderer/metal/shaders/ |
D | mtl_internal_shaders_autogen.metal | 1597 ETC2_R8G8B8_UNORM_BLOCK,
|