Home
last modified time | relevance | path

Searched refs:tu6_draw_common (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/freedreno/vulkan/
Dtu_cmd_buffer.c3230 tu6_draw_common(struct tu_cmd_buffer *cmd, in tu6_draw_common() function
3519 tu6_draw_common(cmd, cs, false, vertexCount); in tu_CmdDraw()
3540 tu6_draw_common(cmd, cs, true, indexCount); in tu_CmdDrawIndexed()
3588 tu6_draw_common(cmd, cs, false, 0); in tu_CmdDrawIndirect()
3615 tu6_draw_common(cmd, cs, true, 0); in tu_CmdDrawIndexedIndirect()
3651 tu6_draw_common(cmd, cs, false, 0); in tu_CmdDrawIndirectCount()
3681 tu6_draw_common(cmd, cs, true, 0); in tu_CmdDrawIndexedIndirectCount()
3716 tu6_draw_common(cmd, cs, false, 0); in tu_CmdDrawIndirectByteCountEXT()
/external/mesa3d/docs/relnotes/
D20.3.0.rst3010 - turnip: fix wrong indentation in tu6_draw_common