Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_format_utils.cpp383 const gl::SwizzleState &toApply) in ApplySwizzle() argument
387 result.swizzleRed = GetSwizzleStateComponent(formatSwizzle, toApply.swizzleRed); in ApplySwizzle()
388 result.swizzleGreen = GetSwizzleStateComponent(formatSwizzle, toApply.swizzleGreen); in ApplySwizzle()
389 result.swizzleBlue = GetSwizzleStateComponent(formatSwizzle, toApply.swizzleBlue); in ApplySwizzle()
390 result.swizzleAlpha = GetSwizzleStateComponent(formatSwizzle, toApply.swizzleAlpha); in ApplySwizzle()
Dvk_format_utils.h204 const gl::SwizzleState &toApply);