• Home
  • Raw
  • Download

Lines Matching refs:memory_reqs

805             VkMemoryRequirements memory_reqs = {};  in GetTestConditionValid()  local
807 vkGetBufferMemoryRequirements(aVulkanDevice->device(), vulkanBuffer, &memory_reqs); in GetTestConditionValid()
809 offset_limit = memory_reqs.alignment; in GetTestConditionValid()
9557 VkMemoryRequirements memory_reqs; in TEST_F() local
9565 vkGetBufferMemoryRequirements(m_device->device(), buffer, &memory_reqs); in TEST_F()
9566 memory_info.allocationSize = memory_reqs.size; in TEST_F()
9567 bool pass = m_device->phy().set_memory_type(memory_reqs.memoryTypeBits, &memory_info, 0); in TEST_F()
9750 VkMemoryRequirements memory_reqs; in TEST_F() local
9758 vkGetImageMemoryRequirements(m_device->device(), image, &memory_reqs); in TEST_F()
9759 memory_info.allocationSize = memory_reqs.size; in TEST_F()
9760 pass = m_device->phy().set_memory_type(memory_reqs.memoryTypeBits, &memory_info, 0); in TEST_F()
9877 VkMemoryRequirements memory_reqs; in TEST_F() local
9885 vkGetImageMemoryRequirements(m_device->device(), image, &memory_reqs); in TEST_F()
9886 memory_info.allocationSize = memory_reqs.size; in TEST_F()
9887 pass = m_device->phy().set_memory_type(memory_reqs.memoryTypeBits, &memory_info, 0); in TEST_F()
10444 VkMemoryRequirements memory_reqs; in TEST_F() local
10452 vkGetImageMemoryRequirements(m_device->device(), image, &memory_reqs); in TEST_F()
10454 VkDeviceSize align_mod = memory_reqs.size % memory_reqs.alignment; in TEST_F()
10455 …VkDeviceSize aligned_size = ((align_mod == 0) ? memory_reqs.size : (memory_reqs.size + memory_reqs in TEST_F()
10457 pass = m_device->phy().set_memory_type(memory_reqs.memoryTypeBits, &memory_info, 0); in TEST_F()
11358 VkMemoryRequirements memory_reqs; in TEST_F() local
11366 vkGetImageMemoryRequirements(m_device->device(), image, &memory_reqs); in TEST_F()
11368 memory_info.allocationSize = memory_reqs.size; in TEST_F()
11369 pass = m_device->phy().set_memory_type(memory_reqs.memoryTypeBits, &memory_info, 0); in TEST_F()
11810 VkMemoryRequirements memory_reqs; in TEST_F() local
11818 vkGetBufferMemoryRequirements(m_device->device(), buffer, &memory_reqs); in TEST_F()
11819 memory_info.allocationSize = memory_reqs.size; in TEST_F()
11820 bool pass = m_device->phy().set_memory_type(memory_reqs.memoryTypeBits, &memory_info, 0); in TEST_F()
19162 VkMemoryRequirements memory_reqs; in TEST_F() local
19170 vkGetBufferMemoryRequirements(m_device->device(), buffer, &memory_reqs); in TEST_F()
19171 memory_info.allocationSize = memory_reqs.size; in TEST_F()
19172 bool pass = m_device->phy().set_memory_type(memory_reqs.memoryTypeBits, &memory_info, 0); in TEST_F()
28132 VkMemoryRequirements memory_reqs; in TEST_F() local
28141 vkGetBufferMemoryRequirements(m_device->device(), buffer, &memory_reqs); in TEST_F()
28142 memory_info.allocationSize = memory_reqs.size; in TEST_F()
28143 pass = m_device->phy().set_memory_type(memory_reqs.memoryTypeBits, &memory_info, 0); in TEST_F()
28202 VkMemoryRequirements memory_reqs; in TEST_F() local
28211 vkGetBufferMemoryRequirements(m_device->device(), buffer, &memory_reqs); in TEST_F()
28212 memory_info.allocationSize = memory_reqs.size; in TEST_F()
28213 pass = m_device->phy().set_memory_type(memory_reqs.memoryTypeBits, &memory_info, 0); in TEST_F()
30272 VkMemoryRequirements memory_reqs; in TEST_F() local
30280 vkGetImageMemoryRequirements(m_device->device(), image, &memory_reqs); in TEST_F()
30285 while (memory_reqs.size < (memory_reqs.alignment * 2)) { in TEST_F()
30291 vkGetImageMemoryRequirements(m_device->device(), image, &memory_reqs); in TEST_F()
30295 memory_info.allocationSize = memory_reqs.alignment; in TEST_F()
30296 pass = m_device->phy().set_memory_type(memory_reqs.memoryTypeBits, &memory_info, 0); in TEST_F()
30370 VkMemoryRequirements memory_reqs; in TEST_F() local
30371 vkGetImageMemoryRequirements(m_device->device(), image, &memory_reqs); in TEST_F()
30395 m_device->phy().set_memory_type(memory_reqs.memoryTypeBits, &metadata_memory_info, 0); in TEST_F()
32970 VkMemoryRequirements memory_reqs; in TEST_F() local
32971 vkGetBufferMemoryRequirements(m_device->device(), buffer, &memory_reqs); in TEST_F()
32982 memory_info.allocationSize = memory_reqs.size; in TEST_F()
32985 pass = m_device->phy().set_memory_type(memory_reqs.memoryTypeBits, &memory_info, 0); in TEST_F()
35019 VkMemoryRequirements memory_reqs; in TEST_F() local
35027 vkGetImageMemoryRequirements(m_device->device(), image, &memory_reqs); in TEST_F()
35028 memory_info.allocationSize = memory_reqs.size; in TEST_F()
35029 pass = m_device->phy().set_memory_type(memory_reqs.memoryTypeBits, &memory_info, 0); in TEST_F()