Searched refs:allocResult (Results 1 – 2 of 2) sorted by relevance
1661 const Allocation& allocResult = imageBufferResult.getAllocation(); in makeTessellationEvaluationFrameBufferTest() local1662 invalidateAlloc(context.getDeviceInterface(), context.getDevice(), allocResult); in makeTessellationEvaluationFrameBufferTest()1665 datas.push_back(allocResult.getHostPtr()); in makeTessellationEvaluationFrameBufferTest()1882 const Allocation& allocResult = imageBufferResult.getAllocation(); in makeGeometryFrameBufferTest() local1883 invalidateAlloc(context.getDeviceInterface(), context.getDevice(), allocResult); in makeGeometryFrameBufferTest()1886 datas.push_back(allocResult.getHostPtr()); in makeGeometryFrameBufferTest()2403 const Allocation& allocResult = imageBufferResult.getAllocation(); in makeVertexFrameBufferTest() local2404 invalidateAlloc(context.getDeviceInterface(), context.getDevice(), allocResult); in makeVertexFrameBufferTest()2407 datas.push_back(allocResult.getHostPtr()); in makeVertexFrameBufferTest()
890 const Allocation& allocResult = imageBufferResult.getAllocation(); in copyResultAndCompare() local891 invalidateAlloc(vk, device, allocResult); in copyResultAndCompare()892 …if (deMemCmp((const void *)allocResult.getHostPtr(), (const void *)&m_data[static_cast<size_t>(off… in copyResultAndCompare()