Home | History | Annotate | Download | only in shaderrender

Lines Matching defs:access

1065 			const tcu::ConstPixelBufferAccess&	access	= *lit;
1068 bufferSize += access.getWidth() * access.getHeight() * access.getDepth() * access.getFormat().getPixelSize();
1173 const tcu::ConstPixelBufferAccess& access = layerData[layerNdx];
1174 const tcu::PixelBufferAccess destAccess (access.getFormat(), access.getSize(), destPtr + layerDataOffset);
1179 (deUint32)access.getWidth(), // deUint32 bufferRowLength;
1180 (deUint32)access.getHeight(), // deUint32 bufferImageHeight;
1189 (deUint32)access.getWidth(),
1190 (deUint32)access.getHeight(),
1191 (deUint32)access.getDepth()
1196 tcu::copy(destAccess, access);
1198 layerDataOffset += access.getWidth() * access.getHeight() * access.getDepth() * access.getFormat().getPixelSize();
1448 const tcu::ConstPixelBufferAccess& access = *lit;
1451 bufferSize += access.getWidth() * access.getHeight() * access.getDepth() * access.getFormat().getPixelSize();
1783 const tcu::ConstPixelBufferAccess& access = layerData[layerNdx];
1784 const tcu::PixelBufferAccess destAccess (access.getFormat(), access.getSize(), destPtr + layerDataOffset);
1789 (deUint32)access.getWidth(), // deUint32 bufferRowLength;
1790 (deUint32)access.getHeight(), // deUint32 bufferImageHeight;
1799 (deUint32)access.getWidth(),
1800 (deUint32)access.getHeight(),
1801 (deUint32)access.getDepth()
1806 tcu::copy(destAccess, access);
1808 layerDataOffset += access.getWidth() * access.getHeight() * access.getDepth() * access.getFormat().getPixelSize();