Searched refs:testDataB (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiExternalMemoryTests.cpp | 2872 const std::vector<deUint8> testDataB (genTestData(seed ^ 970834278u, (size_t)bufferSize)); in testMemoryWin32Create() local 2878 writeHostMemory(vkd, *device, *memory, testDataA.size(), &testDataB[0]); in testMemoryWin32Create() 2880 checkHostMemory(vkd, *device, *memoryA, testData.size(), &testDataB[0]); in testMemoryWin32Create() 2881 checkHostMemory(vkd, *device, *memory, testData.size(), &testDataB[0]); in testMemoryWin32Create() 2935 const std::vector<deUint8> testDataB (genTestData(seed ^ 970834278u, (size_t)bufferSize)); in testMemoryImportTwice() local 2941 writeHostMemory(vkd, *device, *memoryB, testData.size(), &testDataB[0]); in testMemoryImportTwice() 2943 checkHostMemory(vkd, *device, *memoryA, testData.size(), &testDataB[0]); in testMemoryImportTwice() 2944 checkHostMemory(vkd, *device, *memory, testData.size(), &testDataB[0]); in testMemoryImportTwice()
|