Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineFramebufferAttachmentTests.cpp1040 Move<VkBuffer> colorBuffers[numRenderTargets]; in testDifferentAttachmentSizes() local
1089colorBuffers[renderTargetIdx] = makeBuffer(vk, device, colorBufferSize, VK_BUFFER_USAGE_TRANS… in testDifferentAttachmentSizes()
1090 …colorBufferAllocs[renderTargetIdx] = bindBuffer(vk, device, allocator, *colorBuffers[renderTar… in testDifferentAttachmentSizes()
1275 …*colorImages[renderTargetIdx], VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *colorBuffers[renderTargetIdx… in testDifferentAttachmentSizes()
1285 *colorBuffers[renderTargetIdx], // VkBuffer buffer; in testDifferentAttachmentSizes()