Home
last modified time | relevance | path

Searched refs:testDataA (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp2871 const std::vector<deUint8> testDataA (genTestData(seed ^ 124798807u, (size_t)bufferSize)); in testMemoryWin32Create() local
2877 writeHostMemory(vkd, *device, *memoryA, testDataA.size(), &testDataA[0]); in testMemoryWin32Create()
2878 writeHostMemory(vkd, *device, *memory, testDataA.size(), &testDataB[0]); in testMemoryWin32Create()
2934 const std::vector<deUint8> testDataA (genTestData(seed ^ 124798807u, (size_t)bufferSize)); in testMemoryImportTwice() local
2940 writeHostMemory(vkd, *device, *memoryA, testData.size(), &testDataA[0]); in testMemoryImportTwice()
3063 const std::vector<deUint8> testDataA (genTestData(seed ^ 672929437u, (size_t)bufferSize)); in testMemoryFdDup() local
3067 writeHostMemory(vkd, *device, *newMemory, testDataA.size(), &testDataA[0]); in testMemoryFdDup()
3068 checkHostMemory(vkd, *device, *memory, testDataA.size(), &testDataA[0]); in testMemoryFdDup()
3128 const std::vector<deUint8> testDataA (genTestData(seed ^ 99012346u, (size_t)bufferSize)); in testMemoryFdDup2() local
3132 writeHostMemory(vkd, *device, *newMemory, testDataA.size(), &testDataA[0]); in testMemoryFdDup2()
[all …]