• Home
  • Raw
  • Download

Lines Matching refs:attach_desc

2961     VkAttachmentDescription attach_desc = {};  in TEST_F()  local
2962 attach_desc.format = VK_FORMAT_B8G8R8A8_UNORM; in TEST_F()
2963 attach_desc.samples = VK_SAMPLE_COUNT_1_BIT; in TEST_F()
2964 rpci.pAttachments = &attach_desc; in TEST_F()
2996 VkAttachmentDescription attach_desc = {}; in TEST_F() local
2997 attach_desc.format = VK_FORMAT_UNDEFINED; in TEST_F()
2998 rpci.pAttachments = &attach_desc; in TEST_F()
3161 VkAttachmentDescription attach_desc = {}; in TEST_F() local
3162 attach_desc.format = VK_FORMAT_B8G8R8A8_UNORM; in TEST_F()
3163 attach_desc.samples = VK_SAMPLE_COUNT_1_BIT; in TEST_F()
3164 rpci.pAttachments = &attach_desc; in TEST_F()
3215 attach_desc.format = VK_FORMAT_R8G8B8A8_UNORM; in TEST_F()
3235 attach_desc.format = VK_FORMAT_B8G8R8A8_UNORM; in TEST_F()
3236 attach_desc.samples = VK_SAMPLE_COUNT_4_BIT; in TEST_F()
3273 attach_desc.samples = VK_SAMPLE_COUNT_1_BIT; in TEST_F()
7558 VkAttachmentDescription attach_desc = {}; in TEST_F() local
7559 attach_desc.format = VK_FORMAT_UNDEFINED; in TEST_F()
7561 attach_desc.loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; in TEST_F()
7562 rpci.pAttachments = &attach_desc; in TEST_F()
9357 VkAttachmentDescription attach_desc = {}; in TEST_F() local
9358 attach_desc.samples = VK_SAMPLE_COUNT_1_BIT; in TEST_F()
9360 attach_desc.format = VK_FORMAT_R8G8B8A8_UNORM; in TEST_F()
9361 rpci.pAttachments = &attach_desc; in TEST_F()
10092 VkAttachmentDescription attach_desc = {}; in TEST_F() local
10093 attach_desc.format = VK_FORMAT_UNDEFINED; in TEST_F()
10094 rpci.pAttachments = &attach_desc; in TEST_F()
10143 attach_desc.format = VK_FORMAT_D24_UNORM_S8_UINT; in TEST_F()
10144 attach_desc.samples = VK_SAMPLE_COUNT_1_BIT; in TEST_F()
10145 attach_desc.storeOp = VK_ATTACHMENT_STORE_OP_STORE; in TEST_F()
10146 attach_desc.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; in TEST_F()
10147 attach_desc.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; in TEST_F()
10149 attach_desc.loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; in TEST_F()
10150 attach_desc.initialLayout = VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL; in TEST_F()
10151 attach_desc.finalLayout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in TEST_F()
13418 VkAttachmentDescription attach_desc = {}; in TEST_F() local
13419 attach_desc.format = VK_FORMAT_UNDEFINED; in TEST_F()
13420 rpci.pAttachments = &attach_desc; in TEST_F()
18075 VkAttachmentDescription attach_desc = {}; in TEST_F() local
18076 attach_desc.format = VK_FORMAT_D24_UNORM_S8_UINT; in TEST_F()
18077 attach_desc.samples = VK_SAMPLE_COUNT_1_BIT; in TEST_F()
18078 attach_desc.storeOp = VK_ATTACHMENT_STORE_OP_STORE; in TEST_F()
18079 attach_desc.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; in TEST_F()
18080 attach_desc.loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; in TEST_F()
18081 attach_desc.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; in TEST_F()
18082 attach_desc.initialLayout = VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL; in TEST_F()
18083 attach_desc.finalLayout = VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL; in TEST_F()
18087 rpci.pAttachments = &attach_desc; in TEST_F()