Searched defs:drawCallData (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/clipping/ |
H A D | vktClippingTests.cpp | 484 DrawCallData drawCallData(topology, vertices); in testPrimitivesInside() local 547 DrawCallData drawCallData(topology, vertices); in testPrimitivesOutside() local 642 DrawCallData drawCallData(topology, vertices); in testPrimitivesDepthClamp() local 743 DrawCallData drawCallData(topology, vertices); in testPrimitivesDepthClip() local 779 DrawCallData drawCallData(topology, vertices); in testPrimitivesDepthClip() local 858 DrawCallData drawCallData(VK_PRIMITIVE_TOPOLOGY_POINT_LIST, vertices); in testLargePoints() local 1001 DrawCallData drawCallData(VK_PRIMITIVE_TOPOLOGY_LINE_LIST, vertices); in testWideLines() local 1513 DrawCallData drawCallData(caseDef.topology, vertices); in testClipDistance() local 1654 DrawCallData drawCallData(VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, vertices); in testComplementarity() local 1728 DrawCallData drawCallData(VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP, vertices); in testCullDistance() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/util/ |
H A D | vktDrawUtil.cpp | 139 const DrawCallData &drawCallData) in registerDrawObject() 390 const DrawCallData &drawCallData) in registerDrawObject()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderBuiltinVarTests.cpp | 160 DrawCallData drawCallData(m_topology, vertices); in iterate() local 746 DrawCallData drawCallData(m_topology, vertices); in iterate() local 870 DrawCallData drawCallData(VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP, vertices); in iterate() local 1228 DrawCallData drawCallData(VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP, vertices); in iterate() local
|
H A D | vktShaderRenderInvarianceTests.cpp | 275 DrawCallData drawCallData(VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, vertices); in iterate() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrFilteringTests.cpp | 318 const DrawCallData drawCallData(VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP, vertices); in iterate() local
|
H A D | vktYCbCrImageQueryTests.cpp | 654 const DrawCallData drawCallData(VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, vertices); in testImageQueryLod() local
|