OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ext_props
(Results
1 - 1
of
1
) sorted by null
/external/vulkan-validation-layers/loader/
loader.c
554
VkExtensionProperties *
ext_props
;
local
574
ext_props
= loader_stack_alloc(count * sizeof(VkExtensionProperties));
576
res = fp_get_props(NULL, &count,
ext_props
);
587
VK_MAJOR(
ext_props
[i].specVersion),
588
VK_MINOR(
ext_props
[i].specVersion),
589
VK_PATCH(
ext_props
[i].specVersion));
592
ext_props
[i].extensionName, lib_name, spec_version);
593
loader_add_to_ext_list(inst, ext_list, 1, &
ext_props
[i]);
601
* The extension properties are passed as inputs in count and
ext_props
.
606
uint32_t count, VkExtensionProperties *
ext_props
,
642
VkExtensionProperties *
ext_props
;
local
[
all
...]
Completed in 63 milliseconds