Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/loader/
Dloader.c699 dev_ext_list->list->entrypoint_count > 0) {
700 for (j = 0; j < dev_ext_list->list->entrypoint_count; j++) {
979 ext_list->list[idx].entrypoint_count = entry_count;
984 ext_list->list[idx].entrypoint_count = 0;
996 ext_list->list[idx].entrypoint_count = 0;
1920 src->device_extension_list.list->entrypoint_count > 0) {
1921 cnt = src->device_extension_list.list->entrypoint_count;
3364 for (uint32_t entry = 0; entry < property->entrypoint_count;
Dloader.h100 uint32_t entrypoint_count; member