/external/deqp/modules/gles31/functional/ |
D | es31fDrawTests.cpp | 999 …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/ |
D | SamplerCore.hpp | 82 …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…
|
D | SamplerCore.cpp | 1396 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() 1786 …computeIndices(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/ |
D | SamplerCore.hpp | 80 …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…
|
D | SamplerCore.cpp | 1656 …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/ |
D | es2fBufferTestUtil.cpp | 339 static void computeIndices (vector<deUint16>& indices, int gridSizeX, int gridSizeY) in computeIndices() function 429 computeIndices(indices, maxQuadsX, maxQuadsY); in verify()
|
/external/deqp/modules/glshared/ |
D | glsBufferTestUtil.cpp | 500 static void computeIndices (vector<deUint16>& indices, int gridSizeX, int gridSizeY) in computeIndices() function 590 computeIndices(indices, maxQuadsX, maxQuadsY); in verify()
|