Searched refs:colorBuffers (Results 1 – 1 of 1) sorted by relevance
1040 Move<VkBuffer> colorBuffers[numRenderTargets]; in testDifferentAttachmentSizes() local1089 …colorBuffers[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()