Home | History | Annotate | Download | only in pipeline

Lines Matching refs:imageFormat

128 											  VkFormat							imageFormat,
141 , m_imageFormat (imageFormat)
160 if (!isSupportedSamplableFormat(context.getInstanceInterface(), context.getPhysicalDevice(), imageFormat))
161 throw tcu::NotSupportedError(std::string("Unsupported format for sampling: ") + getFormatName(imageFormat));
169 !isLinearFilteringSupported(context.getInstanceInterface(), context.getPhysicalDevice(), imageFormat, VK_IMAGE_TILING_OPTIMAL))
170 throw tcu::NotSupportedError(std::string("Unsupported format for linear filtering: ") + getFormatName(imageFormat));
178 if (isCompressedFormat(imageFormat) && imageViewType == VK_IMAGE_VIEW_TYPE_3D)
185 imageFormat,
213 if (isCompressedFormat(imageFormat))
214 m_texture = createTestTexture(mapVkCompressedFormat(imageFormat), imageViewType, imageSize, layerCount);
216 m_texture = createTestTexture(mapVkFormat(imageFormat), imageViewType, imageSize, layerCount);
224 imageFormat, // VkFormat format;
262 imageFormat, // VkFormat format;