Home
last modified time | relevance | path

Searched refs:VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE (Results 1 - 25 of 41) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkInstance.hpp27 static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE; } in GetAllocationScope()
H A DVkPhysicalDevice.hpp30 static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE; } in GetAllocationScope()
/third_party/vulkan-loader/loader/
H A Dloader_windows.c131 *reg_data = loader_instance_heap_alloc(inst, *total_size, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in windows_add_json_entry()
141 loader_instance_heap_realloc(inst, *reg_data, *total_size, *total_size * 2, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in windows_add_json_entry()
201 manifest_path = loader_instance_heap_alloc(inst, requiredSize, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in windows_get_device_registry_entry()
263 pDeviceNames = loader_instance_heap_alloc(inst, deviceNamesSize * sizeof(wchar_t), VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in windows_get_device_registry_files()
435 *reg_data = loader_instance_heap_alloc(inst, *reg_data_size, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in windows_get_registry_files()
446 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in windows_get_registry_files()
1197 *out_path = loader_instance_heap_calloc(inst, name_size + 1, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in get_settings_path_if_exists_in_registry_key()
H A Dunknown_function_handling.c162 (char *)loader_instance_heap_alloc(inst, funcName_len, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in loader_dev_ext_gpa_impl()
274 (char *)loader_instance_heap_alloc(inst, funcName_len, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in loader_phys_dev_ext_gpa_impl()
H A Dloader_environment.c269 parsing_string = loader_instance_heap_calloc(inst, env_var_len + 1, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in parse_generic_filter_environment_var()
328 parsing_string = loader_instance_heap_calloc(inst, env_var_len + 1, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in parse_layers_disable_filter_environment_var()
H A Dloader.c263 *dest_str = loader_instance_heap_calloc(inst, str_len, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in loader_copy_to_new_str()
272 string_list->list = loader_instance_heap_calloc(inst, sizeof(char *) * allocated_count, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in create_string_list()
286 loader_instance_heap_calloc(inst, sizeof(char *) * string_list->allocated_count, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in append_str_to_string_list()
293 sizeof(char *) * new_allocated_count, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in append_str_to_string_list()
308 char *new_str = loader_instance_heap_calloc(inst, sizeof(char *) * str_len + 1, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in copy_str_to_string_list()
411 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in loader_append_layer_property()
708 list_info->list = loader_instance_heap_calloc(inst, capacity, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in loader_init_generic_list()
745 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in loader_add_to_ext_list()
788 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in loader_add_to_dev_ext_list()
818 list->list = loader_instance_heap_calloc(inst, list->capacity, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in loader_init_pointer_layer_list()
[all...]
H A Dsettings.c175 inst, sizeof(loader_settings_layer_configuration) * layer_configurations_count, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in parse_layer_configurations()
H A DcJSON.c48 return loader_calloc(pAllocator, size, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in cJSON_malloc_instance_scope()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_instance.c91 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in vk_instance_init()
96 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in vk_instance_init()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_display.c247 8, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in wsi_display_register_drm_mode()
296 8, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in wsi_display_alloc_connector()
1637 8, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in wsi_display_fence_alloc()
2141 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in wsi_display_init_wsi()
2485 8, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in wsi_display_register_x_mode()
H A Dwsi_common_win32.c514 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in wsi_win32_init_wsi()
H A Dwsi_common_wayland.c628 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in wsi_wl_display_create()
1405 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in wsi_wl_init_wsi()
H A Dwsi_common_x11.c206 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in wsi_x11_connection_create()
2229 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in wsi_x11_init_wsi()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_physical_device.c747 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in vn_physical_device_init_queue_family_properties()
1100 VN_DEFAULT_ALIGN, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in vn_physical_device_init_renderer_extensions()
1250 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in vn_instance_enumerate_physical_device_groups_locked()
1345 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in enumerate_physical_devices()
H A Dvn_instance.c704 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in vn_CreateInstance()
H A Dvn_renderer_vtest.c1104 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in vn_renderer_create_vtest()
H A Dvn_renderer_virtgpu.c1742 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in vn_renderer_create_virtgpu()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c172 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in pvr_CreateInstance()
357 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in pvr_physical_device_init()
374 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in pvr_physical_device_init()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c246 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE, in tu_physical_device_init()
250 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in tu_physical_device_init()
415 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in tu_CreateInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiSurfaceTests.cpp283 (1u<<VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE))) in createSurfaceCustomAllocatorTest()
330 (1u<<VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE))) in createSurfaceSimulateOOMTest()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c181 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in dzn_instance_create()
315 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in dzn_physical_device_create()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiSurfaceTests.cpp289 (1u<<VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE))) in createSurfaceCustomAllocatorTest()
336 (1u<<VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE))) in createSurfaceSimulateOOMTest()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c182 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in panvk_CreateInstance()
/third_party/vulkan-loader/tests/framework/layer/
H A Dtest_layer.cpp318 pAllocator->pfnAllocation(pAllocator->pUserData, 100, 8, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE);
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c408 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in lvp_CreateInstance()

Completed in 52 milliseconds

12