Home | History | Annotate | Download | only in api

Lines Matching defs:tcuFormat

2493 		const tcu::TextureFormat	tcuFormat		= mapVkFormat(format);
2494 hasDepthComp = (tcuFormat.order == tcu::TextureFormat::D || tcuFormat.order == tcu::TextureFormat::DS);
2495 hasStencilComp = (tcuFormat.order == tcu::TextureFormat::S || tcuFormat.order == tcu::TextureFormat::DS);
2520 const tcu::TextureFormat tcuFormat = mapVkFormat(format);
2521 const tcu::TextureChannelClass chnClass = tcu::getTextureChannelClass(tcuFormat.type);