Lines Matching refs:reqs
1007 … VkFlags const usage, VkImageTiling const requested_tiling, VkMemoryPropertyFlags const reqs, in InitNoLayout() argument
1051 vk_testing::Image::init(*m_device, imageCreateInfo, reqs); in InitNoLayout()
1055 … VkFlags const usage, VkImageTiling const requested_tiling, VkMemoryPropertyFlags const reqs, in Init() argument
1057 InitNoLayout(width, height, mipLevels, format, usage, requested_tiling, reqs, queue_families); in Init()
1213 …VkMemoryPropertyFlags reqs = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_COHEREN… in Read() local
1216 VK_IMAGE_TILING_LINEAR, reqs); in Read()
1239 …VkMemoryPropertyFlags reqs = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_COHEREN… in VkTextureObj() local
1242 VK_IMAGE_TILING_LINEAR, reqs); in VkTextureObj()
1328 …VkMemoryPropertyFlags reqs = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_COHEREN… in VkConstantBufferObj() local
1331 init_as_src_and_dst(*m_device, allocationSize, reqs); in VkConstantBufferObj()
1333 init(*m_device, create_info(allocationSize, usage), reqs); in VkConstantBufferObj()