Home
last modified time | relevance | path

Searched refs:pPipelineLayoutCreateInfo (Results 1 – 13 of 13) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/test_utils/third_party/
H A Dvulkan_command_buffer_utils.cpp1208 VkPipelineLayoutCreateInfo pPipelineLayoutCreateInfo = {}; in init_descriptor_and_pipeline_layouts() local
1209 pPipelineLayoutCreateInfo.sType = VK_STRUCTURE_TYPE_PIPELINE_LAYOUT_CREATE_INFO; in init_descriptor_and_pipeline_layouts()
1210 pPipelineLayoutCreateInfo.pNext = NULL; in init_descriptor_and_pipeline_layouts()
1211 pPipelineLayoutCreateInfo.pushConstantRangeCount = 0; in init_descriptor_and_pipeline_layouts()
1212 pPipelineLayoutCreateInfo.pPushConstantRanges = NULL; in init_descriptor_and_pipeline_layouts()
1213 pPipelineLayoutCreateInfo.setLayoutCount = NUM_DESCRIPTOR_SETS; in init_descriptor_and_pipeline_layouts()
1214 pPipelineLayoutCreateInfo.pSetLayouts = info.desc_layout.data(); in init_descriptor_and_pipeline_layouts()
1216 res = vkCreatePipelineLayout(info.device, &pPipelineLayoutCreateInfo, NULL, in init_descriptor_and_pipeline_layouts()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/tests/VulkanBenchmarks/
H A DVulkanBenchmarks.cpp821 vk::PipelineLayoutCreateInfo pPipelineLayoutCreateInfo; in createGraphicsPipeline() local
822 pPipelineLayoutCreateInfo.setLayoutCount = 0; in createGraphicsPipeline()
823 pipelineLayout = device.createPipelineLayout(pPipelineLayoutCreateInfo); in createGraphicsPipeline()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/glfw/tests/
H A Dtriangle-vulkan.c1229 const VkPipelineLayoutCreateInfo pPipelineLayoutCreateInfo = { in demo_prepare_descriptor_layout() local
1236 err = vkCreatePipelineLayout(demo->device, &pPipelineLayoutCreateInfo, NULL, in demo_prepare_descriptor_layout()
/dports/graphics/glfw/glfw-3.3.4/tests/
H A Dtriangle-vulkan.c1133 const VkPipelineLayoutCreateInfo pPipelineLayoutCreateInfo = { in demo_prepare_descriptor_layout() local
1140 err = vkCreatePipelineLayout(demo->device, &pPipelineLayoutCreateInfo, NULL, in demo_prepare_descriptor_layout()
/dports/graphics/rx/rx-0.4.0/cargo-crates/glfw-sys-3.3.0/tests/
H A Dvulkan.c1229 const VkPipelineLayoutCreateInfo pPipelineLayoutCreateInfo = { in demo_prepare_descriptor_layout() local
1236 err = vkCreatePipelineLayout(demo->device, &pPipelineLayoutCreateInfo, NULL, in demo_prepare_descriptor_layout()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glfw/src/tests/
H A Dvulkan.c1261 const VkPipelineLayoutCreateInfo pPipelineLayoutCreateInfo = { in demo_prepare_descriptor_layout() local
1268 err = vkCreatePipelineLayout(demo->device, &pPipelineLayoutCreateInfo, NULL, in demo_prepare_descriptor_layout()
/dports/math/geogram/geogram-1.7.7/src/lib/third_party/glfw/tests/
H A Dvulkan.c1261 const VkPipelineLayoutCreateInfo pPipelineLayoutCreateInfo = { in demo_prepare_descriptor_layout() local
1268 err = vkCreatePipelineLayout(demo->device, &pPipelineLayoutCreateInfo, NULL, in demo_prepare_descriptor_layout()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/third_party/vulkan-tools/src/cube/
H A Dcube.cpp1798 …auto const pPipelineLayoutCreateInfo = vk::PipelineLayoutCreateInfo().setSetLayoutCount(1).setPSet… in prepare_descriptor_layout() local
1800 result = device.createPipelineLayout(&pPipelineLayoutCreateInfo, nullptr, &pipeline_layout); in prepare_descriptor_layout()
H A Dcube.c1838 const VkPipelineLayoutCreateInfo pPipelineLayoutCreateInfo = { in demo_prepare_descriptor_layout() local
1845 …err = vkCreatePipelineLayout(demo->device, &pPipelineLayoutCreateInfo, NULL, &demo->pipeline_layou… in demo_prepare_descriptor_layout()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-tools/src/cube/
H A Dcube.cpp1833 …auto const pPipelineLayoutCreateInfo = vk::PipelineLayoutCreateInfo().setSetLayoutCount(1).setPSet… in prepare_descriptor_layout() local
1835 result = device.createPipelineLayout(&pPipelineLayoutCreateInfo, nullptr, &pipeline_layout); in prepare_descriptor_layout()
H A Dcube.c1843 const VkPipelineLayoutCreateInfo pPipelineLayoutCreateInfo = { in demo_prepare_descriptor_layout() local
1850 …err = vkCreatePipelineLayout(demo->device, &pPipelineLayoutCreateInfo, NULL, &demo->pipeline_layou… in demo_prepare_descriptor_layout()
/dports/graphics/vulkan-tools/Vulkan-Tools-1.2.203/cube/
H A Dcube.cpp1940 …auto const pPipelineLayoutCreateInfo = vk::PipelineLayoutCreateInfo().setSetLayoutCount(1).setPSet… in prepare_descriptor_layout() local
1942 result = device.createPipelineLayout(&pPipelineLayoutCreateInfo, nullptr, &pipeline_layout); in prepare_descriptor_layout()
H A Dcube.c1867 const VkPipelineLayoutCreateInfo pPipelineLayoutCreateInfo = { in demo_prepare_descriptor_layout() local
1874 …err = vkCreatePipelineLayout(demo->device, &pPipelineLayoutCreateInfo, NULL, &demo->pipeline_layou… in demo_prepare_descriptor_layout()