Home
last modified time | relevance | path

Searched refs:drawCommand (Results 1 – 10 of 10) sorted by relevance

/external/deqp/modules/gles31/stress/
Des31sDrawTests.cpp237 DrawArraysCommand drawCommand; in iterate() local
238 drawCommand.count = overBoundDrawCount; in iterate()
239drawCommand.primCount = (m_op == INVALID_DATA_INSTANCED) ? (overBoundInstances) : (drawInstances… in iterate()
240 drawCommand.first = (m_op == INVALID_DATA_FIRST) ? (overBoundDrawCount) : (0); in iterate()
241 drawCommand.reservedMustBeZero = (m_op == INVALID_RESERVED) ? (5) : (0); in iterate()
246 << "\n\tcount:\t" << drawCommand.count in iterate()
247 << "\n\tprimCount\t" << drawCommand.primCount in iterate()
248 << "\n\tfirst\t" << drawCommand.first in iterate()
249 << "\n\treservedMustBeZero\t" << drawCommand.reservedMustBeZero in iterate()
254 gl.glBufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(drawCommand), &drawCommand, GL_STATIC_DRAW); in iterate()
[all …]
/external/deqp/modules/gles31/functional/
Des31fDrawTests.cpp2315 DrawElementsCommand drawCommand; in iterate() local
2316 drawCommand.count = 3; in iterate()
2317 drawCommand.primCount = 1; in iterate()
2318 drawCommand.firstIndex = 0; in iterate()
2319 drawCommand.baseVertex = 0; in iterate()
2320 drawCommand.reservedMustBeZero = 0; in iterate()
2329 DE_ASSERT(drawCommandBuffer.size() >= sizeof(drawCommand) + m_alignment); in iterate()
2330 deMemcpy(&drawCommandBuffer[m_alignment], &drawCommand, sizeof(drawCommand)); in iterate()
2483 DrawElementsCommand drawCommand; in iterate() local
2484 drawCommand.count = 3; in iterate()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicClass.hpp53 virtual void drawCommand (const vk::VkCommandBuffer& cmdBuffer);
DvktGeometryBasicClass.cpp164 drawCommand (*cmdBuffer); in iterate()
210 void GeometryExpanderRenderTestInstance::drawCommand (const VkCommandBuffer& cmdBuffer) in drawCommand() function in vkt::geometry::GeometryExpanderRenderTestInstance
DvktGeometryBasicGeometryShaderTests.cpp566 void drawCommand (const VkCommandBuffer& cmdBuffer);
640 void BuiltinVariableRenderTestInstance::drawCommand (const VkCommandBuffer& cmdBuffer) in drawCommand() function in vkt::geometry::__anonbcc4a7f20111::BuiltinVariableRenderTestInstance
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawInstancedTests.cpp524 vk::VkDrawIndirectCommand drawCommand = in iterate() local
532 drawCommands.push_back(drawCommand); in iterate()
540 vk::VkDrawIndexedIndirectCommand drawCommand = in iterate() local
549 drawCommands.push_back(drawCommand); in iterate()
/external/deqp/modules/egl/
DteglBufferAgeTests.cpp187 const DrawCommand drawCommand (drawTypes[ndx], coloredRect); in generateRandomFrame() local
188 (*dst).draws.push_back(drawCommand); in generateRandomFrame()
DteglSwapBuffersWithDamageTests.cpp659 const DrawCommand drawCommand (frameDrawType[rectNdx], rect); in generateFrameSequence() local
661 frame.draws.push_back(drawCommand); in generateFrameSequence()
DteglPartialUpdateTests.cpp174 const DrawCommand drawCommand (drawTypes[ndx], coloredRect); in generateRandomFrame() local
176 dst.draws.push_back(drawCommand); in generateRandomFrame()
/external/skia/fuzz/
DFuzzCanvas.cpp1173 unsigned drawCommand; in fuzz_canvas() local
1174 fuzz->nextRange(&drawCommand, 0, 53); in fuzz_canvas()
1175 switch (drawCommand) { in fuzz_canvas()