Home
last modified time | relevance | path

Searched refs:VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST (Results 1 – 25 of 88) sorted by relevance

1234

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawIndirectTest.cpp158 case vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST: in setVertexBuffer()
204 case vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST: in setFirstInstanceVertexBuffer()
313 case vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST: in iterate()
379 case vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST: in iterate()
626 case vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST: in iterate()
693 case vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST: in iterate()
960 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in init()
966 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in init()
983 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in init()
989 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in init()
[all …]
DvktDrawSimpleTest.cpp73 case vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST: in SimpleDraw()
126 case vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST: in iterate()
218 case vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST: in iterate()
309 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in init()
319 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in init()
DvktDrawIndexedTest.cpp76 case vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST: in DrawIndexed()
247 case vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST: in iterate()
337 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in init()
347 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in init()
DvktDrawInstancedTests.cpp122 case vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST: return rr::PRIMITIVETYPE_TRIANGLES; in mapVkPrimitiveTopology()
744 vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, in InstancedTests()
DvktDrawDifferingInterpolationTests.cpp277 …eCreateInfo.addState(PipelineCreateInfo::InputAssemblerState(VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST)); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryInputGeometryShaderTests.cpp260 { VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, "triangles", VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP }, in createInputGeometryShaderTests()
285 … { VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, "triangles_to_points", VK_PRIMITIVE_TOPOLOGY_POINT_LIST }, in createInputGeometryShaderTests()
288 { VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, "triangles_to_lines", VK_PRIMITIVE_TOPOLOGY_LINE_STRIP }, in createInputGeometryShaderTests()
DvktGeometryTestsUtil.cpp158 case VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST: in build()
318 case VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST: in inputTypeToGLString()
341 case VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST: in outputTypeToGLString()
361 case VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST: in calcOutputVertices()
DvktGeometryTestsUtil.hpp118 , m_primitiveTopology (vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST) {} in GraphicsPipelineBuilder()
/external/deqp/external/vulkancts/framework/vulkan/
DvkObjUtil.hpp43 const VkPrimitiveTopology topology = VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST,
/external/deqp/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp178 case VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST: in genVertices()
418 case VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST: in testPrimitivesInside()
573 case VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST: in testPrimitivesDepthClamp()
840 DrawState refDrawState (VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, RENDER_SIZE, RENDER_SIZE); in testWideLines()
1319 …DrawState drawState (VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, RENDER_SIZE_LARGE, RENDER_SIZE_LARG… in testComplementarity()
1350 VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, in addClippingTests()
1466 …logy = (useTessellation ? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST : VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST); in addClippingTests()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolStatisticsTests.cpp75 case VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST: in inputTypeToGLString()
100 case VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST: in outputTypeToGLString()
1009 …expectedMin = m_parametersGraphic.primitiveTopology == VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST ? 1… in checkResult()
1020 m_parametersGraphic.primitiveTopology == VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST ? 5u : in checkResult()
1033 m_parametersGraphic.primitiveTopology == VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST ? 2016u : in checkResult()
1065 case VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST: in draw()
1382 m_parametersGraphic.primitiveTopology == VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST ? 4u : in checkResult()
1397 m_parametersGraphic.primitiveTopology == VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST ? 8u : in checkResult()
1415 …if ( (m_parametersGraphic.primitiveTopology == VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST || m_parameters… in checkResult()
1425 m_parametersGraphic.primitiveTopology == VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST) in draw()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp1227 : BaseTriangleTestInstance(context, VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, sampleCount) in TrianglesTestInstance()
1623 drawPrimitives(resultImage, drawBuffer, colorBuffer, VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST); in iterate()
2001 case VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST: in extractTriangles()
2212 case VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST: in iterate()
2295 case VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST: in extractTriangles()
2763 case VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST: in extractTriangles()
3178 { VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, "triangles" }, in createRasterizationTests()
3228 { VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, "triangle_list" }, in createRasterizationTests()
3277 … (testCtx, "triangles", "Verify triangle interpolation", VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, IN… in createRasterizationTests()
3292 … (testCtx, "triangles", "Verify triangle interpolation", VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, IN… in createRasterizationTests()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMatchedAttachmentsTests.cpp226 VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, // VkPrimitiveTopology topology; in testMatchedAttachments()
DvktPipelineSpecConstantUtil.cpp126 …TESSELLATION_CONTROL_BIT) ? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST : VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in build()
DvktPipelineMultisampleSampleLocationsExtTests.cpp1617 …ns*/ true, makeEmptySampleLocationsInfo(), vertexInputConfig, VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST); in drawSinglePass()
1623 …ple locations*/ true, sampleLocationsInfo, vertexInputConfig, VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST); in drawSinglePass()
2292 …useDepth(), useStencil(), VERTEX_INPUT_VEC4_VEC4, VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, stencilOpSt… in drawPatternChangeReference()
2485 …useDepth(), useStencil(), VERTEX_INPUT_VEC4_VEC4, VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, stencilOpSt… in drawRenderPasses()
2493 …useDepth(), useStencil(), VERTEX_INPUT_VEC4_VEC4, VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, stencilOpSt… in drawRenderPasses()
2860 …useDepth(), useStencil(), VERTEX_INPUT_VEC4_VEC4, VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, stencilOpSt… in drawSubpasses()
2868 …useDepth(), useStencil(), VERTEX_INPUT_VEC4_VEC4, VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, stencilOpSt… in drawSubpasses()
3026 …useDepth(), useStencil(), VERTEX_INPUT_VEC4_VEC4, VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, stencilOpSt… in drawSameSubpass()
3034 …useDepth(), useStencil(), VERTEX_INPUT_VEC4_VEC4, VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, stencilOpSt… in drawSameSubpass()
DvktPipelineMultisampleInterpolationTests.cpp126 vertexDataDesc.primitiveTopology = VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in getVertexDataDescripton()
797 vertexDataDesc.primitiveTopology = VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in getVertexDataDescripton()
DvktPipelineInputAssemblyTests.cpp193 VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST,
321 case VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST: in createBufferData()
406 case VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST: in createBufferData()
DvktPipelineReferenceRenderer.cpp114 case VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST: return rr::PRIMITIVETYPE_TRIANGLES; in mapVkPrimitiveTopology()
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalClearAttachmentTests.cpp71 …RTYPE_VERTEX], testSpec.shaders[glu::SHADERTYPE_FRAGMENT], vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST) in ConditionalClearAttachmentTest()
/external/skqp/src/gpu/vk/
DGrVkPipeline.cpp147 return VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in gr_primitive_type_to_vk_topology()
160 return VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in gr_primitive_type_to_vk_topology()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp151 return VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in gr_primitive_type_to_vk_topology()
164 return VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in gr_primitive_type_to_vk_topology()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp781 VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, // const VkPrimitiveTopology topology in UnusedAttachmentTestInstance()
797 VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, // const VkPrimitiveTopology topology in UnusedAttachmentTestInstance()
DvktRenderPassSampleReadTests.cpp533VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, // const VkPrimitiveTopology topology in createRenderPipeline()
647VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, // const VkPrimitiveTopology topology in createSubpassPipeline()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.hpp129 , m_primitiveTopology (vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST) {} in GraphicsPipelineBuilder()
/external/swiftshader/src/Vulkan/
DVkPipeline.cpp32 case VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST: in Convert()

1234