| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| H A D | vn_device_memory.c | 47 .memoryTypeIndex = mem_type_index, 235 mem_props->memoryTypes[alloc_info->memoryTypeIndex].propertyFlags; 259 .memoryTypeIndex = alloc_info->memoryTypeIndex, 316 &mem_props->memoryTypes[pAllocateInfo->memoryTypeIndex]; 369 dev, pAllocateInfo->memoryTypeIndex, mem->size, &mem->base_memory,
|
| H A D | vn_android.c | 505 .memoryTypeIndex = ffs(mem_type_bits) - 1, 961 if (((1 << alloc_info->memoryTypeIndex) & mem_type_bits) == 0) { 962 vn_log(dev->instance, "memoryTypeIndex(%u) mem_type_bits(0x%X)", 963 alloc_info->memoryTypeIndex, mem_type_bits); 1034 .memoryTypeIndex = alloc_info->memoryTypeIndex, 1077 assert(alloc_info->memoryTypeIndex < mem_props->memoryTypeCount); 1082 if (mem_props->memoryTypes[alloc_info->memoryTypeIndex].propertyFlags &
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/ |
| H A D | wsi_common_drm.c | 347 .memoryTypeIndex = select_memory_type(wsi, true, reqs.memoryTypeBits), 518 .memoryTypeIndex = select_memory_type(wsi, false, reqs.memoryTypeBits), 576 .memoryTypeIndex = select_memory_type(wsi, true, reqs.memoryTypeBits),
|
| H A D | wsi_common_win32.c | 422 .memoryTypeIndex = select_memory_type(wsi, VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT,
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_android.c | 186 .memoryTypeIndex = memory_type_index,
|
| H A D | tu_device.c | 1440 mem->type_index = pAllocateInfo->memoryTypeIndex;
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_android.c | 153 .memoryTypeIndex = memory_type_index,
|
| H A D | radv_device.c | 3181 enum radv_mem_type mem_type_index = device->physical_device->mem_type_indices[pAllocateInfo->memoryTypeIndex];
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_android.c | 298 .memoryTypeIndex = 0,
|
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/ |
| H A D | wsi_common.c | 478 .memoryTypeIndex = select_memory_type(wsi, VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT, 629 .memoryTypeIndex = select_memory_type(wsi, 0, reqs.memoryTypeBits), 679 .memoryTypeIndex = select_memory_type(wsi, VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT,
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_dump.c | 92 .memoryTypeIndex = 0,
|
| H A D | anv_device.c | 2740 assert(pAllocateInfo->memoryTypeIndex < pdevice->memory.type_count); 2741 mem->type = &pdevice->memory.types[pAllocateInfo->memoryTypeIndex];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_bo.c | 250 mai.memoryTypeIndex = screen->heap_map[heap]; 251 if (screen->info.mem_props.memoryTypes[mai.memoryTypeIndex].propertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT) {
|
| H A D | zink_resource.c | 615 mai.memoryTypeIndex = screen->heap_map[heap]; 616 if (unlikely(!(reqs.memoryTypeBits & BITFIELD_BIT(mai.memoryTypeIndex)))) { 628 mai.memoryTypeIndex = screen->heap_map[heap]; 629 assert(reqs.memoryTypeBits & BITFIELD_BIT(mai.memoryTypeIndex)); 632 VkMemoryType mem_type = screen->info.mem_props.memoryTypes[mai.memoryTypeIndex];
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_android.c | 165 .memoryTypeIndex = memory_type_index,
|
| H A D | radv_device.c | 5375 device->physical_device->memory_properties.memoryTypes[pAllocateInfo->memoryTypeIndex] 5377 domain = device->physical_device->memory_domains[pAllocateInfo->memoryTypeIndex]; 5378 flags |= device->physical_device->memory_flags[pAllocateInfo->memoryTypeIndex];
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/ |
| H A D | vn_protocol_driver_device_memory.h | 347 size += vn_sizeof_uint32_t(&val->memoryTypeIndex); 416 vn_encode_uint32_t(enc, &val->memoryTypeIndex);
|
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/ |
| H A D | overlay.cpp | 813 upload_alloc_info.memoryTypeIndex = vk_memory_type(device_data, 915 alloc_info.memoryTypeIndex = 1364 image_alloc_info.memoryTypeIndex = vk_memory_type(device_data,
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_device.c | 2089 assert(pAllocateInfo->memoryTypeIndex < pdevice->memory.memoryTypeCount); 2090 mem->type = &pdevice->memory.memoryTypes[pAllocateInfo->memoryTypeIndex];
|
| H A D | v3dv_meta_copy.c | 2314 .memoryTypeIndex = 0,
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/ |
| H A D | overlay.cpp | 1052 upload_alloc_info.memoryTypeIndex = vk_memory_type(device_data, 1154 alloc_info.memoryTypeIndex = 1645 image_alloc_info.memoryTypeIndex = vk_memory_type(device_data,
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_device.c | 3627 assert(pAllocateInfo->memoryTypeIndex < pdevice->memory.type_count); 3629 &pdevice->memory.types[pAllocateInfo->memoryTypeIndex];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_device.c | 1725 mem->type_index = pAllocateInfo->memoryTypeIndex;
|
| /xsrc/external/mit/MesaLib.old/dist/include/vulkan/ |
| H A D | vulkan_core.h | 2133 uint32_t memoryTypeIndex; member in struct:VkMemoryAllocateInfo
|
| /xsrc/external/mit/MesaLib/dist/include/vulkan/ |
| H A D | vulkan_core.h | 2805 uint32_t memoryTypeIndex; member in struct:VkMemoryAllocateInfo
|