Home
last modified time | relevance | path

Searched refs:total_gpu_count (Results 1 - 2 of 2) sorted by relevance

/third_party/vulkan-loader/loader/
H A Dloader_common.h265 uint32_t total_gpu_count; member
H A Dloader.c5969 uint32_t new_count = inst->total_gpu_count;
6108 if (new_count > inst->total_gpu_count) {
6109 inst->total_gpu_count = new_count;
6118 for (uint32_t j = 0; j < inst->total_gpu_count; j++) {
6135 inst->total_gpu_count = 0;
6411 inst->total_gpu_count = 0;
6436 inst->total_gpu_count = new_phys_devs_count;
6935 if (0 == total_count || 0 == inst->total_gpu_count) {

Completed in 11 milliseconds