Home
last modified time | relevance | path

Searched refs:marshal_cmd_DrawElementsUserBuf (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dglthread_draw.c707 const struct marshal_cmd_DrawElementsUserBuf *restrict cmd) in _mesa_unmarshal_DrawElementsUserBuf()
969 int cmd_size = sizeof(struct marshal_cmd_DrawElementsUserBuf) + in draw_elements()
971 struct marshal_cmd_DrawElementsUserBuf *cmd; in draw_elements()
H A Dglthread_marshal.h63 struct marshal_cmd_DrawElementsUserBuf struct
H A Ddraw.c1949 const struct marshal_cmd_DrawElementsUserBuf *cmd = in _mesa_DrawElementsUserBuf()
1950 (const struct marshal_cmd_DrawElementsUserBuf *)ptr; in _mesa_DrawElementsUserBuf()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D24.0.0.rst3044 - glthread: pass struct marshal_cmd_DrawElementsUserBuf into Draw directly