Home
last modified time | relevance | path

Searched refs:BC3_UNORM_BLOCK (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/freedreno/vulkan/
Dtu_formats.c238 TU6_xTx(BC3_UNORM_BLOCK, DXT5, WZYX), /* 137 */
/external/rust/crates/vulkano/src/
Dformat.rs331 BC3UnormBlock => {vk: BC3_UNORM_BLOCK, bdim: (4, 4), size: Some(16), ty: Compressed},
/external/rust/crates/ash/src/vk/
Denums.rs739 pub const BC3_UNORM_BLOCK: Self = Self(137); constant
Dconst_debugs.rs1738 Self::BC3_UNORM_BLOCK => Some("BC3_UNORM_BLOCK"), in fmt()