Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawTestCaseUtil.hpp68 , 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
DvktDrawSimpleTest.cpp63 m_topology = topology; in SimpleDraw()
65 switch (m_topology) in SimpleDraw()
120 switch (m_topology) in iterate()
226 switch (m_topology) in iterate()
DvktDrawIndexedTest.cpp63 m_topology = topology; in DrawIndexed()
75 switch (m_topology) in DrawIndexed()
248 switch (m_topology) in iterate()
DvktDrawIndirectTest.cpp104 m_topology = topology; in IndirectDraw()
106 switch (m_topology) in IndirectDraw()
165 switch (m_topology) in iterate()
348 switch (m_topology) in iterate()
DvktDrawBaseClass.cpp35 , m_topology (vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP) in DrawTestsBaseClass()
178 pipelineCreateInfo.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initPipeline()
DvktDrawBaseClass.hpp112 vk::VkPrimitiveTopology m_topology; member in vkt::Draw::DrawTestsBaseClass
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateCBTests.cpp49 m_topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in BlendConstantsTestInstance()
73 pipelineCreateInfo.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initPipeline()
DvktDynamicStateBaseClass.hpp87 vk::VkPrimitiveTopology m_topology; member in vkt::DynamicState::DynamicStateBaseClass
DvktDynamicStateBaseClass.cpp37 , m_topology (vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP) in DynamicStateBaseClass()
168 pipelineCreateInfo.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initPipeline()
DvktDynamicStateRSTests.cpp51 , 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()
DvktDynamicStateVPTests.cpp52 m_topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in initialize()
270 pipelineCreateInfo.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initPipeline()
DvktDynamicStateDSTests.cpp59 , 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()
DvktDynamicStateGeneralTests.cpp57 m_topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in StateSwitchTestInstance()
162 m_topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in BindOrderTestInstance()