Lines Matching defs:count
209 for (uint32_t i = 0; i < layers.count; ++i) {
315 for (uint32_t i = 0; i < layers.count; ++i) {
428 for (uint32_t i = 0; i < layers.count; ++i) {
669 if (ptr_instance->icd_tramp_list.count == 0) {
886 "vkEnumeratePhysicalDevices: Received NULL pointer for physical device count return value. "
1079 uint32_t count = inst->app_activated_layer_list.count;
1080 if (count == 0 || pProperties == NULL) {
1081 *pPropertyCount = count;
1086 copy_size = (*pPropertyCount < count) ? *pPropertyCount : count;
1092 if (copy_size < count) {
2618 "device group count return value.");