Searched refs:new_access (Results 1 – 2 of 2) sorted by relevance
124 ast::Access new_access;133 accesses[{config.old_binding, config.old_group}] = config.new_access;
1488 VkAccessFlags new_access; in prepare_frame() local1506 new_access = VK_ACCESS_TRANSFER_WRITE_BIT; in prepare_frame()1511 new_access = VK_ACCESS_TRANSFER_READ_BIT; in prepare_frame()1516 new_access = VK_ACCESS_MEMORY_READ_BIT | VK_ACCESS_MEMORY_WRITE_BIT; in prepare_frame()1533 img_bar[i].dstAccessMask = new_access; in prepare_frame()2981 VkAccessFlags new_access = to_buf ? VK_ACCESS_TRANSFER_READ_BIT : in transfer_image_buf() local2987 if ((frame->layout[i] == new_layout) && (frame->access[i] & new_access)) in transfer_image_buf()2992 img_bar[bar_num].dstAccessMask = new_access; in transfer_image_buf()