Home
last modified time | relevance | path

Searched refs:DrawElementsIndirectCommand (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_prim_restart.c38 } DrawElementsIndirectCommand; typedef
40 static DrawElementsIndirectCommand
43 DrawElementsIndirectCommand ret; in read_indirect_elements()
109 DrawElementsIndirectCommand indirect; in util_translate_prim_restart_ib()
230 DrawElementsIndirectCommand indirect; in util_draw_vbo_without_prim_restart()
/external/deqp/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.cpp222 } DrawElementsIndirectCommand; typedef in glcts::__anonc4608aae0111::DrawIndirectBase
2005 DrawElementsIndirectCommand indirectElements = { 0, 0, 0, 0, 0 }; in Run()
2194 DrawElementsIndirectCommand indirectElements = { 0, 0, 0, 0, 0 }; in Run()
2480 DrawElementsIndirectCommand indirectElements = { 0, 0, 0, 0, 0 }; in Run()
3131 DrawElementsIndirectCommand indirectElements = { 0, 0, 0, 0, 0 }; in Run()
3146 …glBufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(DrawElementsIndirectCommand), &indirectElements, GL_S… in Run()
3236 DrawElementsIndirectCommand indirectElements = { 0, 0, 0, 0, 0 }; in Run()
3251 …glBufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(DrawElementsIndirectCommand), &indirectElements, GL_S… in Run()
3346 DrawElementsIndirectCommand indirectElements = { 0, 0, 0, 0, 0 }; in Run()
3361 …glBufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(DrawElementsIndirectCommand), &indirectElements, GL_S… in Run()
[all …]
/external/deqp/external/openglcts/modules/gl/
Dgl4cIndirectParametersTests.hpp57 } DrawElementsIndirectCommand; typedef
Dgl4cIndirectParametersTests.cpp533 const DrawElementsIndirectCommand indirect[] = { in init()
574 …gl.bufferData(GL_DRAW_INDIRECT_BUFFER, 3 * sizeof(DrawElementsIndirectCommand), indirect, GL_STATI… in init()
/external/angle/src/libANGLE/renderer/vulkan/shaders/src/
DConvertIndex.comp140 // Copy the source indirect draw info (DrawElementsIndirectCommand) to the destination
148 // } DrawElementsIndirectCommand;
/external/mesa3d/src/mesa/main/
Ddraw.c57 } DrawElementsIndirectCommand; typedef
1662 DrawElementsIndirectCommand *cmd = in _mesa_DrawElementsIndirect()
1663 (DrawElementsIndirectCommand *) indirect; in _mesa_DrawElementsIndirect()
1780 stride = sizeof(DrawElementsIndirectCommand); in _mesa_MultiDrawElementsIndirect()
1815 ptr += sizeof(DrawElementsIndirectCommand); in _mesa_MultiDrawElementsIndirect()
/external/angle/src/libANGLE/
Dangletypes.h335 struct DrawElementsIndirectCommand struct
343 static_assert(sizeof(DrawElementsIndirectCommand) == 20, argument
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_vbo_translate.c490 } DrawElementsIndirectCommand; typedef
519 DrawElementsIndirectCommand *cmd = (void *)buf_data; in nvc0_push_vbo_indirect()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DContext11.cpp435 const gl::DrawElementsIndirectCommand *cmd = nullptr; in drawElementsIndirect()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp4106 struct DrawElementsIndirectCommand in drawElementsIndirect() struct
4115 const DrawElementsIndirectCommand* command; in drawElementsIndirect()
4135 …size_t)((const char*)indirect - (const char*)DE_NULL) + sizeof(DrawElementsIndirectCommand) > (siz… in drawElementsIndirect()
4139 …command = (const DrawElementsIndirectCommand*)(m_drawIndirectBufferBinding->getData() + ((const ch… in drawElementsIndirect()
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp5669 struct DrawElementsIndirectCommand in iterate() struct
5678 DE_STATIC_ASSERT(sizeof(DrawElementsIndirectCommand) == sizeof(deUint32[5])); in iterate()