Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DSamplerCore.cpp96 Float4 wwww = w; in sampleTexture() local
305 Float4 wwww = w; in sampleTexture() local
756 Short4 wwww = texelFetch ? Short4(As<Int4>(w)) : address(w, state.addressingModeW, mipmap); in sampleQuad2D() local
951 Short4 wwww = texelFetch ? Short4(As<Int4>(w_)) : address(w_, state.addressingModeW, mipmap); in sample3D() local
1519 …Lod3D(Pointer<Byte> &texture, Float &lod, Float4 &uuuu, Float4 &vvvv, Float4 &wwww, const Float &l… in computeLod3D()
1656 …void SamplerCore::computeIndices(UInt index[4], Short4 uuuu, Short4 vvvv, Short4 wwww, Vector4f &o… in computeIndices()
1730 …void SamplerCore::computeIndices(UInt index[4], Int4& uuuu, Int4& vvvv, Int4& wwww, const Pointer<… in computeIndices()
2006 …Vector4s SamplerCore::sampleTexel(Short4 &uuuu, Short4 &vvvv, Short4 &wwww, Vector4f &offset, Poin… in sampleTexel()
2115 …Vector4f SamplerCore::sampleTexel(Int4 &uuuu, Int4 &vvvv, Int4 &wwww, Float4 &z, Pointer<Byte> &mi… in sampleTexel()
/external/swiftshader/src/Pipeline/
DSamplerCore.cpp65 Float4 wwww = uvw[2]; in sampleTexture() local
527 Short4 wwww = texelFetch ? Short4(As<Int4>(w)) : address(w, state.addressingModeW, mipmap); in sampleQuad2D() local
736 Short4 wwww = texelFetch ? Short4(As<Int4>(w_)) : address(w_, state.addressingModeW, mipmap); in sample3D() local
1250 …ture, Pointer<Byte> &sampler, Float &lod, Float4 &uuuu, Float4 &vvvv, Float4 &wwww, Float4 &dsx, F… in computeLod3D()
1369 void SamplerCore::computeIndices(UInt index[4], Short4 uuuu, Short4 vvvv, Short4 wwww, Vector4f &of… in computeIndices()
1462 void SamplerCore::computeIndices(UInt index[4], Int4 uuuu, Int4 vvvv, Int4 wwww, Int4 valid, const … in computeIndices()
1760 Vector4s SamplerCore::sampleTexel(Short4 &uuuu, Short4 &vvvv, Short4 &wwww, Vector4f &offset, Point… in sampleTexel()
1909 Vector4f SamplerCore::sampleTexel(Int4 &uuuu, Int4 &vvvv, Int4 &wwww, Float4 &z, Pointer<Byte> &mip… in sampleTexel()
/external/mesa3d/src/compiler/nir/tests/
Dcomparison_pre_tests.cpp54 const uint8_t wwww[4] = { 3, 3, 3, 3 }; member in comparison_pre_test
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToHTMLStream.java1236 int wwww = ((highSurrogate & 0x03C0) >> 6); in writeAttrURI() local
/external/swiftshader/src/Reactor/
DReactor.hpp1855 Swizzle4<Vector4, 0x3333> wwww; member