HomeSort by relevance Sort by last modified time
    Searched refs:attach_desc (Results 1 - 2 of 2) sorted by null

  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp 536 VkAttachmentDescription attach_desc = {}; local
537 attach_desc.format = VK_FORMAT_B8G8R8A8_UNORM;
538 attach_desc.samples = VK_SAMPLE_COUNT_1_BIT;
539 attach_desc.initialLayout = VK_IMAGE_LAYOUT_UNDEFINED;
540 attach_desc.finalLayout = VK_IMAGE_LAYOUT_GENERAL;
542 rpci.pAttachments = &attach_desc;
    [all...]
layer_validation_tests.cpp 2961 VkAttachmentDescription attach_desc = {}; local
2996 VkAttachmentDescription attach_desc = {}; local
3161 VkAttachmentDescription attach_desc = {}; local
7558 VkAttachmentDescription attach_desc = {}; local
9357 VkAttachmentDescription attach_desc = {}; local
10092 VkAttachmentDescription attach_desc = {}; local
13418 VkAttachmentDescription attach_desc = {}; local
18075 VkAttachmentDescription attach_desc = {}; local
    [all...]

Completed in 100 milliseconds