Searched defs:faces0 (Results 1 - 1 of 1) sorted by path

/external/deqp/framework/common/
H A DtcuTexLookupVerifier.cpp1448 static bool isSeamplessLinearMipmapLinearSampleResultValid (const ConstPixelBufferAccess (&faces0)[CUBEFACE_LAST],
1459 const int size0 = faces0[coords.face].getWidth();
1477 const TextureChannelClass texClass = getTextureChannelClass(faces0[coords.face].getFormat().type);
1500 quad0.p00 = lookup<float>(faces0[c00.face], sampler, c00.s, c00.t, 0);
1501 quad0.p10 = lookup<float>(faces0[c10.face], sampler, c10.s, c10.t, 0);
1502 quad0.p01 = lookup<float>(faces0[c01.face], sampler, c01.s, c01.t, 0);
1503 quad0.p11 = lookup<float>(faces0[c11.face], sampler, c11.s, c11.t, 0);
1577 static bool isCubeMipmapLinearSampleResultValid (const ConstPixelBufferAccess (&faces0)[CUBEFACE_LAST],
1589 return isSeamplessLinearMipmapLinearSampleResultValid(faces0, faces1, sampler, prec, coords, fBounds, result);
1591 return isLinearMipmapLinearSampleResultValid(faces0[coord
1653 ConstPixelBufferAccess faces0[CUBEFACE_LAST]; local
2005 ConstPixelBufferAccess faces0[CUBEFACE_LAST]; local
[all...]

Completed in 320 milliseconds