Home | History | Annotate | Download | only in tests

Lines Matching defs:reqs

1007                               VkFlags const usage, VkImageTiling const requested_tiling, VkMemoryPropertyFlags const reqs,
1051 vk_testing::Image::init(*m_device, imageCreateInfo, reqs);
1055 VkFlags const usage, VkImageTiling const requested_tiling, VkMemoryPropertyFlags const reqs,
1057 InitNoLayout(width, height, mipLevels, format, usage, requested_tiling, reqs, queue_families);
1213 VkMemoryPropertyFlags reqs = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_COHERENT_BIT;
1216 VK_IMAGE_TILING_LINEAR, reqs);
1239 VkMemoryPropertyFlags reqs = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_COHERENT_BIT;
1242 VK_IMAGE_TILING_LINEAR, reqs);
1328 VkMemoryPropertyFlags reqs = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_COHERENT_BIT;
1331 init_as_src_and_dst(*m_device, allocationSize, reqs);
1333 init(*m_device, create_info(allocationSize, usage), reqs);