Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateCBTests.cpp52 m_topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in BlendConstantsTestInstance()
76 pipelineCreateInfo.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initPipeline()
DvktDynamicStateBaseClass.hpp87 vk::VkPrimitiveTopology m_topology; member in vkt::DynamicState::DynamicStateBaseClass
DvktDynamicStateBaseClass.cpp39 , m_topology (vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP) in DynamicStateBaseClass()
170 pipelineCreateInfo.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initPipeline()
DvktDynamicStateRSTests.cpp54 , m_topology (vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP) in DepthBiasBaseCase()
72 vk::VkPrimitiveTopology m_topology; member in vkt::DynamicState::__anondbf475a60111::DepthBiasBaseCase
226 pipelineCreateInfo.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initialize()
614 m_topology = vk::VK_PRIMITIVE_TOPOLOGY_LINE_LIST; in LineWidthParamTestInstance()
DvktDynamicStateVPTests.cpp55 m_topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in initialize()
273 pipelineCreateInfo.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initPipeline()
DvktDynamicStateDSTests.cpp61 , m_topology (vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP) in DepthStencilBaseCase()
79 vk::VkPrimitiveTopology m_topology; member in vkt::DynamicState::__anon90e28c180111::DepthStencilBaseCase
241 pipelineCreateInfo_1.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initialize()
253 pipelineCreateInfo_2.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initialize()
DvktDynamicStateGeneralTests.cpp60 m_topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in StateSwitchTestInstance()
165 m_topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in BindOrderTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawSimpleTest.cpp70 switch (m_topology) in SimpleDraw()
122 switch (m_topology) in iterate()
228 switch (m_topology) in iterate()
DvktDrawIndirectTest.cpp141 switch (m_topology) in IndirectDraw()
224 switch (m_topology) in iterate()
280 switch (m_topology) in iterate()
487 switch (m_topology) in iterate()
544 switch (m_topology) in iterate()
DvktDrawBaseClass.cpp35 , m_topology (topology) in DrawTestsBaseClass()
184 pipelineCreateInfo.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initPipeline()
DvktDrawBaseClass.hpp124 const vk::VkPrimitiveTopology m_topology; member in vkt::Draw::DrawTestsBaseClass
DvktDrawIndexedTest.cpp73 switch (m_topology) in DrawIndexed()
265 switch (m_topology) in iterate()
DvktDrawShaderDrawParametersTests.cpp107 DE_ASSERT(m_topology == vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP); in DrawTest()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorTests.cpp541 , m_topology (getTopology(caseDef.primitive)) in ScissorRenderer()
579 … m_renderSize, getAreaRect(scissorAreaFloat, m_renderSize.x(), m_renderSize.y()), m_topology)); in draw()
678 const VkPrimitiveTopology m_topology; member in vkt::FragmentOperations::__anone43b86990111::ScissorRenderer
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp547 , m_topology (topology) in Renderer()
583 …sPipeline (vk, device, *m_pipelineLayout, *m_renderPass, m_renderSize, m_topology, DE_LENGTH_OF_AR… in Renderer()
684 const VkPrimitiveTopology m_topology; member in vkt::sparse::__anonf4c2cf810111::Renderer