Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp4588 VkGraphicsPipelineCreateInfo gp_ci = {}; in TEST_F() local
4589 gp_ci.sType = VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_CREATE_INFO; in TEST_F()
4590 gp_ci.stageCount = 2; in TEST_F()
4591 gp_ci.pStages = shaderStages; in TEST_F()
4592 gp_ci.pVertexInputState = &vi_ci; in TEST_F()
4593 gp_ci.pInputAssemblyState = &ia_ci; in TEST_F()
4594 gp_ci.pViewportState = &vp_state_ci; in TEST_F()
4595 gp_ci.pRasterizationState = &rs_ci; in TEST_F()
4596 gp_ci.pColorBlendState = &cb_ci; in TEST_F()
4597 gp_ci.flags = VK_PIPELINE_CREATE_DISABLE_OPTIMIZATION_BIT; in TEST_F()
[all …]