Home
last modified time | relevance | path

Searched defs:applySwizzle (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Shader/
DSamplerCore.cpp22 void applySwizzle(sw::SwizzleType swizzle, sw::Short4& s, const sw::Vector4s& c) in applySwizzle() function
36 void applySwizzle(sw::SwizzleType swizzle, sw::Float4& f, const sw::Vector4f& c) in applySwizzle() function
/external/swiftshader/src/Pipeline/
DSamplerCore.cpp302 Float4 SamplerCore::applySwizzle(const Vector4f &c, VkComponentSwizzle swizzle, bool integer) in applySwizzle() function in sw::SamplerCore
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp1862 bool applySwizzle(const ComponentArray& components, const Type& newType) override { in applySwizzle() function in SkSL::SwizzleLValue