Lines Matching refs:data

184 		drmList.pDrmFormatModifierProperties = modifiers.data();
288 std::vector<deUint8> data (texelSize * width * height);
291 memcpy(&data[i * width * texelSize], &testData[((yOffset + i) * imageWidth + xOffset) * texelSize], width * texelSize);
312 &data[dataOffset], // const void* memoryHostPointer;
330 regions.data(), // const VkMemoryToImageCopyEXT* pRegions;
388 generateData(testData.data(), sampledBufferSize, m_parameters.imageSampledFormat);
726 memcpy(bufferAlloc.getHostPtr(), testData.data(), sampledBufferSize);
786 std::vector<deUint8> data((size_t)subresourceHostMemcpySize.size);
792 data.data(), // void* memoryHostPointer;
818 data.data(), // const void* memoryHostPointer;
924 std::vector<deUint8> data (outputBufferSize);
960 regions.data(), // const VkImageToMemoryCopyEXT* pRegions;
973 data[dstIndex] = paddedData[srcIndex];
978 bool match = memcmp(data.data(), resultBuffer.getDataPtr(), outputBufferSize) == 0;
983 if (data[i] != ((deUint8*)resultBuffer.getDataPtr())[i])
985 log << tcu::TestLog::Message << "At byte " << i << " data from vkCopyImageToMemoryEXT() is " << data[i] << ", but data from vkCmdCopyImageToBuffer() (after padding) is " << ((deUint8*)resultBuffer.getDataPtr())[i] << tcu::TestLog::EndMessage;
996 deMemcpy(resultData.data(), outputAlloc.getHostPtr(), sampledBufferSize);
1085 hostImageCopyProperties.pCopySrcLayouts = srcLayouts.data();
1086 hostImageCopyProperties.pCopyDstLayouts = dstLayouts.data();
1409 deUint8* data = new deUint8[bufferSize];
1415 data, // void* memoryHostPointer;
1463 bool match = memcmp(data, outputPtr, bufferSize) == 0;
1468 if (data[i] != ((deUint8*)outputPtr)[i])
1470 log << tcu::TestLog::Message << "At byte " << i << " data from vkCopyImageToMemoryEXT() is " << data[i] << ", but data from vkCmdCopyImageToBuffer() is " << ((deUint8*)outputPtr)[i] << tcu::TestLog::EndMessage;
1476 delete[] data;
1579 hostImageCopyProperties.pCopySrcLayouts = srcLayouts.data();
1580 hostImageCopyProperties.pCopyDstLayouts = dstLayouts.data();
1668 hostImageCopyProperties.pCopySrcLayouts = srcLayouts.data();
1669 hostImageCopyProperties.pCopyDstLayouts = dstLayouts.data();