Lines Matching refs:access
4081 auto access = result->getAccess();
4097 access.setPixel(outColor, x, y);
4109 auto access = result->getAccess();
4124 access.setPixel(outColor, x, y);
4310 const ConstPixelBufferAccess access (format, targetSize.x(), targetSize.y(), 1, ptr);
4316 && !verifyDepthAttachment(referenceValues[attachmentNdx], access, errorImage.getAccess(), config.depthValues, requiredDepthEpsilon(attachment.getFormat())))
4324 && !verifyStencilAttachment(referenceValues[attachmentNdx], access, errorImage.getAccess()))
4332 && !verifyColorAttachment(referenceValues[attachmentNdx], access, errorImage.getAccess(), config.useFormatCompCount))
4344 log << TestLog::Image("Attachment" + de::toString(attachmentNdx), "Attachment " + de::toString(attachmentNdx), access);
4350 const auto numChannels = getShaderNumChannels(access.getFormat().order);
4351 const auto attachmentForLog = renderColorImageForLog(access, numChannels);