Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fDrawTests.cpp999 ComputeShaderGeneratedCase (Context& context, const char* name, const char* desc, DrawMethod method, bool computeCmd, bool computeData, bool computeIndices, int gridSize, int drawCallCount);
1005 std::string genComputeSource (bool computeCmd, bool computeData, bool computeIndices) const;
1035 ComputeShaderGeneratedCase::ComputeShaderGeneratedCase (Context& context, const char* name, const char* desc, DrawMethod method, bool computeCmd, bool computeData, bool computeIndices, int gridSize, int drawCallCount) in ComputeShaderGeneratedCase() argument
1040 , m_computeIndices (computeIndices) in ComputeShaderGeneratedCase()
1052 DE_ASSERT(!computeIndices || method == DRAWMETHOD_DRAWELEMENTS); in ComputeShaderGeneratedCase()
1198 std::string ComputeShaderGeneratedCase::genComputeSource (bool computeCmd, bool computeData, bool computeIndices) const
1237 if (computeIndices)
1322 if (computeIndices)
1579 ComputeShaderGeneratedCombinedCase (Context& context, const char* name, const char* desc, DrawMethod method, bool computeCmd, bool computeData, bool computeIndices, int gridSize, int numDrawCalls);
1591 ComputeShaderGeneratedCombinedCase::ComputeShaderGeneratedCombinedCase (Context& context, const char* name, const char* desc, DrawMethod method, bool computeCmd, bool computeData, bool computeIndices, in
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSamplerCore.hpp85 void computeIndices(UInt index[4], Short4 uuuu, Short4 vvvv, Short4 wwww, const Short4 &cubeArrayLayer, Vector4i &offset, const Int4 &sample, const Pointer<Byte> &mipmap, SamplerFunction function);
86 void computeIndices(UInt index[4], Int4 uuuu, Int4 vvvv, Int4 wwww, const Int4 &sample, Int4 valid, const Pointer<Byte> &mipmap, SamplerFunction function);
H A DSamplerCore.cpp1320 void SamplerCore::computeIndices(UInt index[4], Short4 uuuu, Short4 vvvv, Short4 wwww, const Short4 &layerIndex, Vector4i &offset, const Int4 &sample, const Pointer<Byte> &mipmap, SamplerFunction function) in computeIndices() function in sw::SamplerCore
1387 void SamplerCore::computeIndices(UInt index[4], Int4 uuuu, Int4 vvvv, Int4 wwww, const Int4 &sample, Int4 valid, const Pointer<Byte> &mipmap, SamplerFunction function) in computeIndices() function in sw::SamplerCore
1730 computeIndices(index, uuuu, vvvv, wwww, layerIndex, offset, sample, mipmap, function); in sampleTexel()
1751 computeIndices(index, uuuu, vvvv, wwww, layerIndex, offset, sample, mipmap + sizeof(Mipmap), function); in sampleTexel()
1888 computeIndices(index, uuuu, vvvv, wwww, sample, valid, mipmap, function); in sampleTexel()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSamplerCore.hpp80 void computeIndices(UInt index[4], Short4 uuuu, Short4 vvvv, Short4 wwww, Vector4f &offset, const Pointer<Byte> &mipmap, SamplerFunction function);
81 void computeIndices(UInt index[4], Int4& uuuu, Int4& vvvv, Int4& wwww, const Pointer<Byte> &mipmap, SamplerFunction function);
H A DSamplerCore.cpp1656 void SamplerCore::computeIndices(UInt index[4], Short4 uuuu, Short4 vvvv, Short4 wwww, Vector4f &offset, const Pointer<Byte> &mipmap, SamplerFunction function) in computeIndices() function in sw::SamplerCore
1730 void SamplerCore::computeIndices(UInt index[4], Int4& uuuu, Int4& vvvv, Int4& wwww, const Pointer<Byte> &mipmap, SamplerFunction function) 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()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fBufferTestUtil.cpp339 static void computeIndices (vector<deUint16>& indices, int gridSizeX, int gridSizeY) in computeIndices() function
429 computeIndices(indices, maxQuadsX, maxQuadsY);
/third_party/vk-gl-cts/modules/glshared/
H A DglsBufferTestUtil.cpp500 static void computeIndices (vector<deUint16>& indices, int gridSizeX, int gridSizeY) in computeIndices() function
590 computeIndices(indices, maxQuadsX, maxQuadsY);

Completed in 15 milliseconds