| /third_party/mesa3d/src/microsoft/compiler/ |
| D | dxil_enums.c | 138 enum dxil_primitive_topology dxil_get_primitive_topology(enum shader_prim topology) in dxil_get_primitive_topology()
|
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| D | lvp_conv.h | 63 static inline unsigned vk_conv_topology(VkPrimitiveTopology topology) in vk_conv_topology()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/clipping/ |
| D | vktClippingTests.cpp | 118 std::vector<Vec4> genVertices (const VkPrimitiveTopology topology, const Vec4& offset, const float … in genVertices() 396 void initPrograms (SourceCollections& programCollection, const VkPrimitiveTopology topology) in initPrograms() 414 tcu::TestStatus testPrimitivesInside (Context& context, const VkPrimitiveTopology topology) in testPrimitivesInside() 492 tcu::TestStatus testPrimitivesOutside (Context& context, const VkPrimitiveTopology topology) in testPrimitivesOutside() 549 tcu::TestStatus testPrimitivesDepthClamp (Context& context, const VkPrimitiveTopology topology) in testPrimitivesDepthClamp() 640 tcu::TestStatus testPrimitivesDepthClip (Context& context, const VkPrimitiveTopology topology) in testPrimitivesDepthClip() 1028 const VkPrimitiveTopology topology; member 1595 void checkTopologySupport(Context& context, const VkPrimitiveTopology topology) in checkTopologySupport() 1752 …const VkPrimitiveTopology topology = (useTessellation ? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST : VK_PRI… in addClippingTests() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/ |
| D | vktClippingTests.cpp | 118 std::vector<Vec4> genVertices (const VkPrimitiveTopology topology, const Vec4& offset, const float … in genVertices() 396 void initPrograms (SourceCollections& programCollection, const VkPrimitiveTopology topology) in initPrograms() 414 tcu::TestStatus testPrimitivesInside (Context& context, const VkPrimitiveTopology topology) in testPrimitivesInside() 492 tcu::TestStatus testPrimitivesOutside (Context& context, const VkPrimitiveTopology topology) in testPrimitivesOutside() 549 tcu::TestStatus testPrimitivesDepthClamp (Context& context, const VkPrimitiveTopology topology) in testPrimitivesDepthClamp() 640 tcu::TestStatus testPrimitivesDepthClip (Context& context, const VkPrimitiveTopology topology) in testPrimitivesDepthClip() 1028 const VkPrimitiveTopology topology; member 1674 void checkTopologySupport(Context& context, const VkPrimitiveTopology topology) in checkTopologySupport() 1830 …const VkPrimitiveTopology topology = (useTessellation ? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST : VK_PRI… in addClippingTests() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| D | Context.cpp | 25 uint32_t ComputePrimitiveCount(VkPrimitiveTopology topology, uint32_t vertexCount) in ComputePrimitiveCount() 50 VkPrimitiveTopology topology, in ProcessPrimitiveRestart() 108 void IndexBuffer::getIndexBuffers(VkPrimitiveTopology topology, uint32_t count, uint32_t first, boo… in getIndexBuffers()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | RenderPipelineVk.cpp | 108 VkPrimitiveTopology VulkanPrimitiveTopology(wgpu::PrimitiveTopology topology) { in VulkanPrimitiveTopology() 124 bool ShouldEnablePrimitiveRestart(wgpu::PrimitiveTopology topology) { in ShouldEnablePrimitiveRestart()
|
| /third_party/alsa-utils/ |
| D | Makefile.am | 32 SUBDIRS += topology subdir
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
| D | vktDrawTestCaseUtil.hpp | 51 vk::VkPrimitiveTopology topology; member
|
| D | vktDrawMultipleClearsWithinRenderPass.cpp | 128 VkPrimitiveTopology topology; member 173 Topology topology; member 829 for(const auto &topology : topologiesToTest) in init() local
|
| D | vktBasicDrawTests.cpp | 107 vk::VkPrimitiveTopology topology; member 264 …cess& reference, const tcu::ConstPixelBufferAccess& result, const vk::VkPrimitiveTopology topology) in imageCompare() 1542 const vk::VkPrimitiveTopology topology; member 1559 const vk::VkPrimitiveTopology topology = caseParams.topology; in populateSubGroup() local 1653 const vk::VkPrimitiveTopology topology (static_cast<vk::VkPrimitiveTopology>(topologyIdx)); in createDrawTests() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineInputAssemblyTests.cpp | 402 void PrimitiveTopologyTest::createBufferData (VkPrimitiveTopology topology, int primitiveCount, VkI… in createBufferData() 816 void PrimitiveRestartTest::createBufferData (VkPrimitiveTopology topology, int primitiveCount, VkIn… in createBufferData() 1557 …const rr::PrimitiveType topology = m_primitiveTopology == VK_PRIMITIVE_TOPOLOGY_PATCH_LIST ? rr::… in verifyImage() local 1644 std::string getPrimitiveTopologyCaseName (VkPrimitiveTopology topology) in getPrimitiveTopologyCaseName() 1663 const VkPrimitiveTopology topology = InputAssemblyTest::s_primitiveTopologies[topologyNdx]; in createPrimitiveTopologyTests() local 1730 const VkPrimitiveTopology topology = primitiveRestartTopologies[topologyNdx]; in createPrimitiveRestartTests() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| D | vktPipelineInputAssemblyTests.cpp | 405 void PrimitiveTopologyTest::createBufferData (VkPrimitiveTopology topology, int primitiveCount, VkI… in createBufferData() 820 void PrimitiveRestartTest::createBufferData (VkPrimitiveTopology topology, int primitiveCount, VkIn… in createBufferData() 1561 …const rr::PrimitiveType topology = m_primitiveTopology == VK_PRIMITIVE_TOPOLOGY_PATCH_LIST ? rr::… in verifyImage() local 1648 std::string getPrimitiveTopologyCaseName (VkPrimitiveTopology topology) in getPrimitiveTopologyCaseName() 1667 const VkPrimitiveTopology topology = InputAssemblyTest::s_primitiveTopologies[topologyNdx]; in createPrimitiveTopologyTests() local 1737 const VkPrimitiveTopology topology = primitiveRestartTopologies[topologyNdx]; in createPrimitiveRestartTests() local
|
| D | vktPipelineMultisampleTests.cpp | 1400 VkPrimitiveTopology topology, in createMultisampleTestInstance() 1444 VkPrimitiveTopology topology, in createMultisampleTestInstance() 1493 VkPrimitiveTopology topology, in createMultisampleTestInstance() 1544 VkPrimitiveTopology topology, in createMultisampleTestInstance() 1608 VkPrimitiveTopology topology, in createMultisampleTestInstance() 1653 VkPrimitiveTopology topology, in createMultisampleTestInstance() 1703 VkPrimitiveTopology topology, in createMultisampleTestInstance() 2007 VkPrimitiveTopology topology, in RasterizationSamplesInstance() 2119 VkPrimitiveTopology topology, in MinSampleShadingInstance() 2249 VkPrimitiveTopology topology, in MinSampleShadingDisabledInstance() [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
| D | vktDrawTestCaseUtil.hpp | 51 vk::VkPrimitiveTopology topology; member
|
| D | vktDrawMultipleClearsWithinRenderPass.cpp | 128 VkPrimitiveTopology topology; member 173 Topology topology; member 824 for(const auto &topology : topologiesToTest) in init() local
|
| D | vktDrawBaseClass.cpp | 35 …st char* fragmentShaderName, const SharedGroupParams groupParams, vk::VkPrimitiveTopology topology) in DrawTestsBaseClass()
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| D | ir3_nir_lower_tess.c | 29 uint32_t topology; member 295 unsigned topology) in ir3_nir_lower_to_explicit_output() 669 unsigned topology) in ir3_nir_lower_tess_ctrl() 827 unsigned topology) in ir3_nir_lower_tess_eval()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
| D | vktRasterizationProvokingVertexTests.cpp | 67 static VkDeviceSize getXfbBufferSize (deUint32 vertexCount, VkPrimitiveTopology topology) in getXfbBufferSize() 94 VkPrimitiveTopology topology, in verifyXfbBuffer() 970 for (const Topology& topology : topologies) in createTests() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
| D | vktRasterizationProvokingVertexTests.cpp | 69 static VkDeviceSize getXfbBufferSize (deUint32 vertexCount, VkPrimitiveTopology topology) in getXfbBufferSize() 98 VkPrimitiveTopology topology, in verifyXfbBuffer() 1029 for (const Topology& topology : topologies) in createTests() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_barycentric/ |
| D | vktFragmentShadingBarycentricTests.cpp | 89 VkPrimitiveTopology topology; member 221 const VkPrimitiveTopology topology, in makeGraphicsPipeline() 679 const VkPrimitiveTopology topology = m_testParams.topology; in iterate() local 1692 VkPrimitiveTopology topology; in createTests() member 1786 const VkPrimitiveTopology topology = topologies[topologyNdx].topology; in createTests() local 1890 const VkPrimitiveTopology topology = topologies[topologyNdx].topology; in createTests() local 1934 const VkPrimitiveTopology topology = topologies[topologyNdx].topology; in createTests() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
| D | vktGeometryTestsUtil.hpp | 73 …GraphicsPipelineBuilder& setPrimitiveTopology (const vk::VkPrimitiveTopology topology) { m_primi… in setPrimitiveTopology()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
| D | vktGeometryTestsUtil.hpp | 73 …GraphicsPipelineBuilder& setPrimitiveTopology (const vk::VkPrimitiveTopology topology) { m_primi… in setPrimitiveTopology()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_barycentric/ |
| D | vktFragmentShadingBarycentricTests.cpp | 91 VkPrimitiveTopology topology; member 229 const VkPrimitiveTopology topology, in makeGraphicsPipeline() 687 const VkPrimitiveTopology topology = m_testParams.topology; in iterate() local 1719 VkPrimitiveTopology topology; in createTests() member 1814 const VkPrimitiveTopology topology = topologies[topologyNdx].topology; in createTests() local 1921 const VkPrimitiveTopology topology = topologies[topologyNdx].topology; in createTests() local 1966 const VkPrimitiveTopology topology = topologies[topologyNdx].topology; in createTests() local
|
| /third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
| D | graphics_pipeline.cc | 43 VkPrimitiveTopology ToVkTopology(Topology topology) { in ToVkTopology() 566 VkPrimitiveTopology topology, in CreateVkGraphicsPipeline()
|
| /third_party/mesa3d/src/amd/compiler/tests/ |
| D | helpers.h | 121 VkPrimitiveTopology topology; variable
|