/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryEmitGeometryShaderTests.cpp | 81 : GeometryExpanderRenderTestInstance (context, VK_PRIMITIVE_TOPOLOGY_POINT_LIST, name) in GeometryEmitTestInstance() 136 if(m_emitTestSpec.primitiveTopology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST) in initPrograms() 218 { VK_PRIMITIVE_TOPOLOGY_POINT_LIST, 0, 0, 0, 0, "points" , ""}, in createEmitGeometryShaderTests() 219 { VK_PRIMITIVE_TOPOLOGY_POINT_LIST, 0, 1, 0, 0, "points" , ""}, in createEmitGeometryShaderTests() 220 { VK_PRIMITIVE_TOPOLOGY_POINT_LIST, 1, 1, 0, 0, "points" , ""}, in createEmitGeometryShaderTests() 221 { VK_PRIMITIVE_TOPOLOGY_POINT_LIST, 0, 2, 0, 0, "points" , ""}, in createEmitGeometryShaderTests() 222 { VK_PRIMITIVE_TOPOLOGY_POINT_LIST, 1, 2, 0, 0, "points" , ""}, in createEmitGeometryShaderTests()
|
D | vktGeometryInputGeometryShaderTests.cpp | 160 if (m_outputType == VK_PRIMITIVE_TOPOLOGY_POINT_LIST) in initPrograms() 257 { VK_PRIMITIVE_TOPOLOGY_POINT_LIST, "points", VK_PRIMITIVE_TOPOLOGY_POINT_LIST }, in createInputGeometryShaderTests() 285 … { VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, "triangles_to_points", VK_PRIMITIVE_TOPOLOGY_POINT_LIST }, in createInputGeometryShaderTests() 286 { VK_PRIMITIVE_TOPOLOGY_LINE_LIST, "lines_to_points", VK_PRIMITIVE_TOPOLOGY_POINT_LIST }, in createInputGeometryShaderTests() 287 { VK_PRIMITIVE_TOPOLOGY_POINT_LIST, "points_to_lines", VK_PRIMITIVE_TOPOLOGY_LINE_STRIP }, in createInputGeometryShaderTests() 289 … { VK_PRIMITIVE_TOPOLOGY_POINT_LIST, "points_to_triangles", VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP}, in createInputGeometryShaderTests()
|
D | vktGeometryTestsUtil.cpp | 156 case VK_PRIMITIVE_TOPOLOGY_POINT_LIST: in build() 310 case VK_PRIMITIVE_TOPOLOGY_POINT_LIST: in inputTypeToGLString() 335 case VK_PRIMITIVE_TOPOLOGY_POINT_LIST: in outputTypeToGLString() 353 case VK_PRIMITIVE_TOPOLOGY_POINT_LIST: in calcOutputVertices()
|
D | vktGeometryBasicGeometryShaderTests.cpp | 480 … TEST_PRIMITIVE_ID_IN) ? VK_PRIMITIVE_TOPOLOGY_LINE_STRIP : VK_PRIMITIVE_TOPOLOGY_POINT_LIST, name) in BuiltinVariableRenderTestInstance() 644 …return new GeometryOutputCountTestInstance (context, VK_PRIMITIVE_TOPOLOGY_POINT_LIST, static_cast… in createInstance() 832 …return new VaryingOutputCountTestInstance (context, getName(), VK_PRIMITIVE_TOPOLOGY_POINT_LIST, m… in createInstance()
|
D | vktGeometryInstancedRenderingTests.cpp | 136 VK_PRIMITIVE_TOPOLOGY_POINT_LIST, // const VkPrimitiveTopology topology in makeGraphicsPipeline()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawSimpleTest.cpp | 88 case vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST: in SimpleDraw() 132 case vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST: in iterate() 224 case vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST: in iterate()
|
D | vktDrawIndexedTest.cpp | 97 case vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST: in DrawIndexed() 253 case vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST: in iterate()
|
D | vktDrawInstancedTests.cpp | 119 case vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST: return rr::PRIMITIVETYPE_POINTS; in mapVkPrimitiveTopology() 640 if (m_params.topology == vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST) in iterate() 741 vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST, in InstancedTests()
|
D | vktBasicDrawTests.cpp | 87 case vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST: return rr::PRIMITIVETYPE_POINTS; in mapVkPrimitiveTopology() 256 if (topology == vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST) in imageCompare() 1145 case vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST: break; in populateSubGroup()
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolStatisticsTests.cpp | 67 case VK_PRIMITIVE_TOPOLOGY_POINT_LIST: in inputTypeToGLString() 92 case VK_PRIMITIVE_TOPOLOGY_POINT_LIST: in outputTypeToGLString() 1017 …expectedMin = m_parametersGraphic.primitiveTopology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST ? 16u… in checkResult() 1030 …expectedMin = m_parametersGraphic.primitiveTopology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST ? … in checkResult() 1062 case VK_PRIMITIVE_TOPOLOGY_POINT_LIST: in draw() 1249 …ndGeometryPointSize && (m_parametersGraphic.primitiveTopology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST); in createPipeline() 1379 …expectedMin = m_parametersGraphic.primitiveTopology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST ? 16u… in checkResult() 1394 …expectedMin = m_parametersGraphic.primitiveTopology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST ? 112… in checkResult() 2062 …ol isTopologyPointSize = m_parametersGraphic.primitiveTopology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST; in initPrograms() 2214 …for (int topologyNdx = VK_PRIMITIVE_TOPOLOGY_POINT_LIST; topologyNdx < VK_PRIMITIVE_TOPOLOGY_PATCH… in init() [all …]
|
D | vktQueryPoolOcclusionTests.cpp | 302 && testVector.primitiveTopology == vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST); in BasicOcclusionQueryTestInstance() 951 if (primitiveTopology == vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST) in validateResults() 1095 baseTestVector.primitiveTopology = vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST; in init() 1115 …const vk::VkPrimitiveTopology primitiveTopology[] = { vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST, vk::V… in init() 1157 …if (testVector.discardHalf && testVector.primitiveTopology == vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST) in init()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineInputAssemblyTests.cpp | 190 VK_PRIMITIVE_TOPOLOGY_POINT_LIST, 243 << (m_primitiveTopology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST ? " gl_PointSize = 3.0;\n" in initPrograms() 307 case VK_PRIMITIVE_TOPOLOGY_POINT_LIST: in createBufferData() 343 case VK_PRIMITIVE_TOPOLOGY_POINT_LIST: in createBufferData() 1355 if (m_primitiveTopology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST) in verifyImage()
|
D | vktPipelineReferenceRenderer.cpp | 111 case VK_PRIMITIVE_TOPOLOGY_POINT_LIST: return rr::PRIMITIVETYPE_POINTS; in mapVkPrimitiveTopology()
|
D | vktPipelineMultisampleTests.cpp | 108 …if (topology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST && pointSize > 1.0f && !context.getDeviceFeatures… in checkLargePointsSupport() 871 case GEOMETRY_TYPE_OPAQUE_POINT: return VK_PRIMITIVE_TOPOLOGY_POINT_LIST; in getPrimitiveTopology() 1309 …const deUint32 minUniqueColors = (m_primitiveTopology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST && m_poi… in verifyImage() 1332 if (m_primitiveTopology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST) in verifyImage()
|
/external/deqp/external/vulkancts/modules/vulkan/clipping/ |
D | vktClippingTests.cpp | 130 case VK_PRIMITIVE_TOPOLOGY_POINT_LIST: in genVertices() 377 const float pointSize = (topology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST ? 1.0f : 0.0f); in initPrograms() 399 case VK_PRIMITIVE_TOPOLOGY_POINT_LIST: in testPrimitivesInside() 558 case VK_PRIMITIVE_TOPOLOGY_POINT_LIST: in testPrimitivesDepthClamp() 657 DrawState drawState (VK_PRIMITIVE_TOPOLOGY_POINT_LIST, RENDER_SIZE, RENDER_SIZE); in testLargePoints() 1345 VK_PRIMITIVE_TOPOLOGY_POINT_LIST, in addClippingTests()
|
/external/swiftshader/src/Vulkan/ |
D | VkPipeline.cpp | 26 case VK_PRIMITIVE_TOPOLOGY_POINT_LIST: in Convert()
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationGeometryPointSizeTests.cpp | 342 .setPrimitiveTopology (VK_PRIMITIVE_TOPOLOGY_POINT_LIST) in test()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsScissorMultiViewportTests.cpp | 136 VK_PRIMITIVE_TOPOLOGY_POINT_LIST); // const VkPrimitiveTopology topology in makeGraphicsPipeline()
|
D | vktFragmentOperationsScissorTests.cpp | 253 case TEST_PRIMITIVE_POINTS: return VK_PRIMITIVE_TOPOLOGY_POINT_LIST; in getTopology()
|
/external/vulkan-validation-layers/layers/ |
D | shader_validation.cpp | 1915 pipeline->topology_at_rasterizer = VK_PRIMITIVE_TOPOLOGY_POINT_LIST; in ProcessExecutionModes() 1932 if (is_point_mode) pipeline->topology_at_rasterizer = VK_PRIMITIVE_TOPOLOGY_POINT_LIST; in ProcessExecutionModes() 1944 if (pipeline->topology_at_rasterizer != VK_PRIMITIVE_TOPOLOGY_POINT_LIST) { in ValidatePointListShaderState() 2161 if (pipeline->topology_at_rasterizer == VK_PRIMITIVE_TOPOLOGY_POINT_LIST) { in DetermineFinalGeomStage()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderBuiltinVarTests.cpp | 1867 render(numPoints, 0, DE_NULL, VK_PRIMITIVE_TOPOLOGY_POINT_LIST); in iterate() 2257 { "point_list", "Test that points are frontfacing", VK_PRIMITIVE_TOPOLOGY_POINT_LIST }, in createBuiltinVarTests() 2277 { "point_list", "test that points respect gl_fragdepth", VK_PRIMITIVE_TOPOLOGY_POINT_LIST }, in createBuiltinVarTests()
|
/external/skqp/src/gpu/vk/ |
D | GrVkPipeline.cpp | 151 return VK_PRIMITIVE_TOPOLOGY_POINT_LIST; in gr_primitive_type_to_vk_topology()
|
/external/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 155 return VK_PRIMITIVE_TOPOLOGY_POINT_LIST; in gr_primitive_type_to_vk_topology()
|
/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsTestsUtils.cpp | 1769 …*renderPass, VK_PRIMITIVE_TOPOLOGY_POINT_LIST, &vertexInputBinding, &vertexInputAttribute, true, f… in makeGeometryFrameBufferTest() 2021 …_TESSELLATION_CONTROL_BIT) ? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST : VK_PRIMITIVE_TOPOLOGY_POINT_LIST)); in allStages() 2273 *renderPass, VK_PRIMITIVE_TOPOLOGY_POINT_LIST, in makeVertexFrameBufferTest()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_pipeline.c | 887 case VK_PRIMITIVE_TOPOLOGY_POINT_LIST: in radv_prim_can_use_guardband() 909 case VK_PRIMITIVE_TOPOLOGY_POINT_LIST: in si_translate_prim() 964 case VK_PRIMITIVE_TOPOLOGY_POINT_LIST: in si_conv_prim_to_gs_out()
|