Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_meta_fast_clear.c287 const VkPipelineInputAssemblyStateCreateInfo ia_state = { in create_pipeline() local
323 .pInputAssemblyState = &ia_state, in create_pipeline()
369 .pInputAssemblyState = &ia_state, in create_pipeline()
415 .pInputAssemblyState = &ia_state, in create_pipeline()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.h452 void SetInputAssembly(const VkPipelineInputAssemblyStateCreateInfo *ia_state);
Dvkrenderframework.cpp1537 …etInputAssembly(const VkPipelineInputAssemblyStateCreateInfo *ia_state) { m_ia_state = *ia_state; } in SetInputAssembly() argument
Dlayer_validation_tests.cpp590 VkPipelineInputAssemblyStateCreateInfo ia_state = {}; in VKTriangleTest() local
591 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() local
8225 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() local
8292 ia_state.sType = VK_STRUCTURE_TYPE_PIPELINE_INPUT_ASSEMBLY_STATE_CREATE_INFO; in TEST_F()
[all …]