Searched refs:pipe_ms_state_ci_ (Results 1 – 4 of 4) sorted by relevance
1350 …auto set_shading_enable = [](CreatePipelineHelper &helper) { helper.pipe_ms_state_ci_.sampleShadin… in TEST_F()1372 helper.pipe_ms_state_ci_.sampleShadingEnable = VK_TRUE; in TEST_F()1373 helper.pipe_ms_state_ci_.minSampleShading = value; in TEST_F()1409 …auto good_chain = [extension_head](CreatePipelineHelper &helper) { helper.pipe_ms_state_ci_.pNext … in TEST_F()1417 …auto bad_chain = [&instance_ci](CreatePipelineHelper &helper) { helper.pipe_ms_state_ci_.pNext = &… in TEST_F()2458 helper.pipe_ms_state_ci_ = pipe_ms_state_ci; in TEST_F()2536 pipe.pipe_ms_state_ci_ = pipe_ms_state_ci; in TEST_F()3724 helper.pipe_ms_state_ci_ = ms_state_ci; in TEST_F()3754 helper.pipe_ms_state_ci_ = ms_state_ci; in TEST_F()4536 …const auto set_info = [&](CreatePipelineHelper &helper) { helper.pipe_ms_state_ci_ = ms_state_ci; … in TEST_F()[all …]
1439 pipe_ms_state_ci_.sType = VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO; in InitMultisampleInfo()1440 pipe_ms_state_ci_.pNext = nullptr; in InitMultisampleInfo()1441 pipe_ms_state_ci_.rasterizationSamples = VK_SAMPLE_COUNT_1_BIT; in InitMultisampleInfo()1442 pipe_ms_state_ci_.sampleShadingEnable = VK_FALSE; in InitMultisampleInfo()1443 pipe_ms_state_ci_.minSampleShading = 1.0; in InitMultisampleInfo()1444 pipe_ms_state_ci_.pSampleMask = NULL; in InitMultisampleInfo()1531 gp_ci_.pMultisampleState = &pipe_ms_state_ci_; in InitGraphicsPipelineInfo()
436 VkPipelineMultisampleStateCreateInfo pipe_ms_state_ci_ = {}; member
7586 helper.pipe_ms_state_ci_ = ms_state_ci; in TEST_F()