/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawTestCaseUtil.hpp | 68 , m_topology (topology) in InstanceFactory() 74 return new Instance(context, m_shaderPaths, m_topology); in createInstance() 88 const vk::VkPrimitiveTopology m_topology; member in vkt::Draw::InstanceFactory
|
D | vktDrawSimpleTest.cpp | 63 m_topology = topology; in SimpleDraw() 65 switch (m_topology) in SimpleDraw() 120 switch (m_topology) in iterate() 226 switch (m_topology) in iterate()
|
D | vktDrawIndexedTest.cpp | 63 m_topology = topology; in DrawIndexed() 75 switch (m_topology) in DrawIndexed() 248 switch (m_topology) in iterate()
|
D | vktDrawIndirectTest.cpp | 104 m_topology = topology; in IndirectDraw() 106 switch (m_topology) in IndirectDraw() 165 switch (m_topology) in iterate() 348 switch (m_topology) in iterate()
|
D | vktDrawBaseClass.cpp | 35 , m_topology (vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP) in DrawTestsBaseClass() 178 pipelineCreateInfo.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initPipeline()
|
D | vktDrawBaseClass.hpp | 112 vk::VkPrimitiveTopology m_topology; member in vkt::Draw::DrawTestsBaseClass
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateCBTests.cpp | 49 m_topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in BlendConstantsTestInstance() 73 pipelineCreateInfo.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initPipeline()
|
D | vktDynamicStateBaseClass.hpp | 87 vk::VkPrimitiveTopology m_topology; member in vkt::DynamicState::DynamicStateBaseClass
|
D | vktDynamicStateBaseClass.cpp | 37 , m_topology (vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP) in DynamicStateBaseClass() 168 pipelineCreateInfo.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initPipeline()
|
D | vktDynamicStateRSTests.cpp | 51 , m_topology (vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP) in DepthBiasBaseCase() 69 vk::VkPrimitiveTopology m_topology; member in vkt::DynamicState::__anondbf475a60111::DepthBiasBaseCase 223 pipelineCreateInfo.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initialize() 611 m_topology = vk::VK_PRIMITIVE_TOPOLOGY_LINE_LIST; in LineWidthParamTestInstance()
|
D | vktDynamicStateVPTests.cpp | 52 m_topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in initialize() 270 pipelineCreateInfo.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initPipeline()
|
D | vktDynamicStateDSTests.cpp | 59 , m_topology (vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP) in DepthStencilBaseCase() 77 vk::VkPrimitiveTopology m_topology; member in vkt::DynamicState::__anon90e28c180111::DepthStencilBaseCase 239 pipelineCreateInfo_1.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initialize() 251 pipelineCreateInfo_2.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initialize()
|
D | vktDynamicStateGeneralTests.cpp | 57 m_topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in StateSwitchTestInstance() 162 m_topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in BindOrderTestInstance()
|