Searched refs:gatherArray2DOffsetsCompare (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTexture.hpp | 512 Vec4 gatherArray2DOffsetsCompare (const ConstPixelBufferAccess& src, const Sampler& sampler, float ref, float s, float t, int depth, const IVec2 (&offsets)[4]); 616 return gatherArray2DOffsetsCompare(m_levels[0], sampler, ref, s, t, 0, offsets); in gatherOffsetsCompare()
|
H A D | tcuTexture.cpp | 2949 Vec4 gatherArray2DOffsetsCompare (const ConstPixelBufferAccess& src, const Sampler& sampler, float ref, float s, float t, int depth, const IVec2 (&offsets)[4]) in gatherArray2DOffsetsCompare() function 4143 return gatherArray2DOffsetsCompare(m_levels[0], sampler, ref, s, t, selectLayer(r), offsets);
|
Completed in 10 milliseconds