Lines Matching refs:fragNdx

4834 	for (int fragNdx = 0; fragNdx < 4; ++fragNdx)
4836 const float& dFdx = (fragNdx > 2) ? dFdx1 : dFdx0;
4837 const float& dFdy = (fragNdx % 2) ? dFdy1 : dFdy0;
4844 output[fragNdx] = sample(packetTexcoords[fragNdx], lod);
4954 for (int fragNdx = 0; fragNdx < 4; ++fragNdx)
4956 const tcu::Vec2& dFdx = (fragNdx & 2) ? dFdx1 : dFdx0;
4957 const tcu::Vec2& dFdy = (fragNdx & 1) ? dFdy1 : dFdy0;
4965 output[fragNdx] = sample(packetTexcoords[fragNdx].x(), packetTexcoords[fragNdx].y(), lod);
5068 for (int fragNdx = 0; fragNdx < 4; ++fragNdx)
5070 const tcu::CubeFace face = tcu::selectCubeFace(packetTexcoords[fragNdx]);
5084 const tcu::Vec2& dFdx = (fragNdx & 2) ? dFdx1 : dFdx0;
5085 const tcu::Vec2& dFdy = (fragNdx & 1) ? dFdy1 : dFdy0;
5093 output[fragNdx] = sample(packetTexcoords[fragNdx].x(), packetTexcoords[fragNdx].y(), packetTexcoords[fragNdx].z(), lod);
5187 for (int fragNdx = 0; fragNdx < 4; ++fragNdx)
5189 const tcu::Vec3& dFdx = (fragNdx & 2) ? dFdx1 : dFdx0;
5190 const tcu::Vec3& dFdy = (fragNdx & 1) ? dFdy1 : dFdy0;
5198 output[fragNdx] = sample(packetTexcoords[fragNdx].x(), packetTexcoords[fragNdx].y(), packetTexcoords[fragNdx].z(), lod);
5294 for (int fragNdx = 0; fragNdx < 4; ++fragNdx)
5296 const tcu::CubeFace face = tcu::selectCubeFace(cubeCoords[fragNdx]);
5310 const tcu::Vec2& dFdx = (fragNdx & 2) ? dFdx1 : dFdx0;
5311 const tcu::Vec2& dFdy = (fragNdx & 1) ? dFdy1 : dFdy0;
5319 output[fragNdx] = sample(packetTexcoords[fragNdx].x(), packetTexcoords[fragNdx].y(), packetTexcoords[fragNdx].z(), packetTexcoords[fragNdx].w(), lod);
5397 for (int fragNdx = 0; fragNdx < 4; ++fragNdx)
5399 const tcu::Vec3& dFdx = (fragNdx & 2) ? dFdx1 : dFdx0;
5400 const tcu::Vec3& dFdy = (fragNdx & 1) ? dFdy1 : dFdy0;
5409 output[fragNdx] = sample(packetTexcoords[fragNdx].x(), packetTexcoords[fragNdx].y(), packetTexcoords[fragNdx].z(), lod);