Home
last modified time | relevance | path

Searched refs:app_gpu (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/demos/
Dvulkaninfo.c87 struct app_gpu;
90 struct app_gpu *gpu; /* point back to the GPU */
143 struct app_gpu { struct
448 struct app_gpu *gpu, char *layer_name, uint32_t *extension_count, in app_get_physical_device_layer_extensions()
473 static void app_dev_init(struct app_dev *dev, struct app_gpu *gpu) { in app_dev_init()
707 static void app_gpu_init(struct app_gpu *gpu, uint32_t id, in app_gpu_init()
752 static void app_gpu_destroy(struct app_gpu *gpu) { in app_gpu_destroy()
946 static int app_dump_surface_formats(struct app_instance *inst, struct app_gpu *gpu){ in app_dump_surface_formats()
1027 static void app_gpu_dump_features(const struct app_gpu *gpu) in app_gpu_dump_features()
1222 static void app_gpu_dump_props(const struct app_gpu *gpu) in app_gpu_dump_props()
[all …]