/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateCBTests.cpp | 53 m_topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in BlendConstantsTestInstance() 77 pipelineCreateInfo.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initPipeline()
|
D | vktDynamicStateBaseClass.hpp | 90 vk::VkPrimitiveTopology m_topology; member in vkt::DynamicState::DynamicStateBaseClass
|
D | vktDynamicStateBaseClass.cpp | 41 , m_topology (vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP) in DynamicStateBaseClass() 178 pipelineCreateInfo.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initPipeline()
|
D | vktDynamicStateRSTests.cpp | 56 , 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()
|
D | vktDynamicStateDSTests.cpp | 64 , 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()
|
D | vktDynamicStateVPTests.cpp | 56 m_topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in initialize() 250 pipelineCreateInfo.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initPipeline()
|
D | vktDynamicStateGeneralTests.cpp | 62 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/ |
D | vktShaderRenderBuiltinVarTests.cpp | 122 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/ |
D | vktDrawSimpleTest.cpp | 71 switch (m_topology) in SimpleDraw() 124 switch (m_topology) in iterate() 216 switch (m_topology) in iterate()
|
D | vktDrawBaseClass.cpp | 37 , m_topology (topology) in DrawTestsBaseClass() 162 pipelineCreateInfo.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initPipeline()
|
D | vktDrawBaseClass.hpp | 124 const vk::VkPrimitiveTopology m_topology; member in vkt::Draw::DrawTestsBaseClass
|
D | vktDrawIndirectTest.cpp | 165 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()
|
D | vktDrawIndexedTest.cpp | 74 switch (m_topology) in DrawIndexed() 245 switch (m_topology) in iterate()
|
D | vktDrawShaderDrawParametersTests.cpp | 108 DE_ASSERT(m_topology == vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP); in DrawTest()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsScissorTests.cpp | 351 , 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/ |
D | vktSparseResourcesBufferTests.cpp | 496 , 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/ |
D | vktPipelineMultisampleTests.cpp | 719 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()
|