Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/common/
H A DtcuTexture.cpp1341 const Vec4 swizzled = swizzleRB(color, TextureFormat::RGB, m_format.order); in setPixel()
1355 const Vec4 swizzled = swizzleRB(color, TextureFormat::RGB, m_format.order); in setPixel()
1362 const Vec4 swizzled = swizzleRB(color, TextureFormat::RGBA, m_format.order); in setPixel()
1376 const Vec4 swizzled = swizzleRB(color, TextureFormat::RGBA, m_format.order); in setPixel()
1397 const Vec4 u = swizzleRB(color, TextureFormat::RGBA, m_format.order); in setPixel()
1404 const Vec4 u = swizzleRB(color, TextureFormat::RGBA, m_format.order); in setPixel()
1492 const IVec4 swizzled = swizzleRB(color, TextureFormat::RGB, m_format.order); in setPixel()
1499 const IVec4 swizzled = swizzleRB(color, TextureFormat::RGB, m_format.order); in setPixel()
1507 const IVec4 swizzled = swizzleRB(color, TextureFormat::RGBA, m_format.order); in setPixel()
1515 const IVec4 swizzled = swizzleRB(color, TextureFormat::RGBA, m_format.order); in setPixel()
[all …]