Searched refs:img_bar (Results 1 – 1 of 1) sorted by relevance
1491 VkImageMemoryBarrier img_bar[AV_NUM_DATA_POINTERS] = { 0 }; in prepare_frame() local1531 img_bar[i].sType = VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER; in prepare_frame()1532 img_bar[i].srcAccessMask = 0x0; in prepare_frame()1533 img_bar[i].dstAccessMask = new_access; in prepare_frame()1534 img_bar[i].oldLayout = frame->layout[i]; in prepare_frame()1535 img_bar[i].newLayout = new_layout; in prepare_frame()1536 img_bar[i].srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; in prepare_frame()1537 img_bar[i].dstQueueFamilyIndex = dst_qf; in prepare_frame()1538 img_bar[i].image = frame->img[i]; in prepare_frame()1539 img_bar[i].subresourceRange.levelCount = 1; in prepare_frame()[all …]