Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DShaderCore.cpp73 Vector4f::Vector4f() in Vector4f() function in sw::Vector4f
77 Vector4f::Vector4f(float x, float y, float z, float w) in Vector4f() function in sw::Vector4f
85 Vector4f::Vector4f(const Vector4f &rhs) in Vector4f() function in sw::Vector4f
H A DShaderCore.hpp47 class Vector4f class