Home
last modified time | relevance | path

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

/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.h96 virtual bool applySwizzle(const ComponentArray& components, const Type& newType) { in applySwizzle() function
DSkSLSPIRVCodeGenerator.cpp2326 bool applySwizzle(const ComponentArray& components, const Type& newType) override { in applySwizzle() function in SkSL::SwizzleLValue
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerBorderSwizzleTests.cpp328 tcu::Vector<T, 4> applySwizzle (const tcu::Vector<T, 4>& orig, const VkComponentMapping& mapping) in applySwizzle() function
/external/swiftshader/src/Pipeline/
DSamplerCore.cpp253 Float4 SamplerCore::applySwizzle(const Vector4f &c, VkComponentSwizzle swizzle, bool integer) in applySwizzle() function in sw::SamplerCore