Searched refs:swizzleToCompName (Results 1 – 1 of 1) sorted by relevance
930 const char* swizzleToCompName (const char* identity, vk::VkComponentSwizzle swizzle) in swizzleToCompName() function965 …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()