Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp2726 const Allocation& allocResult = imageBufferResult.getAllocation(); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() local
2727 invalidateAlloc(vk, device, allocResult); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize()
2730 datas.push_back(allocResult.getHostPtr()); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize()
2963 const Allocation& allocResult = imageBufferResult.getAllocation(); in makeGeometryFrameBufferTestRequiredSubgroupSize() local
2964 invalidateAlloc(vk, device, allocResult); in makeGeometryFrameBufferTestRequiredSubgroupSize()
2967 datas.push_back(allocResult.getHostPtr()); in makeGeometryFrameBufferTestRequiredSubgroupSize()
3541 const Allocation& allocResult = imageBufferResult.getAllocation(); in makeVertexFrameBufferTestRequiredSubgroupSize() local
3542 invalidateAlloc(vk, device, allocResult); in makeVertexFrameBufferTestRequiredSubgroupSize()
3545 datas.push_back(allocResult.getHostPtr()); in makeVertexFrameBufferTestRequiredSubgroupSize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageCompressionTranscodingSupport.cpp891 const Allocation& allocResult = imageBufferResult.getAllocation(); in copyResultAndCompare() local
892 invalidateAlloc(vk, device, allocResult); in copyResultAndCompare()
893 …if (deMemCmp((const void *)allocResult.getHostPtr(), (const void *)&m_data[static_cast<size_t>(off… in copyResultAndCompare()