Searched refs:drawContext (Results 1 - 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/ |
H A D | vktClippingTests.cpp | 479 VulkanDrawContext drawContext (context, framebufferState); in testPrimitivesInside() 480 drawContext.registerDrawObject(pipelineState, vulkanProgram, drawCallData); in testPrimitivesInside() 481 drawContext.draw(); in testPrimitivesInside() 483 const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f), Vec4()); in testPrimitivesInside() 535 VulkanDrawContext drawContext (context, framebufferState); in testPrimitivesOutside() 536 drawContext.registerDrawObject(pipelineState, vulkanProgram, drawCallData); in testPrimitivesOutside() 537 drawContext.draw(); in testPrimitivesOutside() 540 const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f), Vec4()); in testPrimitivesOutside() 626 VulkanDrawContext drawContext (context, framebufferState); in testPrimitivesDepthClamp() 627 drawContext in testPrimitivesDepthClamp() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/clipping/ |
H A D | vktClippingTests.cpp | 479 VulkanDrawContext drawContext (context, framebufferState); in testPrimitivesInside() 480 drawContext.registerDrawObject(pipelineState, vulkanProgram, drawCallData); in testPrimitivesInside() 481 drawContext.draw(); in testPrimitivesInside() 483 const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f), Vec4()); in testPrimitivesInside() 535 VulkanDrawContext drawContext (context, framebufferState); in testPrimitivesOutside() 536 drawContext.registerDrawObject(pipelineState, vulkanProgram, drawCallData); in testPrimitivesOutside() 537 drawContext.draw(); in testPrimitivesOutside() 540 const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f), Vec4()); in testPrimitivesOutside() 626 VulkanDrawContext drawContext (context, framebufferState); in testPrimitivesDepthClamp() 627 drawContext in testPrimitivesDepthClamp() [all...] |
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrRenderer.cpp | 934 void generatePrimitiveIDs (ContainerType& list, DrawContext& drawContext) in generatePrimitiveIDs() argument 937 generatePrimitiveIDs(*it, drawContext.primitiveID++); in generatePrimitiveIDs() 1413 void drawWithGeometryShader(const RenderState& state, const RenderTarget& renderTarget, const Program& program, std::vector<typename PrimitiveTypeTraits<DrawPrimitiveType>::Type>& input, DrawContext& drawContext) in drawWithGeometryShader() argument 1426 primitives[primitiveNdx].primitiveIDIn = drawContext.primitiveID++; in drawWithGeometryShader() 1481 void drawAsPrimitives (const RenderState& state, const RenderTarget& renderTarget, const Program& program, VertexPacket* const* vertices, int numVertices, DrawContext& drawContext, VertexPacketAllocator& vpalloc) in drawAsPrimitives() argument 1497 drawWithGeometryShader<DrawPrimitiveType>(state, renderTarget, program, inputPrimitives, drawContext); in drawAsPrimitives() 1510 generatePrimitiveIDs(basePrimitives, drawContext); in drawAsPrimitives() 1778 DrawContext drawContext; in drawInstanced() local 1783 drawContext.primitiveID = 0; in drawInstanced() 1820 case PRIMITIVETYPE_TRIANGLES: { drawAsPrimitives<PRIMITIVETYPE_TRIANGLES> (command.state, command.renderTarget, command.program, &vertexPackets[0], numVertexPackets, drawContext, vpallo in drawInstanced() [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsVertexArrayTests.hpp | 219 ContextArrayPack (glu::RenderContext& renderCtx, sglr::Context& drawContext);
|
H A D | glsVertexArrayTests.cpp | 657 ContextArrayPack::ContextArrayPack (glu::RenderContext& renderCtx, sglr::Context& drawContext) in ContextArrayPack() argument 659 , m_ctx (drawContext) in ContextArrayPack()
|
H A D | glsDrawTest.cpp | 1772 AttributePack (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, sglr::Context& drawContext, const tcu::UVec2& screenSize, bool useVao, bool logEnabled); 1799 AttributePack::AttributePack (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, sglr::Context& drawContext, const tcu::UVec2& screenSize, bool useVao, bool logEnabled) in AttributePack() argument 1802 , m_ctx (drawContext) in AttributePack()
|
Completed in 21 milliseconds