Home
last modified time | relevance | path

Searched refs:computeIndices (Results 1 – 7 of 7) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fDrawTests.cpp999 …ar* desc, DrawMethod method, bool computeCmd, bool computeData, bool computeIndices, int gridSize,…
1005 std::string genComputeSource (bool computeCmd, bool computeData, bool computeIndices) const;
1035 …ar* desc, DrawMethod method, bool computeCmd, bool computeData, bool computeIndices, int gridSize,… in ComputeShaderGeneratedCase() argument
1040 , m_computeIndices (computeIndices) in ComputeShaderGeneratedCase()
1052 DE_ASSERT(!computeIndices || method == DRAWMETHOD_DRAWELEMENTS); in ComputeShaderGeneratedCase()
1198 …haderGeneratedCase::genComputeSource (bool computeCmd, bool computeData, bool computeIndices) const in genComputeSource()
1237 if (computeIndices) in genComputeSource()
1322 if (computeIndices) in genComputeSource()
1579 …ar* desc, DrawMethod method, bool computeCmd, bool computeData, bool computeIndices, int gridSize,…
1591 …ar* desc, DrawMethod method, bool computeCmd, bool computeData, bool computeIndices, int gridSize,… in ComputeShaderGeneratedCombinedCase() argument
[all …]
/external/swiftshader/src/Pipeline/
DSamplerCore.hpp82 …void computeIndices(UInt index[4], Short4 uuuu, Short4 vvvv, Short4 wwww, const Short4 &cubeArrayL…
83 …void computeIndices(UInt index[4], Int4 uuuu, Int4 vvvv, Int4 wwww, const Int4 &sample, Int4 valid…
DSamplerCore.cpp1396 void SamplerCore::computeIndices(UInt index[4], Short4 uuuu, Short4 vvvv, Short4 wwww, const Short4… in computeIndices() function in sw::SamplerCore
1463 void SamplerCore::computeIndices(UInt index[4], Int4 uuuu, Int4 vvvv, Int4 wwww, const Int4 &sample… in computeIndices() function in sw::SamplerCore
1765 computeIndices(index, uuuu, vvvv, wwww, layerIndex, offset, sample, mipmap, function); in sampleTexel()
1786computeIndices(index, uuuu, vvvv, wwww, layerIndex, offset, sample, mipmap + sizeof(Mipmap), funct… in sampleTexel()
1923 computeIndices(index, uuuu, vvvv, wwww, sample, valid, mipmap, function); in sampleTexel()
/external/swiftshader/src/Shader/
DSamplerCore.hpp80 …void computeIndices(UInt index[4], Short4 uuuu, Short4 vvvv, Short4 wwww, Vector4f &offset, const …
81 …void computeIndices(UInt index[4], Int4& uuuu, Int4& vvvv, Int4& wwww, const Pointer<Byte> &mipmap…
DSamplerCore.cpp1656 …void SamplerCore::computeIndices(UInt index[4], Short4 uuuu, Short4 vvvv, Short4 wwww, Vector4f &o… in computeIndices() function in sw::SamplerCore
1730 …void SamplerCore::computeIndices(UInt index[4], Int4& uuuu, Int4& vvvv, Int4& wwww, const Pointer<… in computeIndices() function in sw::SamplerCore
2011 computeIndices(index, uuuu, vvvv, wwww, offset, mipmap, function); in sampleTexel()
2073 computeIndices(index, uuuu, vvvv, wwww, offset, mipmap + sizeof(Mipmap), function); in sampleTexel()
2120 computeIndices(index, uuuu, vvvv, wwww, mipmap, function); in sampleTexel()
/external/deqp/modules/gles2/functional/
Des2fBufferTestUtil.cpp339 static void computeIndices (vector<deUint16>& indices, int gridSizeX, int gridSizeY) in computeIndices() function
429 computeIndices(indices, maxQuadsX, maxQuadsY); in verify()
/external/deqp/modules/glshared/
DglsBufferTestUtil.cpp500 static void computeIndices (vector<deUint16>& indices, int gridSizeX, int gridSizeY) in computeIndices() function
590 computeIndices(indices, maxQuadsX, maxQuadsY); in verify()