Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSamplerBorderSwizzleTests.cpp359 tcu::Vector<T, 4> applySwizzle(const tcu::Vector<T, 4> &orig, const VkComponentMapping &mapping) in applySwizzle() function
/aosp_15_r20/external/skia/src/sksl/codegen/
H A 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
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSamplerCore.cpp255 Float4 SamplerCore::applySwizzle(const Vector4f &c, VkComponentSwizzle swizzle, bool integer) in applySwizzle() function in sw::SamplerCore