Searched defs:drawCallData (Results 1 – 6 of 6) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/clipping/ |
D | vktClippingTests.cpp | 455 DrawCallData drawCallData (topology, vertices); in testPrimitivesInside() local 511 DrawCallData drawCallData (topology, vertices); in testPrimitivesOutside() local 602 DrawCallData drawCallData (topology, vertices); in testPrimitivesDepthClamp() local 694 DrawCallData drawCallData (topology, vertices); in testPrimitivesDepthClip() local 724 DrawCallData drawCallData (topology, vertices); in testPrimitivesDepthClip() local 794 DrawCallData drawCallData (VK_PRIMITIVE_TOPOLOGY_POINT_LIST, vertices); in testLargePoints() local 926 DrawCallData drawCallData (VK_PRIMITIVE_TOPOLOGY_LINE_LIST, vertices); in testWideLines() local 1332 DrawCallData drawCallData (caseDef.topology, vertices); in testClipDistance() local 1461 DrawCallData drawCallData (VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, vertices); in testComplementarity() local
|
/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktDrawUtil.cpp | 132 …ertexShader, std::shared_ptr<rr::FragmentShader>& fragmentShader, const DrawCallData& drawCallData) in registerDrawObject() 387 …PipelineState& pipelineState, const VulkanProgram& vulkanProgram, const DrawCallData& drawCallData) in registerDrawObject()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderBuiltinVarTests.cpp | 155 DrawCallData drawCallData (m_topology, vertices); in iterate() local 771 DrawCallData drawCallData(m_topology, vertices); in iterate() local 917 DrawCallData drawCallData(VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP, vertices); in iterate() local 1263 DrawCallData drawCallData(VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP, vertices); in iterate() local
|
D | vktShaderRenderInvarianceTests.cpp | 282 DrawCallData drawCallData(VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, vertices); in iterate() local
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrFilteringTests.cpp | 361 const DrawCallData drawCallData (VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP, vertices); in iterate() local
|
D | vktYCbCrImageQueryTests.cpp | 694 const DrawCallData drawCallData(VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, vertices); in testImageQueryLod() local
|