Searched refs:colorBufferAllocs (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineFramebufferAttachmentTests.cpp | 1037 MovePtr<Allocation> colorBufferAllocs[numRenderTargets]; in testMultiAttachments() local 1088 colorBufferAllocs[renderTargetIdx] = bindBuffer(vk, device, allocator, *colorBuffers[renderTargetIdx], MemoryRequirement::HostVisible); in testMultiAttachments() 1321 invalidateAlloc(vk, device, *colorBufferAllocs[renderTargetIdx]); in testMultiAttachments() 1336 const tcu::ConstPixelBufferAccess resultImage (format, size.x(), size.y(), size.z(), colorBufferAllocs[renderTargetIdx]->getHostPtr()); in testMultiAttachments()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineFramebufferAttachmentTests.cpp | 1047 MovePtr<Allocation> colorBufferAllocs[numRenderTargets]; in testMultiAttachments() local 1098 colorBufferAllocs[renderTargetIdx] = bindBuffer(vk, device, allocator, *colorBuffers[renderTargetIdx], MemoryRequirement::HostVisible); in testMultiAttachments() 1332 invalidateAlloc(vk, device, *colorBufferAllocs[renderTargetIdx]); in testMultiAttachments() 1347 const tcu::ConstPixelBufferAccess resultImage (format, size.x(), size.y(), size.z(), colorBufferAllocs[renderTargetIdx]->getHostPtr()); in testMultiAttachments()
|
Completed in 7 milliseconds