Home | History | Annotate | Download | only in api

Lines Matching refs:tcuFormat

450 	const tcu::TextureFormat		tcuFormat			= mapVkFormat(format);
451 const VkDeviceSize pixelDataSize = imageSize.width * imageSize.height * imageSize.depth * tcu::getPixelSize(tcuFormat);
452 de::MovePtr<tcu::TextureLevel> resultLevel (new tcu::TextureLevel(tcuFormat, imageSize.width, imageSize.height, imageSize.depth));
513 getAspectFlag(tcuFormat), // VkImageAspectFlags aspectMask;
541 { getAspectFlag(tcuFormat), 0u, 0u, 1u }, // VkImageSubresourceLayers imageSubresource;