Searched refs:descriptor_layout (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.cpp | 1182 VkDescriptorSetLayoutCreateInfo descriptor_layout = {}; in init_descriptor_and_pipeline_layouts() local 1183 descriptor_layout.sType = VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_CREATE_INFO; in init_descriptor_and_pipeline_layouts() 1184 descriptor_layout.pNext = NULL; in init_descriptor_and_pipeline_layouts() 1185 descriptor_layout.flags = descSetLayoutCreateFlags; in init_descriptor_and_pipeline_layouts() 1186 descriptor_layout.bindingCount = use_texture ? 2 : 1; in init_descriptor_and_pipeline_layouts() 1187 descriptor_layout.pBindings = layout_bindings; in init_descriptor_and_pipeline_layouts() 1193 vkCreateDescriptorSetLayout(info.device, &descriptor_layout, NULL, info.desc_layout.data()); in init_descriptor_and_pipeline_layouts()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.cpp | 1193 VkDescriptorSetLayoutCreateInfo descriptor_layout = {}; in init_descriptor_and_pipeline_layouts() local 1194 descriptor_layout.sType = VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_CREATE_INFO; in init_descriptor_and_pipeline_layouts() 1195 descriptor_layout.pNext = NULL; in init_descriptor_and_pipeline_layouts() 1196 descriptor_layout.flags = descSetLayoutCreateFlags; in init_descriptor_and_pipeline_layouts() 1197 descriptor_layout.bindingCount = use_texture ? 2 : 1; in init_descriptor_and_pipeline_layouts() 1198 descriptor_layout.pBindings = layout_bindings; in init_descriptor_and_pipeline_layouts() 1204 vkCreateDescriptorSetLayout(info.device, &descriptor_layout, NULL, info.desc_layout.data()); in init_descriptor_and_pipeline_layouts()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 161 VkDescriptorSetLayout descriptor_layout; member 1485 NULL, &data->descriptor_layout)); in setup_swapchain_data_pipeline() 1492 alloc_info.pSetLayouts = &data->descriptor_layout; in setup_swapchain_data_pipeline() 1507 layout_info.pSetLayouts = &data->descriptor_layout; in setup_swapchain_data_pipeline() 1819 data->descriptor_layout, NULL); in shutdown_swapchain_data()
|
/third_party/flutter/glfw/tests/ |
D | vulkan.c | 1218 const VkDescriptorSetLayoutCreateInfo descriptor_layout = { in demo_prepare_descriptor_layout() local 1226 err = vkCreateDescriptorSetLayout(demo->device, &descriptor_layout, NULL, in demo_prepare_descriptor_layout()
|