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

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

Completed in 512 milliseconds