Lines Matching refs:dynamicState
561 const std::vector<VkDynamicState>& dynamicState,
658 static_cast<deUint32>(dynamicState.size()), // uint32_t dynamicStateCount;
659 dataOrNullPtr(dynamicState), // const VkDynamicState* pDynamicStates;
716 const std::vector<VkDynamicState>& dynamicState,
730 preparePipelineWrapper(gpw, dynamicState, pipelineLayout, renderPass, vertexModule, fragmentModule,
1636 std::vector<VkDynamicState> dynamicState;
1637 dynamicState.push_back(VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT);
1640 pipeline, dynamicState, pipelineLayout, rt.getRenderPass(), vertexModule, fragmentModule, viewport, scissor,
2526 std::vector<VkDynamicState> dynamicState;
2527 dynamicState.push_back(VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT);
2532 preparePipelineWrapper(pipelines.back(), dynamicState, pipelineLayout, rt[passNdx].getRenderPass(), vertexModule, fragmentModule,
2897 std::vector<VkDynamicState> dynamicState;
2898 dynamicState.push_back(VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT);
2903 preparePipelineWrapper(pipelines.back(), dynamicState, pipelineLayout, rt.getRenderPass(), vertexModule, fragmentModule,
3060 std::vector<VkDynamicState> dynamicState;
3061 dynamicState.push_back(VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT);
3066 preparePipelineWrapper(pipelines.back(), dynamicState, pipelineLayout, rt.getRenderPass(), vertexModule, fragmentModule,