Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDirectionTests.cpp474 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/
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.cpp1556 const VkPipelineLayoutCreateInfo pipelineLayoutInfo = in create() local
1567 return createPipelineLayout(env.vkd, env.device, &pipelineLayoutInfo, env.allocationCallbacks); in create()
DvktApiCopiesAndBlittingTests.cpp6190 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/
DvktPipelineSamplerTests.cpp1646 const vk::VkPipelineLayoutCreateInfo pipelineLayoutInfo = in iterate() local
1656 const auto pipelineLayout = vk::createPipelineLayout(vkd, device, &pipelineLayoutInfo); in iterate()