Home
last modified time | relevance | path

Searched refs:pipelineLayoutInfo (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateInheritanceTests.cpp554 VkPipelineLayoutCreateInfo pipelineLayoutInfo{ }; local
555 pipelineLayoutInfo.sType = VK_STRUCTURE_TYPE_PIPELINE_LAYOUT_CREATE_INFO;
556 m_rectanglePipelineLayout = createPipelineLayout(m_vk, dev, &pipelineLayoutInfo, NULL);
/external/angle/third_party/vulkan_memory_allocator/src/
DVulkanSample.cpp1045 … VkPipelineLayoutCreateInfo pipelineLayoutInfo = { VK_STRUCTURE_TYPE_PIPELINE_LAYOUT_CREATE_INFO }; in CreateSwapchain() local
1046 pipelineLayoutInfo.setLayoutCount = 1; in CreateSwapchain()
1047 pipelineLayoutInfo.pSetLayouts = descriptorSetLayouts; in CreateSwapchain()
1048 pipelineLayoutInfo.pushConstantRangeCount = 1; in CreateSwapchain()
1049 pipelineLayoutInfo.pPushConstantRanges = pushConstantRanges; in CreateSwapchain()
1050 …ERR_GUARD_VULKAN( vkCreatePipelineLayout(g_hDevice, &pipelineLayoutInfo, g_Allocs, &g_hPipelineLay… in CreateSwapchain()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDirectionTests.cpp474 const VkPipelineLayoutCreateInfo pipelineLayoutInfo = in iterate() local
484 const auto pipelineLayout = createPipelineLayout(vkd, device, &pipelineLayoutInfo); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiPipelineTests.cpp1348 const vk::VkPipelineLayoutCreateInfo pipelineLayoutInfo = in destroyEarlyTest() local
1359 auto pipelineLayout = vk::createPipelineLayout(vkd, device, &pipelineLayoutInfo); in destroyEarlyTest()
1429 pipelineLayout = vk::createPipelineLayout(vkd, device, &pipelineLayoutInfo); in destroyEarlyTest()
DvktApiBufferMarkerTests.cpp540 const VkPipelineLayoutCreateInfo pipelineLayoutInfo = in bufferMarkerMemoryDep() local
551 pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutInfo); in bufferMarkerMemoryDep()
DvktApiObjectManagementTests.cpp1557 const VkPipelineLayoutCreateInfo pipelineLayoutInfo = in create() local
1568 return createPipelineLayout(env.vkd, env.device, &pipelineLayoutInfo, env.allocationCallbacks); in create()
DvktApiCopiesAndBlittingTests.cpp6191 const VkPipelineLayoutCreateInfo pipelineLayoutInfo = in checkIntermediateCopy() local
6202 const auto pipelineLayout = createPipelineLayout(vkd, device, &pipelineLayoutInfo); in checkIntermediateCopy()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerTests.cpp1646 const vk::VkPipelineLayoutCreateInfo pipelineLayoutInfo = in iterate() local
1656 const auto pipelineLayout = vk::createPipelineLayout(vkd, device, &pipelineLayoutInfo); in iterate()