Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp1661 const Allocation& allocResult = imageBufferResult.getAllocation(); in makeTessellationEvaluationFrameBufferTest() local
1662 invalidateAlloc(context.getDeviceInterface(), context.getDevice(), allocResult); in makeTessellationEvaluationFrameBufferTest()
1665 datas.push_back(allocResult.getHostPtr()); in makeTessellationEvaluationFrameBufferTest()
1882 const Allocation& allocResult = imageBufferResult.getAllocation(); in makeGeometryFrameBufferTest() local
1883 invalidateAlloc(context.getDeviceInterface(), context.getDevice(), allocResult); in makeGeometryFrameBufferTest()
1886 datas.push_back(allocResult.getHostPtr()); in makeGeometryFrameBufferTest()
2403 const Allocation& allocResult = imageBufferResult.getAllocation(); in makeVertexFrameBufferTest() local
2404 invalidateAlloc(context.getDeviceInterface(), context.getDevice(), allocResult); in makeVertexFrameBufferTest()
2407 datas.push_back(allocResult.getHostPtr()); in makeVertexFrameBufferTest()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageCompressionTranscodingSupport.cpp890 const Allocation& allocResult = imageBufferResult.getAllocation(); in copyResultAndCompare() local
891 invalidateAlloc(vk, device, allocResult); in copyResultAndCompare()
892 …if (deMemCmp((const void *)allocResult.getHostPtr(), (const void *)&m_data[static_cast<size_t>(off… in copyResultAndCompare()