Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp1626 Buffer imageBufferResult (context, imageResultSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT); in makeTessellationEvaluationFrameBufferTest() local
1653 …text.getDeviceInterface(), *cmdBuffer, discardableImage.getImage(), imageBufferResult.getBuffer(),… in makeTessellationEvaluationFrameBufferTest()
1661 const Allocation& allocResult = imageBufferResult.getAllocation(); in makeTessellationEvaluationFrameBufferTest()
1839 Buffer imageBufferResult (context, imageResultSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT); in makeGeometryFrameBufferTest() local
1874 …text.getDeviceInterface(), *cmdBuffer, discardableImage.getImage(), imageBufferResult.getBuffer(),… in makeGeometryFrameBufferTest()
1882 const Allocation& allocResult = imageBufferResult.getAllocation(); in makeGeometryFrameBufferTest()
2100 Buffer imageBufferResult (context, imageResultSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT); in allStages() local
2146 …r(context.getDeviceInterface(), *cmdBuffer, resultImage.getImage(), imageBufferResult.getBuffer(),… in allStages()
2182 const Allocation& resultAlloc = imageBufferResult.getAllocation(); in allStages()
2360 Buffer imageBufferResult (context, imageResultSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT); in makeVertexFrameBufferTest() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageCompressionTranscodingSupport.cpp849 Buffer imageBufferResult (vk, device, allocator, in copyResultAndCompare() local
881 imageBufferResult.get(), 0ull, imageResultSize); in copyResultAndCompare()
884 …ffer(cmdBuffer, uncompressed, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, imageBufferResult.get(), 1u, &… in copyResultAndCompare()
890 const Allocation& allocResult = imageBufferResult.getAllocation(); in copyResultAndCompare()