Lines Matching refs:reqs
687 VkMemoryPropertyFlags reqs) { in init_no_layout() argument
722 vk_testing::Image::init(*m_device, imageCreateInfo, reqs); in init_no_layout()
726 VkMemoryPropertyFlags reqs) { in init() argument
728 init_no_layout(w, h, fmt, usage, requested_tiling, reqs); in init()
812 …VkMemoryPropertyFlags reqs = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_COHEREN… in VkTextureObj() local
815 reqs); in VkTextureObj()
918 …VkMemoryPropertyFlags reqs = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_COHEREN… in VkConstantBufferObj() local
922 init_as_src_and_dst(*m_device, allocationSize, reqs); in VkConstantBufferObj()
924 init(*m_device, create_info(allocationSize, usage), reqs); in VkConstantBufferObj()
1045 …VkMemoryPropertyFlags reqs = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_COHEREN… in CreateAndInitBuffer() local
1046 init_as_src_and_dst(*m_device, allocationSize, reqs); in CreateAndInitBuffer()