Home
last modified time | relevance | path

Searched refs:loader_instance (Results 1 – 25 of 61) sorted by relevance

123

/dports/graphics/vulkan-loader/Vulkan-Loader-1.2.203/loader/
H A Dloader.h34 static inline struct loader_instance *loader_instance(VkInstance instance) { return (struct loader_… in loader_instance() function
84 VkResult loader_validate_layers(const struct loader_instance *inst, const uint32_t layer_count,
104 VkResult loader_add_device_extensions(const struct loader_instance *inst,
110 void loader_destroy_layer_list(const struct loader_instance *inst, struct loader_device *device,
124 void loader_init_dispatch_dev_ext(struct loader_instance *inst, struct loader_device *dev);
125 void *loader_dev_ext_gpa(struct loader_instance *inst, const char *funcName);
131 struct loader_instance *loader_get_instance(const VkInstance instance);
140 void loader_destroy_logical_device(const struct loader_instance *inst, struct loader_device *dev,
163 VkResult loader_validate_device_extensions(struct loader_instance *this_instance,
167 VkResult setup_loader_tramp_phys_devs(struct loader_instance *inst);
[all …]
H A DcJSON.h67 cJSON *cJSON_Parse(const struct loader_instance *instance, const char *value);
70 char *cJSON_Print(const struct loader_instance *instance, cJSON *item);
79 void cJSON_Delete(const struct loader_instance *instance, cJSON *c);
81 void cJSON_Free(const struct loader_instance *instance, void *p);
97 cJSON *cJSON_CreateNull(const struct loader_instance *instance);
98 cJSON *cJSON_CreateTrue(const struct loader_instance *instance);
99 cJSON *cJSON_CreateFalse(const struct loader_instance *instance);
100 cJSON *cJSON_CreateBool(const struct loader_instance *instance, int b);
101 cJSON *cJSON_CreateNumber(const struct loader_instance *instance, double num);
103 cJSON *cJSON_CreateArray(const struct loader_instance *instance);
[all …]
H A Ddebug_utils.h31 void debug_utils_AddInstanceExtensions(const struct loader_instance *inst, struct loader_extension_…
32 void debug_utils_CreateInstance(struct loader_instance *ptr_instance, const VkInstanceCreateInfo *p…
33 bool debug_utils_InstanceGpa(struct loader_instance *ptr_instance, const char *name, void **addr);
56 VkResult util_CreateDebugUtilsMessenger(struct loader_instance *inst, const VkDebugUtilsMessengerCr…
58 VkResult util_CreateDebugUtilsMessengers(struct loader_instance *inst, const VkAllocationCallbacks …
67 void util_DestroyDebugUtilsMessenger(struct loader_instance *inst, VkDebugUtilsMessengerEXT messeng…
69 void util_DestroyDebugUtilsMessengers(struct loader_instance *inst, const VkAllocationCallbacks *pA…
88 VkResult util_CreateDebugReportCallback(struct loader_instance *inst, VkDebugReportCallbackCreateIn…
90 VkResult util_CreateDebugReportCallbacks(struct loader_instance *inst, const VkAllocationCallbacks …
93 VkBool32 util_DebugReportMessage(const struct loader_instance *inst, VkFlags msgFlags, VkDebugRepor…
[all …]
H A Dloader_windows.h45 bool windows_add_json_entry(const struct loader_instance *inst,
59 bool windows_get_device_registry_entry(const struct loader_instance *inst, char **reg_data, PDWORD …
73 VkResult windows_get_device_registry_files(const struct loader_instance *inst, char **reg_data, PDW…
89 VkResult windows_get_registry_files(const struct loader_instance *inst, char *location, bool use_se…
93 VkResult windows_read_manifest_from_d3d_adapters(const struct loader_instance *inst, char **reg_dat…
97 VkResult windows_read_data_files_in_registry(const struct loader_instance *inst, enum loader_data_f…
102 VkResult windows_read_sorted_physical_devices(struct loader_instance *inst, struct LoaderSortedPhys…
H A DcJSON.c41 void *cJSON_malloc(const struct loader_instance *instance, size_t size) { in cJSON_malloc()
51 char *cJSON_strdup(const struct loader_instance *instance, const char *str) { in cJSON_strdup()
62 cJSON *cJSON_New_Item(const struct loader_instance *instance) { in cJSON_New_Item()
69 void cJSON_Delete(const struct loader_instance *instance, cJSON *c) { in cJSON_Delete()
933 cJSON *create_reference(const struct loader_instance *instance, cJSON *item) { in create_reference()
1039 cJSON *cJSON_CreateNull(const struct loader_instance *instance) { in cJSON_CreateNull()
1044 cJSON *cJSON_CreateTrue(const struct loader_instance *instance) { in cJSON_CreateTrue()
1049 cJSON *cJSON_CreateFalse(const struct loader_instance *instance) { in cJSON_CreateFalse()
1054 cJSON *cJSON_CreateBool(const struct loader_instance *instance, int b) { in cJSON_CreateBool()
1076 cJSON *cJSON_CreateArray(const struct loader_instance *instance) { in cJSON_CreateArray()
[all …]
H A Dget_environment.c44 char *loader_getenv(const char *name, const struct loader_instance *inst) { in loader_getenv()
51 char *loader_secure_getenv(const char *name, const struct loader_instance *inst) { in loader_secure_getenv()
82 void loader_free_getenv(char *val, const struct loader_instance *inst) { in loader_free_getenv()
113 char *loader_getenv(const char *name, const struct loader_instance *inst) { in loader_getenv()
138 char *loader_secure_getenv(const char *name, const struct loader_instance *inst) { in loader_secure_getenv()
150 void loader_free_getenv(char *val, const struct loader_instance *inst) { in loader_free_getenv()
160 char *loader_getenv(const char *name, const struct loader_instance *inst) { in loader_getenv()
166 void loader_free_getenv(char *val, const struct loader_instance *inst) { in loader_free_getenv()
H A Ddebug_utils.c80 struct loader_instance *inst = loader_get_instance(instance);
264 struct loader_instance *inst = loader_get_instance(instance);
271 struct loader_instance *inst = loader_get_instance(instance);
286 struct loader_instance *inst = (struct loader_instance *)instance;
402 struct loader_instance *inst = (struct loader_instance *)instance;
439 struct loader_instance *inst = (struct loader_instance *)instance;
480 struct loader_instance *inst = loader_get_instance(instance);
670 struct loader_instance *inst = loader_get_instance(instance);
695 struct loader_instance *inst = (struct loader_instance *)instance;
810 struct loader_instance *inst = (struct loader_instance *)instance;
[all …]
H A Dwsi.c233 struct loader_instance *loader_inst = (struct loader_instance *)icd_term->this_instance; in terminator_GetPhysicalDeviceSurfaceSupportKHR()
286 struct loader_instance *loader_inst = (struct loader_instance *)icd_term->this_instance; in terminator_GetPhysicalDeviceSurfaceCapabilitiesKHR()
340 struct loader_instance *loader_inst = (struct loader_instance *)icd_term->this_instance; in terminator_GetPhysicalDeviceSurfaceFormatsKHR()
396 struct loader_instance *loader_inst = (struct loader_instance *)icd_term->this_instance; in terminator_GetPhysicalDeviceSurfacePresentModesKHR()
639 struct loader_instance *loader_inst = (struct loader_instance *)icd_term->this_instance; in terminator_GetPhysicalDeviceWin32PresentationSupportKHR()
758 struct loader_instance *loader_inst = (struct loader_instance *)icd_term->this_instance; in terminator_GetPhysicalDeviceWaylandPresentationSupportKHR()
881 struct loader_instance *loader_inst = (struct loader_instance *)icd_term->this_instance; in terminator_GetPhysicalDeviceXcbPresentationSupportKHR()
1002 struct loader_instance *loader_inst = (struct loader_instance *)icd_term->this_instance; in terminator_GetPhysicalDeviceXlibPresentationSupportKHR()
1125 struct loader_instance *loader_inst = (struct loader_instance *)icd_term->this_instance; in terminator_GetPhysicalDeviceDirectFBPresentationSupportEXT()
1641 struct loader_instance *loader_inst = (struct loader_instance *)icd_term->this_instance; in terminator_GetPhysicalDeviceScreenPresentationSupportQNX()
[all …]
H A Dget_environment.h35 char *loader_getenv(const char *name, const struct loader_instance *inst);
36 void loader_free_getenv(char *val, const struct loader_instance *inst);
42 char *loader_secure_getenv(const char *name, const struct loader_instance *inst);
H A Dallocation.h33 void *loader_instance_heap_alloc(const struct loader_instance *instance, size_t size, VkSystemAlloc…
34 void loader_instance_heap_free(const struct loader_instance *instance, void *pMemory);
35 void *loader_instance_heap_realloc(const struct loader_instance *instance, void *pMemory, size_t or…
H A Dloader.c110 int loader_closedir(const struct loader_instance *instance, DIR *dir) { in loader_closedir()
132 struct loader_instance *inst = loader_get_instance(instance); in vkSetInstanceDispatch()
4434 struct loader_instance *ptr_instance = (struct loader_instance *)instance;
4621 struct loader_instance *inst = NULL;
4629 inst = (struct loader_instance *)phys_dev->this_instance;
5419 struct loader_instance *ptr_instance = (struct loader_instance *)*pInstance;
5635 struct loader_instance *ptr_instance = loader_instance(instance);
5643 struct loader_instance *prev = NULL;
5644 struct loader_instance *next = loader.instances;
6291 struct loader_instance *inst = (struct loader_instance *)instance;
[all …]
H A Dloader_common.h205 const struct loader_instance *this_instance;
233 struct loader_instance { struct
258 struct loader_instance *next; argument
357 struct loader_instance *this_instance; argument
371 struct loader_instance *instances;
H A Dterminator.c129 const struct loader_instance *inst = icd_term->this_instance; in terminator_GetPhysicalDeviceFeatures2()
182 const struct loader_instance *inst = icd_term->this_instance; in terminator_GetPhysicalDeviceProperties2()
242 const struct loader_instance *inst = icd_term->this_instance; in terminator_GetPhysicalDeviceFormatProperties2()
277 const struct loader_instance *inst = icd_term->this_instance; in terminator_GetPhysicalDeviceImageFormatProperties2()
314 const struct loader_instance *inst = icd_term->this_instance; in terminator_GetPhysicalDeviceQueueFamilyProperties2()
369 const struct loader_instance *inst = icd_term->this_instance; in terminator_GetPhysicalDeviceMemoryProperties2()
404 const struct loader_instance *inst = icd_term->this_instance; in terminator_GetPhysicalDeviceSparseImageFormatProperties2()
471 const struct loader_instance *inst = icd_term->this_instance; in terminator_GetPhysicalDeviceExternalBufferProperties()
511 const struct loader_instance *inst = icd_term->this_instance; in terminator_GetPhysicalDeviceExternalSemaphoreProperties()
555 const struct loader_instance *inst = icd_term->this_instance; in terminator_GetPhysicalDeviceExternalFenceProperties()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/third_party/vulkan-loader/src/loader/
H A Dloader.h227 const struct loader_instance *this_instance;
252 struct loader_instance { struct
276 struct loader_instance *next; argument
359 struct loader_instance *this_instance; argument
372 struct loader_instance *instances;
386 static inline struct loader_instance *loader_instance(VkInstance instance) { return (struct loader_… in loader_instance() function
421 extern THREAD_LOCAL_DECL struct loader_instance *tls_instance;
465 VkResult loader_add_device_extensions(const struct loader_instance *inst,
485 void *loader_dev_ext_gpa(struct loader_instance *inst, const char *funcName);
491 struct loader_instance *loader_get_instance(const VkInstance instance);
[all …]
H A Ddebug_utils.h30 void debug_utils_AddInstanceExtensions(const struct loader_instance *inst, struct loader_extension_…
31 void debug_utils_CreateInstance(struct loader_instance *ptr_instance, const VkInstanceCreateInfo *p…
32 bool debug_utils_InstanceGpa(struct loader_instance *ptr_instance, const char *name, void **addr);
55 VkResult util_CreateDebugUtilsMessenger(struct loader_instance *inst, const VkDebugUtilsMessengerCr…
57 VkResult util_CreateDebugUtilsMessengers(struct loader_instance *inst, const VkAllocationCallbacks …
66 void util_DestroyDebugUtilsMessenger(struct loader_instance *inst, VkDebugUtilsMessengerEXT messeng…
68 void util_DestroyDebugUtilsMessengers(struct loader_instance *inst, const VkAllocationCallbacks *pA…
87 VkResult util_CreateDebugReportCallback(struct loader_instance *inst, VkDebugReportCallbackCreateIn…
89 VkResult util_CreateDebugReportCallbacks(struct loader_instance *inst, const VkAllocationCallbacks …
92 VkBool32 util_DebugReportMessage(const struct loader_instance *inst, VkFlags msgFlags, VkDebugRepor…
[all …]
H A Ddebug_utils.c78 struct loader_instance *inst = loader_get_instance(instance);
262 struct loader_instance *inst = loader_get_instance(instance);
269 struct loader_instance *inst = loader_get_instance(instance);
284 struct loader_instance *inst = (struct loader_instance *)instance;
400 struct loader_instance *inst = (struct loader_instance *)instance;
437 struct loader_instance *inst = (struct loader_instance *)instance;
478 struct loader_instance *inst = loader_get_instance(instance);
668 struct loader_instance *inst = loader_get_instance(instance);
693 struct loader_instance *inst = (struct loader_instance *)instance;
808 struct loader_instance *inst = (struct loader_instance *)instance;
[all …]
H A Dwsi.c221 struct loader_instance *ptr_instance = (struct loader_instance *)icd_term->this_instance; in terminator_GetPhysicalDeviceSurfaceSupportKHR()
268 struct loader_instance *ptr_instance = (struct loader_instance *)icd_term->this_instance; in terminator_GetPhysicalDeviceSurfaceCapabilitiesKHR()
316 struct loader_instance *ptr_instance = (struct loader_instance *)icd_term->this_instance; in terminator_GetPhysicalDeviceSurfaceFormatsKHR()
366 struct loader_instance *ptr_instance = (struct loader_instance *)icd_term->this_instance; in terminator_GetPhysicalDeviceSurfacePresentModesKHR()
583 struct loader_instance *ptr_instance = (struct loader_instance *)icd_term->this_instance; in terminator_GetPhysicalDeviceWin32PresentationSupportKHR()
696 struct loader_instance *ptr_instance = (struct loader_instance *)icd_term->this_instance; in terminator_GetPhysicalDeviceWaylandPresentationSupportKHR()
813 struct loader_instance *ptr_instance = (struct loader_instance *)icd_term->this_instance; in terminator_GetPhysicalDeviceXcbPresentationSupportKHR()
928 struct loader_instance *ptr_instance = (struct loader_instance *)icd_term->this_instance; in terminator_GetPhysicalDeviceXlibPresentationSupportKHR()
1264 struct loader_instance *ptr_instance = (struct loader_instance *)icd_term->this_instance; in terminator_GetPhysicalDeviceDisplayPropertiesKHR()
1295 struct loader_instance *ptr_instance = (struct loader_instance *)icd_term->this_instance; in terminator_GetPhysicalDeviceDisplayPlanePropertiesKHR()
[all …]
H A Dloader.c83 THREAD_LOCAL_DECL struct loader_instance *tls_instance;
489 struct loader_instance *inst = loader_get_instance(instance);
5077 struct loader_instance *ptr_instance = NULL;
5249 struct loader_instance *inst = NULL;
5938 struct loader_instance *ptr_instance = (struct loader_instance *)*pInstance;
6100 struct loader_instance *ptr_instance = loader_instance(instance);
6108 struct loader_instance *prev = NULL;
6109 struct loader_instance *next = loader.instances;
6400 struct loader_instance *inst;
6682 struct loader_instance *inst = (struct loader_instance *)instance;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-loader/src/loader/
H A Dloader.h230 const struct loader_instance *this_instance;
255 struct loader_instance { struct
279 struct loader_instance *next; argument
368 struct loader_instance *this_instance; argument
381 struct loader_instance *instances;
398 static inline struct loader_instance *loader_instance(VkInstance instance) { return (struct loader_… in loader_instance() function
433 extern THREAD_LOCAL_DECL struct loader_instance *tls_instance;
477 VkResult loader_add_device_extensions(const struct loader_instance *inst,
497 void *loader_dev_ext_gpa(struct loader_instance *inst, const char *funcName);
503 struct loader_instance *loader_get_instance(const VkInstance instance);
[all …]
H A Ddebug_utils.h30 void debug_utils_AddInstanceExtensions(const struct loader_instance *inst, struct loader_extension_…
31 void debug_utils_CreateInstance(struct loader_instance *ptr_instance, const VkInstanceCreateInfo *p…
32 bool debug_utils_InstanceGpa(struct loader_instance *ptr_instance, const char *name, void **addr);
55 VkResult util_CreateDebugUtilsMessenger(struct loader_instance *inst, const VkDebugUtilsMessengerCr…
57 VkResult util_CreateDebugUtilsMessengers(struct loader_instance *inst, const VkAllocationCallbacks …
66 void util_DestroyDebugUtilsMessenger(struct loader_instance *inst, VkDebugUtilsMessengerEXT messeng…
68 void util_DestroyDebugUtilsMessengers(struct loader_instance *inst, const VkAllocationCallbacks *pA…
87 VkResult util_CreateDebugReportCallback(struct loader_instance *inst, VkDebugReportCallbackCreateIn…
89 VkResult util_CreateDebugReportCallbacks(struct loader_instance *inst, const VkAllocationCallbacks …
92 VkBool32 util_DebugReportMessage(const struct loader_instance *inst, VkFlags msgFlags, VkDebugRepor…
[all …]
H A Ddebug_utils.c78 struct loader_instance *inst = loader_get_instance(instance);
262 struct loader_instance *inst = loader_get_instance(instance);
269 struct loader_instance *inst = loader_get_instance(instance);
284 struct loader_instance *inst = (struct loader_instance *)instance;
400 struct loader_instance *inst = (struct loader_instance *)instance;
437 struct loader_instance *inst = (struct loader_instance *)instance;
478 struct loader_instance *inst = loader_get_instance(instance);
668 struct loader_instance *inst = loader_get_instance(instance);
693 struct loader_instance *inst = (struct loader_instance *)instance;
808 struct loader_instance *inst = (struct loader_instance *)instance;
[all …]
H A Dwsi.c242 struct loader_instance *ptr_instance = (struct loader_instance *)icd_term->this_instance; in terminator_GetPhysicalDeviceSurfaceSupportKHR()
289 struct loader_instance *ptr_instance = (struct loader_instance *)icd_term->this_instance; in terminator_GetPhysicalDeviceSurfaceCapabilitiesKHR()
337 struct loader_instance *ptr_instance = (struct loader_instance *)icd_term->this_instance; in terminator_GetPhysicalDeviceSurfaceFormatsKHR()
387 struct loader_instance *ptr_instance = (struct loader_instance *)icd_term->this_instance; in terminator_GetPhysicalDeviceSurfacePresentModesKHR()
604 struct loader_instance *ptr_instance = (struct loader_instance *)icd_term->this_instance; in terminator_GetPhysicalDeviceWin32PresentationSupportKHR()
717 struct loader_instance *ptr_instance = (struct loader_instance *)icd_term->this_instance; in terminator_GetPhysicalDeviceWaylandPresentationSupportKHR()
834 struct loader_instance *ptr_instance = (struct loader_instance *)icd_term->this_instance; in terminator_GetPhysicalDeviceXcbPresentationSupportKHR()
949 struct loader_instance *ptr_instance = (struct loader_instance *)icd_term->this_instance; in terminator_GetPhysicalDeviceXlibPresentationSupportKHR()
1066 struct loader_instance *ptr_instance = (struct loader_instance *)icd_term->this_instance; in terminator_GetPhysicalDeviceDirectFBPresentationSupportEXT()
1403 struct loader_instance *ptr_instance = (struct loader_instance *)icd_term->this_instance; in terminator_GetPhysicalDeviceDisplayPropertiesKHR()
[all …]
H A Dloader.c103 THREAD_LOCAL_DECL struct loader_instance *tls_instance;
522 struct loader_instance *inst = loader_get_instance(instance);
5591 struct loader_instance *ptr_instance = NULL;
5772 struct loader_instance *inst = NULL;
6480 struct loader_instance *ptr_instance = (struct loader_instance *)*pInstance;
6642 struct loader_instance *ptr_instance = loader_instance(instance);
6650 struct loader_instance *prev = NULL;
6651 struct loader_instance *next = loader.instances;
6942 struct loader_instance *inst;
7425 struct loader_instance *inst = (struct loader_instance *)instance;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/extensions/
H A Ddefault_app_order.cc33 ExternalLoader* loader_instance = NULL; variable
188 DCHECK(!loader_instance); in ExternalLoader()
189 loader_instance = this; in ExternalLoader()
202 DCHECK_EQ(loader_instance, this); in ~ExternalLoader()
203 loader_instance = NULL; in ~ExternalLoader()
255 if (!loader_instance) { in Get()
260 *app_ids = loader_instance->GetAppIds(); in Get()
265 if (!loader_instance) in GetOemAppsFolderName()
268 return loader_instance->GetOemAppsFolderName(); in GetOemAppsFolderName()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill_assistant/browser/
H A Dservice_impl.cc235 std::unique_ptr<Loader> loader_instance = std::move(loader_it->second); in OnURLLoaderComplete() local
237 DCHECK(loader_instance); in OnURLLoaderComplete()
240 if (loader_instance->loader->NetError() != net::OK || response_code != 200) { in OnURLLoaderComplete()
242 << loader_instance->loader->NetError() in OnURLLoaderComplete()
247 std::move(loader_instance->callback).Run(false, response_body_str); in OnURLLoaderComplete()
253 std::move(loader_instance->callback).Run(true, response_body_str); in OnURLLoaderComplete()

123