Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fDrawTests.cpp995 …ar* desc, DrawMethod method, bool computeCmd, bool computeData, bool computeIndices, int gridSize,…
1001 std::string genComputeSource (bool computeCmd, bool computeData, bool computeIndices) const;
1031 …ar* desc, DrawMethod method, bool computeCmd, bool computeData, bool computeIndices, int gridSize,… in ComputeShaderGeneratedCase() argument
1036 , m_computeIndices (computeIndices) in ComputeShaderGeneratedCase()
1048 DE_ASSERT(!computeIndices || method == DRAWMETHOD_DRAWELEMENTS); in ComputeShaderGeneratedCase()
1194 …haderGeneratedCase::genComputeSource (bool computeCmd, bool computeData, bool computeIndices) const in genComputeSource()
1233 if (computeIndices) in genComputeSource()
1317 if (computeIndices) in genComputeSource()
1574 …ar* desc, DrawMethod method, bool computeCmd, bool computeData, bool computeIndices, int gridSize,…
1586 …ar* desc, DrawMethod method, bool computeCmd, bool computeData, bool computeIndices, int gridSize,… in ComputeShaderGeneratedCombinedCase() argument
[all …]
/external/swiftshader/src/Shader/
DSamplerCore.hpp78 …void computeIndices(UInt index[4], Short4 uuuu, Short4 vvvv, Short4 wwww, Vector4f &offset, const …
79 …void computeIndices(UInt index[4], Int4& uuuu, Int4& vvvv, Int4& wwww, const Pointer<Byte> &mipmap…
DSamplerCore.cpp1662 …void SamplerCore::computeIndices(UInt index[4], Short4 uuuu, Short4 vvvv, Short4 wwww, Vector4f &o… in computeIndices() function in sw::SamplerCore
1729 …void SamplerCore::computeIndices(UInt index[4], Int4& uuuu, Int4& vvvv, Int4& wwww, const Pointer<… in computeIndices() function in sw::SamplerCore
1983 computeIndices(index, uuuu, vvvv, wwww, offset, mipmap, function); in sampleTexel()
2045 computeIndices(index, uuuu, vvvv, wwww, offset, mipmap + sizeof(Mipmap), function); in sampleTexel()
2092 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()