Home
last modified time | relevance | path

Searched refs:swizzleToCompName (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp930 const char* swizzleToCompName (const char* identity, vk::VkComponentSwizzle swizzle) in swizzleToCompName() function
965 …source << "highp float r = inputColor." << swizzleToCompName("r", config.componentMapping.r) << ";… in createTestShaders()
966 …source << "highp float g = inputColor." << swizzleToCompName("g", config.componentMapping.g) << ";… in createTestShaders()
967 …source << "highp float b = inputColor." << swizzleToCompName("b", config.componentMapping.b) << ";… in createTestShaders()
968 …source << "highp float a = inputColor." << swizzleToCompName("a", config.componentMapping.a) << ";… in createTestShaders()