Home
last modified time | relevance | path

Searched refs:memory_properties (Results 1 – 24 of 24) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkdeviceprovider.c156 (guint) device->memory_properties.memoryHeapCount, NULL); in fill_properties()
157 for (i = 0; i < device->memory_properties.memoryHeapCount; i++) { in fill_properties()
160 memory_properties.memoryHeaps[i].flags); in fill_properties()
165 (guint64) device->memory_properties.memoryHeaps[i].size, NULL); in fill_properties()
170 (guint) device->memory_properties.memoryHeaps[i].flags, NULL); in fill_properties()
181 (guint) device->memory_properties.memoryTypeCount, NULL); in fill_properties()
182 for (i = 0; i < device->memory_properties.memoryTypeCount; i++) { in fill_properties()
184 gst_vulkan_memory_property_flags_to_string (device->memory_properties. in fill_properties()
190 (guint) device->memory_properties.memoryTypes[i].heapIndex, NULL); in fill_properties()
195 (guint) device->memory_properties.memoryTypes[i].propertyFlags, NULL); in fill_properties()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkphysicaldevice.c475 device->memory_properties.memoryHeapCount); in dump_memory_properties()
476 for (i = 0; i < device->memory_properties.memoryHeapCount; i++) { in dump_memory_properties()
479 memory_properties.memoryHeaps[i].flags); in dump_memory_properties()
483 (guint64) device->memory_properties.memoryHeaps[i].size, in dump_memory_properties()
484 device->memory_properties.memoryHeaps[i].flags, prop_flags_str); in dump_memory_properties()
488 device->memory_properties.memoryTypeCount); in dump_memory_properties()
489 for (i = 0; i < device->memory_properties.memoryTypeCount; i++) { in dump_memory_properties()
491 gst_vulkan_memory_property_flags_to_string (device->memory_properties. in dump_memory_properties()
496 device->memory_properties.memoryTypes[i].heapIndex, in dump_memory_properties()
497 device->memory_properties.memoryTypes[i].propertyFlags, prop_flags_str); in dump_memory_properties()
[all …]
Dgstvkphysicaldevice.h63 VkPhysicalDeviceMemoryProperties memory_properties; member
Dgstvkmemory.c239 if ((device->physical_device->memory_properties.memoryTypes[i]. in gst_vulkan_memory_find_memory_type_index_with_type_properties()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_physical_device.h103 VkPhysicalDeviceMemoryProperties2 memory_properties; member
Dvn_device_memory.c33 &dev->physical_device->memory_properties.memoryProperties; in vn_device_memory_pool_grow_alloc()
252 &dev->physical_device->memory_properties.memoryProperties; in vn_device_memory_import_dma_buf()
414 &dev->physical_device->memory_properties.memoryProperties; in vn_AllocateMemory()
Dvn_feedback.c45 &dev->physical_device->memory_properties.memoryProperties; in vn_feedback_buffer_create()
Dvn_physical_device.c770 physical_dev->memory_properties.sType = in vn_physical_device_init_memory_properties()
775 &physical_dev->memory_properties); in vn_physical_device_init_memory_properties()
779 &physical_dev->memory_properties.memoryProperties; in vn_physical_device_init_memory_properties()
2203 physical_dev->memory_properties.memoryProperties; in vn_GetPhysicalDeviceMemoryProperties2()
Dvn_android.c1291 &dev->physical_device->memory_properties.memoryProperties; in vn_android_device_allocate_ahb()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c199 device->memory_properties.memoryHeapCount = 0; in radv_physical_device_init_mem_types()
216 vram_index = device->memory_properties.memoryHeapCount++; in radv_physical_device_init_mem_types()
218 device->memory_properties.memoryHeaps[vram_index] = (VkMemoryHeap){ in radv_physical_device_init_mem_types()
225 gart_index = device->memory_properties.memoryHeapCount++; in radv_physical_device_init_mem_types()
227 device->memory_properties.memoryHeaps[gart_index] = (VkMemoryHeap){ in radv_physical_device_init_mem_types()
234 visible_vram_index = device->memory_properties.memoryHeapCount++; in radv_physical_device_init_mem_types()
236 device->memory_properties.memoryHeaps[visible_vram_index] = (VkMemoryHeap){ in radv_physical_device_init_mem_types()
247 device->memory_properties.memoryTypes[type_count++] = (VkMemoryType){ in radv_physical_device_init_mem_types()
254 device->memory_properties.memoryTypes[type_count++] = (VkMemoryType){ in radv_physical_device_init_mem_types()
263 device->memory_properties.memoryTypes[type_count++] = (VkMemoryType){ in radv_physical_device_init_mem_types()
[all …]
Dradv_android.c146 for (int i = 0; i < device->physical_device->memory_properties.memoryTypeCount; ++i) { in radv_image_from_gralloc()
147 bool is_local = !!(device->physical_device->memory_properties.memoryTypes[i].propertyFlags & in radv_image_from_gralloc()
646 uint32_t memory_types = (1u << pdevice->memory_properties.memoryTypeCount) - 1; in radv_GetAndroidHardwareBufferPropertiesANDROID()
Dradv_private.h316 VkPhysicalDeviceMemoryProperties memory_properties; member
/third_party/mesa3d/src/freedreno/ci/
Dfreedreno-a618-fails.txt6 dEQP-VK.api.info.get_physical_device_properties2.memory_properties,Fail
/third_party/vulkan-loader/tests/framework/icd/
Dphysical_device.h43 BUILDER_VALUE(PhysicalDevice, VkPhysicalDeviceMemoryProperties, memory_properties, {})
Dtest_icd.cpp816 …memcpy(pMemoryProperties, &icd.GetPhysDevice(physicalDevice).memory_properties, sizeof(VkPhysicalD… in test_vkGetPhysicalDeviceMemoryProperties()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h168 VkPhysicalDeviceMemoryProperties memory_properties; member
Dvulkan_command_buffer_utils.cpp283 vkGetPhysicalDeviceMemoryProperties(info.gpus[0], &info.memory_properties); in init_enumerate_device()
990 for (uint32_t i = 0; i < info.memory_properties.memoryTypeCount; i++) in memory_type_from_properties()
995 if ((info.memory_properties.memoryTypes[i].propertyFlags & requirements_mask) == in memory_type_from_properties()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h168 VkPhysicalDeviceMemoryProperties memory_properties; member
Dvulkan_command_buffer_utils.cpp275 vkGetPhysicalDeviceMemoryProperties(info.gpus[0], &info.memory_properties); in init_enumerate_device()
979 for (uint32_t i = 0; i < info.memory_properties.memoryTypeCount; i++) in memory_type_from_properties()
984 if ((info.memory_properties.memoryTypes[i].propertyFlags & requirements_mask) == in memory_type_from_properties()
/third_party/flutter/glfw/tests/
Dvulkan.c364 VkPhysicalDeviceMemoryProperties memory_properties; member
390 if ((demo->memory_properties.memoryTypes[i].propertyFlags & in memory_type_from_properties()
2096 vkGetPhysicalDeviceMemoryProperties(demo->gpu, &demo->memory_properties); in demo_init_vk_swapchain()
/third_party/vk-gl-cts/android/cts/master/vk-incremental-deqp/
Dapi.txt98 dEQP-VK.api.info.get_physical_device_properties2.memory_properties
/third_party/vk-gl-cts/android/cts/master/src/
Dvk-incremental-deqp.txt176 dEQP-VK.api.info.get_physical_device_properties2.memory_properties
/third_party/vulkan-loader/tests/
Dloader_phys_dev_inst_ext_tests.cpp1215 FillInRandomMemoryData(env.get_test_icd(0).physical_devices.back().memory_properties); in TEST()
1247 FillInRandomMemoryData(env.get_test_icd(0).physical_devices.back().memory_properties); in TEST()
1278 FillInRandomMemoryData(env.get_test_icd(0).physical_devices.back().memory_properties); in TEST()
1362 FillInRandomMemoryData(cur_dev.memory_properties); in TEST()
/third_party/vk-gl-cts/android/cts/master/vk-master-2019-03-01/
Dapi.txt1409 dEQP-VK.api.info.get_physical_device_properties2.memory_properties