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

1 2

  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawSimpleTest.cpp 78 case vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP:
125 case vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP:
231 case vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP:
333 addChild(new InstanceFactory<SimpleDraw>(m_testCtx, "simple_draw_triangle_strip", "Draws triangle strip", shaderPaths, vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP));
339 addChild(new InstanceFactory<SimpleDrawInstanced>(m_testCtx, "simple_draw_instanced_triangle_strip", "Draws an instanced triangle strip", shaderPaths, vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP));
vktDrawIndirectTest.cpp 119 case vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP:
190 case vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP:
373 case vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP:
538 indirectDrawGroup->addChild(new InstanceFactory<IndirectDraw>(m_testCtx, "triangle_strip", "Draws triangle strip", shaderPaths, vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP));
550 noFirstInstanceGroup->addChild(new InstanceFactory<IndirectDrawInstanced<FirtsInstanceNotSupported> >(m_testCtx, "triangle_strip", "Draws an instanced triangle strip", shaderPaths, vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP));
559 firstInstanceGroup->addChild(new InstanceFactory<IndirectDrawInstanced<FirtsInstanceSupported> >(m_testCtx, "triangle_strip", "Draws an instanced triangle strip", shaderPaths, vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP));
vktDrawIndexedTest.cpp 87 case vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP:
253 case vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP:
354 addChild(new InstanceFactory<DrawIndexed>(m_testCtx, "draw_indexed_triangle_strip", "Draws indexed triangle strip", shaderPaths, vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP));
360 addChild(new InstanceFactory<DrawInstancedIndexed>(m_testCtx, "draw_instanced_indexed_triangle_strip", "Draws indexed triangle strip", shaderPaths, vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP));
vktDrawBaseClass.cpp 35 , m_topology (vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP)
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineInputAssemblyTests.cpp 193 VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP,
325 case VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP:
422 case VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP:
630 primitiveTopology == VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP ||
666 case VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP:
719 case VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP:
    [all...]
vktPipelineReferenceRenderer.cpp 116 case VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP: return rr::PRIMITIVETYPE_TRIANGLE_STRIP;
vktPipelineVertexInputTests.cpp 839 VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP, // VkPrimitiveTopology topology;
    [all...]
vktPipelineMultisampleTests.cpp 559 topology = VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateGeneralTests.cpp 57 m_topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP;
162 m_topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP;
299 pipelineCreateInfo_1.addState(PipelineCreateInfo::InputAssemblerState(vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP));
347 // draw quad using vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP
vktDynamicStateCBTests.cpp 49 m_topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP;
vktDynamicStateBaseClass.cpp 37 , m_topology (vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP)
vktDynamicStateVPTests.cpp 52 m_topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP;
vktDynamicStateRSTests.cpp 51 , m_topology (vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP)
vktDynamicStateDSTests.cpp 59 , m_topology (vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP)
    [all...]
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 85 VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP,
  /external/deqp/external/vulkancts/framework/vulkan/
vkBasicTypes.inl 451 VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP = 4,
    [all...]
vkStrUtilImpl.inl 498 case VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP: return "VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP";
    [all...]
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp     [all...]
  /external/skia/third_party/vulkan/
vulkan.h 540 VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP = 4,
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h 547 VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP = 4,
    [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h 544 VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP = 4,
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h 540 VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP = 4,
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h 540 VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP = 4,
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h 540 VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP = 4,
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/vulkan/
vulkan.h 540 VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP = 4,
    [all...]

Completed in 242 milliseconds

1 2