Lines Matching defs:access
265 bool comparePixelToDepthClearValue (const ConstPixelBufferAccess& access,
272 const TextureFormat format = getEffectiveDepthStencilTextureFormat(access.getFormat(), Sampler::MODE_DEPTH);
281 const float depth = access.getPixDepth(x, y, z);
297 const float depth = access.getPixDepth(x, y, z);
324 bool comparePixelToStencilClearValue (const ConstPixelBufferAccess& access,
331 const deUint32 stencil = access.getPixStencil(x, y, z);
345 bool comparePixelToColorClearValue (const ConstPixelBufferAccess& access,
355 const bool is64Bit = is64Format(access.getFormat());
364 const Vec4 resColor (access.getPixel(x, y, z));
370 if (isSRGB(access.getFormat()))
392 const U64Vec4 resColor (access.getPixelUint64(x, y, z));
417 const I64Vec4 resColor (access.getPixelInt64(x, y, z));
441 const Vec4 resColor (access.getPixel(x, y, z));