HomeSort by relevance Sort by last modified time
    Searched refs:VK_PRIMITIVE_TOPOLOGY_POINT_LIST (Results 1 - 25 of 44) sorted by null

1 2

  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryEmitGeometryShaderTests.cpp 81 : GeometryExpanderRenderTestInstance (context, VK_PRIMITIVE_TOPOLOGY_POINT_LIST, name)
136 if(m_emitTestSpec.primitiveTopology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST)
218 { VK_PRIMITIVE_TOPOLOGY_POINT_LIST, 0, 0, 0, 0, "points" , ""},
219 { VK_PRIMITIVE_TOPOLOGY_POINT_LIST, 0, 1, 0, 0, "points" , ""},
220 { VK_PRIMITIVE_TOPOLOGY_POINT_LIST, 1, 1, 0, 0, "points" , ""},
221 { VK_PRIMITIVE_TOPOLOGY_POINT_LIST, 0, 2, 0, 0, "points" , ""},
222 { VK_PRIMITIVE_TOPOLOGY_POINT_LIST, 1, 2, 0, 0, "points" , ""},
vktGeometryInputGeometryShaderTests.cpp 160 if (m_outputType == VK_PRIMITIVE_TOPOLOGY_POINT_LIST)
257 { VK_PRIMITIVE_TOPOLOGY_POINT_LIST, "points", VK_PRIMITIVE_TOPOLOGY_POINT_LIST },
285 { VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, "triangles_to_points", VK_PRIMITIVE_TOPOLOGY_POINT_LIST },
286 { VK_PRIMITIVE_TOPOLOGY_LINE_LIST, "lines_to_points", VK_PRIMITIVE_TOPOLOGY_POINT_LIST },
287 { VK_PRIMITIVE_TOPOLOGY_POINT_LIST, "points_to_lines", VK_PRIMITIVE_TOPOLOGY_LINE_STRIP },
289 { VK_PRIMITIVE_TOPOLOGY_POINT_LIST, "points_to_triangles", VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP},
vktGeometryTestsUtil.cpp 155 case VK_PRIMITIVE_TOPOLOGY_POINT_LIST:
316 case VK_PRIMITIVE_TOPOLOGY_POINT_LIST:
341 case VK_PRIMITIVE_TOPOLOGY_POINT_LIST:
359 case VK_PRIMITIVE_TOPOLOGY_POINT_LIST:
vktGeometryBasicGeometryShaderTests.cpp 576 : GeometryExpanderRenderTestInstance (context, (test == TEST_PRIMITIVE_ID_IN) ? VK_PRIMITIVE_TOPOLOGY_LINE_STRIP : VK_PRIMITIVE_TOPOLOGY_POINT_LIST, name)
740 return new GeometryOutputCountTestInstance (context, VK_PRIMITIVE_TOPOLOGY_POINT_LIST, static_cast<int>(m_pattern.size()), getName());
    [all...]
vktGeometryInstancedRenderingTests.cpp 178 VK_PRIMITIVE_TOPOLOGY_POINT_LIST, // VkPrimitiveTopology topology;
vktGeometryLayeredRenderingTests.cpp 234 VK_PRIMITIVE_TOPOLOGY_POINT_LIST, // VkPrimitiveTopology topology;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawSimpleTest.cpp 87 case vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST:
130 case vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST:
236 case vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST:
vktDrawIndexedTest.cpp 96 case vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST:
273 case vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST:
vktDrawInstancedTests.cpp 107 case vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST: return rr::PRIMITIVETYPE_POINTS;
633 if (m_params.topology == vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST)
733 vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST,
vktBasicDrawTests.cpp 85 case vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST: return rr::PRIMITIVETYPE_POINTS;
254 if (topology == vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineInputAssemblyTests.cpp 189 VK_PRIMITIVE_TOPOLOGY_POINT_LIST,
242 << (m_primitiveTopology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST ? " gl_PointSize = 3.0;\n"
306 case VK_PRIMITIVE_TOPOLOGY_POINT_LIST:
342 case VK_PRIMITIVE_TOPOLOGY_POINT_LIST:
    [all...]
vktPipelineReferenceRenderer.cpp 111 case VK_PRIMITIVE_TOPOLOGY_POINT_LIST: return rr::PRIMITIVETYPE_POINTS;
vktPipelineMultisampleTests.cpp 644 case GEOMETRY_TYPE_OPAQUE_POINT: return VK_PRIMITIVE_TOPOLOGY_POINT_LIST;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/clipping/
vktClippingTests.cpp 128 case VK_PRIMITIVE_TOPOLOGY_POINT_LIST:
349 const float pointSize = (topology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST ? 1.0f : 0.0f);
371 case VK_PRIMITIVE_TOPOLOGY_POINT_LIST:
514 case VK_PRIMITIVE_TOPOLOGY_POINT_LIST:
618 DrawState drawState (VK_PRIMITIVE_TOPOLOGY_POINT_LIST, RENDER_SIZE, RENDER_SIZE);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolOcclusionTests.cpp 318 && testVector.primitiveTopology == vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationGeometryPointSizeTests.cpp 339 .setPrimitiveTopology (VK_PRIMITIVE_TOPOLOGY_POINT_LIST)
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsScissorMultiViewportTests.cpp 192 VK_PRIMITIVE_TOPOLOGY_POINT_LIST, // VkPrimitiveTopology topology;
    [all...]
vktFragmentOperationsScissorTests.cpp 437 case TEST_PRIMITIVE_POINTS: return VK_PRIMITIVE_TOPOLOGY_POINT_LIST;
    [all...]
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 106 return VK_PRIMITIVE_TOPOLOGY_POINT_LIST;
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_enum_string_helper.h     [all...]
vk_enum_validate_helper.h 871 case VK_PRIMITIVE_TOPOLOGY_POINT_LIST:
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderBuiltinVarTests.cpp     [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkBasicTypes.inl 570 VK_PRIMITIVE_TOPOLOGY_POINT_LIST = 0,
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_pipeline.c     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp     [all...]

Completed in 92 milliseconds

1 2