Lines Matching refs:imageFormat
62 VkFormat imageFormat;
106 if (m_params.imageFormat == VK_FORMAT_A8_UNORM_KHR || m_params.imageFormat == VK_FORMAT_A1B5G5R5_UNORM_PACK16_KHR)
111 const auto result = vki.getPhysicalDeviceImageFormatProperties(physicalDevice, m_params.imageFormat, m_params.imageType, VK_IMAGE_TILING_OPTIMAL, VK_IMAGE_USAGE_TRANSFER_SRC_BIT | VK_IMAGE_USAGE_TRANSFER_DST_BIT, 0u, &formatProperties);
115 TCU_THROW(NotSupportedError, "format " + de::toString(m_params.imageFormat) + " does not support the required features");
139 const auto tcuFormat = mapVkFormat(m_params.imageFormat);
174 m_params.imageFormat, // VkFormat format;
191 de::Random randomGen (deInt32Hash((deUint32)m_params.imageFormat) ^
197 fillRandomNoNaN(&randomGen, generatedData.data(), (deUint32)generatedData.size(), m_params.imageFormat);
209 const bool isCompressed = isCompressedFormat(m_params.imageFormat);
210 const deUint32 blockHeight = (isCompressed) ? getBlockHeight(m_params.imageFormat) : 1u;
470 params.imageFormat = format;