Searched refs:pipelineLayoutInfo (Results 1 – 8 of 8) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateInheritanceTests.cpp | 554 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/ |
D | VulkanSample.cpp | 1045 … 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/ |
D | vktRayTracingDirectionTests.cpp | 474 const VkPipelineLayoutCreateInfo pipelineLayoutInfo = in iterate() local 484 const auto pipelineLayout = createPipelineLayout(vkd, device, &pipelineLayoutInfo); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiPipelineTests.cpp | 1348 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()
|
D | vktApiBufferMarkerTests.cpp | 540 const VkPipelineLayoutCreateInfo pipelineLayoutInfo = in bufferMarkerMemoryDep() local 551 pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutInfo); in bufferMarkerMemoryDep()
|
D | vktApiObjectManagementTests.cpp | 1557 const VkPipelineLayoutCreateInfo pipelineLayoutInfo = in create() local 1568 return createPipelineLayout(env.vkd, env.device, &pipelineLayoutInfo, env.allocationCallbacks); in create()
|
D | vktApiCopiesAndBlittingTests.cpp | 6191 const VkPipelineLayoutCreateInfo pipelineLayoutInfo = in checkIntermediateCopy() local 6202 const auto pipelineLayout = createPipelineLayout(vkd, device, &pipelineLayoutInfo); in checkIntermediateCopy()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineSamplerTests.cpp | 1646 const vk::VkPipelineLayoutCreateInfo pipelineLayoutInfo = in iterate() local 1656 const auto pipelineLayout = vk::createPipelineLayout(vkd, device, &pipelineLayoutInfo); in iterate()
|