Home
last modified time | relevance | path

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

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