Searched refs:allocResult (Results 1 – 2 of 2) sorted by relevance
2726 const Allocation& allocResult = imageBufferResult.getAllocation(); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() local2727 invalidateAlloc(vk, device, allocResult); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize()2730 datas.push_back(allocResult.getHostPtr()); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize()2963 const Allocation& allocResult = imageBufferResult.getAllocation(); in makeGeometryFrameBufferTestRequiredSubgroupSize() local2964 invalidateAlloc(vk, device, allocResult); in makeGeometryFrameBufferTestRequiredSubgroupSize()2967 datas.push_back(allocResult.getHostPtr()); in makeGeometryFrameBufferTestRequiredSubgroupSize()3541 const Allocation& allocResult = imageBufferResult.getAllocation(); in makeVertexFrameBufferTestRequiredSubgroupSize() local3542 invalidateAlloc(vk, device, allocResult); in makeVertexFrameBufferTestRequiredSubgroupSize()3545 datas.push_back(allocResult.getHostPtr()); in makeVertexFrameBufferTestRequiredSubgroupSize()
891 const Allocation& allocResult = imageBufferResult.getAllocation(); in copyResultAndCompare() local892 invalidateAlloc(vk, device, allocResult); in copyResultAndCompare()893 …if (deMemCmp((const void *)allocResult.getHostPtr(), (const void *)&m_data[static_cast<size_t>(off… in copyResultAndCompare()