Home
last modified time | relevance | path

Searched refs:memory_types (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/intel/vulkan/
Danv_android.c304 uint32_t memory_types = (1ull << dev->physical->memory.type_count) - 1; in anv_GetAndroidHardwareBufferPropertiesANDROID() local
307 pProperties->memoryTypeBits = memory_types; in anv_GetAndroidHardwareBufferPropertiesANDROID()
Danv_image.c1606 uint32_t memory_types = (1ull << device->physical->memory.type_count) - 1; in anv_image_get_memory_requirements() local
1656 .memoryTypeBits = memory_types, in anv_image_get_memory_requirements()
Danv_device.c4257 uint32_t memory_types = (1ull << device->physical->memory.type_count) - 1; in anv_get_buffer_memory_requirements() local
4278 pMemoryRequirements->memoryRequirements.memoryTypeBits = memory_types; in anv_get_buffer_memory_requirements()
/third_party/mesa3d/src/amd/vulkan/
Dradv_android.c770 uint32_t memory_types = (1u << pdevice->memory_properties.memoryTypeCount) - 1; in radv_GetAndroidHardwareBufferPropertiesANDROID() local
773 pProperties->memoryTypeBits = memory_types; in radv_GetAndroidHardwareBufferPropertiesANDROID()