Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSamplerCore.cpp2460 void SamplerCore::address(const Float4 &uvw, Int4 &xyz0, Int4 &xyz1, Float4 &f, Pointer<Byte> &mipm… in address()
2650 Int4 xyz0 = Min(Max(xyz, Int4(0)), maxLayer); in computeLayerIndex() local