Home
last modified time | relevance | path

Searched defs:Vector4s (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DShaderCore.cpp30 Vector4s::Vector4s() in Vector4s() function in sw::Vector4s
34 Vector4s::Vector4s(unsigned short x, unsigned short y, unsigned short z, unsigned short w) in Vector4s() function in sw::Vector4s
42 Vector4s::Vector4s(const Vector4s &rhs) in Vector4s() function in sw::Vector4s
H A DShaderCore.hpp31 class Vector4s class