Home
last modified time | relevance | path

Searched refs:allocResult (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp2839 const Allocation& allocResult = imageBufferResult.getAllocation(); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() local
2840 invalidateAlloc(vk, device, allocResult); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize()
2843 datas.push_back(allocResult.getHostPtr()); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize()
3078 const Allocation& allocResult = imageBufferResult.getAllocation(); in makeGeometryFrameBufferTestRequiredSubgroupSize() local
3079 invalidateAlloc(vk, device, allocResult); in makeGeometryFrameBufferTestRequiredSubgroupSize()
3082 datas.push_back(allocResult.getHostPtr()); in makeGeometryFrameBufferTestRequiredSubgroupSize()
3660 const Allocation& allocResult = imageBufferResult.getAllocation(); in makeVertexFrameBufferTestRequiredSubgroupSize() local
3661 invalidateAlloc(vk, device, allocResult); in makeVertexFrameBufferTestRequiredSubgroupSize()
3664 datas.push_back(allocResult.getHostPtr()); in makeVertexFrameBufferTestRequiredSubgroupSize()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp2827 const Allocation& allocResult = imageBufferResult.getAllocation(); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() local
2828 invalidateAlloc(vk, device, allocResult); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize()
2831 datas.push_back(allocResult.getHostPtr()); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize()
3066 const Allocation& allocResult = imageBufferResult.getAllocation(); in makeGeometryFrameBufferTestRequiredSubgroupSize() local
3067 invalidateAlloc(vk, device, allocResult); in makeGeometryFrameBufferTestRequiredSubgroupSize()
3070 datas.push_back(allocResult.getHostPtr()); in makeGeometryFrameBufferTestRequiredSubgroupSize()
3648 const Allocation& allocResult = imageBufferResult.getAllocation(); in makeVertexFrameBufferTestRequiredSubgroupSize() local
3649 invalidateAlloc(vk, device, allocResult); in makeVertexFrameBufferTestRequiredSubgroupSize()
3652 datas.push_back(allocResult.getHostPtr()); in makeVertexFrameBufferTestRequiredSubgroupSize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageCompressionTranscodingSupport.cpp913 const Allocation& allocResult = imageBufferResult.getAllocation(); in copyResultAndCompare() local
914 invalidateAlloc(vk, device, allocResult); in copyResultAndCompare()
915 if (deMemCmp((const void *)allocResult.getHostPtr(), (const void *)&m_data[static_cast<size_t>(offset)], static_cast<size_t>(imageResultSize)) == 0ull) in copyResultAndCompare()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageCompressionTranscodingSupport.cpp902 const Allocation& allocResult = imageBufferResult.getAllocation(); in copyResultAndCompare() local
903 invalidateAlloc(vk, device, allocResult); in copyResultAndCompare()
904 if (deMemCmp((const void *)allocResult.getHostPtr(), (const void *)&m_data[static_cast<size_t>(offset)], static_cast<size_t>(imageResultSize)) == 0ull) in copyResultAndCompare()

Completed in 25 milliseconds