/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkInstance.hpp | 27 static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE; } in GetAllocationScope()
|
H A D | VkPhysicalDevice.hpp | 30 static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE; } in GetAllocationScope()
|
/third_party/vulkan-loader/loader/ |
H A D | loader_windows.c | 131 *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 D | unknown_function_handling.c | 162 (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 D | loader_environment.c | 269 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 D | loader.c | 263 *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 D | settings.c | 175 inst, sizeof(loader_settings_layer_configuration) * layer_configurations_count, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in parse_layer_configurations()
|
H A D | cJSON.c | 48 return loader_calloc(pAllocator, size, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in cJSON_malloc_instance_scope()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_instance.c | 91 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 D | wsi_common_display.c | 247 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 D | wsi_common_win32.c | 514 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in wsi_win32_init_wsi()
|
H A D | wsi_common_wayland.c | 628 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in wsi_wl_display_create() 1405 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in wsi_wl_init_wsi()
|
H A D | wsi_common_x11.c | 206 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 D | vn_physical_device.c | 747 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 D | vn_instance.c | 704 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in vn_CreateInstance()
|
H A D | vn_renderer_vtest.c | 1104 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in vn_renderer_create_vtest()
|
H A D | vn_renderer_virtgpu.c | 1742 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in vn_renderer_create_virtgpu()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_device.c | 172 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 D | tu_device.c | 246 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 D | vktWsiSurfaceTests.cpp | 283 (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 D | dzn_device.c | 181 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 D | vktWsiSurfaceTests.cpp | 289 (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 D | panvk_device.c | 182 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in panvk_CreateInstance()
|
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | test_layer.cpp | 318 pAllocator->pfnAllocation(pAllocator->pUserData, 100, 8, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE);
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 408 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in lvp_CreateInstance()
|