Searched refs:ia_state (Results 1 – 4 of 4) sorted by relevance
287 const VkPipelineInputAssemblyStateCreateInfo ia_state = { in create_pipeline() local323 .pInputAssemblyState = &ia_state, in create_pipeline()369 .pInputAssemblyState = &ia_state, in create_pipeline()415 .pInputAssemblyState = &ia_state, in create_pipeline()
452 void SetInputAssembly(const VkPipelineInputAssemblyStateCreateInfo *ia_state);
1537 …etInputAssembly(const VkPipelineInputAssemblyStateCreateInfo *ia_state) { m_ia_state = *ia_state; } in SetInputAssembly() argument
590 VkPipelineInputAssemblyStateCreateInfo ia_state = {}; in VKTriangleTest() local591 ia_state.sType = VK_STRUCTURE_TYPE_PIPELINE_INPUT_ASSEMBLY_STATE_CREATE_INFO; in VKTriangleTest()592 ia_state.topology = VK_PRIMITIVE_TOPOLOGY_LINE_LIST; in VKTriangleTest()593 pipelineobj.SetInputAssembly(&ia_state); in VKTriangleTest()8224 VkPipelineInputAssemblyStateCreateInfo ia_state = {}; in TEST_F() local8225 ia_state.sType = VK_STRUCTURE_TYPE_PIPELINE_INPUT_ASSEMBLY_STATE_CREATE_INFO; in TEST_F()8226 ia_state.topology = VK_PRIMITIVE_TOPOLOGY_POINT_LIST; in TEST_F()8227 pipelineobj.SetInputAssembly(&ia_state); in TEST_F()8291 VkPipelineInputAssemblyStateCreateInfo ia_state = {}; in TEST_F() local8292 ia_state.sType = VK_STRUCTURE_TYPE_PIPELINE_INPUT_ASSEMBLY_STATE_CREATE_INFO; in TEST_F()[all …]