Searched refs:pipelineLayoutState (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationSmokeTests.cpp657 VkPipelineLayoutCreateInfo pipelineLayoutState; local
837 deMemset(&pipelineLayoutState, 0xcd, sizeof(pipelineLayoutState));
838 pipelineLayoutState.sType = VK_STRUCTURE_TYPE_PIPELINE_LAYOUT_CREATE_INFO;
839 pipelineLayoutState.pNext = DE_NULL;
840 pipelineLayoutState.flags = 0;
841 pipelineLayoutState.setLayoutCount = 0;
842 pipelineLayoutState.pSetLayouts = DE_NULL;
843 pipelineLayoutState.pushConstantRangeCount = 0;
844 pipelineLayoutState
[all...]

Completed in 114 milliseconds