Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateCBTests.cpp53 m_topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in BlendConstantsTestInstance()
77 pipelineCreateInfo.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initPipeline()
DvktDynamicStateBaseClass.hpp90 vk::VkPrimitiveTopology m_topology; member in vkt::DynamicState::DynamicStateBaseClass
DvktDynamicStateBaseClass.cpp41 , m_topology (vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP) in DynamicStateBaseClass()
178 pipelineCreateInfo.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initPipeline()
DvktDynamicStateRSTests.cpp56 , m_topology (vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP) in DepthBiasBaseCase()
74 vk::VkPrimitiveTopology m_topology; member in vkt::DynamicState::__anon2ae3478d0111::DepthBiasBaseCase
228 pipelineCreateInfo.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initialize()
562 m_topology = vk::VK_PRIMITIVE_TOPOLOGY_LINE_LIST; in LineWidthParamTestInstance()
DvktDynamicStateDSTests.cpp64 , m_topology (vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP) in DepthStencilBaseCase()
82 vk::VkPrimitiveTopology m_topology; member in vkt::DynamicState::__anondfd15dff0111::DepthStencilBaseCase
244 pipelineCreateInfo_1.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initialize()
256 pipelineCreateInfo_2.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initialize()
536 m_topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in DepthBoundsTestInstance()
618 pipelineCreateInfo.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initPipeline()
DvktDynamicStateVPTests.cpp56 m_topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in initialize()
250 pipelineCreateInfo.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initPipeline()
DvktDynamicStateGeneralTests.cpp62 m_topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in StateSwitchTestInstance()
154 m_topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in BindOrderTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp122 const VkPrimitiveTopology m_topology; member in vkt::sr::__anon1826240b0111::BuiltinGlFrontFacingCaseInstance
127 , m_topology (topology) in BuiltinGlFrontFacingCaseInstance()
151 testDesc = "gl_FrontFacing " + getPrimitiveTopologyShortName(m_topology) + " "; in iterate()
155 DrawCallData drawCallData (m_topology, vertices); in iterate()
217 const VkPrimitiveTopology m_topology; member in vkt::sr::__anon1826240b0111::BuiltinGlFrontFacingCase
222 , m_topology (topology) in BuiltinGlFrontFacingCase()
263 if (m_topology == VK_PRIMITIVE_TOPOLOGY_TRIANGLE_FAN && in checkSupport()
273 return new BuiltinGlFrontFacingCaseInstance(context, m_topology); in createInstance()
289 const VkPrimitiveTopology m_topology; member in vkt::sr::__anon1826240b0111::BuiltinFragDepthCaseInstance
301 , m_topology (topology) in BuiltinFragDepthCaseInstance()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawSimpleTest.cpp71 switch (m_topology) in SimpleDraw()
124 switch (m_topology) in iterate()
216 switch (m_topology) in iterate()
DvktDrawBaseClass.cpp37 , m_topology (topology) in DrawTestsBaseClass()
162 pipelineCreateInfo.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initPipeline()
DvktDrawBaseClass.hpp124 const vk::VkPrimitiveTopology m_topology; member in vkt::Draw::DrawTestsBaseClass
DvktDrawIndirectTest.cpp165 switch (m_topology) in setVertexBuffer()
211 switch (m_topology) in setFirstInstanceVertexBuffer()
321 switch (m_topology) in iterate()
397 switch (m_topology) in iterate()
668 switch (m_topology) in iterate()
743 switch (m_topology) in iterate()
DvktDrawIndexedTest.cpp74 switch (m_topology) in DrawIndexed()
245 switch (m_topology) in iterate()
DvktDrawShaderDrawParametersTests.cpp108 DE_ASSERT(m_topology == vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP); in DrawTest()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorTests.cpp351 , m_topology (getTopology(caseDef.primitive)) in ScissorRenderer()
389 … m_renderSize, getAreaRect(scissorAreaFloat, m_renderSize.x(), m_renderSize.y()), m_topology)); in draw()
418 const VkPrimitiveTopology m_topology; member in vkt::FragmentOperations::__anon3b4b25400111::ScissorRenderer
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp496 , m_topology (topology) in Renderer()
532 …sPipeline (vk, device, *m_pipelineLayout, *m_renderPass, m_renderSize, m_topology, DE_LENGTH_OF_AR… in Renderer()
565 const VkPrimitiveTopology m_topology; member in vkt::sparse::__anon4bd26e280111::Renderer
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp719 const VkPrimitiveTopology m_topology; member in vkt::pipeline::__anon16de12d60111::SampleMaskWithDepthTestInstance
2268 , m_topology (VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP) in SampleMaskWithDepthTestInstance()
2287 …text, m_colorFormat, m_depthStencilFormat, m_renderSize, m_useDepth, m_useStencil, 1u, &m_topology, in iterate()