Searched refs:pipelineLayoutInfo (Results 1 – 7 of 7) sorted by relevance
/third_party/vk-gl-cts/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);
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/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 | 1556 const VkPipelineLayoutCreateInfo pipelineLayoutInfo = in create() local 1567 return createPipelineLayout(env.vkd, env.device, &pipelineLayoutInfo, env.allocationCallbacks); in create()
|
D | vktApiCopiesAndBlittingTests.cpp | 6190 const VkPipelineLayoutCreateInfo pipelineLayoutInfo = in checkIntermediateCopy() local 6201 const auto pipelineLayout = createPipelineLayout(vkd, device, &pipelineLayoutInfo); in checkIntermediateCopy()
|
/third_party/vk-gl-cts/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()
|