Home
last modified time | relevance | path

Searched refs:ETC2_R8G8B8_UNORM_BLOCK (Results 1 – 15 of 15) sorted by relevance

/external/angle/src/libANGLE/renderer/
DFormatID_autogen.h122 ETC2_R8G8B8_UNORM_BLOCK, enumerator
Drenderer_utils.cpp1491 case angle::FormatID::ETC2_R8G8B8_UNORM_BLOCK: in ConvertToSRGB()
1555 return angle::FormatID::ETC2_R8G8B8_UNORM_BLOCK; in ConvertToLinear()
Dload_functions_table_autogen.cpp3926 case FormatID::ETC2_R8G8B8_UNORM_BLOCK: in GetLoadFunctionsMap()
4516 case FormatID::ETC2_R8G8B8_UNORM_BLOCK: in GetLoadFunctionsMap()
DFormat_table_autogen.cpp129 …{ 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/
Dvk_mandatory_format_support_table_autogen.cpp121 {FormatID::ETC2_R8G8B8_UNORM_BLOCK, {0, 0, 0}},
Dvk_format_table_autogen.cpp975 {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()
Dvk_format_utils.cpp415 formatID <= angle::FormatID::ETC2_R8G8B8_UNORM_BLOCK; in IsETCFormat()
DUtilsVk.cpp3715 case angle::FormatID::ETC2_R8G8B8_UNORM_BLOCK: in GetEtcToBcFlags()
/external/angle/src/libANGLE/renderer/metal/
Dmtl_format_table_autogen.mm214 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/
Dv3dv_formats.c149 FORMAT(ETC2_R8G8B8_UNORM_BLOCK, NO, RGB8_ETC2, SWIZ_XYZ1, 16, true),
/external/mesa3d/src/freedreno/vulkan/
Dtu_formats.c248 TU6_xTx(ETC2_R8G8B8_UNORM_BLOCK, ETC2_RGB8, WZYX), /* 147 */
/external/rust/crates/vulkano/src/
Dformat.rs341 …ETC2_R8G8B8UnormBlock => {vk: ETC2_R8G8B8_UNORM_BLOCK, bdim: (4, 4), size: Some(8), ty: Compressed…
/external/rust/crates/ash/src/vk/
Denums.rs749 pub const ETC2_R8G8B8_UNORM_BLOCK: Self = Self(147); constant
Dconst_debugs.rs1748 Self::ETC2_R8G8B8_UNORM_BLOCK => Some("ETC2_R8G8B8_UNORM_BLOCK"), in fmt()
/external/angle/src/libANGLE/renderer/metal/shaders/
Dmtl_internal_shaders_autogen.metal1597 ETC2_R8G8B8_UNORM_BLOCK,