/third_party/boost/libs/python/src/object/ |
D | inheritance.cpp | 89 std::size_t n = num_vertices(m_topology); in distances_to() 103 reverse_cast_graph reverse_topology(m_topology); in distances_to() 126 cast_graph& topology() { return m_topology; } in topology() 127 cast_graph const& topology() const { return m_topology; } in topology() 134 cast_graph m_topology; member
|
/third_party/vk-gl-cts/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 | vktDynamicStateDSTests.cpp | 65 , m_topology (vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP) in DepthStencilBaseCase() 83 vk::VkPrimitiveTopology m_topology; member in vkt::DynamicState::__anon47875c170111::DepthStencilBaseCase 245 pipelineCreateInfo_1.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initialize() 257 pipelineCreateInfo_2.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initialize() 537 m_topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in DepthBoundsTestInstance() 619 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 | vktDynamicStateRSTests.cpp | 64 , m_topology (vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP) in DepthBiasBaseCase() 82 vk::VkPrimitiveTopology m_topology; member in vkt::DynamicState::__anon929945a50111::DepthBiasBaseCase 236 pipelineCreateInfo.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initialize() 570 m_topology = vk::VK_PRIMITIVE_TOPOLOGY_LINE_LIST; in LineWidthParamTestInstance()
|
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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderBuiltinVarTests.cpp | 122 const VkPrimitiveTopology m_topology; member in vkt::sr::__anon999e57230111::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::__anon999e57230111::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::__anon999e57230111::BuiltinFragDepthCaseInstance 301 , m_topology (topology) in BuiltinFragDepthCaseInstance() [all …]
|
/third_party/vk-gl-cts/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 | 38 , m_topology (topology) in DrawTestsBaseClass() 164 pipelineCreateInfo.addState(PipelineCreateInfo::InputAssemblerState(m_topology)); in initPipeline()
|
D | vktDrawBaseClass.hpp | 126 const vk::VkPrimitiveTopology m_topology; member in vkt::Draw::DrawTestsBaseClass
|
D | vktDrawIndirectTest.cpp | 166 switch (m_topology) in setVertexBuffer() 212 switch (m_topology) in setFirstInstanceVertexBuffer() 322 switch (m_topology) in iterate() 398 switch (m_topology) in iterate() 669 switch (m_topology) in iterate() 744 switch (m_topology) in iterate()
|
D | vktDrawIndexedTest.cpp | 74 switch (m_topology) in DrawIndexed() 245 switch (m_topology) in iterate()
|
D | vktDrawShaderDrawParametersTests.cpp | 102 DE_ASSERT(m_topology == vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP); in DrawTest()
|
/third_party/vk-gl-cts/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::__anon05c7a1580111::ScissorRenderer
|
/third_party/vk-gl-cts/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::__anon164eea400111::Renderer
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleTests.cpp | 808 const VkPrimitiveTopology m_topology; member in vkt::pipeline::__anon7e9410ee0111::SampleMaskWithConservativeInstance 857 const VkPrimitiveTopology m_topology; member in vkt::pipeline::__anon7e9410ee0111::SampleMaskWithDepthTestInstance 2686 , m_topology (VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP) in SampleMaskWithConservativeInstance() 2710 …&m_topology, &m_vertices, m_multisampleStateParams, m_blendState, m_rasterizationConservativeState… in iterate() 2997 , m_topology (VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP) in SampleMaskWithDepthTestInstance() 3017 …text, m_colorFormat, m_depthStencilFormat, m_renderSize, m_useDepth, m_useStencil, 1u, &m_topology, in iterate()
|