Searched refs:sampleLevelArray1D (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTexture.hpp | 500 Vec4 sampleLevelArray1D (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sampler, float s, int level, float lod); 852 return sampleLevelArray1D(m_levels, m_numLevels, sampler, s, 0 /* depth */, lod); in sample()
|
H A D | tcuTexture.cpp | 2603 Vec4 sampleLevelArray1D (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sampler, float s, int depth, float lod) in sampleLevelArray1D() function 4084 return sampleLevelArray1D(m_levels, m_numLevels, sampler, s, selectLayer(t), lod);
|
Completed in 13 milliseconds