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

1 2

  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawSimpleTest.cpp 67 case vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST:
122 case vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST:
228 case vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST:
332 addChild(new InstanceFactory<SimpleDraw>(m_testCtx, "simple_draw_triangle_list", "Draws triangle list", shaderPaths, vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST));
338 addChild(new InstanceFactory<SimpleDrawInstanced>(m_testCtx, "simple_draw_instanced_triangle_list", "Draws an instanced triangle list", shaderPaths, vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST));
vktDrawIndirectTest.cpp 108 case vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST:
167 case vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST:
350 case vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST:
537 indirectDrawGroup->addChild(new InstanceFactory<IndirectDraw>(m_testCtx, "triangle_list", "Draws triangle list", shaderPaths, vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST));
549 noFirstInstanceGroup->addChild(new InstanceFactory<IndirectDrawInstanced<FirtsInstanceNotSupported> >(m_testCtx, "triangle_list", "Draws an instanced triangle list", shaderPaths, vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST));
558 firstInstanceGroup->addChild(new InstanceFactory<IndirectDrawInstanced<FirtsInstanceSupported> >(m_testCtx, "triangle_list", "Draws an instanced triangle list", shaderPaths, vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST));
vktDrawIndexedTest.cpp 77 case vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST:
250 case vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST:
353 addChild(new InstanceFactory<DrawIndexed>(m_testCtx, "draw_indexed_triangle_list", "Draws indexed triangle list", shaderPaths, vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST));
359 addChild(new InstanceFactory<DrawInstancedIndexed>(m_testCtx, "draw_instanced_indexed_triangle_list", "Draws indexed triangle list", shaderPaths, vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST));
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineInputAssemblyTests.cpp 192 VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST,
320 case VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST:
405 case VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST:
    [all...]
vktPipelineReferenceRenderer.cpp 114 case VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST: return rr::PRIMITIVETYPE_TRIANGLES;
vktPipelineMultisampleTests.cpp 499 topology = VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST;
    [all...]
vktPipelineBlendTests.cpp 510 VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, // VkPrimitiveTopology topology;
    [all...]
vktPipelineDepthTests.cpp 520 VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, // VkPrimitiveTopology topology;
    [all...]
vktPipelineEarlyFragmentTests.cpp 504 VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, // VkPrimitiveTopology topology;
    [all...]
vktPipelineImageSamplingInstance.cpp 685 VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, // VkPrimitiveTopology topology;
    [all...]
vktPipelineStencilTests.cpp 602 VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, // VkPrimitiveTopology topology;
    [all...]
vktPipelineCacheTests.cpp 283 (m_patchControlPoints == 0 ? VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST
    [all...]
vktPipelinePushConstantTests.cpp 759 const VkPrimitiveTopology topology = (m_shaderFlags & VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT) ? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST : VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST;
    [all...]
vktPipelineTimestampTests.cpp 424 VkPrimitiveTopology primitiveTopology = (m_patchControlPoints > 0) ? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST : VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiSmokeTests.cpp 614 VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, // topology
    [all...]
vktApiBufferViewAccessTests.cpp 482 VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, // VkPrimitiveTopology topology;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateGeneralTests.cpp 311 pipelineCreateInfo_2.addState(PipelineCreateInfo::InputAssemblerState(vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST));
354 // draw quad using vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 84 VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST,
  /external/vulkan-validation-layers/demos/smoke/
Meshes.cpp 98 ia_info.topology = VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST;
  /external/deqp/external/vulkancts/framework/vulkan/
vkBasicTypes.inl 450 VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST = 3,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolOcclusionTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktSynchronization.cpp 756 inputAssemblyState.topology = VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSwapchainTests.cpp     [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp     [all...]

Completed in 70 milliseconds

1 2