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

/external/deqp/framework/common/
H A DtcuTexture.cpp2377 static Vec4 fetchGatherArray2DOffsets (const ConstPixelBufferAccess& src, const Sampler& sampler, float s, float t, int depth, int componentNdx, const IVec2 (&offsets)[4]) function in namespace:tcu
2412 return fetchGatherArray2DOffsets(src, sampler, s, t, depth, componentNdx, offsets);
2422 const Vec4 gathered = fetchGatherArray2DOffsets(src, sampler, s, t, depth, 0 /* component 0: depth */, offsets);

Completed in 60 milliseconds