/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fDrawTests.cpp | 999 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 D | SamplerCore.hpp | 85 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 D | SamplerCore.cpp | 1320 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 D | SamplerCore.hpp | 80 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 D | SamplerCore.cpp | 1656 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 D | es2fBufferTestUtil.cpp | 339 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 D | glsBufferTestUtil.cpp | 500 static void computeIndices (vector<deUint16>& indices, int gridSizeX, int gridSizeY) in computeIndices() function 590 computeIndices(indices, maxQuadsX, maxQuadsY);
|