Lines Matching defs:coordZ
596 const int coordZ,
616 const Vector<ScalarType, 4> color = lookup<ScalarType>(level, sampler, x, y, coordZ);
724 const int coordZ,
768 lookupQuad(quad, level, sampler, x0, x1, y0, y1, coordZ);
910 const int coordZ,
942 const Vec4 c0 = lookup<float>(level0, sampler, wrap(sampler.wrapS, i0, w0), wrap(sampler.wrapT, j0, h0), coordZ);
943 const Vec4 c1 = lookup<float>(level1, sampler, wrap(sampler.wrapS, i1, w1), wrap(sampler.wrapT, j1, h1), coordZ);
1103 const int coordZ,
1152 lookupQuad(quad0, level0, sampler, x0, x1, y0, y1, coordZ);
1177 lookupQuad(quad1, level1, sampler, x0, x1, y0, y1, coordZ);
1348 const int coordZ,
1352 return isLinearSampleResultValid(level, sampler, prec, coord, coordZ, result);
1354 return isNearestSampleResultValid(level, sampler, prec, coord, coordZ, result);
1379 const int coordZ,
1384 return isLinearMipmapLinearSampleResultValid(level0, level1, sampler, prec, coord, coordZ, fBounds, result);
1386 return isNearestMipmapLinearSampleResultValid(level0, level1, sampler, prec, coord, coordZ, fBounds, result);
2368 const int coordZ,
2372 return isLevelSampleResultValid(access, sampler, filterMode, prec, coord, coordZ, result);
2380 const int coordZ,
2385 return isNearestSampleResultValid(access, sampler, prec, coord, coordZ, result);
2393 const int coordZ,
2398 return isNearestSampleResultValid(access, sampler, prec, coord, coordZ, result);
2441 int coordZ,
2468 color[offNdx] = lookup<ScalarType>(level, sampler, x, y, coordZ)[componentNdx];