Home | History | Annotate | Download | only in pipeline

Lines Matching refs:imageFormat

188 											  VkFormat							imageFormat,
203 , m_imageFormat (imageFormat)
224 if (!isSupportedSamplableFormat(context.getInstanceInterface(), context.getPhysicalDevice(), imageFormat))
225 throw tcu::NotSupportedError(std::string("Unsupported format for sampling: ") + getFormatName(imageFormat));
233 !isLinearFilteringSupported(context.getInstanceInterface(), context.getPhysicalDevice(), imageFormat, VK_IMAGE_TILING_OPTIMAL))
234 throw tcu::NotSupportedError(std::string("Unsupported format for linear filtering: ") + getFormatName(imageFormat));
242 if (isCompressedFormat(imageFormat) && imageViewType == VK_IMAGE_VIEW_TYPE_3D)
249 imageFormat,
283 if (isCompressedFormat(imageFormat))
284 m_texture = createTestTexture(mapVkCompressedFormat(imageFormat), imageViewType, imageSize, layerCount);
286 m_texture = createTestTexture(mapVkFormat(imageFormat), imageViewType, imageSize, layerCount);
294 imageFormat, // VkFormat format;
332 imageFormat, // VkFormat format;