Lines Matching defs:YCbCrConversionTestBuilder
1185 struct YCbCrConversionTestBuilder struct
1187 const std::vector<vk::VkFormat> noChromaSubsampledFormats =
1220 const std::vector<vk::VkFormat> xChromaSubsampledFormats =
1240 const std::vector<vk::VkFormat> xyChromaSubsampledFormats =
1251 struct ColorModelStruct
1256 const std::vector<ColorModelStruct> colorModels =
1264 const std::vector<RangeNamePair> colorRanges =
1269 const std::vector<ChromaLocationNamePair> chromaLocations =
1274 struct TextureFilterStruct
1279 const std::vector<TextureFilterStruct> textureFilters =
1285 …mplerYcbcrModelConversion defaultColorModel = vk::VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY;
1286 const vk::VkSamplerYcbcrRange defaultColorRange = vk::VK_SAMPLER_YCBCR_RANGE_ITU_FULL;
1287 const vk::VkComponentMapping swappedChromaSwizzle =
1294 const std::vector<glu::ShaderType> shaderTypes =
1300 struct ImageTilingStruct
1305 const std::vector<ImageTilingStruct> imageTilings =
1310 struct SamplerBindingStruct
1315 const std::vector<SamplerBindingStruct> samplerBindings =
1323 void buildTests(tcu::TestCaseGroup* testGroup) in buildTests()
1891 …dstSize, de::MovePtr<tcu::TestCaseGroup>& formatGroup, tcu::TestContext& testCtx, de::Random& rng ) in buildArrayOfSamplersTests()