Searched refs:copyInfo (Results 1 - 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/ |
H A D | vktConditionalRenderingTestUtil.cpp | 91 const auto copyInfo = vk::makeBufferCopy(0ull, 0ull, bufferSize); in createConditionalRenderingBuffer() local 94 vk.cmdCopyBuffer(*cmdBuffer, hostBuffer->object(), deviceLocalBuffer->object(), 1, ©Info); in createConditionalRenderingBuffer()
|
H A D | vktConditionalDrawAndClearTests.cpp | 469 vk::VkBufferCopy copyInfo in createInitBufferWithPredicate() 475 m_vkd.cmdCopyBuffer(*cmdBuffer, buffer->object(), m_conditionalRenderingBuffer->object(), 1, ©Info); in createInitBufferWithPredicate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/ |
H A D | vktConditionalRenderingTestUtil.cpp | 91 const auto copyInfo = vk::makeBufferCopy(0ull, 0ull, bufferSize); in createConditionalRenderingBuffer() local 94 vk.cmdCopyBuffer(*cmdBuffer, hostBuffer->object(), deviceLocalBuffer->object(), 1, ©Info); in createConditionalRenderingBuffer()
|
H A D | vktConditionalDrawAndClearTests.cpp | 449 vk::VkBufferCopy copyInfo in createInitBufferWithPredicate() 455 m_vkd.cmdCopyBuffer(*cmdBuffer, buffer->object(), m_conditionalRenderingBuffer->object(), 1, ©Info); in createInitBufferWithPredicate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktOpaqueTypeIndexingTests.cpp | 602 const VkBufferImageCopy copyInfo = in TestImage() local 617 copyBufferToImage(vkd, device, context.getUniversalQueue(), context.getUniversalQueueFamilyIndex(), *stagingBuffer, stagingBufferSize, vector<VkBufferImageCopy>(1, copyInfo), DE_NULL, imageAspect, 1u, numLayers, *m_image); in TestImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktOpaqueTypeIndexingTests.cpp | 604 const VkBufferImageCopy copyInfo = in TestImage() local 619 copyBufferToImage(vkd, device, context.getUniversalQueue(), context.getUniversalQueueFamilyIndex(), *stagingBuffer, stagingBufferSize, vector<VkBufferImageCopy>(1, copyInfo), DE_NULL, imageAspect, 1u, numLayers, *m_image); in TestImage()
|
Completed in 14 milliseconds