Searched refs:memoryTypeIndex (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_device_memory.c47 .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 Dvn_android.c505 .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 Dwsi_common_drm.c347 .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 Dwsi_common_win32.c422 .memoryTypeIndex = select_memory_type(wsi, VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT,
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_android.c186 .memoryTypeIndex = memory_type_index,
H A Dtu_device.c1440 mem->type_index = pAllocateInfo->memoryTypeIndex;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_android.c153 .memoryTypeIndex = memory_type_index,
H A Dradv_device.c3181 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 Dtu_android.c298 .memoryTypeIndex = 0,
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/
H A Dwsi_common.c478 .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 Danv_dump.c92 .memoryTypeIndex = 0,
H A Danv_device.c2740 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 Dzink_bo.c250 mai.memoryTypeIndex = screen->heap_map[heap];
251 if (screen->info.mem_props.memoryTypes[mai.memoryTypeIndex].propertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT) {
H A Dzink_resource.c615 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 Dradv_android.c165 .memoryTypeIndex = memory_type_index,
H A Dradv_device.c5375 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 Dvn_protocol_driver_device_memory.h347 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 Doverlay.cpp813 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 Dv3dv_device.c2089 assert(pAllocateInfo->memoryTypeIndex < pdevice->memory.memoryTypeCount);
2090 mem->type = &pdevice->memory.memoryTypes[pAllocateInfo->memoryTypeIndex];
H A Dv3dv_meta_copy.c2314 .memoryTypeIndex = 0,
/xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1052 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 Danv_device.c3627 assert(pAllocateInfo->memoryTypeIndex < pdevice->memory.type_count);
3629 &pdevice->memory.types[pAllocateInfo->memoryTypeIndex];
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_device.c1725 mem->type_index = pAllocateInfo->memoryTypeIndex;
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_core.h2133 uint32_t memoryTypeIndex; member in struct:VkMemoryAllocateInfo
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_core.h2805 uint32_t memoryTypeIndex; member in struct:VkMemoryAllocateInfo

Completed in 169 milliseconds

12