Home | History | Annotate | Download | only in api

Lines Matching defs:tcuFormat

2300 		const tcu::TextureFormat		tcuFormat		= mapVkFormat(format);
2301 const bool hasDepthComp = (tcuFormat.order == tcu::TextureFormat::D || tcuFormat.order == tcu::TextureFormat::DS);
2302 const bool hasStencilComp = (tcuFormat.order == tcu::TextureFormat::S || tcuFormat.order == tcu::TextureFormat::DS);
2321 const tcu::TextureChannelClass chnClass = tcu::getTextureChannelClass(tcuFormat.type);