Searched refs:cmd (Results 1 - 25 of 901) sorted by relevance

1234567891011>>

/xsrc/external/mit/xf86-input-vmmouse/dist/shared/
H A Dvmmouse_proto.c52 * Host-side response returned in cmd IN/OUT parameter.
61 VMMouseProtoInOut(VMMouseProtoCmd *cmd) // IN/OUT argument
83 : "0" (cmd)
113 : "0" (cmd)
145 VMMouseProto_SendCmd(VMMouseProtoCmd *cmd) // IN/OUT argument
147 cmd->in.magic = VMMOUSE_PROTO_MAGIC;
148 cmd->in.port = VMMOUSE_PROTO_PORT;
150 VMMouseProtoInOut(cmd);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_cmd.c109 uint32 cmd, // IN
119 header->id = cmd;
122 swc->last_command = cmd;
168 SVGA3dCmdDefineContext *cmd; local in function:SVGA3D_DefineContext
170 cmd = SVGA3D_FIFOReserve(swc,
171 SVGA_3D_CMD_CONTEXT_DEFINE, sizeof *cmd, 0);
172 if (!cmd)
175 cmd->cid = swc->cid;
202 SVGA3dCmdDestroyContext *cmd; local in function:SVGA3D_DestroyContext
204 cmd
108 SVGA3D_FIFOReserve(struct svga_winsys_context * swc,uint32 cmd,uint32 cmdSize,uint32 nr_relocs) argument
282 SVGA3dCmdDefineSurface *cmd; local in function:SVGA3D_BeginDefineSurface
370 SVGA3dCmdDestroySurface *cmd; local in function:SVGA3D_DestroySurface
436 SVGA3dCmdSurfaceDMA *cmd; local in function:SVGA3D_SurfaceDMA
496 SVGA3dCmdSurfaceDMA *cmd; local in function:SVGA3D_BufferDMA
590 SVGA3dCmdSetRenderTarget *cmd; local in function:SVGA3D_SetRenderTarget
641 SVGA3dCmdDefineShader *cmd; local in function:SVGA3D_DefineShader
685 SVGA3dCmdDestroyShader *cmd; local in function:SVGA3D_DestroyShader
732 SVGA3dCmdSetShaderConst *cmd; local in function:SVGA3D_SetShaderConst
799 SVGA3dCmdSetShaderConst *cmd; local in function:SVGA3D_SetShaderConsts
849 SVGA3dCmdSetShader *cmd; local in function:SVGA3D_SetShader
902 SVGA3dCmdClear *cmd; local in function:SVGA3D_BeginClear
999 SVGA3dCmdDrawPrimitives *cmd; local in function:SVGA3D_BeginDrawPrimitives
1060 SVGA3dCmdSurfaceCopy *cmd; local in function:SVGA3D_BeginSurfaceCopy
1104 SVGA3dCmdSurfaceStretchBlt *cmd; local in function:SVGA3D_SurfaceStretchBlt
1145 SVGA3dCmdSetViewport *cmd; local in function:SVGA3D_SetViewport
1184 SVGA3dCmdSetScissorRect *cmd; local in function:SVGA3D_SetScissorRect
1221 SVGA3dCmdSetClipPlane *cmd; local in function:SVGA3D_SetClipPlane
1262 SVGA3dCmdSetZRange *cmd; local in function:SVGA3D_SetZRange
1309 SVGA3dCmdSetTextureState *cmd; local in function:SVGA3D_BeginSetTextureState
1355 SVGA3dCmdSetRenderState *cmd; local in function:SVGA3D_BeginSetRenderState
1391 SVGA3dCmdBeginGBQuery *cmd; local in function:SVGA3D_BeginGBQuery
1429 SVGA3dCmdBeginQuery *cmd; local in function:SVGA3D_BeginQuery
1471 SVGA3dCmdEndGBQuery *cmd; local in function:SVGA3D_EndGBQuery
1513 SVGA3dCmdEndQuery *cmd; local in function:SVGA3D_EndQuery
1558 SVGA3dCmdWaitForGBQuery *cmd; local in function:SVGA3D_WaitForGBQuery
1605 SVGA3dCmdWaitForQuery *cmd; local in function:SVGA3D_WaitForQuery
1633 SVGA3dCmdBindGBShader *cmd = local in function:SVGA3D_BindGBShader
1656 SVGA3dCmdSetShader *cmd; local in function:SVGA3D_SetGBShader
1686 SVGA3dCmdBindGBSurface *cmd = local in function:SVGA3D_BindGBSurface
1715 SVGA3dCmdUpdateGBImage *cmd = local in function:SVGA3D_UpdateGBImage
1745 SVGA3dCmdUpdateGBSurface *cmd = local in function:SVGA3D_UpdateGBSurface
1773 SVGA3dCmdReadbackGBImage *cmd = local in function:SVGA3D_ReadbackGBImage
1802 SVGA3dCmdReadbackGBSurface *cmd = local in function:SVGA3D_ReadbackGBSurface
1828 SVGA3dCmdReadbackGBImagePartial *cmd = local in function:SVGA3D_ReadbackGBImagePartial
1857 SVGA3dCmdInvalidateGBImagePartial *cmd = local in function:SVGA3D_InvalidateGBImagePartial
1881 SVGA3dCmdInvalidateGBSurface *cmd = local in function:SVGA3D_InvalidateGBSurface
1904 SVGA3dCmdSetGBShaderConstInline *cmd; local in function:SVGA3D_SetGBShaderConstsInline
[all...]
H A Dsvga_cmd_vgpu10.c82 SVGA3dCmdDX##CommandName *cmd; \
84 cmd = SVGA3D_FIFOReserve(swc, SVGA_3D_CMD_DX_##CommandCode, \
86 if (!cmd) \
91 SVGA3dCmdDX##CommandName *cmd; \
94 cmd = SVGA3D_FIFOReserve(swc, SVGA_3D_CMD_DX_##CommandCode, \
97 if (!cmd) \
103 cmd->VariableName = VariableName; \
177 SVGA3dCmdDXPredCopyRegion *cmd = local in function:SVGA3D_vgpu10_PredCopyRegion
182 if (!cmd)
185 swc->surface_relocation(swc, &cmd
202 SVGA3dCmdDXPredCopy *cmd = local in function:SVGA3D_vgpu10_PredCopy
239 SVGA3dCmdDXSetShader *cmd = SVGA3D_FIFOReserve(swc, local in function:SVGA3D_vgpu10_SetShader
264 SVGA3dCmdDXSetShaderResources *cmd; local in function:SVGA3D_vgpu10_SetShaderResources
314 SVGA3dCmdDXClearRenderTargetView *cmd; local in function:SVGA3D_vgpu10_ClearRenderTargetView
348 SVGA3dCmdDXSetRenderTargets *cmd; local in function:SVGA3D_vgpu10_SetRenderTargets
444 SVGA3dCmdDXSetPredication *cmd; local in function:SVGA3D_vgpu10_SetPredication
464 SVGA3dCmdDXSetSOTargets *cmd; local in function:SVGA3D_vgpu10_SetSOTargets
502 SVGA3dCmdDXSetScissorRects *cmd; local in function:SVGA3D_vgpu10_SetScissorRects
645 SVGA3dCmdDXBindQuery *cmd = SVGA3D_FIFOReserve(swc, local in function:SVGA3D_vgpu10_BindQuery
698 SVGA3dCmdDXClearDepthStencilView *cmd; local in function:SVGA3D_vgpu10_ClearDepthStencilView
732 SVGA3dCmdDXDefineShaderResourceView *cmd; local in function:SVGA3D_vgpu10_DefineShaderResourceView
773 SVGA3dCmdDXDefineRenderTargetView *cmd; local in function:SVGA3D_vgpu10_DefineRenderTargetView
813 SVGA3dCmdDXDefineDepthStencilView *cmd; local in function:SVGA3D_vgpu10_DefineDepthStencilView
855 SVGA3dCmdDXDefineElementLayout *cmd; local in function:SVGA3D_vgpu10_DefineElementLayout
1171 SVGA3dCmdDXSetVertexBuffers *cmd; local in function:SVGA3D_vgpu10_SetVertexBuffers
1218 SVGA3dCmdDXSetIndexBuffer *cmd; local in function:SVGA3D_vgpu10_SetIndexBuffer
1241 SVGA3dCmdDXSetSingleConstantBuffer *cmd; local in function:SVGA3D_vgpu10_SetSingleConstantBuffer
1272 SVGA3dCmdDXReadbackSubResource *cmd; local in function:SVGA3D_vgpu10_ReadbackSubResource
1294 SVGA3dCmdDXUpdateSubResource *cmd; local in function:SVGA3D_vgpu10_UpdateSubResource
1316 SVGA3dCmdDXGenMips *cmd; local in function:SVGA3D_vgpu10_GenMips
1339 SVGA3dCmdDXBufferCopy *cmd; local in function:SVGA3D_vgpu10_BufferCopy
1365 SVGA3dCmdDXTransferFromBuffer *cmd; local in function:SVGA3D_vgpu10_TransferFromBuffer
1391 SVGA3dCmdIntraSurfaceCopy *cmd = local in function:SVGA3D_vgpu10_IntraSurfaceCopy
1417 SVGA3dCmdDXResolveCopy *cmd = local in function:SVGA3D_vgpu10_ResolveCopy
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_cmd.c109 uint32 cmd, // IN
119 header->id = cmd;
122 swc->last_command = cmd;
168 SVGA3dCmdDefineContext *cmd; local in function:SVGA3D_DefineContext
170 cmd = SVGA3D_FIFOReserve(swc,
171 SVGA_3D_CMD_CONTEXT_DEFINE, sizeof *cmd, 0);
172 if (!cmd)
175 cmd->cid = swc->cid;
202 SVGA3dCmdDestroyContext *cmd; local in function:SVGA3D_DestroyContext
204 cmd
108 SVGA3D_FIFOReserve(struct svga_winsys_context * swc,uint32 cmd,uint32 cmdSize,uint32 nr_relocs) argument
282 SVGA3dCmdDefineSurface *cmd; local in function:SVGA3D_BeginDefineSurface
370 SVGA3dCmdDestroySurface *cmd; local in function:SVGA3D_DestroySurface
436 SVGA3dCmdSurfaceDMA *cmd; local in function:SVGA3D_SurfaceDMA
496 SVGA3dCmdSurfaceDMA *cmd; local in function:SVGA3D_BufferDMA
590 SVGA3dCmdSetRenderTarget *cmd; local in function:SVGA3D_SetRenderTarget
641 SVGA3dCmdDefineShader *cmd; local in function:SVGA3D_DefineShader
685 SVGA3dCmdDestroyShader *cmd; local in function:SVGA3D_DestroyShader
732 SVGA3dCmdSetShaderConst *cmd; local in function:SVGA3D_SetShaderConst
799 SVGA3dCmdSetShaderConst *cmd; local in function:SVGA3D_SetShaderConsts
849 SVGA3dCmdSetShader *cmd; local in function:SVGA3D_SetShader
902 SVGA3dCmdClear *cmd; local in function:SVGA3D_BeginClear
999 SVGA3dCmdDrawPrimitives *cmd; local in function:SVGA3D_BeginDrawPrimitives
1060 SVGA3dCmdSurfaceCopy *cmd; local in function:SVGA3D_BeginSurfaceCopy
1104 SVGA3dCmdSurfaceStretchBlt *cmd; local in function:SVGA3D_SurfaceStretchBlt
1145 SVGA3dCmdSetViewport *cmd; local in function:SVGA3D_SetViewport
1184 SVGA3dCmdSetScissorRect *cmd; local in function:SVGA3D_SetScissorRect
1221 SVGA3dCmdSetClipPlane *cmd; local in function:SVGA3D_SetClipPlane
1262 SVGA3dCmdSetZRange *cmd; local in function:SVGA3D_SetZRange
1309 SVGA3dCmdSetTextureState *cmd; local in function:SVGA3D_BeginSetTextureState
1355 SVGA3dCmdSetRenderState *cmd; local in function:SVGA3D_BeginSetRenderState
1391 SVGA3dCmdBeginGBQuery *cmd; local in function:SVGA3D_BeginGBQuery
1429 SVGA3dCmdBeginQuery *cmd; local in function:SVGA3D_BeginQuery
1471 SVGA3dCmdEndGBQuery *cmd; local in function:SVGA3D_EndGBQuery
1513 SVGA3dCmdEndQuery *cmd; local in function:SVGA3D_EndQuery
1558 SVGA3dCmdWaitForGBQuery *cmd; local in function:SVGA3D_WaitForGBQuery
1605 SVGA3dCmdWaitForQuery *cmd; local in function:SVGA3D_WaitForQuery
1633 SVGA3dCmdBindGBShader *cmd = local in function:SVGA3D_BindGBShader
1656 SVGA3dCmdSetShader *cmd; local in function:SVGA3D_SetGBShader
1686 SVGA3dCmdBindGBSurface *cmd = local in function:SVGA3D_BindGBSurface
1715 SVGA3dCmdUpdateGBImage *cmd = local in function:SVGA3D_UpdateGBImage
1745 SVGA3dCmdUpdateGBSurface *cmd = local in function:SVGA3D_UpdateGBSurface
1773 SVGA3dCmdReadbackGBImage *cmd = local in function:SVGA3D_ReadbackGBImage
1802 SVGA3dCmdReadbackGBSurface *cmd = local in function:SVGA3D_ReadbackGBSurface
1828 SVGA3dCmdReadbackGBImagePartial *cmd = local in function:SVGA3D_ReadbackGBImagePartial
1857 SVGA3dCmdInvalidateGBImagePartial *cmd = local in function:SVGA3D_InvalidateGBImagePartial
1881 SVGA3dCmdInvalidateGBSurface *cmd = local in function:SVGA3D_InvalidateGBSurface
1904 SVGA3dCmdSetGBShaderConstInline *cmd; local in function:SVGA3D_SetGBShaderConstsInline
[all...]
H A Dsvga_cmd_vgpu10.c82 SVGA3dCmdDX##CommandName *cmd; \
84 cmd = SVGA3D_FIFOReserve(swc, SVGA_3D_CMD_DX_##CommandCode, \
86 if (!cmd) \
91 SVGA3dCmdDX##CommandName *cmd; \
94 cmd = SVGA3D_FIFOReserve(swc, SVGA_3D_CMD_DX_##CommandCode, \
97 if (!cmd) \
103 cmd->VariableName = VariableName; \
177 SVGA3dCmdDXPredCopyRegion *cmd = local in function:SVGA3D_vgpu10_PredCopyRegion
182 if (!cmd)
185 swc->surface_relocation(swc, &cmd
202 SVGA3dCmdDXPredCopy *cmd = local in function:SVGA3D_vgpu10_PredCopy
239 SVGA3dCmdDXSetShader *cmd = SVGA3D_FIFOReserve(swc, local in function:SVGA3D_vgpu10_SetShader
264 SVGA3dCmdDXSetShaderResources *cmd; local in function:SVGA3D_vgpu10_SetShaderResources
314 SVGA3dCmdDXClearRenderTargetView *cmd; local in function:SVGA3D_vgpu10_ClearRenderTargetView
348 SVGA3dCmdDXSetRenderTargets *cmd; local in function:SVGA3D_vgpu10_SetRenderTargets
444 SVGA3dCmdDXSetPredication *cmd; local in function:SVGA3D_vgpu10_SetPredication
464 SVGA3dCmdDXSetSOTargets *cmd; local in function:SVGA3D_vgpu10_SetSOTargets
502 SVGA3dCmdDXSetScissorRects *cmd; local in function:SVGA3D_vgpu10_SetScissorRects
645 SVGA3dCmdDXBindQuery *cmd = SVGA3D_FIFOReserve(swc, local in function:SVGA3D_vgpu10_BindQuery
698 SVGA3dCmdDXClearDepthStencilView *cmd; local in function:SVGA3D_vgpu10_ClearDepthStencilView
732 SVGA3dCmdDXDefineShaderResourceView *cmd; local in function:SVGA3D_vgpu10_DefineShaderResourceView
773 SVGA3dCmdDXDefineRenderTargetView *cmd; local in function:SVGA3D_vgpu10_DefineRenderTargetView
813 SVGA3dCmdDXDefineDepthStencilView *cmd; local in function:SVGA3D_vgpu10_DefineDepthStencilView
855 SVGA3dCmdDXDefineElementLayout *cmd; local in function:SVGA3D_vgpu10_DefineElementLayout
1171 SVGA3dCmdDXSetVertexBuffers *cmd; local in function:SVGA3D_vgpu10_SetVertexBuffers
1218 SVGA3dCmdDXSetIndexBuffer *cmd; local in function:SVGA3D_vgpu10_SetIndexBuffer
1241 SVGA3dCmdDXSetSingleConstantBuffer *cmd; local in function:SVGA3D_vgpu10_SetSingleConstantBuffer
1273 SVGA3dCmdDXSetConstantBufferOffset *cmd; local in function:SVGA3D_vgpu10_SetConstantBufferOffset
1297 SVGA3dCmdDXReadbackSubResource *cmd; local in function:SVGA3D_vgpu10_ReadbackSubResource
1319 SVGA3dCmdDXUpdateSubResource *cmd; local in function:SVGA3D_vgpu10_UpdateSubResource
1341 SVGA3dCmdDXGenMips *cmd; local in function:SVGA3D_vgpu10_GenMips
1364 SVGA3dCmdDXBufferCopy *cmd; local in function:SVGA3D_vgpu10_BufferCopy
1390 SVGA3dCmdDXTransferFromBuffer *cmd; local in function:SVGA3D_vgpu10_TransferFromBuffer
1416 SVGA3dCmdIntraSurfaceCopy *cmd = local in function:SVGA3D_vgpu10_IntraSurfaceCopy
1442 SVGA3dCmdDXResolveCopy *cmd = local in function:SVGA3D_vgpu10_ResolveCopy
1467 SVGA3dCmdDXDrawIndexedInstancedIndirect *cmd = local in function:SVGA3D_sm5_DrawIndexedInstancedIndirect
1490 SVGA3dCmdDXDrawInstancedIndirect *cmd = local in function:SVGA3D_sm5_DrawInstancedIndirect
1512 SVGA3dCmdDXDispatch *cmd; local in function:SVGA3D_sm5_Dispatch
1535 SVGA3dCmdDXDispatchIndirect *cmd; local in function:SVGA3D_sm5_DispatchIndirect
[all...]
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated6.c52 _mesa_unmarshal_VertexAttrib1sNV(struct gl_context *ctx, const struct marshal_cmd_VertexAttrib1sNV *cmd, const uint64_t *last) argument
54 GLuint index = cmd->index;
55 GLshort x = cmd->x;
58 assert (cmd_size == cmd->cmd_base.cmd_size);
66 struct marshal_cmd_VertexAttrib1sNV *cmd; local in function:_mesa_marshal_VertexAttrib1sNV
67 cmd = _mesa_glthread_allocate_command(ctx, DISPATCH_CMD_VertexAttrib1sNV, cmd_size);
68 cmd->index = index;
69 cmd->x = x;
81 _mesa_unmarshal_VertexAttrib1svNV(struct gl_context *ctx, const struct marshal_cmd_VertexAttrib1svNV *cmd, const uint64_t *last) argument
83 GLuint index = cmd
95 struct marshal_cmd_VertexAttrib1svNV *cmd; local in function:_mesa_marshal_VertexAttrib1svNV
111 _mesa_unmarshal_VertexAttrib2sNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib2sNV * cmd,const uint64_t * last) argument
126 struct marshal_cmd_VertexAttrib2sNV *cmd; local in function:_mesa_marshal_VertexAttrib2sNV
142 _mesa_unmarshal_VertexAttrib2svNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib2svNV * cmd,const uint64_t * last) argument
156 struct marshal_cmd_VertexAttrib2svNV *cmd; local in function:_mesa_marshal_VertexAttrib2svNV
173 _mesa_unmarshal_VertexAttrib3sNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib3sNV * cmd,const uint64_t * last) argument
189 struct marshal_cmd_VertexAttrib3sNV *cmd; local in function:_mesa_marshal_VertexAttrib3sNV
206 _mesa_unmarshal_VertexAttrib3svNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib3svNV * cmd,const uint64_t * last) argument
220 struct marshal_cmd_VertexAttrib3svNV *cmd; local in function:_mesa_marshal_VertexAttrib3svNV
238 _mesa_unmarshal_VertexAttrib4sNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4sNV * cmd,const uint64_t * last) argument
255 struct marshal_cmd_VertexAttrib4sNV *cmd; local in function:_mesa_marshal_VertexAttrib4sNV
273 _mesa_unmarshal_VertexAttrib4svNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4svNV * cmd,const uint64_t * last) argument
287 struct marshal_cmd_VertexAttrib4svNV *cmd; local in function:_mesa_marshal_VertexAttrib4svNV
302 _mesa_unmarshal_VertexAttrib1fNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib1fNV * cmd,const uint64_t * last) argument
316 struct marshal_cmd_VertexAttrib1fNV *cmd; local in function:_mesa_marshal_VertexAttrib1fNV
331 _mesa_unmarshal_VertexAttrib1fvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib1fvNV * cmd,const uint64_t * last) argument
345 struct marshal_cmd_VertexAttrib1fvNV *cmd; local in function:_mesa_marshal_VertexAttrib1fvNV
361 _mesa_unmarshal_VertexAttrib2fNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib2fNV * cmd,const uint64_t * last) argument
376 struct marshal_cmd_VertexAttrib2fNV *cmd; local in function:_mesa_marshal_VertexAttrib2fNV
392 _mesa_unmarshal_VertexAttrib2fvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib2fvNV * cmd,const uint64_t * last) argument
406 struct marshal_cmd_VertexAttrib2fvNV *cmd; local in function:_mesa_marshal_VertexAttrib2fvNV
423 _mesa_unmarshal_VertexAttrib3fNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib3fNV * cmd,const uint64_t * last) argument
439 struct marshal_cmd_VertexAttrib3fNV *cmd; local in function:_mesa_marshal_VertexAttrib3fNV
456 _mesa_unmarshal_VertexAttrib3fvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib3fvNV * cmd,const uint64_t * last) argument
470 struct marshal_cmd_VertexAttrib3fvNV *cmd; local in function:_mesa_marshal_VertexAttrib3fvNV
488 _mesa_unmarshal_VertexAttrib4fNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4fNV * cmd,const uint64_t * last) argument
505 struct marshal_cmd_VertexAttrib4fNV *cmd; local in function:_mesa_marshal_VertexAttrib4fNV
523 _mesa_unmarshal_VertexAttrib4fvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4fvNV * cmd,const uint64_t * last) argument
537 struct marshal_cmd_VertexAttrib4fvNV *cmd; local in function:_mesa_marshal_VertexAttrib4fvNV
552 _mesa_unmarshal_VertexAttrib1dNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib1dNV * cmd,const uint64_t * last) argument
566 struct marshal_cmd_VertexAttrib1dNV *cmd; local in function:_mesa_marshal_VertexAttrib1dNV
581 _mesa_unmarshal_VertexAttrib1dvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib1dvNV * cmd,const uint64_t * last) argument
595 struct marshal_cmd_VertexAttrib1dvNV *cmd; local in function:_mesa_marshal_VertexAttrib1dvNV
611 _mesa_unmarshal_VertexAttrib2dNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib2dNV * cmd,const uint64_t * last) argument
626 struct marshal_cmd_VertexAttrib2dNV *cmd; local in function:_mesa_marshal_VertexAttrib2dNV
642 _mesa_unmarshal_VertexAttrib2dvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib2dvNV * cmd,const uint64_t * last) argument
656 struct marshal_cmd_VertexAttrib2dvNV *cmd; local in function:_mesa_marshal_VertexAttrib2dvNV
673 _mesa_unmarshal_VertexAttrib3dNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib3dNV * cmd,const uint64_t * last) argument
689 struct marshal_cmd_VertexAttrib3dNV *cmd; local in function:_mesa_marshal_VertexAttrib3dNV
706 _mesa_unmarshal_VertexAttrib3dvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib3dvNV * cmd,const uint64_t * last) argument
720 struct marshal_cmd_VertexAttrib3dvNV *cmd; local in function:_mesa_marshal_VertexAttrib3dvNV
738 _mesa_unmarshal_VertexAttrib4dNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4dNV * cmd,const uint64_t * last) argument
755 struct marshal_cmd_VertexAttrib4dNV *cmd; local in function:_mesa_marshal_VertexAttrib4dNV
773 _mesa_unmarshal_VertexAttrib4dvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4dvNV * cmd,const uint64_t * last) argument
787 struct marshal_cmd_VertexAttrib4dvNV *cmd; local in function:_mesa_marshal_VertexAttrib4dvNV
805 _mesa_unmarshal_VertexAttrib4ubNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4ubNV * cmd,const uint64_t * last) argument
822 struct marshal_cmd_VertexAttrib4ubNV *cmd; local in function:_mesa_marshal_VertexAttrib4ubNV
840 _mesa_unmarshal_VertexAttrib4ubvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4ubvNV * cmd,const uint64_t * last) argument
854 struct marshal_cmd_VertexAttrib4ubvNV *cmd; local in function:_mesa_marshal_VertexAttrib4ubvNV
870 _mesa_unmarshal_VertexAttribs1svNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttribs1svNV * cmd,const uint64_t * last) argument
886 struct marshal_cmd_VertexAttribs1svNV *cmd; local in function:_mesa_marshal_VertexAttribs1svNV
909 _mesa_unmarshal_VertexAttribs2svNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttribs2svNV * cmd,const uint64_t * last) argument
925 struct marshal_cmd_VertexAttribs2svNV *cmd; local in function:_mesa_marshal_VertexAttribs2svNV
948 _mesa_unmarshal_VertexAttribs3svNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttribs3svNV * cmd,const uint64_t * last) argument
964 struct marshal_cmd_VertexAttribs3svNV *cmd; local in function:_mesa_marshal_VertexAttribs3svNV
987 _mesa_unmarshal_VertexAttribs4svNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttribs4svNV * cmd,const uint64_t * last) argument
1003 struct marshal_cmd_VertexAttribs4svNV *cmd; local in function:_mesa_marshal_VertexAttribs4svNV
1026 _mesa_unmarshal_VertexAttribs1fvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttribs1fvNV * cmd,const uint64_t * last) argument
1042 struct marshal_cmd_VertexAttribs1fvNV *cmd; local in function:_mesa_marshal_VertexAttribs1fvNV
1065 _mesa_unmarshal_VertexAttribs2fvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttribs2fvNV * cmd,const uint64_t * last) argument
1081 struct marshal_cmd_VertexAttribs2fvNV *cmd; local in function:_mesa_marshal_VertexAttribs2fvNV
1104 _mesa_unmarshal_VertexAttribs3fvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttribs3fvNV * cmd,const uint64_t * last) argument
1120 struct marshal_cmd_VertexAttribs3fvNV *cmd; local in function:_mesa_marshal_VertexAttribs3fvNV
1143 _mesa_unmarshal_VertexAttribs4fvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttribs4fvNV * cmd,const uint64_t * last) argument
1159 struct marshal_cmd_VertexAttribs4fvNV *cmd; local in function:_mesa_marshal_VertexAttribs4fvNV
1182 _mesa_unmarshal_VertexAttribs1dvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttribs1dvNV * cmd,const uint64_t * last) argument
1198 struct marshal_cmd_VertexAttribs1dvNV *cmd; local in function:_mesa_marshal_VertexAttribs1dvNV
1221 _mesa_unmarshal_VertexAttribs2dvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttribs2dvNV * cmd,const uint64_t * last) argument
1237 struct marshal_cmd_VertexAttribs2dvNV *cmd; local in function:_mesa_marshal_VertexAttribs2dvNV
1260 _mesa_unmarshal_VertexAttribs3dvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttribs3dvNV * cmd,const uint64_t * last) argument
1276 struct marshal_cmd_VertexAttribs3dvNV *cmd; local in function:_mesa_marshal_VertexAttribs3dvNV
1299 _mesa_unmarshal_VertexAttribs4dvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttribs4dvNV * cmd,const uint64_t * last) argument
1315 struct marshal_cmd_VertexAttribs4dvNV *cmd; local in function:_mesa_marshal_VertexAttribs4dvNV
1338 _mesa_unmarshal_VertexAttribs4ubvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttribs4ubvNV * cmd,const uint64_t * last) argument
1354 struct marshal_cmd_VertexAttribs4ubvNV *cmd; local in function:_mesa_marshal_VertexAttribs4ubvNV
1385 _mesa_unmarshal_BindFragmentShaderATI(struct gl_context * ctx,const struct marshal_cmd_BindFragmentShaderATI * cmd,const uint64_t * last) argument
1398 struct marshal_cmd_BindFragmentShaderATI *cmd; local in function:_mesa_marshal_BindFragmentShaderATI
1411 _mesa_unmarshal_DeleteFragmentShaderATI(struct gl_context * ctx,const struct marshal_cmd_DeleteFragmentShaderATI * cmd,const uint64_t * last) argument
1424 struct marshal_cmd_DeleteFragmentShaderATI *cmd; local in function:_mesa_marshal_DeleteFragmentShaderATI
1436 _mesa_unmarshal_BeginFragmentShaderATI(struct gl_context * ctx,const struct marshal_cmd_BeginFragmentShaderATI * cmd,const uint64_t * last) argument
1448 struct marshal_cmd_BeginFragmentShaderATI *cmd; local in function:_mesa_marshal_BeginFragmentShaderATI
1460 _mesa_unmarshal_EndFragmentShaderATI(struct gl_context * ctx,const struct marshal_cmd_EndFragmentShaderATI * cmd,const uint64_t * last) argument
1472 struct marshal_cmd_EndFragmentShaderATI *cmd; local in function:_mesa_marshal_EndFragmentShaderATI
1487 _mesa_unmarshal_PassTexCoordATI(struct gl_context * ctx,const struct marshal_cmd_PassTexCoordATI * cmd,const uint64_t * last) argument
1502 struct marshal_cmd_PassTexCoordATI *cmd; local in function:_mesa_marshal_PassTexCoordATI
1519 _mesa_unmarshal_SampleMapATI(struct gl_context * ctx,const struct marshal_cmd_SampleMapATI * cmd,const uint64_t * last) argument
1534 struct marshal_cmd_SampleMapATI *cmd; local in function:_mesa_marshal_SampleMapATI
1555 _mesa_unmarshal_ColorFragmentOp1ATI(struct gl_context * ctx,const struct marshal_cmd_ColorFragmentOp1ATI * cmd,const uint64_t * last) argument
1574 struct marshal_cmd_ColorFragmentOp1ATI *cmd; local in function:_mesa_marshal_ColorFragmentOp1ATI
1602 _mesa_unmarshal_ColorFragmentOp2ATI(struct gl_context * ctx,const struct marshal_cmd_ColorFragmentOp2ATI * cmd,const uint64_t * last) argument
1624 struct marshal_cmd_ColorFragmentOp2ATI *cmd; local in function:_mesa_marshal_ColorFragmentOp2ATI
1658 _mesa_unmarshal_ColorFragmentOp3ATI(struct gl_context * ctx,const struct marshal_cmd_ColorFragmentOp3ATI * cmd,const uint64_t * last) argument
1683 struct marshal_cmd_ColorFragmentOp3ATI *cmd; local in function:_mesa_marshal_ColorFragmentOp3ATI
1713 _mesa_unmarshal_AlphaFragmentOp1ATI(struct gl_context * ctx,const struct marshal_cmd_AlphaFragmentOp1ATI * cmd,const uint64_t * last) argument
1731 struct marshal_cmd_AlphaFragmentOp1ATI *cmd; local in function:_mesa_marshal_AlphaFragmentOp1ATI
1757 _mesa_unmarshal_AlphaFragmentOp2ATI(struct gl_context * ctx,const struct marshal_cmd_AlphaFragmentOp2ATI * cmd,const uint64_t * last) argument
1778 struct marshal_cmd_AlphaFragmentOp2ATI *cmd; local in function:_mesa_marshal_AlphaFragmentOp2ATI
1810 _mesa_unmarshal_AlphaFragmentOp3ATI(struct gl_context * ctx,const struct marshal_cmd_AlphaFragmentOp3ATI * cmd,const uint64_t * last) argument
1834 struct marshal_cmd_AlphaFragmentOp3ATI *cmd; local in function:_mesa_marshal_AlphaFragmentOp3ATI
1859 _mesa_unmarshal_SetFragmentShaderConstantATI(struct gl_context * ctx,const struct marshal_cmd_SetFragmentShaderConstantATI * cmd,const uint64_t * last) argument
1873 struct marshal_cmd_SetFragmentShaderConstantATI *cmd; local in function:_mesa_marshal_SetFragmentShaderConstantATI
1887 _mesa_unmarshal_ActiveStencilFaceEXT(struct gl_context * ctx,const struct marshal_cmd_ActiveStencilFaceEXT * cmd,const uint64_t * last) argument
1900 struct marshal_cmd_ActiveStencilFaceEXT *cmd; local in function:_mesa_marshal_ActiveStencilFaceEXT
1944 _mesa_unmarshal_DepthBoundsEXT(struct gl_context * ctx,const struct marshal_cmd_DepthBoundsEXT * cmd,const uint64_t * last) argument
1958 struct marshal_cmd_DepthBoundsEXT *cmd; local in function:_mesa_marshal_DepthBoundsEXT
1973 _mesa_unmarshal_BindRenderbufferEXT(struct gl_context * ctx,const struct marshal_cmd_BindRenderbufferEXT * cmd,const uint64_t * last) argument
1987 struct marshal_cmd_BindRenderbufferEXT *cmd; local in function:_mesa_marshal_BindRenderbufferEXT
2002 _mesa_unmarshal_BindFramebufferEXT(struct gl_context * ctx,const struct marshal_cmd_BindFramebufferEXT * cmd,const uint64_t * last) argument
2016 struct marshal_cmd_BindFramebufferEXT *cmd; local in function:_mesa_marshal_BindFramebufferEXT
2040 _mesa_unmarshal_ProvokingVertex(struct gl_context * ctx,const struct marshal_cmd_ProvokingVertex * cmd,const uint64_t * last) argument
2053 struct marshal_cmd_ProvokingVertex *cmd; local in function:_mesa_marshal_ProvokingVertex
2070 _mesa_unmarshal_ColorMaski(struct gl_context * ctx,const struct marshal_cmd_ColorMaski * cmd,const uint64_t * last) argument
2087 struct marshal_cmd_ColorMaski *cmd; local in function:_mesa_marshal_ColorMaski
2125 _mesa_unmarshal_Enablei(struct gl_context * ctx,const struct marshal_cmd_Enablei * cmd,const uint64_t * last) argument
2139 struct marshal_cmd_Enablei *cmd; local in function:_mesa_marshal_Enablei
2154 _mesa_unmarshal_Disablei(struct gl_context * ctx,const struct marshal_cmd_Disablei * cmd,const uint64_t * last) argument
2168 struct marshal_cmd_Disablei *cmd; local in function:_mesa_marshal_Disablei
2253 _mesa_unmarshal_DeletePerfMonitorsAMD(struct gl_context * ctx,const struct marshal_cmd_DeletePerfMonitorsAMD * cmd,const uint64_t * last) argument
2268 struct marshal_cmd_DeletePerfMonitorsAMD *cmd; local in function:_mesa_marshal_DeletePerfMonitorsAMD
2292 _mesa_unmarshal_SelectPerfMonitorCountersAMD(struct gl_context * ctx,const struct marshal_cmd_SelectPerfMonitorCountersAMD * cmd,const uint64_t * last) argument
2310 struct marshal_cmd_SelectPerfMonitorCountersAMD *cmd; local in function:_mesa_marshal_SelectPerfMonitorCountersAMD
2333 _mesa_unmarshal_BeginPerfMonitorAMD(struct gl_context * ctx,const struct marshal_cmd_BeginPerfMonitorAMD * cmd,const uint64_t * last) argument
2346 struct marshal_cmd_BeginPerfMonitorAMD *cmd; local in function:_mesa_marshal_BeginPerfMonitorAMD
2359 _mesa_unmarshal_EndPerfMonitorAMD(struct gl_context * ctx,const struct marshal_cmd_EndPerfMonitorAMD * cmd,const uint64_t * last) argument
2372 struct marshal_cmd_EndPerfMonitorAMD *cmd; local in function:_mesa_marshal_EndPerfMonitorAMD
2409 _mesa_unmarshal_CopyImageSubDataNV(struct gl_context * ctx,const struct marshal_cmd_CopyImageSubDataNV * cmd,const uint64_t * last) argument
2436 struct marshal_cmd_CopyImageSubDataNV *cmd; local in function:_mesa_marshal_CopyImageSubDataNV
2464 _mesa_unmarshal_MatrixLoadfEXT(struct gl_context * ctx,const struct marshal_cmd_MatrixLoadfEXT * cmd,const uint64_t * last) argument
2478 struct marshal_cmd_MatrixLoadfEXT *cmd; local in function:_mesa_marshal_MatrixLoadfEXT
2493 _mesa_unmarshal_MatrixLoaddEXT(struct gl_context * ctx,const struct marshal_cmd_MatrixLoaddEXT * cmd,const uint64_t * last) argument
2507 struct marshal_cmd_MatrixLoaddEXT *cmd; local in function:_mesa_marshal_MatrixLoaddEXT
2522 _mesa_unmarshal_MatrixMultfEXT(struct gl_context * ctx,const struct marshal_cmd_MatrixMultfEXT * cmd,const uint64_t * last) argument
2536 struct marshal_cmd_MatrixMultfEXT *cmd; local in function:_mesa_marshal_MatrixMultfEXT
2551 _mesa_unmarshal_MatrixMultdEXT(struct gl_context * ctx,const struct marshal_cmd_MatrixMultdEXT * cmd,const uint64_t * last) argument
2565 struct marshal_cmd_MatrixMultdEXT *cmd; local in function:_mesa_marshal_MatrixMultdEXT
2579 _mesa_unmarshal_MatrixLoadIdentityEXT(struct gl_context * ctx,const struct marshal_cmd_MatrixLoadIdentityEXT * cmd,const uint64_t * last) argument
2592 struct marshal_cmd_MatrixLoadIdentityEXT *cmd; local in function:_mesa_marshal_MatrixLoadIdentityEXT
2609 _mesa_unmarshal_MatrixRotatefEXT(struct gl_context * ctx,const struct marshal_cmd_MatrixRotatefEXT * cmd,const uint64_t * last) argument
2626 struct marshal_cmd_MatrixRotatefEXT *cmd; local in function:_mesa_marshal_MatrixRotatefEXT
2647 _mesa_unmarshal_MatrixRotatedEXT(struct gl_context * ctx,const struct marshal_cmd_MatrixRotatedEXT * cmd,const uint64_t * last) argument
2664 struct marshal_cmd_MatrixRotatedEXT *cmd; local in function:_mesa_marshal_MatrixRotatedEXT
2684 _mesa_unmarshal_MatrixScalefEXT(struct gl_context * ctx,const struct marshal_cmd_MatrixScalefEXT * cmd,const uint64_t * last) argument
2700 struct marshal_cmd_MatrixScalefEXT *cmd; local in function:_mesa_marshal_MatrixScalefEXT
2719 _mesa_unmarshal_MatrixScaledEXT(struct gl_context * ctx,const struct marshal_cmd_MatrixScaledEXT * cmd,const uint64_t * last) argument
2735 struct marshal_cmd_MatrixScaledEXT *cmd; local in function:_mesa_marshal_MatrixScaledEXT
2754 _mesa_unmarshal_MatrixTranslatefEXT(struct gl_context * ctx,const struct marshal_cmd_MatrixTranslatefEXT * cmd,const uint64_t * last) argument
2770 struct marshal_cmd_MatrixTranslatefEXT *cmd; local in function:_mesa_marshal_MatrixTranslatefEXT
2789 _mesa_unmarshal_MatrixTranslatedEXT(struct gl_context * ctx,const struct marshal_cmd_MatrixTranslatedEXT * cmd,const uint64_t * last) argument
2805 struct marshal_cmd_MatrixTranslatedEXT *cmd; local in function:_mesa_marshal_MatrixTranslatedEXT
2827 _mesa_unmarshal_MatrixOrthoEXT(struct gl_context * ctx,const struct marshal_cmd_MatrixOrthoEXT * cmd,const uint64_t * last) argument
2846 struct marshal_cmd_MatrixOrthoEXT *cmd; local in function:_mesa_marshal_MatrixOrthoEXT
2871 _mesa_unmarshal_MatrixFrustumEXT(struct gl_context * ctx,const struct marshal_cmd_MatrixFrustumEXT * cmd,const uint64_t * last) argument
2890 struct marshal_cmd_MatrixFrustumEXT *cmd; local in function:_mesa_marshal_MatrixFrustumEXT
2909 _mesa_unmarshal_MatrixPushEXT(struct gl_context * ctx,const struct marshal_cmd_MatrixPushEXT * cmd,const uint64_t * last) argument
2922 struct marshal_cmd_MatrixPushEXT *cmd; local in function:_mesa_marshal_MatrixPushEXT
2936 _mesa_unmarshal_MatrixPopEXT(struct gl_context * ctx,const struct marshal_cmd_MatrixPopEXT * cmd,const uint64_t * last) argument
2949 struct marshal_cmd_MatrixPopEXT *cmd; local in function:_mesa_marshal_MatrixPopEXT
2963 _mesa_unmarshal_ClientAttribDefaultEXT(struct gl_context * ctx,const struct marshal_cmd_ClientAttribDefaultEXT * cmd,const uint64_t * last) argument
2976 struct marshal_cmd_ClientAttribDefaultEXT *cmd; local in function:_mesa_marshal_ClientAttribDefaultEXT
2990 _mesa_unmarshal_PushClientAttribDefaultEXT(struct gl_context * ctx,const struct marshal_cmd_PushClientAttribDefaultEXT * cmd,const uint64_t * last) argument
3003 struct marshal_cmd_PushClientAttribDefaultEXT *cmd; local in function:_mesa_marshal_PushClientAttribDefaultEXT
3060 _mesa_unmarshal_TextureParameteriEXT(struct gl_context * ctx,const struct marshal_cmd_TextureParameteriEXT * cmd,const uint64_t * last) argument
3076 struct marshal_cmd_TextureParameteriEXT *cmd; local in function:_mesa_marshal_TextureParameteriEXT
3095 _mesa_unmarshal_TextureParameterivEXT(struct gl_context * ctx,const struct marshal_cmd_TextureParameterivEXT * cmd,const uint64_t * last) argument
3112 struct marshal_cmd_TextureParameterivEXT *cmd; local in function:_mesa_marshal_TextureParameterivEXT
3137 _mesa_unmarshal_TextureParameterfEXT(struct gl_context * ctx,const struct marshal_cmd_TextureParameterfEXT * cmd,const uint64_t * last) argument
3153 struct marshal_cmd_TextureParameterfEXT *cmd; local in function:_mesa_marshal_TextureParameterfEXT
3172 _mesa_unmarshal_TextureParameterfvEXT(struct gl_context * ctx,const struct marshal_cmd_TextureParameterfvEXT * cmd,const uint64_t * last) argument
3189 struct marshal_cmd_TextureParameterfvEXT *cmd; local in function:_mesa_marshal_TextureParameterfvEXT
3219 _mesa_unmarshal_TextureImage1DEXT(struct gl_context * ctx,const struct marshal_cmd_TextureImage1DEXT * cmd,const uint64_t * last) argument
3240 struct marshal_cmd_TextureImage1DEXT *cmd; local in function:_mesa_marshal_TextureImage1DEXT
3275 _mesa_unmarshal_TextureImage2DEXT(struct gl_context * ctx,const struct marshal_cmd_TextureImage2DEXT * cmd,const uint64_t * last) argument
3297 struct marshal_cmd_TextureImage2DEXT *cmd; local in function:_mesa_marshal_TextureImage2DEXT
3334 _mesa_unmarshal_TextureImage3DEXT(struct gl_context * ctx,const struct marshal_cmd_TextureImage3DEXT * cmd,const uint64_t * last) argument
3357 struct marshal_cmd_TextureImage3DEXT *cmd; local in function:_mesa_marshal_TextureImage3DEXT
3392 _mesa_unmarshal_TextureSubImage1DEXT(struct gl_context * ctx,const struct marshal_cmd_TextureSubImage1DEXT * cmd,const uint64_t * last) argument
3412 struct marshal_cmd_TextureSubImage1DEXT *cmd; local in function:_mesa_marshal_TextureSubImage1DEXT
3446 _mesa_unmarshal_TextureSubImage2DEXT(struct gl_context * ctx,const struct marshal_cmd_TextureSubImage2DEXT * cmd,const uint64_t * last) argument
3468 struct marshal_cmd_TextureSubImage2DEXT *cmd; local in function:_mesa_marshal_TextureSubImage2DEXT
3506 _mesa_unmarshal_TextureSubImage3DEXT(struct gl_context * ctx,const struct marshal_cmd_TextureSubImage3DEXT * cmd,const uint64_t * last) argument
3530 struct marshal_cmd_TextureSubImage3DEXT *cmd; local in function:_mesa_marshal_TextureSubImage3DEXT
3566 _mesa_unmarshal_CopyTextureImage1DEXT(struct gl_context * ctx,const struct marshal_cmd_CopyTextureImage1DEXT * cmd,const uint64_t * last) argument
3586 struct marshal_cmd_CopyTextureImage1DEXT *cmd; local in function:_mesa_marshal_CopyTextureImage1DEXT
3614 _mesa_unmarshal_CopyTextureImage2DEXT(struct gl_context * ctx,const struct marshal_cmd_CopyTextureImage2DEXT * cmd,const uint64_t * last) argument
3635 struct marshal_cmd_CopyTextureImage2DEXT *cmd; local in function:_mesa_marshal_CopyTextureImage2DEXT
3662 _mesa_unmarshal_CopyTextureSubImage1DEXT(struct gl_context * ctx,const struct marshal_cmd_CopyTextureSubImage1DEXT * cmd,const uint64_t * last) argument
3681 struct marshal_cmd_CopyTextureSubImage1DEXT *cmd; local in function:_mesa_marshal_CopyTextureSubImage1DEXT
3708 _mesa_unmarshal_CopyTextureSubImage2DEXT(struct gl_context * ctx,const struct marshal_cmd_CopyTextureSubImage2DEXT * cmd,const uint64_t * last) argument
3729 struct marshal_cmd_CopyTextureSubImage2DEXT *cmd; local in function:_mesa_marshal_CopyTextureSubImage2DEXT
3759 _mesa_unmarshal_CopyTextureSubImage3DEXT(struct gl_context * ctx,const struct marshal_cmd_CopyTextureSubImage3DEXT * cmd,const uint64_t * last) argument
3781 struct marshal_cmd_CopyTextureSubImage3DEXT *cmd; local in function:_mesa_marshal_CopyTextureSubImage3DEXT
3808 _mesa_unmarshal_GetTextureImageEXT(struct gl_context * ctx,const struct marshal_cmd_GetTextureImageEXT * cmd,const uint64_t * last) argument
3826 struct marshal_cmd_GetTextureImageEXT *cmd; local in function:_mesa_marshal_GetTextureImageEXT
3851 _mesa_unmarshal_BindMultiTextureEXT(struct gl_context * ctx,const struct marshal_cmd_BindMultiTextureEXT * cmd,const uint64_t * last) argument
3866 struct marshal_cmd_BindMultiTextureEXT *cmd; local in function:_mesa_marshal_BindMultiTextureEXT
3882 _mesa_unmarshal_EnableClientStateiEXT(struct gl_context * ctx,const struct marshal_cmd_EnableClientStateiEXT * cmd,const uint64_t * last) argument
3896 struct marshal_cmd_EnableClientStateiEXT *cmd; local in function:_mesa_marshal_EnableClientStateiEXT
3912 _mesa_unmarshal_DisableClientStateiEXT(struct gl_context * ctx,const struct marshal_cmd_DisableClientStateiEXT * cmd,const uint64_t * last) argument
3926 struct marshal_cmd_DisableClientStateiEXT *cmd; local in function:_mesa_marshal_DisableClientStateiEXT
3954 _mesa_unmarshal_MultiTexEnviEXT(struct gl_context * ctx,const struct marshal_cmd_MultiTexEnviEXT * cmd,const uint64_t * last) argument
3970 struct marshal_cmd_MultiTexEnviEXT *cmd; local in function:_mesa_marshal_MultiTexEnviEXT
3989 _mesa_unmarshal_MultiTexEnvivEXT(struct gl_context * ctx,const struct marshal_cmd_MultiTexEnvivEXT * cmd,const uint64_t * last) argument
4006 struct marshal_cmd_MultiTexEnvivEXT *cmd; local in function:_mesa_marshal_MultiTexEnvivEXT
4031 _mesa_unmarshal_MultiTexEnvfEXT(struct gl_context * ctx,const struct marshal_cmd_MultiTexEnvfEXT * cmd,const uint64_t * last) argument
4047 struct marshal_cmd_MultiTexEnvfEXT *cmd; local in function:_mesa_marshal_MultiTexEnvfEXT
4066 _mesa_unmarshal_MultiTexEnvfvEXT(struct gl_context * ctx,const struct marshal_cmd_MultiTexEnvfvEXT * cmd,const uint64_t * last) argument
4083 struct marshal_cmd_MultiTexEnvfvEXT *cmd; local in function:_mesa_marshal_MultiTexEnvfvEXT
4128 _mesa_unmarshal_MultiTexParameteriEXT(struct gl_context * ctx,const struct marshal_cmd_MultiTexParameteriEXT * cmd,const uint64_t * last) argument
4144 struct marshal_cmd_MultiTexParameteriEXT *cmd; local in function:_mesa_marshal_MultiTexParameteriEXT
4163 _mesa_unmarshal_MultiTexParameterivEXT(struct gl_context * ctx,const struct marshal_cmd_MultiTexParameterivEXT * cmd,const uint64_t * last) argument
4180 struct marshal_cmd_MultiTexParameterivEXT *cmd; local in function:_mesa_marshal_MultiTexParameterivEXT
4205 _mesa_unmarshal_MultiTexParameterfEXT(struct gl_context * ctx,const struct marshal_cmd_MultiTexParameterfEXT * cmd,const uint64_t * last) argument
4221 struct marshal_cmd_MultiTexParameterfEXT *cmd; local in function:_mesa_marshal_MultiTexParameterfEXT
4240 _mesa_unmarshal_MultiTexParameterfvEXT(struct gl_context * ctx,const struct marshal_cmd_MultiTexParameterfvEXT * cmd,const uint64_t * last) argument
4257 struct marshal_cmd_MultiTexParameterfvEXT *cmd; local in function:_mesa_marshal_MultiTexParameterfvEXT
4304 _mesa_unmarshal_GetMultiTexImageEXT(struct gl_context * ctx,const struct marshal_cmd_GetMultiTexImageEXT * cmd,const uint64_t * last) argument
4322 struct marshal_cmd_GetMultiTexImageEXT *cmd; local in function:_mesa_marshal_GetMultiTexImageEXT
4373 _mesa_unmarshal_MultiTexImage1DEXT(struct gl_context * ctx,const struct marshal_cmd_MultiTexImage1DEXT * cmd,const uint64_t * last) argument
4394 struct marshal_cmd_MultiTexImage1DEXT *cmd; local in function:_mesa_marshal_MultiTexImage1DEXT
4429 _mesa_unmarshal_MultiTexImage2DEXT(struct gl_context * ctx,const struct marshal_cmd_MultiTexImage2DEXT * cmd,const uint64_t * last) argument
4451 struct marshal_cmd_MultiTexImage2DEXT *cmd; local in function:_mesa_marshal_MultiTexImage2DEXT
4488 _mesa_unmarshal_MultiTexImage3DEXT(struct gl_context * ctx,const struct marshal_cmd_MultiTexImage3DEXT * cmd,const uint64_t * last) argument
4511 struct marshal_cmd_MultiTexImage3DEXT *cmd; local in function:_mesa_marshal_MultiTexImage3DEXT
4546 _mesa_unmarshal_MultiTexSubImage1DEXT(struct gl_context * ctx,const struct marshal_cmd_MultiTexSubImage1DEXT * cmd,const uint64_t * last) argument
4566 struct marshal_cmd_MultiTexSubImage1DEXT *cmd; local in function:_mesa_marshal_MultiTexSubImage1DEXT
4600 _mesa_unmarshal_MultiTexSubImage2DEXT(struct gl_context * ctx,const struct marshal_cmd_MultiTexSubImage2DEXT * cmd,const uint64_t * last) argument
4622 struct marshal_cmd_MultiTexSubImage2DEXT *cmd; local in function:_mesa_marshal_MultiTexSubImage2DEXT
4660 _mesa_unmarshal_MultiTexSubImage3DEXT(struct gl_context * ctx,const struct marshal_cmd_MultiTexSubImage3DEXT * cmd,const uint64_t * last) argument
4684 struct marshal_cmd_MultiTexSubImage3DEXT *cmd; local in function:_mesa_marshal_MultiTexSubImage3DEXT
4720 _mesa_unmarshal_CopyMultiTexImage1DEXT(struct gl_context * ctx,const struct marshal_cmd_CopyMultiTexImage1DEXT * cmd,const uint64_t * last) argument
4740 struct marshal_cmd_CopyMultiTexImage1DEXT *cmd; local in function:_mesa_marshal_CopyMultiTexImage1DEXT
4768 _mesa_unmarshal_CopyMultiTexImage2DEXT(struct gl_context * ctx,const struct marshal_cmd_CopyMultiTexImage2DEXT * cmd,const uint64_t * last) argument
4789 struct marshal_cmd_CopyMultiTexImage2DEXT *cmd; local in function:_mesa_marshal_CopyMultiTexImage2DEXT
4816 _mesa_unmarshal_CopyMultiTexSubImage1DEXT(struct gl_context * ctx,const struct marshal_cmd_CopyMultiTexSubImage1DEXT * cmd,const uint64_t * last) argument
4835 struct marshal_cmd_CopyMultiTexSubImage1DEXT *cmd; local in function:_mesa_marshal_CopyMultiTexSubImage1DEXT
4862 _mesa_unmarshal_CopyMultiTexSubImage2DEXT(struct gl_context * ctx,const struct marshal_cmd_CopyMultiTexSubImage2DEXT * cmd,const uint64_t * last) argument
4883 struct marshal_cmd_CopyMultiTexSubImage2DEXT *cmd; local in function:_mesa_marshal_CopyMultiTexSubImage2DEXT
4913 _mesa_unmarshal_CopyMultiTexSubImage3DEXT(struct gl_context * ctx,const struct marshal_cmd_CopyMultiTexSubImage3DEXT * cmd,const uint64_t * last) argument
4935 struct marshal_cmd_CopyMultiTexSubImage3DEXT *cmd; local in function:_mesa_marshal_CopyMultiTexSubImage3DEXT
4960 _mesa_unmarshal_MultiTexGendEXT(struct gl_context * ctx,const struct marshal_cmd_MultiTexGendEXT * cmd,const uint64_t * last) argument
4976 struct marshal_cmd_MultiTexGendEXT *cmd; local in function:_mesa_marshal_MultiTexGendEXT
4995 _mesa_unmarshal_MultiTexGendvEXT(struct gl_context * ctx,const struct marshal_cmd_MultiTexGendvEXT * cmd,const uint64_t * last) argument
5012 struct marshal_cmd_MultiTexGendvEXT *cmd; local in function:_mesa_marshal_MultiTexGendvEXT
5037 _mesa_unmarshal_MultiTexGenfEXT(struct gl_context * ctx,const struct marshal_cmd_MultiTexGenfEXT * cmd,const uint64_t * last) argument
5053 struct marshal_cmd_MultiTexGenfEXT *cmd; local in function:_mesa_marshal_MultiTexGenfEXT
5072 _mesa_unmarshal_MultiTexGenfvEXT(struct gl_context * ctx,const struct marshal_cmd_MultiTexGenfvEXT * cmd,const uint64_t * last) argument
5089 struct marshal_cmd_MultiTexGenfvEXT *cmd; local in function:_mesa_marshal_MultiTexGenfvEXT
5114 _mesa_unmarshal_MultiTexGeniEXT(struct gl_context * ctx,const struct marshal_cmd_MultiTexGeniEXT * cmd,const uint64_t * last) argument
5130 struct marshal_cmd_MultiTexGeniEXT *cmd; local in function:_mesa_marshal_MultiTexGeniEXT
5149 _mesa_unmarshal_MultiTexGenivEXT(struct gl_context * ctx,const struct marshal_cmd_MultiTexGenivEXT * cmd,const uint64_t * last) argument
5166 struct marshal_cmd_MultiTexGenivEXT *cmd; local in function:_mesa_marshal_MultiTexGenivEXT
5222 _mesa_unmarshal_MultiTexCoordPointerEXT(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoordPointerEXT * cmd,const uint64_t * last) argument
5239 struct marshal_cmd_MultiTexCoordPointerEXT *cmd; local in function:_mesa_marshal_MultiTexCoordPointerEXT
5258 _mesa_unmarshal_MatrixLoadTransposefEXT(struct gl_context * ctx,const struct marshal_cmd_MatrixLoadTransposefEXT * cmd,const uint64_t * last) argument
5272 struct marshal_cmd_MatrixLoadTransposefEXT *cmd; local in function:_mesa_marshal_MatrixLoadTransposefEXT
5287 _mesa_unmarshal_MatrixLoadTransposedEXT(struct gl_context * ctx,const struct marshal_cmd_MatrixLoadTransposedEXT * cmd,const uint64_t * last) argument
5301 struct marshal_cmd_MatrixLoadTransposedEXT *cmd; local in function:_mesa_marshal_MatrixLoadTransposedEXT
5316 _mesa_unmarshal_MatrixMultTransposefEXT(struct gl_context * ctx,const struct marshal_cmd_MatrixMultTransposefEXT * cmd,const uint64_t * last) argument
5330 struct marshal_cmd_MatrixMultTransposefEXT *cmd; local in function:_mesa_marshal_MatrixMultTransposefEXT
5345 _mesa_unmarshal_MatrixMultTransposedEXT(struct gl_context * ctx,const struct marshal_cmd_MatrixMultTransposedEXT * cmd,const uint64_t * last) argument
5359 struct marshal_cmd_MatrixMultTransposedEXT *cmd; local in function:_mesa_marshal_MatrixMultTransposedEXT
5380 _mesa_unmarshal_CompressedTextureImage1DEXT(struct gl_context * ctx,const struct marshal_cmd_CompressedTextureImage1DEXT * cmd,const uint64_t * last) argument
5400 struct marshal_cmd_CompressedTextureImage1DEXT *cmd; local in function:_mesa_marshal_CompressedTextureImage1DEXT
5433 _mesa_unmarshal_CompressedTextureImage2DEXT(struct gl_context * ctx,const struct marshal_cmd_CompressedTextureImage2DEXT * cmd,const uint64_t * last) argument
5454 struct marshal_cmd_CompressedTextureImage2DEXT *cmd; local in function:_mesa_marshal_CompressedTextureImage2DEXT
5489 _mesa_unmarshal_CompressedTextureImage3DEXT(struct gl_context * ctx,const struct marshal_cmd_CompressedTextureImage3DEXT * cmd,const uint64_t * last) argument
5511 struct marshal_cmd_CompressedTextureImage3DEXT *cmd; local in function:_mesa_marshal_CompressedTextureImage3DEXT
5545 _mesa_unmarshal_CompressedTextureSubImage1DEXT(struct gl_context * ctx,const struct marshal_cmd_CompressedTextureSubImage1DEXT * cmd,const uint64_t * last) argument
5565 struct marshal_cmd_CompressedTextureSubImage1DEXT *cmd; local in function:_mesa_marshal_CompressedTextureSubImage1DEXT
5599 _mesa_unmarshal_CompressedTextureSubImage2DEXT(struct gl_context * ctx,const struct marshal_cmd_CompressedTextureSubImage2DEXT * cmd,const uint64_t * last) argument
5621 struct marshal_cmd_CompressedTextureSubImage2DEXT *cmd; local in function:_mesa_marshal_CompressedTextureSubImage2DEXT
5659 _mesa_unmarshal_CompressedTextureSubImage3DEXT(struct gl_context * ctx,const struct marshal_cmd_CompressedTextureSubImage3DEXT * cmd,const uint64_t * last) argument
5683 struct marshal_cmd_CompressedTextureSubImage3DEXT *cmd; local in function:_mesa_marshal_CompressedTextureSubImage3DEXT
5715 _mesa_unmarshal_GetCompressedTextureImageEXT(struct gl_context * ctx,const struct marshal_cmd_GetCompressedTextureImageEXT * cmd,const uint64_t * last) argument
5731 struct marshal_cmd_GetCompressedTextureImageEXT *cmd; local in function:_mesa_marshal_GetCompressedTextureImageEXT
5759 _mesa_unmarshal_CompressedMultiTexImage1DEXT(struct gl_context * ctx,const struct marshal_cmd_CompressedMultiTexImage1DEXT * cmd,const uint64_t * last) argument
5779 struct marshal_cmd_CompressedMultiTexImage1DEXT *cmd; local in function:_mesa_marshal_CompressedMultiTexImage1DEXT
5812 _mesa_unmarshal_CompressedMultiTexImage2DEXT(struct gl_context * ctx,const struct marshal_cmd_CompressedMultiTexImage2DEXT * cmd,const uint64_t * last) argument
5833 struct marshal_cmd_CompressedMultiTexImage2DEXT *cmd; local in function:_mesa_marshal_CompressedMultiTexImage2DEXT
5868 _mesa_unmarshal_CompressedMultiTexImage3DEXT(struct gl_context * ctx,const struct marshal_cmd_CompressedMultiTexImage3DEXT * cmd,const uint64_t * last) argument
5890 struct marshal_cmd_CompressedMultiTexImage3DEXT *cmd; local in function:_mesa_marshal_CompressedMultiTexImage3DEXT
5924 _mesa_unmarshal_CompressedMultiTexSubImage1DEXT(struct gl_context * ctx,const struct marshal_cmd_CompressedMultiTexSubImage1DEXT * cmd,const uint64_t * last) argument
5944 struct marshal_cmd_CompressedMultiTexSubImage1DEXT *cmd; local in function:_mesa_marshal_CompressedMultiTexSubImage1DEXT
5978 _mesa_unmarshal_CompressedMultiTexSubImage2DEXT(struct gl_context * ctx,const struct marshal_cmd_CompressedMultiTexSubImage2DEXT * cmd,const uint64_t * last) argument
6000 struct marshal_cmd_CompressedMultiTexSubImage2DEXT *cmd; local in function:_mesa_marshal_CompressedMultiTexSubImage2DEXT
6038 _mesa_unmarshal_CompressedMultiTexSubImage3DEXT(struct gl_context * ctx,const struct marshal_cmd_CompressedMultiTexSubImage3DEXT * cmd,const uint64_t * last) argument
6062 struct marshal_cmd_CompressedMultiTexSubImage3DEXT *cmd; local in function:_mesa_marshal_CompressedMultiTexSubImage3DEXT
6094 _mesa_unmarshal_GetCompressedMultiTexImageEXT(struct gl_context * ctx,const struct marshal_cmd_GetCompressedMultiTexImageEXT * cmd,const uint64_t * last) argument
6110 struct marshal_cmd_GetCompressedMultiTexImageEXT *cmd; local in function:_mesa_marshal_GetCompressedMultiTexImageEXT
6173 _mesa_unmarshal_FlushMappedNamedBufferRangeEXT(struct gl_context * ctx,const struct marshal_cmd_FlushMappedNamedBufferRangeEXT * cmd,const uint64_t * last) argument
6188 struct marshal_cmd_FlushMappedNamedBufferRangeEXT *cmd; local in function:_mesa_marshal_FlushMappedNamedBufferRangeEXT
6214 _mesa_unmarshal_FramebufferDrawBufferEXT(struct gl_context * ctx,const struct marshal_cmd_FramebufferDrawBufferEXT * cmd,const uint64_t * last) argument
6228 struct marshal_cmd_FramebufferDrawBufferEXT *cmd; local in function:_mesa_marshal_FramebufferDrawBufferEXT
6244 _mesa_unmarshal_FramebufferDrawBuffersEXT(struct gl_context * ctx,const struct marshal_cmd_FramebufferDrawBuffersEXT * cmd,const uint64_t * last) argument
6260 struct marshal_cmd_FramebufferDrawBuffersEXT *cmd; local in function:_mesa_marshal_FramebufferDrawBuffersEXT
6282 _mesa_unmarshal_FramebufferReadBufferEXT(struct gl_context * ctx,const struct marshal_cmd_FramebufferReadBufferEXT * cmd,const uint64_t * last) argument
6296 struct marshal_cmd_FramebufferReadBufferEXT *cmd; local in function:_mesa_marshal_FramebufferReadBufferEXT
6334 _mesa_unmarshal_NamedFramebufferTexture1DEXT(struct gl_context * ctx,const struct marshal_cmd_NamedFramebufferTexture1DEXT * cmd,const uint64_t * last) argument
6351 struct marshal_cmd_NamedFramebufferTexture1DEXT *cmd; local in function:_mesa_marshal_NamedFramebufferTexture1DEXT
6372 _mesa_unmarshal_NamedFramebufferTexture2DEXT(struct gl_context * ctx,const struct marshal_cmd_NamedFramebufferTexture2DEXT * cmd,const uint64_t * last) argument
6389 struct marshal_cmd_NamedFramebufferTexture2DEXT *cmd; local in function:_mesa_marshal_NamedFramebufferTexture2DEXT
6411 _mesa_unmarshal_NamedFramebufferTexture3DEXT(struct gl_context * ctx,const struct marshal_cmd_NamedFramebufferTexture3DEXT * cmd,const uint64_t * last) argument
6429 struct marshal_cmd_NamedFramebufferTexture3DEXT *cmd; local in function:_mesa_marshal_NamedFramebufferTexture3DEXT
6450 _mesa_unmarshal_NamedFramebufferRenderbufferEXT(struct gl_context * ctx,const struct marshal_cmd_NamedFramebufferRenderbufferEXT * cmd,const uint64_t * last) argument
6466 struct marshal_cmd_NamedFramebufferRenderbufferEXT *cmd; local in function:_mesa_marshal_NamedFramebufferRenderbufferEXT
6495 _mesa_unmarshal_NamedRenderbufferStorageEXT(struct gl_context * ctx,const struct marshal_cmd_NamedRenderbufferStorageEXT * cmd,const uint64_t * last) argument
6511 struct marshal_cmd_NamedRenderbufferStorageEXT *cmd; local in function:_mesa_marshal_NamedRenderbufferStorageEXT
6538 _mesa_unmarshal_GenerateTextureMipmapEXT(struct gl_context * ctx,const struct marshal_cmd_GenerateTextureMipmapEXT * cmd,const uint64_t * last) argument
6552 struct marshal_cmd_GenerateTextureMipmapEXT *cmd; local in function:_mesa_marshal_GenerateTextureMipmapEXT
6567 _mesa_unmarshal_GenerateMultiTexMipmapEXT(struct gl_context * ctx,const struct marshal_cmd_GenerateMultiTexMipmapEXT * cmd,const uint64_t * last) argument
6581 struct marshal_cmd_GenerateMultiTexMipmapEXT *cmd; local in function:_mesa_marshal_GenerateMultiTexMipmapEXT
6599 _mesa_unmarshal_NamedRenderbufferStorageMultisampleEXT(struct gl_context * ctx,const struct marshal_cmd_NamedRenderbufferStorageMultisampleEXT * cmd,const uint64_t * last) argument
6616 struct marshal_cmd_NamedRenderbufferStorageMultisampleEXT *cmd; local in function:_mesa_marshal_NamedRenderbufferStorageMultisampleEXT
6637 _mesa_unmarshal_NamedCopyBufferSubDataEXT(struct gl_context * ctx,const struct marshal_cmd_NamedCopyBufferSubDataEXT * cmd,const uint64_t * last) argument
6654 struct marshal_cmd_NamedCopyBufferSubDataEXT *cmd; local in function:_mesa_marshal_NamedCopyBufferSubDataEXT
6676 _mesa_unmarshal_VertexArrayVertexOffsetEXT(struct gl_context * ctx,const struct marshal_cmd_VertexArrayVertexOffsetEXT * cmd,const uint64_t * last) argument
6694 struct marshal_cmd_VertexArrayVertexOffsetEXT *cmd; local in function:_mesa_marshal_VertexArrayVertexOffsetEXT
6718 _mesa_unmarshal_VertexArrayColorOffsetEXT(struct gl_context * ctx,const struct marshal_cmd_VertexArrayColorOffsetEXT * cmd,const uint64_t * last) argument
6736 struct marshal_cmd_VertexArrayColorOffsetEXT *cmd; local in function:_mesa_marshal_VertexArrayColorOffsetEXT
6758 _mesa_unmarshal_VertexArrayEdgeFlagOffsetEXT(struct gl_context * ctx,const struct marshal_cmd_VertexArrayEdgeFlagOffsetEXT * cmd,const uint64_t * last) argument
6774 struct marshal_cmd_VertexArrayEdgeFlagOffsetEXT *cmd; local in function:_mesa_marshal_VertexArrayEdgeFlagOffsetEXT
6795 _mesa_unmarshal_VertexArrayIndexOffsetEXT(struct gl_context * ctx,const struct marshal_cmd_VertexArrayIndexOffsetEXT * cmd,const uint64_t * last) argument
6812 struct marshal_cmd_VertexArrayIndexOffsetEXT *cmd; local in function:_mesa_marshal_VertexArrayIndexOffsetEXT
6834 _mesa_unmarshal_VertexArrayNormalOffsetEXT(struct gl_context * ctx,const struct marshal_cmd_VertexArrayNormalOffsetEXT * cmd,const uint64_t * last) argument
6851 struct marshal_cmd_VertexArrayNormalOffsetEXT *cmd; local in function:_mesa_marshal_VertexArrayNormalOffsetEXT
6874 _mesa_unmarshal_VertexArrayTexCoordOffsetEXT(struct gl_context * ctx,const struct marshal_cmd_VertexArrayTexCoordOffsetEXT * cmd,const uint64_t * last) argument
6892 struct marshal_cmd_VertexArrayTexCoordOffsetEXT *cmd; local in function:_mesa_marshal_VertexArrayTexCoordOffsetEXT
6917 _mesa_unmarshal_VertexArrayMultiTexCoordOffsetEXT(struct gl_context * ctx,const struct marshal_cmd_VertexArrayMultiTexCoordOffsetEXT * cmd,const uint64_t * last) argument
6936 struct marshal_cmd_VertexArrayMultiTexCoordOffsetEXT *cmd; local in function:_mesa_marshal_VertexArrayMultiTexCoordOffsetEXT
6960 _mesa_unmarshal_VertexArrayFogCoordOffsetEXT(struct gl_context * ctx,const struct marshal_cmd_VertexArrayFogCoordOffsetEXT * cmd,const uint64_t * last) argument
6977 struct marshal_cmd_VertexArrayFogCoordOffsetEXT *cmd; local in function:_mesa_marshal_VertexArrayFogCoordOffsetEXT
7000 _mesa_unmarshal_VertexArraySecondaryColorOffsetEXT(struct gl_context * ctx,const struct marshal_cmd_VertexArraySecondaryColorOffsetEXT * cmd,const uint64_t * last) argument
7018 struct marshal_cmd_VertexArraySecondaryColorOffsetEXT *cmd; local in function:_mesa_marshal_VertexArraySecondaryColorOffsetEXT
7044 _mesa_unmarshal_VertexArrayVertexAttribOffsetEXT(struct gl_context * ctx,const struct marshal_cmd_VertexArrayVertexAttribOffsetEXT * cmd,const uint64_t * last) argument
7064 struct marshal_cmd_VertexArrayVertexAttribOffsetEXT *cmd; local in function:_mesa_marshal_VertexArrayVertexAttribOffsetEXT
7091 _mesa_unmarshal_VertexArrayVertexAttribIOffsetEXT(struct gl_context * ctx,const struct marshal_cmd_VertexArrayVertexAttribIOffsetEXT * cmd,const uint64_t * last) argument
7110 struct marshal_cmd_VertexArrayVertexAttribIOffsetEXT *cmd; local in function:_mesa_marshal_VertexArrayVertexAttribIOffsetEXT
7131 _mesa_unmarshal_EnableVertexArrayEXT(struct gl_context * ctx,const struct marshal_cmd_EnableVertexArrayEXT * cmd,const uint64_t * last) argument
7145 struct marshal_cmd_EnableVertexArrayEXT *cmd; local in function:_mesa_marshal_EnableVertexArrayEXT
7161 _mesa_unmarshal_DisableVertexArrayEXT(struct gl_context * ctx,const struct marshal_cmd_DisableVertexArrayEXT * cmd,const uint64_t * last) argument
7175 struct marshal_cmd_DisableVertexArrayEXT *cmd; local in function:_mesa_marshal_DisableVertexArrayEXT
7191 _mesa_unmarshal_EnableVertexArrayAttribEXT(struct gl_context * ctx,const struct marshal_cmd_EnableVertexArrayAttribEXT * cmd,const uint64_t * last) argument
7205 struct marshal_cmd_EnableVertexArrayAttribEXT *cmd; local in function:_mesa_marshal_EnableVertexArrayAttribEXT
7221 _mesa_unmarshal_DisableVertexArrayAttribEXT(struct gl_context * ctx,const struct marshal_cmd_DisableVertexArrayAttribEXT * cmd,const uint64_t * last) argument
7235 struct marshal_cmd_DisableVertexArrayAttribEXT *cmd; local in function:_mesa_marshal_DisableVertexArrayAttribEXT
7294 _mesa_unmarshal_NamedProgramStringEXT(struct gl_context * ctx,const struct marshal_cmd_NamedProgramStringEXT * cmd,const uint64_t * last) argument
7312 struct marshal_cmd_NamedProgramStringEXT *cmd; local in function:_mesa_marshal_NamedProgramStringEXT
[all...]
H A Dmarshal_generated4.c55 _mesa_unmarshal_ProgramUniform3i(struct gl_context *ctx, const struct marshal_cmd_ProgramUniform3i *cmd, const uint64_t *last) argument
57 GLuint program = cmd->program;
58 GLint location = cmd->location;
59 GLint x = cmd->x;
60 GLint y = cmd->y;
61 GLint z = cmd->z;
64 assert (cmd_size == cmd->cmd_base.cmd_size);
72 struct marshal_cmd_ProgramUniform3i *cmd; local in function:_mesa_marshal_ProgramUniform3i
73 cmd = _mesa_glthread_allocate_command(ctx, DISPATCH_CMD_ProgramUniform3i, cmd_size);
74 cmd
94 _mesa_unmarshal_ProgramUniform4i(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform4i * cmd,const uint64_t * last) argument
112 struct marshal_cmd_ProgramUniform4i *cmd; local in function:_mesa_marshal_ProgramUniform4i
132 _mesa_unmarshal_ProgramUniform1ui(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform1ui * cmd,const uint64_t * last) argument
147 struct marshal_cmd_ProgramUniform1ui *cmd; local in function:_mesa_marshal_ProgramUniform1ui
165 _mesa_unmarshal_ProgramUniform2ui(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform2ui * cmd,const uint64_t * last) argument
181 struct marshal_cmd_ProgramUniform2ui *cmd; local in function:_mesa_marshal_ProgramUniform2ui
201 _mesa_unmarshal_ProgramUniform3ui(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform3ui * cmd,const uint64_t * last) argument
218 struct marshal_cmd_ProgramUniform3ui *cmd; local in function:_mesa_marshal_ProgramUniform3ui
240 _mesa_unmarshal_ProgramUniform4ui(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform4ui * cmd,const uint64_t * last) argument
258 struct marshal_cmd_ProgramUniform4ui *cmd; local in function:_mesa_marshal_ProgramUniform4ui
278 _mesa_unmarshal_ProgramUniform1f(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform1f * cmd,const uint64_t * last) argument
293 struct marshal_cmd_ProgramUniform1f *cmd; local in function:_mesa_marshal_ProgramUniform1f
311 _mesa_unmarshal_ProgramUniform2f(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform2f * cmd,const uint64_t * last) argument
327 struct marshal_cmd_ProgramUniform2f *cmd; local in function:_mesa_marshal_ProgramUniform2f
347 _mesa_unmarshal_ProgramUniform3f(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform3f * cmd,const uint64_t * last) argument
364 struct marshal_cmd_ProgramUniform3f *cmd; local in function:_mesa_marshal_ProgramUniform3f
386 _mesa_unmarshal_ProgramUniform4f(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform4f * cmd,const uint64_t * last) argument
404 struct marshal_cmd_ProgramUniform4f *cmd; local in function:_mesa_marshal_ProgramUniform4f
425 _mesa_unmarshal_ProgramUniform1iv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform1iv * cmd,const uint64_t * last) argument
442 struct marshal_cmd_ProgramUniform1iv *cmd; local in function:_mesa_marshal_ProgramUniform1iv
467 _mesa_unmarshal_ProgramUniform2iv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform2iv * cmd,const uint64_t * last) argument
484 struct marshal_cmd_ProgramUniform2iv *cmd; local in function:_mesa_marshal_ProgramUniform2iv
509 _mesa_unmarshal_ProgramUniform3iv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform3iv * cmd,const uint64_t * last) argument
526 struct marshal_cmd_ProgramUniform3iv *cmd; local in function:_mesa_marshal_ProgramUniform3iv
551 _mesa_unmarshal_ProgramUniform4iv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform4iv * cmd,const uint64_t * last) argument
568 struct marshal_cmd_ProgramUniform4iv *cmd; local in function:_mesa_marshal_ProgramUniform4iv
593 _mesa_unmarshal_ProgramUniform1uiv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform1uiv * cmd,const uint64_t * last) argument
610 struct marshal_cmd_ProgramUniform1uiv *cmd; local in function:_mesa_marshal_ProgramUniform1uiv
635 _mesa_unmarshal_ProgramUniform2uiv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform2uiv * cmd,const uint64_t * last) argument
652 struct marshal_cmd_ProgramUniform2uiv *cmd; local in function:_mesa_marshal_ProgramUniform2uiv
677 _mesa_unmarshal_ProgramUniform3uiv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform3uiv * cmd,const uint64_t * last) argument
694 struct marshal_cmd_ProgramUniform3uiv *cmd; local in function:_mesa_marshal_ProgramUniform3uiv
719 _mesa_unmarshal_ProgramUniform4uiv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform4uiv * cmd,const uint64_t * last) argument
736 struct marshal_cmd_ProgramUniform4uiv *cmd; local in function:_mesa_marshal_ProgramUniform4uiv
761 _mesa_unmarshal_ProgramUniform1fv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform1fv * cmd,const uint64_t * last) argument
778 struct marshal_cmd_ProgramUniform1fv *cmd; local in function:_mesa_marshal_ProgramUniform1fv
803 _mesa_unmarshal_ProgramUniform2fv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform2fv * cmd,const uint64_t * last) argument
820 struct marshal_cmd_ProgramUniform2fv *cmd; local in function:_mesa_marshal_ProgramUniform2fv
845 _mesa_unmarshal_ProgramUniform3fv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform3fv * cmd,const uint64_t * last) argument
862 struct marshal_cmd_ProgramUniform3fv *cmd; local in function:_mesa_marshal_ProgramUniform3fv
887 _mesa_unmarshal_ProgramUniform4fv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform4fv * cmd,const uint64_t * last) argument
904 struct marshal_cmd_ProgramUniform4fv *cmd; local in function:_mesa_marshal_ProgramUniform4fv
930 _mesa_unmarshal_ProgramUniformMatrix2fv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix2fv * cmd,const uint64_t * last) argument
948 struct marshal_cmd_ProgramUniformMatrix2fv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix2fv
975 _mesa_unmarshal_ProgramUniformMatrix3fv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix3fv * cmd,const uint64_t * last) argument
993 struct marshal_cmd_ProgramUniformMatrix3fv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix3fv
1020 _mesa_unmarshal_ProgramUniformMatrix4fv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix4fv * cmd,const uint64_t * last) argument
1038 struct marshal_cmd_ProgramUniformMatrix4fv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix4fv
1065 _mesa_unmarshal_ProgramUniformMatrix2x3fv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix2x3fv * cmd,const uint64_t * last) argument
1083 struct marshal_cmd_ProgramUniformMatrix2x3fv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix2x3fv
1110 _mesa_unmarshal_ProgramUniformMatrix3x2fv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix3x2fv * cmd,const uint64_t * last) argument
1128 struct marshal_cmd_ProgramUniformMatrix3x2fv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix3x2fv
1155 _mesa_unmarshal_ProgramUniformMatrix2x4fv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix2x4fv * cmd,const uint64_t * last) argument
1173 struct marshal_cmd_ProgramUniformMatrix2x4fv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix2x4fv
1200 _mesa_unmarshal_ProgramUniformMatrix4x2fv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix4x2fv * cmd,const uint64_t * last) argument
1218 struct marshal_cmd_ProgramUniformMatrix4x2fv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix4x2fv
1245 _mesa_unmarshal_ProgramUniformMatrix3x4fv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix3x4fv * cmd,const uint64_t * last) argument
1263 struct marshal_cmd_ProgramUniformMatrix3x4fv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix3x4fv
1290 _mesa_unmarshal_ProgramUniformMatrix4x3fv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix4x3fv * cmd,const uint64_t * last) argument
1308 struct marshal_cmd_ProgramUniformMatrix4x3fv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix4x3fv
1331 _mesa_unmarshal_ValidateProgramPipeline(struct gl_context * ctx,const struct marshal_cmd_ValidateProgramPipeline * cmd,const uint64_t * last) argument
1344 struct marshal_cmd_ValidateProgramPipeline *cmd; local in function:_mesa_marshal_ValidateProgramPipeline
1368 _mesa_unmarshal_VertexAttribL1d(struct gl_context * ctx,const struct marshal_cmd_VertexAttribL1d * cmd,const uint64_t * last) argument
1382 struct marshal_cmd_VertexAttribL1d *cmd; local in function:_mesa_marshal_VertexAttribL1d
1398 _mesa_unmarshal_VertexAttribL2d(struct gl_context * ctx,const struct marshal_cmd_VertexAttribL2d * cmd,const uint64_t * last) argument
1413 struct marshal_cmd_VertexAttribL2d *cmd; local in function:_mesa_marshal_VertexAttribL2d
1431 _mesa_unmarshal_VertexAttribL3d(struct gl_context * ctx,const struct marshal_cmd_VertexAttribL3d * cmd,const uint64_t * last) argument
1447 struct marshal_cmd_VertexAttribL3d *cmd; local in function:_mesa_marshal_VertexAttribL3d
1467 _mesa_unmarshal_VertexAttribL4d(struct gl_context * ctx,const struct marshal_cmd_VertexAttribL4d * cmd,const uint64_t * last) argument
1484 struct marshal_cmd_VertexAttribL4d *cmd; local in function:_mesa_marshal_VertexAttribL4d
1502 _mesa_unmarshal_VertexAttribL1dv(struct gl_context * ctx,const struct marshal_cmd_VertexAttribL1dv * cmd,const uint64_t * last) argument
1516 struct marshal_cmd_VertexAttribL1dv *cmd; local in function:_mesa_marshal_VertexAttribL1dv
1531 _mesa_unmarshal_VertexAttribL2dv(struct gl_context * ctx,const struct marshal_cmd_VertexAttribL2dv * cmd,const uint64_t * last) argument
1545 struct marshal_cmd_VertexAttribL2dv *cmd; local in function:_mesa_marshal_VertexAttribL2dv
1560 _mesa_unmarshal_VertexAttribL3dv(struct gl_context * ctx,const struct marshal_cmd_VertexAttribL3dv * cmd,const uint64_t * last) argument
1574 struct marshal_cmd_VertexAttribL3dv *cmd; local in function:_mesa_marshal_VertexAttribL3dv
1589 _mesa_unmarshal_VertexAttribL4dv(struct gl_context * ctx,const struct marshal_cmd_VertexAttribL4dv * cmd,const uint64_t * last) argument
1603 struct marshal_cmd_VertexAttribL4dv *cmd; local in function:_mesa_marshal_VertexAttribL4dv
1621 _mesa_unmarshal_VertexAttribLPointer(struct gl_context * ctx,const struct marshal_cmd_VertexAttribLPointer * cmd,const uint64_t * last) argument
1638 struct marshal_cmd_VertexAttribLPointer *cmd; local in function:_mesa_marshal_VertexAttribLPointer
1672 _mesa_unmarshal_VertexArrayVertexAttribLOffsetEXT(struct gl_context * ctx,const struct marshal_cmd_VertexArrayVertexAttribLOffsetEXT * cmd,const uint64_t * last) argument
1691 struct marshal_cmd_VertexArrayVertexAttribLOffsetEXT *cmd; local in function:_mesa_marshal_VertexArrayVertexAttribLOffsetEXT
1720 _mesa_unmarshal_ReleaseShaderCompiler(struct gl_context * ctx,const struct marshal_cmd_ReleaseShaderCompiler * cmd,const uint64_t * last) argument
1732 struct marshal_cmd_ReleaseShaderCompiler *cmd; local in function:_mesa_marshal_ReleaseShaderCompiler
1749 _mesa_unmarshal_ShaderBinary(struct gl_context * ctx,const struct marshal_cmd_ShaderBinary * cmd,const uint64_t * last) argument
1770 struct marshal_cmd_ShaderBinary *cmd; local in function:_mesa_marshal_ShaderBinary
1794 _mesa_unmarshal_ClearDepthf(struct gl_context * ctx,const struct marshal_cmd_ClearDepthf * cmd,const uint64_t * last) argument
1807 struct marshal_cmd_ClearDepthf *cmd; local in function:_mesa_marshal_ClearDepthf
1821 _mesa_unmarshal_DepthRangef(struct gl_context * ctx,const struct marshal_cmd_DepthRangef * cmd,const uint64_t * last) argument
1835 struct marshal_cmd_DepthRangef *cmd; local in function:_mesa_marshal_DepthRangef
1862 _mesa_unmarshal_ProgramBinary(struct gl_context * ctx,const struct marshal_cmd_ProgramBinary * cmd,const uint64_t * last) argument
1879 struct marshal_cmd_ProgramBinary *cmd; local in function:_mesa_marshal_ProgramBinary
1903 _mesa_unmarshal_ProgramParameteri(struct gl_context * ctx,const struct marshal_cmd_ProgramParameteri * cmd,const uint64_t * last) argument
1918 struct marshal_cmd_ProgramParameteri *cmd; local in function:_mesa_marshal_ProgramParameteri
1938 _mesa_unmarshal_DebugMessageControl(struct gl_context * ctx,const struct marshal_cmd_DebugMessageControl * cmd,const uint64_t * last) argument
1957 struct marshal_cmd_DebugMessageControl *cmd; local in function:_mesa_marshal_DebugMessageControl
1986 _mesa_unmarshal_DebugMessageInsert(struct gl_context * ctx,const struct marshal_cmd_DebugMessageInsert * cmd,const uint64_t * last) argument
2005 struct marshal_cmd_DebugMessageInsert *cmd; local in function:_mesa_marshal_DebugMessageInsert
2120 _mesa_unmarshal_GetnPolygonStippleARB(struct gl_context * ctx,const struct marshal_cmd_GetnPolygonStippleARB * cmd,const uint64_t * last) argument
2134 struct marshal_cmd_GetnPolygonStippleARB *cmd; local in function:_mesa_marshal_GetnPolygonStippleARB
2158 _mesa_unmarshal_GetnTexImageARB(struct gl_context * ctx,const struct marshal_cmd_GetnTexImageARB * cmd,const uint64_t * last) argument
2176 struct marshal_cmd_GetnTexImageARB *cmd; local in function:_mesa_marshal_GetnTexImageARB
2206 _mesa_unmarshal_ReadnPixelsARB(struct gl_context * ctx,const struct marshal_cmd_ReadnPixelsARB * cmd,const uint64_t * last) argument
2226 struct marshal_cmd_ReadnPixelsARB *cmd; local in function:_mesa_marshal_ReadnPixelsARB
2304 _mesa_unmarshal_GetnCompressedTexImageARB(struct gl_context * ctx,const struct marshal_cmd_GetnCompressedTexImageARB * cmd,const uint64_t * last) argument
2320 struct marshal_cmd_GetnCompressedTexImageARB *cmd; local in function:_mesa_marshal_GetnCompressedTexImageARB
2383 _mesa_unmarshal_DrawTransformFeedbackInstanced(struct gl_context * ctx,const struct marshal_cmd_DrawTransformFeedbackInstanced * cmd,const uint64_t * last) argument
2398 struct marshal_cmd_DrawTransformFeedbackInstanced *cmd; local in function:_mesa_marshal_DrawTransformFeedbackInstanced
2416 _mesa_unmarshal_DrawTransformFeedbackStreamInstanced(struct gl_context * ctx,const struct marshal_cmd_DrawTransformFeedbackStreamInstanced * cmd,const uint64_t * last) argument
2432 struct marshal_cmd_DrawTransformFeedbackStreamInstanced *cmd; local in function:_mesa_marshal_DrawTransformFeedbackStreamInstanced
2474 _mesa_unmarshal_BindImageTexture(struct gl_context * ctx,const struct marshal_cmd_BindImageTexture * cmd,const uint64_t * last) argument
2493 struct marshal_cmd_BindImageTexture *cmd; local in function:_mesa_marshal_BindImageTexture
2512 _mesa_unmarshal_MemoryBarrier(struct gl_context * ctx,const struct marshal_cmd_MemoryBarrier * cmd,const uint64_t * last) argument
2525 struct marshal_cmd_MemoryBarrier *cmd; local in function:_mesa_marshal_MemoryBarrier
2541 _mesa_unmarshal_TexStorage1D(struct gl_context * ctx,const struct marshal_cmd_TexStorage1D * cmd,const uint64_t * last) argument
2557 struct marshal_cmd_TexStorage1D *cmd; local in function:_mesa_marshal_TexStorage1D
2577 _mesa_unmarshal_TexStorage2D(struct gl_context * ctx,const struct marshal_cmd_TexStorage2D * cmd,const uint64_t * last) argument
2594 struct marshal_cmd_TexStorage2D *cmd; local in function:_mesa_marshal_TexStorage2D
2616 _mesa_unmarshal_TexStorage3D(struct gl_context * ctx,const struct marshal_cmd_TexStorage3D * cmd,const uint64_t * last) argument
2634 struct marshal_cmd_TexStorage3D *cmd; local in function:_mesa_marshal_TexStorage3D
2656 _mesa_unmarshal_TextureStorage1DEXT(struct gl_context * ctx,const struct marshal_cmd_TextureStorage1DEXT * cmd,const uint64_t * last) argument
2673 struct marshal_cmd_TextureStorage1DEXT *cmd; local in function:_mesa_marshal_TextureStorage1DEXT
2695 _mesa_unmarshal_TextureStorage2DEXT(struct gl_context * ctx,const struct marshal_cmd_TextureStorage2DEXT * cmd,const uint64_t * last) argument
2713 struct marshal_cmd_TextureStorage2DEXT *cmd; local in function:_mesa_marshal_TextureStorage2DEXT
2737 _mesa_unmarshal_TextureStorage3DEXT(struct gl_context * ctx,const struct marshal_cmd_TextureStorage3DEXT * cmd,const uint64_t * last) argument
2756 struct marshal_cmd_TextureStorage3DEXT *cmd; local in function:_mesa_marshal_TextureStorage3DEXT
2778 _mesa_unmarshal_PushDebugGroup(struct gl_context * ctx,const struct marshal_cmd_PushDebugGroup * cmd,const uint64_t * last) argument
2795 struct marshal_cmd_PushDebugGroup *cmd; local in function:_mesa_marshal_PushDebugGroup
2816 _mesa_unmarshal_PopDebugGroup(struct gl_context * ctx,const struct marshal_cmd_PopDebugGroup * cmd,const uint64_t * last) argument
2828 struct marshal_cmd_PopDebugGroup *cmd; local in function:_mesa_marshal_PopDebugGroup
2844 _mesa_unmarshal_ObjectLabel(struct gl_context * ctx,const struct marshal_cmd_ObjectLabel * cmd,const uint64_t * last) argument
2861 struct marshal_cmd_ObjectLabel *cmd; local in function:_mesa_marshal_ObjectLabel
2955 _mesa_unmarshal_DispatchCompute(struct gl_context * ctx,const struct marshal_cmd_DispatchCompute * cmd,const uint64_t * last) argument
2970 struct marshal_cmd_DispatchCompute *cmd; local in function:_mesa_marshal_DispatchCompute
2985 _mesa_unmarshal_DispatchComputeIndirect(struct gl_context * ctx,const struct marshal_cmd_DispatchComputeIndirect * cmd,const uint64_t * last) argument
2998 struct marshal_cmd_DispatchComputeIndirect *cmd; local in function:_mesa_marshal_DispatchComputeIndirect
3025 _mesa_unmarshal_CopyImageSubData(struct gl_context * ctx,const struct marshal_cmd_CopyImageSubData * cmd,const uint64_t * last) argument
3052 struct marshal_cmd_CopyImageSubData *cmd; local in function:_mesa_marshal_CopyImageSubData
3086 _mesa_unmarshal_TextureView(struct gl_context * ctx,const struct marshal_cmd_TextureView * cmd,const uint64_t * last) argument
3106 struct marshal_cmd_TextureView *cmd; local in function:_mesa_marshal_TextureView
3129 _mesa_unmarshal_BindVertexBuffer(struct gl_context * ctx,const struct marshal_cmd_BindVertexBuffer * cmd,const uint64_t * last) argument
3145 struct marshal_cmd_BindVertexBuffer *cmd; local in function:_mesa_marshal_BindVertexBuffer
3166 _mesa_unmarshal_VertexAttribFormat(struct gl_context * ctx,const struct marshal_cmd_VertexAttribFormat * cmd,const uint64_t * last) argument
3183 struct marshal_cmd_VertexAttribFormat *cmd; local in function:_mesa_marshal_VertexAttribFormat
3204 _mesa_unmarshal_VertexAttribIFormat(struct gl_context * ctx,const struct marshal_cmd_VertexAttribIFormat * cmd,const uint64_t * last) argument
3220 struct marshal_cmd_VertexAttribIFormat *cmd; local in function:_mesa_marshal_VertexAttribIFormat
3240 _mesa_unmarshal_VertexAttribLFormat(struct gl_context * ctx,const struct marshal_cmd_VertexAttribLFormat * cmd,const uint64_t * last) argument
3256 struct marshal_cmd_VertexAttribLFormat *cmd; local in function:_mesa_marshal_VertexAttribLFormat
3274 _mesa_unmarshal_VertexAttribBinding(struct gl_context * ctx,const struct marshal_cmd_VertexAttribBinding * cmd,const uint64_t * last) argument
3288 struct marshal_cmd_VertexAttribBinding *cmd; local in function:_mesa_marshal_VertexAttribBinding
3304 _mesa_unmarshal_VertexBindingDivisor(struct gl_context * ctx,const struct marshal_cmd_VertexBindingDivisor * cmd,const uint64_t * last) argument
3318 struct marshal_cmd_VertexBindingDivisor *cmd; local in function:_mesa_marshal_VertexBindingDivisor
3337 _mesa_unmarshal_VertexArrayBindVertexBufferEXT(struct gl_context * ctx,const struct marshal_cmd_VertexArrayBindVertexBufferEXT * cmd,const uint64_t * last) argument
3354 struct marshal_cmd_VertexArrayBindVertexBufferEXT *cmd; local in function:_mesa_marshal_VertexArrayBindVertexBufferEXT
3377 _mesa_unmarshal_VertexArrayVertexAttribFormatEXT(struct gl_context * ctx,const struct marshal_cmd_VertexArrayVertexAttribFormatEXT * cmd,const uint64_t * last) argument
3395 struct marshal_cmd_VertexArrayVertexAttribFormatEXT *cmd; local in function:_mesa_marshal_VertexArrayVertexAttribFormatEXT
3418 _mesa_unmarshal_VertexArrayVertexAttribIFormatEXT(struct gl_context * ctx,const struct marshal_cmd_VertexArrayVertexAttribIFormatEXT * cmd,const uint64_t * last) argument
3435 struct marshal_cmd_VertexArrayVertexAttribIFormatEXT *cmd; local in function:_mesa_marshal_VertexArrayVertexAttribIFormatEXT
3457 _mesa_unmarshal_VertexArrayVertexAttribLFormatEXT(struct gl_context * ctx,const struct marshal_cmd_VertexArrayVertexAttribLFormatEXT * cmd,const uint64_t * last) argument
3474 struct marshal_cmd_VertexArrayVertexAttribLFormatEXT *cmd; local in function:_mesa_marshal_VertexArrayVertexAttribLFormatEXT
3494 _mesa_unmarshal_VertexArrayVertexAttribBindingEXT(struct gl_context * ctx,const struct marshal_cmd_VertexArrayVertexAttribBindingEXT * cmd,const uint64_t * last) argument
3509 struct marshal_cmd_VertexArrayVertexAttribBindingEXT *cmd; local in function:_mesa_marshal_VertexArrayVertexAttribBindingEXT
3527 _mesa_unmarshal_VertexArrayVertexBindingDivisorEXT(struct gl_context * ctx,const struct marshal_cmd_VertexArrayVertexBindingDivisorEXT * cmd,const uint64_t * last) argument
3542 struct marshal_cmd_VertexArrayVertexBindingDivisorEXT *cmd; local in function:_mesa_marshal_VertexArrayVertexBindingDivisorEXT
3560 _mesa_unmarshal_FramebufferParameteri(struct gl_context * ctx,const struct marshal_cmd_FramebufferParameteri * cmd,const uint64_t * last) argument
3575 struct marshal_cmd_FramebufferParameteri *cmd; local in function:_mesa_marshal_FramebufferParameteri
3602 _mesa_unmarshal_NamedFramebufferParameteriEXT(struct gl_context * ctx,const struct marshal_cmd_NamedFramebufferParameteriEXT * cmd,const uint64_t * last) argument
3617 struct marshal_cmd_NamedFramebufferParameteriEXT *cmd; local in function:_mesa_marshal_NamedFramebufferParameteriEXT
3659 _mesa_unmarshal_InvalidateTexSubImage(struct gl_context * ctx,const struct marshal_cmd_InvalidateTexSubImage * cmd,const uint64_t * last) argument
3679 struct marshal_cmd_InvalidateTexSubImage *cmd; local in function:_mesa_marshal_InvalidateTexSubImage
3700 _mesa_unmarshal_InvalidateTexImage(struct gl_context * ctx,const struct marshal_cmd_InvalidateTexImage * cmd,const uint64_t * last) argument
3714 struct marshal_cmd_InvalidateTexImage *cmd; local in function:_mesa_marshal_InvalidateTexImage
3730 _mesa_unmarshal_InvalidateBufferSubData(struct gl_context * ctx,const struct marshal_cmd_InvalidateBufferSubData * cmd,const uint64_t * last) argument
3745 struct marshal_cmd_InvalidateBufferSubData *cmd; local in function:_mesa_marshal_InvalidateBufferSubData
3760 _mesa_unmarshal_InvalidateBufferData(struct gl_context * ctx,const struct marshal_cmd_InvalidateBufferData * cmd,const uint64_t * last) argument
3773 struct marshal_cmd_InvalidateBufferData *cmd; local in function:_mesa_marshal_InvalidateBufferData
3792 _mesa_unmarshal_InvalidateSubFramebuffer(struct gl_context * ctx,const struct marshal_cmd_InvalidateSubFramebuffer * cmd,const uint64_t * last) argument
3812 struct marshal_cmd_InvalidateSubFramebuffer *cmd; local in function:_mesa_marshal_InvalidateSubFramebuffer
3839 _mesa_unmarshal_InvalidateFramebuffer(struct gl_context * ctx,const struct marshal_cmd_InvalidateFramebuffer * cmd,const uint64_t * last) argument
3855 struct marshal_cmd_InvalidateFramebuffer *cmd; local in function:_mesa_marshal_InvalidateFramebuffer
3938 _mesa_unmarshal_ShaderStorageBlockBinding(struct gl_context * ctx,const struct marshal_cmd_ShaderStorageBlockBinding * cmd,const uint64_t * last) argument
3953 struct marshal_cmd_ShaderStorageBlockBinding *cmd; local in function:_mesa_marshal_ShaderStorageBlockBinding
3972 _mesa_unmarshal_TexBufferRange(struct gl_context * ctx,const struct marshal_cmd_TexBufferRange * cmd,const uint64_t * last) argument
3989 struct marshal_cmd_TexBufferRange *cmd; local in function:_mesa_marshal_TexBufferRange
4011 _mesa_unmarshal_TextureBufferRangeEXT(struct gl_context * ctx,const struct marshal_cmd_TextureBufferRangeEXT * cmd,const uint64_t * last) argument
4029 struct marshal_cmd_TextureBufferRangeEXT *cmd; local in function:_mesa_marshal_TextureBufferRangeEXT
4052 _mesa_unmarshal_TexStorage2DMultisample(struct gl_context * ctx,const struct marshal_cmd_TexStorage2DMultisample * cmd,const uint64_t * last) argument
4070 struct marshal_cmd_TexStorage2DMultisample *cmd; local in function:_mesa_marshal_TexStorage2DMultisample
4094 _mesa_unmarshal_TexStorage3DMultisample(struct gl_context * ctx,const struct marshal_cmd_TexStorage3DMultisample * cmd,const uint64_t * last) argument
4113 struct marshal_cmd_TexStorage3DMultisample *cmd; local in function:_mesa_marshal_TexStorage3DMultisample
4138 _mesa_unmarshal_TextureStorage2DMultisampleEXT(struct gl_context * ctx,const struct marshal_cmd_TextureStorage2DMultisampleEXT * cmd,const uint64_t * last) argument
4157 struct marshal_cmd_TextureStorage2DMultisampleEXT *cmd; local in function:_mesa_marshal_TextureStorage2DMultisampleEXT
4183 _mesa_unmarshal_TextureStorage3DMultisampleEXT(struct gl_context * ctx,const struct marshal_cmd_TextureStorage3DMultisampleEXT * cmd,const uint64_t * last) argument
4203 struct marshal_cmd_TextureStorage3DMultisampleEXT *cmd; local in function:_mesa_marshal_TextureStorage3DMultisampleEXT
4266 _mesa_unmarshal_BindBuffersBase(struct gl_context * ctx,const struct marshal_cmd_BindBuffersBase * cmd,const uint64_t * last) argument
4283 struct marshal_cmd_BindBuffersBase *cmd; local in function:_mesa_marshal_BindBuffersBase
4310 _mesa_unmarshal_BindBuffersRange(struct gl_context * ctx,const struct marshal_cmd_BindBuffersRange * cmd,const uint64_t * last) argument
4335 struct marshal_cmd_BindBuffersRange *cmd; local in function:_mesa_marshal_BindBuffersRange
4363 _mesa_unmarshal_BindTextures(struct gl_context * ctx,const struct marshal_cmd_BindTextures * cmd,const uint64_t * last) argument
4379 struct marshal_cmd_BindTextures *cmd; local in function:_mesa_marshal_BindTextures
4402 _mesa_unmarshal_BindSamplers(struct gl_context * ctx,const struct marshal_cmd_BindSamplers * cmd,const uint64_t * last) argument
4418 struct marshal_cmd_BindSamplers *cmd; local in function:_mesa_marshal_BindSamplers
4441 _mesa_unmarshal_BindImageTextures(struct gl_context * ctx,const struct marshal_cmd_BindImageTextures * cmd,const uint64_t * last) argument
4457 struct marshal_cmd_BindImageTextures *cmd; local in function:_mesa_marshal_BindImageTextures
4482 _mesa_unmarshal_BindVertexBuffers(struct gl_context * ctx,const struct marshal_cmd_BindVertexBuffers * cmd,const uint64_t * last) argument
4506 struct marshal_cmd_BindVertexBuffers *cmd; local in function:_mesa_marshal_BindVertexBuffers
4551 _mesa_unmarshal_MakeTextureHandleResidentARB(struct gl_context * ctx,const struct marshal_cmd_MakeTextureHandleResidentARB * cmd,const uint64_t * last) argument
4564 struct marshal_cmd_MakeTextureHandleResidentARB *cmd; local in function:_mesa_marshal_MakeTextureHandleResidentARB
4577 _mesa_unmarshal_MakeTextureHandleNonResidentARB(struct gl_context * ctx,const struct marshal_cmd_MakeTextureHandleNonResidentARB * cmd,const uint64_t * last) argument
4590 struct marshal_cmd_MakeTextureHandleNonResidentARB *cmd; local in function:_mesa_marshal_MakeTextureHandleNonResidentARB
4614 _mesa_unmarshal_MakeImageHandleResidentARB(struct gl_context * ctx,const struct marshal_cmd_MakeImageHandleResidentARB * cmd,const uint64_t * last) argument
4628 struct marshal_cmd_MakeImageHandleResidentARB *cmd; local in function:_mesa_marshal_MakeImageHandleResidentARB
4642 _mesa_unmarshal_MakeImageHandleNonResidentARB(struct gl_context * ctx,const struct marshal_cmd_MakeImageHandleNonResidentARB * cmd,const uint64_t * last) argument
4655 struct marshal_cmd_MakeImageHandleNonResidentARB *cmd; local in function:_mesa_marshal_MakeImageHandleNonResidentARB
4669 _mesa_unmarshal_UniformHandleui64ARB(struct gl_context * ctx,const struct marshal_cmd_UniformHandleui64ARB * cmd,const uint64_t * last) argument
4683 struct marshal_cmd_UniformHandleui64ARB *cmd; local in function:_mesa_marshal_UniformHandleui64ARB
4699 _mesa_unmarshal_UniformHandleui64vARB(struct gl_context * ctx,const struct marshal_cmd_UniformHandleui64vARB * cmd,const uint64_t * last) argument
4715 struct marshal_cmd_UniformHandleui64vARB *cmd; local in function:_mesa_marshal_UniformHandleui64vARB
4738 _mesa_unmarshal_ProgramUniformHandleui64ARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformHandleui64ARB * cmd,const uint64_t * last) argument
4753 struct marshal_cmd_ProgramUniformHandleui64ARB *cmd; local in function:_mesa_marshal_ProgramUniformHandleui64ARB
4771 _mesa_unmarshal_ProgramUniformHandleui64vARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformHandleui64vARB * cmd,const uint64_t * last) argument
4788 struct marshal_cmd_ProgramUniformHandleui64vARB *cmd; local in function:_mesa_marshal_ProgramUniformHandleui64vARB
4831 _mesa_unmarshal_VertexAttribL1ui64ARB(struct gl_context * ctx,const struct marshal_cmd_VertexAttribL1ui64ARB * cmd,const uint64_t * last) argument
4845 struct marshal_cmd_VertexAttribL1ui64ARB *cmd; local in function:_mesa_marshal_VertexAttribL1ui64ARB
4860 _mesa_unmarshal_VertexAttribL1ui64vARB(struct gl_context * ctx,const struct marshal_cmd_VertexAttribL1ui64vARB * cmd,const uint64_t * last) argument
4874 struct marshal_cmd_VertexAttribL1ui64vARB *cmd; local in function:_mesa_marshal_VertexAttribL1ui64vARB
4903 _mesa_unmarshal_DispatchComputeGroupSizeARB(struct gl_context * ctx,const struct marshal_cmd_DispatchComputeGroupSizeARB * cmd,const uint64_t * last) argument
4921 struct marshal_cmd_DispatchComputeGroupSizeARB *cmd; local in function:_mesa_marshal_DispatchComputeGroupSizeARB
4943 _mesa_unmarshal_MultiDrawArraysIndirectCountARB(struct gl_context * ctx,const struct marshal_cmd_MultiDrawArraysIndirectCountARB * cmd,const uint64_t * last) argument
4960 struct marshal_cmd_MultiDrawArraysIndirectCountARB *cmd; local in function:_mesa_marshal_MultiDrawArraysIndirectCountARB
4987 _mesa_unmarshal_MultiDrawElementsIndirectCountARB(struct gl_context * ctx,const struct marshal_cmd_MultiDrawElementsIndirectCountARB * cmd,const uint64_t * last) argument
5005 struct marshal_cmd_MultiDrawElementsIndirectCountARB *cmd; local in function:_mesa_marshal_MultiDrawElementsIndirectCountARB
5029 _mesa_unmarshal_ClipControl(struct gl_context * ctx,const struct marshal_cmd_ClipControl * cmd,const uint64_t * last) argument
5043 struct marshal_cmd_ClipControl *cmd; local in function:_mesa_marshal_ClipControl
5069 _mesa_unmarshal_TransformFeedbackBufferBase(struct gl_context * ctx,const struct marshal_cmd_TransformFeedbackBufferBase * cmd,const uint64_t * last) argument
5084 struct marshal_cmd_TransformFeedbackBufferBase *cmd; local in function:_mesa_marshal_TransformFeedbackBufferBase
5103 _mesa_unmarshal_TransformFeedbackBufferRange(struct gl_context * ctx,const struct marshal_cmd_TransformFeedbackBufferRange * cmd,const uint64_t * last) argument
5120 struct marshal_cmd_TransformFeedbackBufferRange *cmd; local in function:_mesa_marshal_TransformFeedbackBufferRange
5191 _mesa_unmarshal_CopyNamedBufferSubData(struct gl_context * ctx,const struct marshal_cmd_CopyNamedBufferSubData * cmd,const uint64_t * last) argument
5208 struct marshal_cmd_CopyNamedBufferSubData *cmd; local in function:_mesa_marshal_CopyNamedBufferSubData
5265 _mesa_unmarshal_UnmapNamedBufferEXT(struct gl_context * ctx,const struct marshal_cmd_UnmapNamedBufferEXT * cmd,const uint64_t * last) argument
5278 struct marshal_cmd_UnmapNamedBufferEXT *cmd; local in function:_mesa_marshal_UnmapNamedBufferEXT
5294 _mesa_unmarshal_FlushMappedNamedBufferRange(struct gl_context * ctx,const struct marshal_cmd_FlushMappedNamedBufferRange * cmd,const uint64_t * last) argument
5309 struct marshal_cmd_FlushMappedNamedBufferRange *cmd; local in function:_mesa_marshal_FlushMappedNamedBufferRange
5377 _mesa_unmarshal_NamedFramebufferRenderbuffer(struct gl_context * ctx,const struct marshal_cmd_NamedFramebufferRenderbuffer * cmd,const uint64_t * last) argument
5393 struct marshal_cmd_NamedFramebufferRenderbuffer *cmd; local in function:_mesa_marshal_NamedFramebufferRenderbuffer
5411 _mesa_unmarshal_NamedFramebufferParameteri(struct gl_context * ctx,const struct marshal_cmd_NamedFramebufferParameteri * cmd,const uint64_t * last) argument
5426 struct marshal_cmd_NamedFramebufferParameteri *cmd; local in function:_mesa_marshal_NamedFramebufferParameteri
5444 _mesa_unmarshal_NamedFramebufferTexture(struct gl_context * ctx,const struct marshal_cmd_NamedFramebufferTexture * cmd,const uint64_t * last) argument
5460 struct marshal_cmd_NamedFramebufferTexture *cmd; local in function:_mesa_marshal_NamedFramebufferTexture
5480 _mesa_unmarshal_NamedFramebufferTextureLayer(struct gl_context * ctx,const struct marshal_cmd_NamedFramebufferTextureLayer * cmd,const uint64_t * last) argument
5497 struct marshal_cmd_NamedFramebufferTextureLayer *cmd; local in function:_mesa_marshal_NamedFramebufferTextureLayer
5515 _mesa_unmarshal_NamedFramebufferDrawBuffer(struct gl_context * ctx,const struct marshal_cmd_NamedFramebufferDrawBuffer * cmd,const uint64_t * last) argument
5529 struct marshal_cmd_NamedFramebufferDrawBuffer *cmd; local in function:_mesa_marshal_NamedFramebufferDrawBuffer
5545 _mesa_unmarshal_NamedFramebufferDrawBuffers(struct gl_context * ctx,const struct marshal_cmd_NamedFramebufferDrawBuffers * cmd,const uint64_t * last) argument
5561 struct marshal_cmd_NamedFramebufferDrawBuffers *cmd; local in function:_mesa_marshal_NamedFramebufferDrawBuffers
5583 _mesa_unmarshal_NamedFramebufferReadBuffer(struct gl_context * ctx,const struct marshal_cmd_NamedFramebufferReadBuffer * cmd,const uint64_t * last) argument
5597 struct marshal_cmd_NamedFramebufferReadBuffer *cmd; local in function:_mesa_marshal_NamedFramebufferReadBuffer
5613 _mesa_unmarshal_InvalidateNamedFramebufferData(struct gl_context * ctx,const struct marshal_cmd_InvalidateNamedFramebufferData * cmd,const uint64_t * last) argument
5629 struct marshal_cmd_InvalidateNamedFramebufferData *cmd; local in function:_mesa_marshal_InvalidateNamedFramebufferData
5656 _mesa_unmarshal_InvalidateNamedFramebufferSubData(struct gl_context * ctx,const struct marshal_cmd_InvalidateNamedFramebufferSubData * cmd,const uint64_t * last) argument
5676 struct marshal_cmd_InvalidateNamedFramebufferSubData *cmd; local in function:_mesa_marshal_InvalidateNamedFramebufferSubData
5704 _mesa_unmarshal_ClearNamedFramebufferiv(struct gl_context * ctx,const struct marshal_cmd_ClearNamedFramebufferiv * cmd,const uint64_t * last) argument
5721 struct marshal_cmd_ClearNamedFramebufferiv *cmd; local in function:_mesa_marshal_ClearNamedFramebufferiv
5746 _mesa_unmarshal_ClearNamedFramebufferuiv(struct gl_context * ctx,const struct marshal_cmd_ClearNamedFramebufferuiv * cmd,const uint64_t * last) argument
5763 struct marshal_cmd_ClearNamedFramebufferuiv *cmd; local in function:_mesa_marshal_ClearNamedFramebufferuiv
5788 _mesa_unmarshal_ClearNamedFramebufferfv(struct gl_context * ctx,const struct marshal_cmd_ClearNamedFramebufferfv * cmd,const uint64_t * last) argument
5805 struct marshal_cmd_ClearNamedFramebufferfv *cmd; local in function:_mesa_marshal_ClearNamedFramebufferfv
5831 _mesa_unmarshal_ClearNamedFramebufferfi(struct gl_context * ctx,const struct marshal_cmd_ClearNamedFramebufferfi * cmd,const uint64_t * last) argument
5848 struct marshal_cmd_ClearNamedFramebufferfi *cmd; local in function:_mesa_marshal_ClearNamedFramebufferfi
5876 _mesa_unmarshal_BlitNamedFramebuffer(struct gl_context * ctx,const struct marshal_cmd_BlitNamedFramebuffer * cmd,const uint64_t * last) argument
5900 struct marshal_cmd_BlitNamedFramebuffer *cmd; local in function:_mesa_marshal_BlitNamedFramebuffer
5967 _mesa_unmarshal_NamedRenderbufferStorage(struct gl_context * ctx,const struct marshal_cmd_NamedRenderbufferStorage * cmd,const uint64_t * last) argument
5983 struct marshal_cmd_NamedRenderbufferStorage *cmd; local in function:_mesa_marshal_NamedRenderbufferStorage
6003 _mesa_unmarshal_NamedRenderbufferStorageMultisample(struct gl_context * ctx,const struct marshal_cmd_NamedRenderbufferStorageMultisample * cmd,const uint64_t * last) argument
6020 struct marshal_cmd_NamedRenderbufferStorageMultisample *cmd; local in function:_mesa_marshal_NamedRenderbufferStorageMultisample
6059 _mesa_unmarshal_TextureBuffer(struct gl_context * ctx,const struct marshal_cmd_TextureBuffer * cmd,const uint64_t * last) argument
6074 struct marshal_cmd_TextureBuffer *cmd; local in function:_mesa_marshal_TextureBuffer
6093 _mesa_unmarshal_TextureBufferRange(struct gl_context * ctx,const struct marshal_cmd_TextureBufferRange * cmd,const uint64_t * last) argument
6110 struct marshal_cmd_TextureBufferRange *cmd; local in function:_mesa_marshal_TextureBufferRange
6130 _mesa_unmarshal_TextureStorage1D(struct gl_context * ctx,const struct marshal_cmd_TextureStorage1D * cmd,const uint64_t * last) argument
6146 struct marshal_cmd_TextureStorage1D *cmd; local in function:_mesa_marshal_TextureStorage1D
6166 _mesa_unmarshal_TextureStorage2D(struct gl_context * ctx,const struct marshal_cmd_TextureStorage2D * cmd,const uint64_t * last) argument
6183 struct marshal_cmd_TextureStorage2D *cmd; local in function:_mesa_marshal_TextureStorage2D
6205 _mesa_unmarshal_TextureStorage3D(struct gl_context * ctx,const struct marshal_cmd_TextureStorage3D * cmd,const uint64_t * last) argument
6223 struct marshal_cmd_TextureStorage3D *cmd; local in function:_mesa_marshal_TextureStorage3D
6246 _mesa_unmarshal_TextureStorage2DMultisample(struct gl_context * ctx,const struct marshal_cmd_TextureStorage2DMultisample * cmd,const uint64_t * last) argument
6264 struct marshal_cmd_TextureStorage2DMultisample *cmd; local in function:_mesa_marshal_TextureStorage2DMultisample
6288 _mesa_unmarshal_TextureStorage3DMultisample(struct gl_context * ctx,const struct marshal_cmd_TextureStorage3DMultisample * cmd,const uint64_t * last) argument
6307 struct marshal_cmd_TextureStorage3DMultisample *cmd; local in function:_mesa_marshal_TextureStorage3DMultisample
6332 _mesa_unmarshal_TextureSubImage1D(struct gl_context * ctx,const struct marshal_cmd_TextureSubImage1D * cmd,const uint64_t * last) argument
6351 struct marshal_cmd_TextureSubImage1D *cmd; local in function:_mesa_marshal_TextureSubImage1D
6383 _mesa_unmarshal_TextureSubImage2D(struct gl_context * ctx,const struct marshal_cmd_TextureSubImage2D * cmd,const uint64_t * last) argument
6404 struct marshal_cmd_TextureSubImage2D *cmd; local in function:_mesa_marshal_TextureSubImage2D
6440 _mesa_unmarshal_TextureSubImage3D(struct gl_context * ctx,const struct marshal_cmd_TextureSubImage3D * cmd,const uint64_t * last) argument
6463 struct marshal_cmd_TextureSubImage3D *cmd; local in function:_mesa_marshal_TextureSubImage3D
6497 _mesa_unmarshal_CompressedTextureSubImage1D(struct gl_context * ctx,const struct marshal_cmd_CompressedTextureSubImage1D * cmd,const uint64_t * last) argument
6516 struct marshal_cmd_CompressedTextureSubImage1D *cmd; local in function:_mesa_marshal_CompressedTextureSubImage1D
6548 _mesa_unmarshal_CompressedTextureSubImage2D(struct gl_context * ctx,const struct marshal_cmd_CompressedTextureSubImage2D * cmd,const uint64_t * last) argument
6569 struct marshal_cmd_CompressedTextureSubImage2D *cmd; local in function:_mesa_marshal_CompressedTextureSubImage2D
6605 _mesa_unmarshal_CompressedTextureSubImage3D(struct gl_context * ctx,const struct marshal_cmd_CompressedTextureSubImage3D * cmd,const uint64_t * last) argument
6628 struct marshal_cmd_CompressedTextureSubImage3D *cmd; local in function:_mesa_marshal_CompressedTextureSubImage3D
6661 _mesa_unmarshal_CopyTextureSubImage1D(struct gl_context * ctx,const struct marshal_cmd_CopyTextureSubImage1D * cmd,const uint64_t * last) argument
6679 struct marshal_cmd_CopyTextureSubImage1D *cmd; local in function:_mesa_marshal_CopyTextureSubImage1D
6704 _mesa_unmarshal_CopyTextureSubImage2D(struct gl_context * ctx,const struct marshal_cmd_CopyTextureSubImage2D * cmd,const uint64_t * last) argument
6724 struct marshal_cmd_CopyTextureSubImage2D *cmd; local in function:_mesa_marshal_CopyTextureSubImage2D
6752 _mesa_unmarshal_CopyTextureSubImage3D(struct gl_context * ctx,const struct marshal_cmd_CopyTextureSubImage3D * cmd,const uint64_t * last) argument
6773 struct marshal_cmd_CopyTextureSubImage3D *cmd; local in function:_mesa_marshal_CopyTextureSubImage3D
6796 _mesa_unmarshal_TextureParameterf(struct gl_context * ctx,const struct marshal_cmd_TextureParameterf * cmd,const uint64_t * last) argument
6811 struct marshal_cmd_TextureParameterf *cmd; local in function:_mesa_marshal_TextureParameterf
6828 _mesa_unmarshal_TextureParameterfv(struct gl_context * ctx,const struct marshal_cmd_TextureParameterfv * cmd,const uint64_t * last) argument
6844 struct marshal_cmd_TextureParameterfv *cmd; local in function:_mesa_marshal_TextureParameterfv
6867 _mesa_unmarshal_TextureParameteri(struct gl_context * ctx,const struct marshal_cmd_TextureParameteri * cmd,const uint64_t * last) argument
6882 struct marshal_cmd_TextureParameteri *cmd; local in function:_mesa_marshal_TextureParameteri
6899 _mesa_unmarshal_TextureParameterIiv(struct gl_context * ctx,const struct marshal_cmd_TextureParameterIiv * cmd,const uint64_t * last) argument
6915 struct marshal_cmd_TextureParameterIiv *cmd; local in function:_mesa_marshal_TextureParameterIiv
6938 _mesa_unmarshal_TextureParameterIuiv(struct gl_context * ctx,const struct marshal_cmd_TextureParameterIuiv * cmd,const uint64_t * last) argument
6954 struct marshal_cmd_TextureParameterIuiv *cmd; local in function:_mesa_marshal_TextureParameterIuiv
6977 _mesa_unmarshal_TextureParameteriv(struct gl_context * ctx,const struct marshal_cmd_TextureParameteriv * cmd,const uint64_t * last) argument
6993 struct marshal_cmd_TextureParameteriv *cmd; local in function:_mesa_marshal_TextureParameteriv
7014 _mesa_unmarshal_GenerateTextureMipmap(struct gl_context * ctx,const struct marshal_cmd_GenerateTextureMipmap * cmd,const uint64_t * last) argument
7027 struct marshal_cmd_GenerateTextureMipmap *cmd; local in function:_mesa_marshal_GenerateTextureMipmap
7041 _mesa_unmarshal_BindTextureUnit(struct gl_context * ctx,const struct marshal_cmd_BindTextureUnit * cmd,const uint64_t * last) argument
7055 struct marshal_cmd_BindTextureUnit *cmd; local in function:_mesa_marshal_BindTextureUnit
7074 _mesa_unmarshal_GetTextureImage(struct gl_context * ctx,const struct marshal_cmd_GetTextureImage * cmd,const uint64_t * last) argument
7092 struct marshal_cmd_GetTextureImage *cmd; local in function:_mesa_marshal_GetTextureImage
7118 _mesa_unmarshal_GetCompressedTextureImage(struct gl_context * ctx,const struct marshal_cmd_GetCompressedTextureImage * cmd,const uint64_t * last) argument
7134 struct marshal_cmd_GetCompressedTextureImage *cmd; local in function:_mesa_marshal_GetCompressedTextureImage
7227 _mesa_unmarshal_DisableVertexArrayAttrib(struct gl_context * ctx,const struct marshal_cmd_DisableVertexArrayAttrib * cmd,const uint64_t * last) argument
7241 struct marshal_cmd_DisableVertexArrayAttrib *cmd; local in function:_mesa_marshal_DisableVertexArrayAttrib
7257 _mesa_unmarshal_EnableVertexArrayAttrib(struct gl_context * ctx,const struct marshal_cmd_EnableVertexArrayAttrib * cmd,const uint64_t * last) argument
7271 struct marshal_cmd_EnableVertexArrayAttrib *cmd; local in function:_mesa_marshal_EnableVertexArrayAttrib
7287 _mesa_unmarshal_VertexArrayElementBuffer(struct gl_context * ctx,const struct marshal_cmd_VertexArrayElementBuffer * cmd,const uint64_t * last) argument
7301 struct marshal_cmd_VertexArrayElementBuffer *cmd; local in function:_mesa_marshal_VertexArrayElementBuffer
7320 _mesa_unmarshal_VertexArrayVertexBuffer(struct gl_context * ctx,const struct marshal_cmd_VertexArrayVertexBuffer * cmd,const uint64_t * last) argument
7337 struct marshal_cmd_VertexArrayVertexBuffer *cmd; local in function:_mesa_marshal_VertexArrayVertexBuffer
7360 _mesa_unmarshal_VertexArrayVertexBuffers(struct gl_context * ctx,const struct marshal_cmd_VertexArrayVertexBuffers * cmd,const uint64_t * last) argument
7385 struct marshal_cmd_VertexArrayVertexBuffers *cmd; local in function:_mesa_marshal_VertexArrayVertexBuffers
7418 _mesa_unmarshal_VertexArrayAttribFormat(struct gl_context * ctx,const struct marshal_cmd_VertexArrayAttribFormat * cmd,const uint64_t * last) argument
7436 struct marshal_cmd_VertexArrayAttribFormat *cmd; local in function:_mesa_marshal_VertexArrayAttribFormat
7459 _mesa_unmarshal_VertexArrayAttribIFormat(struct gl_context * ctx,const struct marshal_cmd_VertexArrayAttribIFormat * cmd,const uint64_t * last) argument
7476 struct marshal_cmd_VertexArrayAttribIFormat *cmd; local in function:_mesa_marshal_VertexArrayAttribIFormat
7498 _mesa_unmarshal_VertexArrayAttribLFormat(struct gl_context * ctx,const struct marshal_cmd_VertexArrayAttribLFormat * cmd,const uint64_t * last) argument
7515 struct marshal_cmd_VertexArrayAttribLFormat *cmd; local in function:_mesa_marshal_VertexArrayAttribLFormat
7535 _mesa_unmarshal_VertexArrayAttribBinding(struct gl_context * ctx,const struct marshal_cmd_VertexArrayAttribBinding * cmd,const uint64_t * last) argument
7550 struct marshal_cmd_VertexArrayAttribBinding *cmd; local in function:_mesa_marshal_VertexArrayAttribBinding
7568 _mesa_unmarshal_VertexArrayBindingDivisor(struct gl_context * ctx,const struct marshal_cmd_VertexArrayBindingDivisor * cmd,const uint64_t * last) argument
7583 struct marshal_cmd_VertexArrayBindingDivisor *cmd; local in function:_mesa_marshal_VertexArrayBindingDivisor
7662 _mesa_unmarshal_GetQueryBufferObjectiv(struct gl_context * ctx,const struct marshal_cmd_GetQueryBufferObjectiv * cmd,const uint64_t * last) argument
7678 struct marshal_cmd_GetQueryBufferObjectiv *cmd; local in function:_mesa_marshal_GetQueryBufferObjectiv
7697 _mesa_unmarshal_GetQueryBufferObjectuiv(struct gl_context * ctx,const struct marshal_cmd_GetQueryBufferObjectuiv * cmd,const uint64_t * last) argument
7713 struct marshal_cmd_GetQueryBufferObjectuiv *cmd; local in function:_mesa_marshal_GetQueryBufferObjectuiv
7732 _mesa_unmarshal_GetQueryBufferObjecti64v(struct gl_context * ctx,const struct marshal_cmd_GetQueryBufferObjecti64v * cmd,const uint64_t * last) argument
7748 struct marshal_cmd_GetQueryBufferObjecti64v *cmd; local in function:_mesa_marshal_GetQueryBufferObjecti64v
7767 _mesa_unmarshal_GetQueryBufferObjectui64v(struct gl_context * ctx,const struct marshal_cmd_GetQueryBufferObjectui64v * cmd,const uint64_t * last) argument
7783 struct marshal_cmd_GetQueryBufferObjectui64v *cmd; local in function:_mesa_marshal_GetQueryBufferObjectui64v
7810 _mesa_unmarshal_GetTextureSubImage(struct gl_context * ctx,const struct marshal_cmd_GetTextureSubImage * cmd,const uint64_t * last) argument
7834 struct marshal_cmd_GetTextureSubImage *cmd; local in function:_mesa_marshal_GetTextureSubImage
7872 _mesa_unmarshal_GetCompressedTextureSubImage(struct gl_context * ctx,const struct marshal_cmd_GetCompressedTextureSubImage * cmd,const uint64_t * last) argument
7894 struct marshal_cmd_GetCompressedTextureSubImage *cmd; local in function:_mesa_marshal_GetCompressedTextureSubImage
7920 _mesa_unmarshal_TextureBarrierNV(struct gl_context * ctx,const struct marshal_cmd_TextureBarrierNV * cmd,const uint64_t * last) argument
7932 struct marshal_cmd_TextureBarrierNV *cmd; local in function:_mesa_marshal_TextureBarrierNV
[all...]
H A Dmarshal_generated7.c67 _mesa_unmarshal_NamedProgramLocalParameter4fEXT(struct gl_context *ctx, const struct marshal_cmd_NamedProgramLocalParameter4fEXT *cmd, const uint64_t *last) argument
69 GLuint program = cmd->program;
70 GLenum target = cmd->target;
71 GLuint index = cmd->index;
72 GLfloat x = cmd->x;
73 GLfloat y = cmd->y;
74 GLfloat z = cmd->z;
75 GLfloat w = cmd->w;
78 assert (cmd_size == cmd->cmd_base.cmd_size);
86 struct marshal_cmd_NamedProgramLocalParameter4fEXT *cmd; local in function:_mesa_marshal_NamedProgramLocalParameter4fEXT
108 _mesa_unmarshal_NamedProgramLocalParameter4fvEXT(struct gl_context * ctx,const struct marshal_cmd_NamedProgramLocalParameter4fvEXT * cmd,const uint64_t * last) argument
124 struct marshal_cmd_NamedProgramLocalParameter4fvEXT *cmd; local in function:_mesa_marshal_NamedProgramLocalParameter4fvEXT
156 _mesa_unmarshal_NamedProgramLocalParameter4dEXT(struct gl_context * ctx,const struct marshal_cmd_NamedProgramLocalParameter4dEXT * cmd,const uint64_t * last) argument
175 struct marshal_cmd_NamedProgramLocalParameter4dEXT *cmd; local in function:_mesa_marshal_NamedProgramLocalParameter4dEXT
197 _mesa_unmarshal_NamedProgramLocalParameter4dvEXT(struct gl_context * ctx,const struct marshal_cmd_NamedProgramLocalParameter4dvEXT * cmd,const uint64_t * last) argument
213 struct marshal_cmd_NamedProgramLocalParameter4dvEXT *cmd; local in function:_mesa_marshal_NamedProgramLocalParameter4dvEXT
252 _mesa_unmarshal_TextureBufferEXT(struct gl_context * ctx,const struct marshal_cmd_TextureBufferEXT * cmd,const uint64_t * last) argument
268 struct marshal_cmd_TextureBufferEXT *cmd; local in function:_mesa_marshal_TextureBufferEXT
287 _mesa_unmarshal_MultiTexBufferEXT(struct gl_context * ctx,const struct marshal_cmd_MultiTexBufferEXT * cmd,const uint64_t * last) argument
303 struct marshal_cmd_MultiTexBufferEXT *cmd; local in function:_mesa_marshal_MultiTexBufferEXT
322 _mesa_unmarshal_TextureParameterIivEXT(struct gl_context * ctx,const struct marshal_cmd_TextureParameterIivEXT * cmd,const uint64_t * last) argument
339 struct marshal_cmd_TextureParameterIivEXT *cmd; local in function:_mesa_marshal_TextureParameterIivEXT
364 _mesa_unmarshal_TextureParameterIuivEXT(struct gl_context * ctx,const struct marshal_cmd_TextureParameterIuivEXT * cmd,const uint64_t * last) argument
381 struct marshal_cmd_TextureParameterIuivEXT *cmd; local in function:_mesa_marshal_TextureParameterIuivEXT
426 _mesa_unmarshal_MultiTexParameterIivEXT(struct gl_context * ctx,const struct marshal_cmd_MultiTexParameterIivEXT * cmd,const uint64_t * last) argument
443 struct marshal_cmd_MultiTexParameterIivEXT *cmd; local in function:_mesa_marshal_MultiTexParameterIivEXT
468 _mesa_unmarshal_MultiTexParameterIuivEXT(struct gl_context * ctx,const struct marshal_cmd_MultiTexParameterIuivEXT * cmd,const uint64_t * last) argument
485 struct marshal_cmd_MultiTexParameterIuivEXT *cmd; local in function:_mesa_marshal_MultiTexParameterIuivEXT
531 _mesa_unmarshal_NamedProgramLocalParameters4fvEXT(struct gl_context * ctx,const struct marshal_cmd_NamedProgramLocalParameters4fvEXT * cmd,const uint64_t * last) argument
548 struct marshal_cmd_NamedProgramLocalParameters4fvEXT *cmd; local in function:_mesa_marshal_NamedProgramLocalParameters4fvEXT
571 _mesa_unmarshal_BindImageTextureEXT(struct gl_context * ctx,const struct marshal_cmd_BindImageTextureEXT * cmd,const uint64_t * last) argument
590 struct marshal_cmd_BindImageTextureEXT *cmd; local in function:_mesa_marshal_BindImageTextureEXT
610 _mesa_unmarshal_SubpixelPrecisionBiasNV(struct gl_context * ctx,const struct marshal_cmd_SubpixelPrecisionBiasNV * cmd,const uint64_t * last) argument
624 struct marshal_cmd_SubpixelPrecisionBiasNV *cmd; local in function:_mesa_marshal_SubpixelPrecisionBiasNV
639 _mesa_unmarshal_ConservativeRasterParameterfNV(struct gl_context * ctx,const struct marshal_cmd_ConservativeRasterParameterfNV * cmd,const uint64_t * last) argument
653 struct marshal_cmd_ConservativeRasterParameterfNV *cmd; local in function:_mesa_marshal_ConservativeRasterParameterfNV
668 _mesa_unmarshal_ConservativeRasterParameteriNV(struct gl_context * ctx,const struct marshal_cmd_ConservativeRasterParameteriNV * cmd,const uint64_t * last) argument
682 struct marshal_cmd_ConservativeRasterParameteriNV *cmd; local in function:_mesa_marshal_ConservativeRasterParameteriNV
756 _mesa_unmarshal_DeletePerfQueryINTEL(struct gl_context * ctx,const struct marshal_cmd_DeletePerfQueryINTEL * cmd,const uint64_t * last) argument
769 struct marshal_cmd_DeletePerfQueryINTEL *cmd; local in function:_mesa_marshal_DeletePerfQueryINTEL
782 _mesa_unmarshal_BeginPerfQueryINTEL(struct gl_context * ctx,const struct marshal_cmd_BeginPerfQueryINTEL * cmd,const uint64_t * last) argument
795 struct marshal_cmd_BeginPerfQueryINTEL *cmd; local in function:_mesa_marshal_BeginPerfQueryINTEL
808 _mesa_unmarshal_EndPerfQueryINTEL(struct gl_context * ctx,const struct marshal_cmd_EndPerfQueryINTEL * cmd,const uint64_t * last) argument
821 struct marshal_cmd_EndPerfQueryINTEL *cmd; local in function:_mesa_marshal_EndPerfQueryINTEL
844 _mesa_unmarshal_AlphaToCoverageDitherControlNV(struct gl_context * ctx,const struct marshal_cmd_AlphaToCoverageDitherControlNV * cmd,const uint64_t * last) argument
857 struct marshal_cmd_AlphaToCoverageDitherControlNV *cmd; local in function:_mesa_marshal_AlphaToCoverageDitherControlNV
872 _mesa_unmarshal_PolygonOffsetClampEXT(struct gl_context * ctx,const struct marshal_cmd_PolygonOffsetClampEXT * cmd,const uint64_t * last) argument
887 struct marshal_cmd_PolygonOffsetClampEXT *cmd; local in function:_mesa_marshal_PolygonOffsetClampEXT
904 _mesa_unmarshal_WindowRectanglesEXT(struct gl_context * ctx,const struct marshal_cmd_WindowRectanglesEXT * cmd,const uint64_t * last) argument
920 struct marshal_cmd_WindowRectanglesEXT *cmd; local in function:_mesa_marshal_WindowRectanglesEXT
940 _mesa_unmarshal_FramebufferFetchBarrierEXT(struct gl_context * ctx,const struct marshal_cmd_FramebufferFetchBarrierEXT * cmd,const uint64_t * last) argument
952 struct marshal_cmd_FramebufferFetchBarrierEXT *cmd; local in function:_mesa_marshal_FramebufferFetchBarrierEXT
970 _mesa_unmarshal_RenderbufferStorageMultisampleAdvancedAMD(struct gl_context * ctx,const struct marshal_cmd_RenderbufferStorageMultisampleAdvancedAMD * cmd,const uint64_t * last) argument
988 struct marshal_cmd_RenderbufferStorageMultisampleAdvancedAMD *cmd; local in function:_mesa_marshal_RenderbufferStorageMultisampleAdvancedAMD
1011 _mesa_unmarshal_NamedRenderbufferStorageMultisampleAdvancedAMD(struct gl_context * ctx,const struct marshal_cmd_NamedRenderbufferStorageMultisampleAdvancedAMD * cmd,const uint64_t * last) argument
1029 struct marshal_cmd_NamedRenderbufferStorageMultisampleAdvancedAMD *cmd; local in function:_mesa_marshal_NamedRenderbufferStorageMultisampleAdvancedAMD
1050 _mesa_unmarshal_StencilFuncSeparateATI(struct gl_context * ctx,const struct marshal_cmd_StencilFuncSeparateATI * cmd,const uint64_t * last) argument
1066 struct marshal_cmd_StencilFuncSeparateATI *cmd; local in function:_mesa_marshal_StencilFuncSeparateATI
1085 _mesa_unmarshal_ProgramEnvParameters4fvEXT(struct gl_context * ctx,const struct marshal_cmd_ProgramEnvParameters4fvEXT * cmd,const uint64_t * last) argument
1101 struct marshal_cmd_ProgramEnvParameters4fvEXT *cmd; local in function:_mesa_marshal_ProgramEnvParameters4fvEXT
1120 _mesa_unmarshal_ProgramLocalParameters4fvEXT(struct gl_context * ctx,const struct marshal_cmd_ProgramLocalParameters4fvEXT * cmd,const uint64_t * last) argument
1136 struct marshal_cmd_ProgramLocalParameters4fvEXT *cmd; local in function:_mesa_marshal_ProgramLocalParameters4fvEXT
1158 _mesa_unmarshal_InternalBufferSubDataCopyMESA(struct gl_context * ctx,const struct marshal_cmd_InternalBufferSubDataCopyMESA * cmd,const uint64_t * last) argument
1177 struct marshal_cmd_InternalBufferSubDataCopyMESA *cmd; local in function:_mesa_marshal_InternalBufferSubDataCopyMESA
1196 _mesa_unmarshal_InternalSetError(struct gl_context * ctx,const struct marshal_cmd_InternalSetError * cmd,const uint64_t * last) argument
1209 struct marshal_cmd_InternalSetError *cmd; local in function:_mesa_marshal_InternalSetError
1265 _mesa_unmarshal_ClearColorIiEXT(struct gl_context * ctx,const struct marshal_cmd_ClearColorIiEXT * cmd,const uint64_t * last) argument
1281 struct marshal_cmd_ClearColorIiEXT *cmd; local in function:_mesa_marshal_ClearColorIiEXT
1300 _mesa_unmarshal_ClearColorIuiEXT(struct gl_context * ctx,const struct marshal_cmd_ClearColorIuiEXT * cmd,const uint64_t * last) argument
1316 struct marshal_cmd_ClearColorIuiEXT *cmd; local in function:_mesa_marshal_ClearColorIuiEXT
1334 _mesa_unmarshal_TexParameterIiv(struct gl_context * ctx,const struct marshal_cmd_TexParameterIiv * cmd,const uint64_t * last) argument
1350 struct marshal_cmd_TexParameterIiv *cmd; local in function:_mesa_marshal_TexParameterIiv
1373 _mesa_unmarshal_TexParameterIuiv(struct gl_context * ctx,const struct marshal_cmd_TexParameterIuiv * cmd,const uint64_t * last) argument
1389 struct marshal_cmd_TexParameterIuiv *cmd; local in function:_mesa_marshal_TexParameterIuiv
1431 _mesa_unmarshal_VertexAttribI1iEXT(struct gl_context * ctx,const struct marshal_cmd_VertexAttribI1iEXT * cmd,const uint64_t * last) argument
1445 struct marshal_cmd_VertexAttribI1iEXT *cmd; local in function:_mesa_marshal_VertexAttribI1iEXT
1461 _mesa_unmarshal_VertexAttribI2iEXT(struct gl_context * ctx,const struct marshal_cmd_VertexAttribI2iEXT * cmd,const uint64_t * last) argument
1476 struct marshal_cmd_VertexAttribI2iEXT *cmd; local in function:_mesa_marshal_VertexAttribI2iEXT
1494 _mesa_unmarshal_VertexAttribI3iEXT(struct gl_context * ctx,const struct marshal_cmd_VertexAttribI3iEXT * cmd,const uint64_t * last) argument
1510 struct marshal_cmd_VertexAttribI3iEXT *cmd; local in function:_mesa_marshal_VertexAttribI3iEXT
1530 _mesa_unmarshal_VertexAttribI4iEXT(struct gl_context * ctx,const struct marshal_cmd_VertexAttribI4iEXT * cmd,const uint64_t * last) argument
1547 struct marshal_cmd_VertexAttribI4iEXT *cmd; local in function:_mesa_marshal_VertexAttribI4iEXT
1565 _mesa_unmarshal_VertexAttribI1uiEXT(struct gl_context * ctx,const struct marshal_cmd_VertexAttribI1uiEXT * cmd,const uint64_t * last) argument
1579 struct marshal_cmd_VertexAttribI1uiEXT *cmd; local in function:_mesa_marshal_VertexAttribI1uiEXT
1595 _mesa_unmarshal_VertexAttribI2uiEXT(struct gl_context * ctx,const struct marshal_cmd_VertexAttribI2uiEXT * cmd,const uint64_t * last) argument
1610 struct marshal_cmd_VertexAttribI2uiEXT *cmd; local in function:_mesa_marshal_VertexAttribI2uiEXT
1628 _mesa_unmarshal_VertexAttribI3uiEXT(struct gl_context * ctx,const struct marshal_cmd_VertexAttribI3uiEXT * cmd,const uint64_t * last) argument
1644 struct marshal_cmd_VertexAttribI3uiEXT *cmd; local in function:_mesa_marshal_VertexAttribI3uiEXT
1664 _mesa_unmarshal_VertexAttribI4uiEXT(struct gl_context * ctx,const struct marshal_cmd_VertexAttribI4uiEXT * cmd,const uint64_t * last) argument
1681 struct marshal_cmd_VertexAttribI4uiEXT *cmd; local in function:_mesa_marshal_VertexAttribI4uiEXT
1699 _mesa_unmarshal_VertexAttribI1iv(struct gl_context * ctx,const struct marshal_cmd_VertexAttribI1iv * cmd,const uint64_t * last) argument
1713 struct marshal_cmd_VertexAttribI1iv *cmd; local in function:_mesa_marshal_VertexAttribI1iv
1728 _mesa_unmarshal_VertexAttribI2ivEXT(struct gl_context * ctx,const struct marshal_cmd_VertexAttribI2ivEXT * cmd,const uint64_t * last) argument
1742 struct marshal_cmd_VertexAttribI2ivEXT *cmd; local in function:_mesa_marshal_VertexAttribI2ivEXT
1757 _mesa_unmarshal_VertexAttribI3ivEXT(struct gl_context * ctx,const struct marshal_cmd_VertexAttribI3ivEXT * cmd,const uint64_t * last) argument
1771 struct marshal_cmd_VertexAttribI3ivEXT *cmd; local in function:_mesa_marshal_VertexAttribI3ivEXT
1786 _mesa_unmarshal_VertexAttribI4ivEXT(struct gl_context * ctx,const struct marshal_cmd_VertexAttribI4ivEXT * cmd,const uint64_t * last) argument
1800 struct marshal_cmd_VertexAttribI4ivEXT *cmd; local in function:_mesa_marshal_VertexAttribI4ivEXT
1815 _mesa_unmarshal_VertexAttribI1uiv(struct gl_context * ctx,const struct marshal_cmd_VertexAttribI1uiv * cmd,const uint64_t * last) argument
1829 struct marshal_cmd_VertexAttribI1uiv *cmd; local in function:_mesa_marshal_VertexAttribI1uiv
1844 _mesa_unmarshal_VertexAttribI2uivEXT(struct gl_context * ctx,const struct marshal_cmd_VertexAttribI2uivEXT * cmd,const uint64_t * last) argument
1858 struct marshal_cmd_VertexAttribI2uivEXT *cmd; local in function:_mesa_marshal_VertexAttribI2uivEXT
1873 _mesa_unmarshal_VertexAttribI3uivEXT(struct gl_context * ctx,const struct marshal_cmd_VertexAttribI3uivEXT * cmd,const uint64_t * last) argument
1887 struct marshal_cmd_VertexAttribI3uivEXT *cmd; local in function:_mesa_marshal_VertexAttribI3uivEXT
1902 _mesa_unmarshal_VertexAttribI4uivEXT(struct gl_context * ctx,const struct marshal_cmd_VertexAttribI4uivEXT * cmd,const uint64_t * last) argument
1916 struct marshal_cmd_VertexAttribI4uivEXT *cmd; local in function:_mesa_marshal_VertexAttribI4uivEXT
1931 _mesa_unmarshal_VertexAttribI4bv(struct gl_context * ctx,const struct marshal_cmd_VertexAttribI4bv * cmd,const uint64_t * last) argument
1945 struct marshal_cmd_VertexAttribI4bv *cmd; local in function:_mesa_marshal_VertexAttribI4bv
1960 _mesa_unmarshal_VertexAttribI4sv(struct gl_context * ctx,const struct marshal_cmd_VertexAttribI4sv * cmd,const uint64_t * last) argument
1974 struct marshal_cmd_VertexAttribI4sv *cmd; local in function:_mesa_marshal_VertexAttribI4sv
1989 _mesa_unmarshal_VertexAttribI4ubv(struct gl_context * ctx,const struct marshal_cmd_VertexAttribI4ubv * cmd,const uint64_t * last) argument
2003 struct marshal_cmd_VertexAttribI4ubv *cmd; local in function:_mesa_marshal_VertexAttribI4ubv
2018 _mesa_unmarshal_VertexAttribI4usv(struct gl_context * ctx,const struct marshal_cmd_VertexAttribI4usv * cmd,const uint64_t * last) argument
2032 struct marshal_cmd_VertexAttribI4usv *cmd; local in function:_mesa_marshal_VertexAttribI4usv
2050 _mesa_unmarshal_VertexAttribIPointer(struct gl_context * ctx,const struct marshal_cmd_VertexAttribIPointer * cmd,const uint64_t * last) argument
2067 struct marshal_cmd_VertexAttribIPointer *cmd; local in function:_mesa_marshal_VertexAttribIPointer
2106 _mesa_unmarshal_Uniform1ui(struct gl_context * ctx,const struct marshal_cmd_Uniform1ui * cmd,const uint64_t * last) argument
2120 struct marshal_cmd_Uniform1ui *cmd; local in function:_mesa_marshal_Uniform1ui
2136 _mesa_unmarshal_Uniform2ui(struct gl_context * ctx,const struct marshal_cmd_Uniform2ui * cmd,const uint64_t * last) argument
2151 struct marshal_cmd_Uniform2ui *cmd; local in function:_mesa_marshal_Uniform2ui
2169 _mesa_unmarshal_Uniform3ui(struct gl_context * ctx,const struct marshal_cmd_Uniform3ui * cmd,const uint64_t * last) argument
2185 struct marshal_cmd_Uniform3ui *cmd; local in function:_mesa_marshal_Uniform3ui
2205 _mesa_unmarshal_Uniform4ui(struct gl_context * ctx,const struct marshal_cmd_Uniform4ui * cmd,const uint64_t * last) argument
2222 struct marshal_cmd_Uniform4ui *cmd; local in function:_mesa_marshal_Uniform4ui
2241 _mesa_unmarshal_Uniform1uiv(struct gl_context * ctx,const struct marshal_cmd_Uniform1uiv * cmd,const uint64_t * last) argument
2257 struct marshal_cmd_Uniform1uiv *cmd; local in function:_mesa_marshal_Uniform1uiv
2280 _mesa_unmarshal_Uniform2uiv(struct gl_context * ctx,const struct marshal_cmd_Uniform2uiv * cmd,const uint64_t * last) argument
2296 struct marshal_cmd_Uniform2uiv *cmd; local in function:_mesa_marshal_Uniform2uiv
2319 _mesa_unmarshal_Uniform3uiv(struct gl_context * ctx,const struct marshal_cmd_Uniform3uiv * cmd,const uint64_t * last) argument
2335 struct marshal_cmd_Uniform3uiv *cmd; local in function:_mesa_marshal_Uniform3uiv
2358 _mesa_unmarshal_Uniform4uiv(struct gl_context * ctx,const struct marshal_cmd_Uniform4uiv * cmd,const uint64_t * last) argument
2374 struct marshal_cmd_Uniform4uiv *cmd; local in function:_mesa_marshal_Uniform4uiv
2407 _mesa_unmarshal_BindFragDataLocation(struct gl_context * ctx,const struct marshal_cmd_BindFragDataLocation * cmd,const uint64_t * last) argument
2423 struct marshal_cmd_BindFragDataLocation *cmd; local in function:_mesa_marshal_BindFragDataLocation
2456 _mesa_unmarshal_ClearBufferiv(struct gl_context * ctx,const struct marshal_cmd_ClearBufferiv * cmd,const uint64_t * last) argument
2472 struct marshal_cmd_ClearBufferiv *cmd; local in function:_mesa_marshal_ClearBufferiv
2495 _mesa_unmarshal_ClearBufferuiv(struct gl_context * ctx,const struct marshal_cmd_ClearBufferuiv * cmd,const uint64_t * last) argument
2511 struct marshal_cmd_ClearBufferuiv *cmd; local in function:_mesa_marshal_ClearBufferuiv
2534 _mesa_unmarshal_ClearBufferfv(struct gl_context * ctx,const struct marshal_cmd_ClearBufferfv * cmd,const uint64_t * last) argument
2550 struct marshal_cmd_ClearBufferfv *cmd; local in function:_mesa_marshal_ClearBufferfv
2574 _mesa_unmarshal_ClearBufferfi(struct gl_context * ctx,const struct marshal_cmd_ClearBufferfi * cmd,const uint64_t * last) argument
2590 struct marshal_cmd_ClearBufferfi *cmd; local in function:_mesa_marshal_ClearBufferfi
2616 _mesa_unmarshal_BeginTransformFeedback(struct gl_context * ctx,const struct marshal_cmd_BeginTransformFeedback * cmd,const uint64_t * last) argument
2629 struct marshal_cmd_BeginTransformFeedback *cmd; local in function:_mesa_marshal_BeginTransformFeedback
2641 _mesa_unmarshal_EndTransformFeedback(struct gl_context * ctx,const struct marshal_cmd_EndTransformFeedback * cmd,const uint64_t * last) argument
2653 struct marshal_cmd_EndTransformFeedback *cmd; local in function:_mesa_marshal_EndTransformFeedback
2670 _mesa_unmarshal_BindBufferRange(struct gl_context * ctx,const struct marshal_cmd_BindBufferRange * cmd,const uint64_t * last) argument
2687 struct marshal_cmd_BindBufferRange *cmd; local in function:_mesa_marshal_BindBufferRange
2706 _mesa_unmarshal_BindBufferBase(struct gl_context * ctx,const struct marshal_cmd_BindBufferBase * cmd,const uint64_t * last) argument
2721 struct marshal_cmd_BindBufferBase *cmd; local in function:_mesa_marshal_BindBufferBase
2757 _mesa_unmarshal_BeginConditionalRender(struct gl_context * ctx,const struct marshal_cmd_BeginConditionalRender * cmd,const uint64_t * last) argument
2771 struct marshal_cmd_BeginConditionalRender *cmd; local in function:_mesa_marshal_BeginConditionalRender
2784 _mesa_unmarshal_EndConditionalRender(struct gl_context * ctx,const struct marshal_cmd_EndConditionalRender * cmd,const uint64_t * last) argument
2796 struct marshal_cmd_EndConditionalRender *cmd; local in function:_mesa_marshal_EndConditionalRender
2809 _mesa_unmarshal_PrimitiveRestartIndex(struct gl_context * ctx,const struct marshal_cmd_PrimitiveRestartIndex * cmd,const uint64_t * last) argument
2822 struct marshal_cmd_PrimitiveRestartIndex *cmd; local in function:_mesa_marshal_PrimitiveRestartIndex
2859 _mesa_unmarshal_FramebufferTexture(struct gl_context * ctx,const struct marshal_cmd_FramebufferTexture * cmd,const uint64_t * last) argument
2875 struct marshal_cmd_FramebufferTexture *cmd; local in function:_mesa_marshal_FramebufferTexture
2890 _mesa_unmarshal_PrimitiveRestartNV(struct gl_context * ctx,const struct marshal_cmd_PrimitiveRestartNV * cmd,const uint64_t * last) argument
2902 struct marshal_cmd_PrimitiveRestartNV *cmd; local in function:_mesa_marshal_PrimitiveRestartNV
2918 _mesa_unmarshal_BindBufferOffsetEXT(struct gl_context * ctx,const struct marshal_cmd_BindBufferOffsetEXT * cmd,const uint64_t * last) argument
2934 struct marshal_cmd_BindBufferOffsetEXT *cmd; local in function:_mesa_marshal_BindBufferOffsetEXT
2951 _mesa_unmarshal_BindTransformFeedback(struct gl_context * ctx,const struct marshal_cmd_BindTransformFeedback * cmd,const uint64_t * last) argument
2965 struct marshal_cmd_BindTransformFeedback *cmd; local in function:_mesa_marshal_BindTransformFeedback
2980 _mesa_unmarshal_DeleteTransformFeedbacks(struct gl_context * ctx,const struct marshal_cmd_DeleteTransformFeedbacks * cmd,const uint64_t * last) argument
2995 struct marshal_cmd_DeleteTransformFeedbacks *cmd; local in function:_mesa_marshal_DeleteTransformFeedbacks
3034 _mesa_unmarshal_PauseTransformFeedback(struct gl_context * ctx,const struct marshal_cmd_PauseTransformFeedback * cmd,const uint64_t * last) argument
3046 struct marshal_cmd_PauseTransformFeedback *cmd; local in function:_mesa_marshal_PauseTransformFeedback
3058 _mesa_unmarshal_ResumeTransformFeedback(struct gl_context * ctx,const struct marshal_cmd_ResumeTransformFeedback * cmd,const uint64_t * last) argument
3070 struct marshal_cmd_ResumeTransformFeedback *cmd; local in function:_mesa_marshal_ResumeTransformFeedback
3084 _mesa_unmarshal_DrawTransformFeedback(struct gl_context * ctx,const struct marshal_cmd_DrawTransformFeedback * cmd,const uint64_t * last) argument
3098 struct marshal_cmd_DrawTransformFeedback *cmd; local in function:_mesa_marshal_DrawTransformFeedback
3121 _mesa_unmarshal_VDPAUFiniNV(struct gl_context * ctx,const struct marshal_cmd_VDPAUFiniNV * cmd,const uint64_t * last) argument
3133 struct marshal_cmd_VDPAUFiniNV *cmd; local in function:_mesa_marshal_VDPAUFiniNV
3176 _mesa_unmarshal_VDPAUUnregisterSurfaceNV(struct gl_context * ctx,const struct marshal_cmd_VDPAUUnregisterSurfaceNV * cmd,const uint64_t * last) argument
3189 struct marshal_cmd_VDPAUUnregisterSurfaceNV *cmd; local in function:_mesa_marshal_VDPAUUnregisterSurfaceNV
3213 _mesa_unmarshal_VDPAUSurfaceAccessNV(struct gl_context * ctx,const struct marshal_cmd_VDPAUSurfaceAccessNV * cmd,const uint64_t * last) argument
3227 struct marshal_cmd_VDPAUSurfaceAccessNV *cmd; local in function:_mesa_marshal_VDPAUSurfaceAccessNV
3242 _mesa_unmarshal_VDPAUMapSurfacesNV(struct gl_context * ctx,const struct marshal_cmd_VDPAUMapSurfacesNV * cmd,const uint64_t * last) argument
3257 struct marshal_cmd_VDPAUMapSurfacesNV *cmd; local in function:_mesa_marshal_VDPAUMapSurfacesNV
3278 _mesa_unmarshal_VDPAUUnmapSurfacesNV(struct gl_context * ctx,const struct marshal_cmd_VDPAUUnmapSurfacesNV * cmd,const uint64_t * last) argument
3293 struct marshal_cmd_VDPAUUnmapSurfacesNV *cmd; local in function:_mesa_marshal_VDPAUUnmapSurfacesNV
3334 _mesa_unmarshal_DeleteMemoryObjectsEXT(struct gl_context * ctx,const struct marshal_cmd_DeleteMemoryObjectsEXT * cmd,const uint64_t * last) argument
3349 struct marshal_cmd_DeleteMemoryObjectsEXT *cmd; local in function:_mesa_marshal_DeleteMemoryObjectsEXT
3391 _mesa_unmarshal_MemoryObjectParameterivEXT(struct gl_context * ctx,const struct marshal_cmd_MemoryObjectParameterivEXT * cmd,const uint64_t * last) argument
3407 struct marshal_cmd_MemoryObjectParameterivEXT *cmd; local in function:_mesa_marshal_MemoryObjectParameterivEXT
3444 _mesa_unmarshal_TexStorageMem2DEXT(struct gl_context * ctx,const struct marshal_cmd_TexStorageMem2DEXT * cmd,const uint64_t * last) argument
3463 struct marshal_cmd_TexStorageMem2DEXT *cmd; local in function:_mesa_marshal_TexStorageMem2DEXT
3489 _mesa_unmarshal_TexStorageMem2DMultisampleEXT(struct gl_context * ctx,const struct marshal_cmd_TexStorageMem2DMultisampleEXT * cmd,const uint64_t * last) argument
3509 struct marshal_cmd_TexStorageMem2DMultisampleEXT *cmd; local in function:_mesa_marshal_TexStorageMem2DMultisampleEXT
3536 _mesa_unmarshal_TexStorageMem3DEXT(struct gl_context * ctx,const struct marshal_cmd_TexStorageMem3DEXT * cmd,const uint64_t * last) argument
3556 struct marshal_cmd_TexStorageMem3DEXT *cmd; local in function:_mesa_marshal_TexStorageMem3DEXT
3584 _mesa_unmarshal_TexStorageMem3DMultisampleEXT(struct gl_context * ctx,const struct marshal_cmd_TexStorageMem3DMultisampleEXT * cmd,const uint64_t * last) argument
3605 struct marshal_cmd_TexStorageMem3DMultisampleEXT *cmd; local in function:_mesa_marshal_TexStorageMem3DMultisampleEXT
3629 _mesa_unmarshal_BufferStorageMemEXT(struct gl_context * ctx,const struct marshal_cmd_BufferStorageMemEXT * cmd,const uint64_t * last) argument
3645 struct marshal_cmd_BufferStorageMemEXT *cmd; local in function:_mesa_marshal_BufferStorageMemEXT
3667 _mesa_unmarshal_TextureStorageMem2DEXT(struct gl_context * ctx,const struct marshal_cmd_TextureStorageMem2DEXT * cmd,const uint64_t * last) argument
3686 struct marshal_cmd_TextureStorageMem2DEXT *cmd; local in function:_mesa_marshal_TextureStorageMem2DEXT
3712 _mesa_unmarshal_TextureStorageMem2DMultisampleEXT(struct gl_context * ctx,const struct marshal_cmd_TextureStorageMem2DMultisampleEXT * cmd,const uint64_t * last) argument
3732 struct marshal_cmd_TextureStorageMem2DMultisampleEXT *cmd; local in function:_mesa_marshal_TextureStorageMem2DMultisampleEXT
3759 _mesa_unmarshal_TextureStorageMem3DEXT(struct gl_context * ctx,const struct marshal_cmd_TextureStorageMem3DEXT * cmd,const uint64_t * last) argument
3779 struct marshal_cmd_TextureStorageMem3DEXT *cmd; local in function:_mesa_marshal_TextureStorageMem3DEXT
3807 _mesa_unmarshal_TextureStorageMem3DMultisampleEXT(struct gl_context * ctx,const struct marshal_cmd_TextureStorageMem3DMultisampleEXT * cmd,const uint64_t * last) argument
3828 struct marshal_cmd_TextureStorageMem3DMultisampleEXT *cmd; local in function:_mesa_marshal_TextureStorageMem3DMultisampleEXT
3852 _mesa_unmarshal_NamedBufferStorageMemEXT(struct gl_context * ctx,const struct marshal_cmd_NamedBufferStorageMemEXT * cmd,const uint64_t * last) argument
3868 struct marshal_cmd_NamedBufferStorageMemEXT *cmd; local in function:_mesa_marshal_NamedBufferStorageMemEXT
3889 _mesa_unmarshal_TexStorageMem1DEXT(struct gl_context * ctx,const struct marshal_cmd_TexStorageMem1DEXT * cmd,const uint64_t * last) argument
3907 struct marshal_cmd_TexStorageMem1DEXT *cmd; local in function:_mesa_marshal_TexStorageMem1DEXT
3930 _mesa_unmarshal_TextureStorageMem1DEXT(struct gl_context * ctx,const struct marshal_cmd_TextureStorageMem1DEXT * cmd,const uint64_t * last) argument
3948 struct marshal_cmd_TextureStorageMem1DEXT *cmd; local in function:_mesa_marshal_TextureStorageMem1DEXT
3977 _mesa_unmarshal_DeleteSemaphoresEXT(struct gl_context * ctx,const struct marshal_cmd_DeleteSemaphoresEXT * cmd,const uint64_t * last) argument
3992 struct marshal_cmd_DeleteSemaphoresEXT *cmd; local in function:_mesa_marshal_DeleteSemaphoresEXT
4024 _mesa_unmarshal_SemaphoreParameterui64vEXT(struct gl_context * ctx,const struct marshal_cmd_SemaphoreParameterui64vEXT * cmd,const uint64_t * last) argument
4040 struct marshal_cmd_SemaphoreParameterui64vEXT *cmd; local in function:_mesa_marshal_SemaphoreParameterui64vEXT
4076 _mesa_unmarshal_WaitSemaphoreEXT(struct gl_context * ctx,const struct marshal_cmd_WaitSemaphoreEXT * cmd,const uint64_t * last) argument
4101 struct marshal_cmd_WaitSemaphoreEXT *cmd; local in function:_mesa_marshal_WaitSemaphoreEXT
4132 _mesa_unmarshal_SignalSemaphoreEXT(struct gl_context * ctx,const struct marshal_cmd_SignalSemaphoreEXT * cmd,const uint64_t * last) argument
4157 struct marshal_cmd_SignalSemaphoreEXT *cmd; local in function:_mesa_marshal_SignalSemaphoreEXT
4186 _mesa_unmarshal_ImportMemoryFdEXT(struct gl_context * ctx,const struct marshal_cmd_ImportMemoryFdEXT * cmd,const uint64_t * last) argument
4202 struct marshal_cmd_ImportMemoryFdEXT *cmd; local in function:_mesa_marshal_ImportMemoryFdEXT
4220 _mesa_unmarshal_ImportSemaphoreFdEXT(struct gl_context * ctx,const struct marshal_cmd_ImportSemaphoreFdEXT * cmd,const uint64_t * last) argument
4235 struct marshal_cmd_ImportSemaphoreFdEXT *cmd; local in function:_mesa_marshal_ImportSemaphoreFdEXT
4254 _mesa_unmarshal_ViewportSwizzleNV(struct gl_context * ctx,const struct marshal_cmd_ViewportSwizzleNV * cmd,const uint64_t * last) argument
4271 struct marshal_cmd_ViewportSwizzleNV *cmd; local in function:_mesa_marshal_ViewportSwizzleNV
4289 _mesa_unmarshal_Vertex2hNV(struct gl_context * ctx,const struct marshal_cmd_Vertex2hNV * cmd,const uint64_t * last) argument
4303 struct marshal_cmd_Vertex2hNV *cmd; local in function:_mesa_marshal_Vertex2hNV
4317 _mesa_unmarshal_Vertex2hvNV(struct gl_context * ctx,const struct marshal_cmd_Vertex2hvNV * cmd,const uint64_t * last) argument
4330 struct marshal_cmd_Vertex2hvNV *cmd; local in function:_mesa_marshal_Vertex2hvNV
4345 _mesa_unmarshal_Vertex3hNV(struct gl_context * ctx,const struct marshal_cmd_Vertex3hNV * cmd,const uint64_t * last) argument
4360 struct marshal_cmd_Vertex3hNV *cmd; local in function:_mesa_marshal_Vertex3hNV
4375 _mesa_unmarshal_Vertex3hvNV(struct gl_context * ctx,const struct marshal_cmd_Vertex3hvNV * cmd,const uint64_t * last) argument
4388 struct marshal_cmd_Vertex3hvNV *cmd; local in function:_mesa_marshal_Vertex3hvNV
4404 _mesa_unmarshal_Vertex4hNV(struct gl_context * ctx,const struct marshal_cmd_Vertex4hNV * cmd,const uint64_t * last) argument
4420 struct marshal_cmd_Vertex4hNV *cmd; local in function:_mesa_marshal_Vertex4hNV
4436 _mesa_unmarshal_Vertex4hvNV(struct gl_context * ctx,const struct marshal_cmd_Vertex4hvNV * cmd,const uint64_t * last) argument
4449 struct marshal_cmd_Vertex4hvNV *cmd; local in function:_mesa_marshal_Vertex4hvNV
4464 _mesa_unmarshal_Normal3hNV(struct gl_context * ctx,const struct marshal_cmd_Normal3hNV * cmd,const uint64_t * last) argument
4479 struct marshal_cmd_Normal3hNV *cmd; local in function:_mesa_marshal_Normal3hNV
4494 _mesa_unmarshal_Normal3hvNV(struct gl_context * ctx,const struct marshal_cmd_Normal3hvNV * cmd,const uint64_t * last) argument
4507 struct marshal_cmd_Normal3hvNV *cmd; local in function:_mesa_marshal_Normal3hvNV
4522 _mesa_unmarshal_Color3hNV(struct gl_context * ctx,const struct marshal_cmd_Color3hNV * cmd,const uint64_t * last) argument
4537 struct marshal_cmd_Color3hNV *cmd; local in function:_mesa_marshal_Color3hNV
4552 _mesa_unmarshal_Color3hvNV(struct gl_context * ctx,const struct marshal_cmd_Color3hvNV * cmd,const uint64_t * last) argument
4565 struct marshal_cmd_Color3hvNV *cmd; local in function:_mesa_marshal_Color3hvNV
4581 _mesa_unmarshal_Color4hNV(struct gl_context * ctx,const struct marshal_cmd_Color4hNV * cmd,const uint64_t * last) argument
4597 struct marshal_cmd_Color4hNV *cmd; local in function:_mesa_marshal_Color4hNV
4613 _mesa_unmarshal_Color4hvNV(struct gl_context * ctx,const struct marshal_cmd_Color4hvNV * cmd,const uint64_t * last) argument
4626 struct marshal_cmd_Color4hvNV *cmd; local in function:_mesa_marshal_Color4hvNV
4639 _mesa_unmarshal_TexCoord1hNV(struct gl_context * ctx,const struct marshal_cmd_TexCoord1hNV * cmd,const uint64_t * last) argument
4652 struct marshal_cmd_TexCoord1hNV *cmd; local in function:_mesa_marshal_TexCoord1hNV
4665 _mesa_unmarshal_TexCoord1hvNV(struct gl_context * ctx,const struct marshal_cmd_TexCoord1hvNV * cmd,const uint64_t * last) argument
4678 struct marshal_cmd_TexCoord1hvNV *cmd; local in function:_mesa_marshal_TexCoord1hvNV
4692 _mesa_unmarshal_TexCoord2hNV(struct gl_context * ctx,const struct marshal_cmd_TexCoord2hNV * cmd,const uint64_t * last) argument
4706 struct marshal_cmd_TexCoord2hNV *cmd; local in function:_mesa_marshal_TexCoord2hNV
4720 _mesa_unmarshal_TexCoord2hvNV(struct gl_context * ctx,const struct marshal_cmd_TexCoord2hvNV * cmd,const uint64_t * last) argument
4733 struct marshal_cmd_TexCoord2hvNV *cmd; local in function:_mesa_marshal_TexCoord2hvNV
4748 _mesa_unmarshal_TexCoord3hNV(struct gl_context * ctx,const struct marshal_cmd_TexCoord3hNV * cmd,const uint64_t * last) argument
4763 struct marshal_cmd_TexCoord3hNV *cmd; local in function:_mesa_marshal_TexCoord3hNV
4778 _mesa_unmarshal_TexCoord3hvNV(struct gl_context * ctx,const struct marshal_cmd_TexCoord3hvNV * cmd,const uint64_t * last) argument
4791 struct marshal_cmd_TexCoord3hvNV *cmd; local in function:_mesa_marshal_TexCoord3hvNV
4807 _mesa_unmarshal_TexCoord4hNV(struct gl_context * ctx,const struct marshal_cmd_TexCoord4hNV * cmd,const uint64_t * last) argument
4823 struct marshal_cmd_TexCoord4hNV *cmd; local in function:_mesa_marshal_TexCoord4hNV
4839 _mesa_unmarshal_TexCoord4hvNV(struct gl_context * ctx,const struct marshal_cmd_TexCoord4hvNV * cmd,const uint64_t * last) argument
4852 struct marshal_cmd_TexCoord4hvNV *cmd; local in function:_mesa_marshal_TexCoord4hvNV
4866 _mesa_unmarshal_MultiTexCoord1hNV(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord1hNV * cmd,const uint64_t * last) argument
4880 struct marshal_cmd_MultiTexCoord1hNV *cmd; local in function:_mesa_marshal_MultiTexCoord1hNV
4895 _mesa_unmarshal_MultiTexCoord1hvNV(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord1hvNV * cmd,const uint64_t * last) argument
4909 struct marshal_cmd_MultiTexCoord1hvNV *cmd; local in function:_mesa_marshal_MultiTexCoord1hvNV
4925 _mesa_unmarshal_MultiTexCoord2hNV(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord2hNV * cmd,const uint64_t * last) argument
4940 struct marshal_cmd_MultiTexCoord2hNV *cmd; local in function:_mesa_marshal_MultiTexCoord2hNV
4956 _mesa_unmarshal_MultiTexCoord2hvNV(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord2hvNV * cmd,const uint64_t * last) argument
4970 struct marshal_cmd_MultiTexCoord2hvNV *cmd; local in function:_mesa_marshal_MultiTexCoord2hvNV
4987 _mesa_unmarshal_MultiTexCoord3hNV(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord3hNV * cmd,const uint64_t * last) argument
5003 struct marshal_cmd_MultiTexCoord3hNV *cmd; local in function:_mesa_marshal_MultiTexCoord3hNV
5020 _mesa_unmarshal_MultiTexCoord3hvNV(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord3hvNV * cmd,const uint64_t * last) argument
5034 struct marshal_cmd_MultiTexCoord3hvNV *cmd; local in function:_mesa_marshal_MultiTexCoord3hvNV
5052 _mesa_unmarshal_MultiTexCoord4hNV(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord4hNV * cmd,const uint64_t * last) argument
5069 struct marshal_cmd_MultiTexCoord4hNV *cmd; local in function:_mesa_marshal_MultiTexCoord4hNV
5087 _mesa_unmarshal_MultiTexCoord4hvNV(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord4hvNV * cmd,const uint64_t * last) argument
5101 struct marshal_cmd_MultiTexCoord4hvNV *cmd; local in function:_mesa_marshal_MultiTexCoord4hvNV
5116 _mesa_unmarshal_VertexAttrib1hNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib1hNV * cmd,const uint64_t * last) argument
5130 struct marshal_cmd_VertexAttrib1hNV *cmd; local in function:_mesa_marshal_VertexAttrib1hNV
5145 _mesa_unmarshal_VertexAttrib1hvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib1hvNV * cmd,const uint64_t * last) argument
5159 struct marshal_cmd_VertexAttrib1hvNV *cmd; local in function:_mesa_marshal_VertexAttrib1hvNV
5175 _mesa_unmarshal_VertexAttrib2hNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib2hNV * cmd,const uint64_t * last) argument
5190 struct marshal_cmd_VertexAttrib2hNV *cmd; local in function:_mesa_marshal_VertexAttrib2hNV
5206 _mesa_unmarshal_VertexAttrib2hvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib2hvNV * cmd,const uint64_t * last) argument
5220 struct marshal_cmd_VertexAttrib2hvNV *cmd; local in function:_mesa_marshal_VertexAttrib2hvNV
5237 _mesa_unmarshal_VertexAttrib3hNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib3hNV * cmd,const uint64_t * last) argument
5253 struct marshal_cmd_VertexAttrib3hNV *cmd; local in function:_mesa_marshal_VertexAttrib3hNV
5270 _mesa_unmarshal_VertexAttrib3hvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib3hvNV * cmd,const uint64_t * last) argument
5284 struct marshal_cmd_VertexAttrib3hvNV *cmd; local in function:_mesa_marshal_VertexAttrib3hvNV
5302 _mesa_unmarshal_VertexAttrib4hNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4hNV * cmd,const uint64_t * last) argument
5319 struct marshal_cmd_VertexAttrib4hNV *cmd; local in function:_mesa_marshal_VertexAttrib4hNV
5337 _mesa_unmarshal_VertexAttrib4hvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4hvNV * cmd,const uint64_t * last) argument
5351 struct marshal_cmd_VertexAttrib4hvNV *cmd; local in function:_mesa_marshal_VertexAttrib4hvNV
5367 _mesa_unmarshal_VertexAttribs1hvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttribs1hvNV * cmd,const uint64_t * last) argument
5383 struct marshal_cmd_VertexAttribs1hvNV *cmd; local in function:_mesa_marshal_VertexAttribs1hvNV
5406 _mesa_unmarshal_VertexAttribs2hvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttribs2hvNV * cmd,const uint64_t * last) argument
5422 struct marshal_cmd_VertexAttribs2hvNV *cmd; local in function:_mesa_marshal_VertexAttribs2hvNV
5445 _mesa_unmarshal_VertexAttribs3hvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttribs3hvNV * cmd,const uint64_t * last) argument
5461 struct marshal_cmd_VertexAttribs3hvNV *cmd; local in function:_mesa_marshal_VertexAttribs3hvNV
5484 _mesa_unmarshal_VertexAttribs4hvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttribs4hvNV * cmd,const uint64_t * last) argument
5500 struct marshal_cmd_VertexAttribs4hvNV *cmd; local in function:_mesa_marshal_VertexAttribs4hvNV
5521 _mesa_unmarshal_FogCoordhNV(struct gl_context * ctx,const struct marshal_cmd_FogCoordhNV * cmd,const uint64_t * last) argument
5534 struct marshal_cmd_FogCoordhNV *cmd; local in function:_mesa_marshal_FogCoordhNV
5547 _mesa_unmarshal_FogCoordhvNV(struct gl_context * ctx,const struct marshal_cmd_FogCoordhvNV * cmd,const uint64_t * last) argument
5560 struct marshal_cmd_FogCoordhvNV *cmd; local in function:_mesa_marshal_FogCoordhvNV
5575 _mesa_unmarshal_SecondaryColor3hNV(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3hNV * cmd,const uint64_t * last) argument
5590 struct marshal_cmd_SecondaryColor3hNV *cmd; local in function:_mesa_marshal_SecondaryColor3hNV
5605 _mesa_unmarshal_SecondaryColor3hvNV(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3hvNV * cmd,const uint64_t * last) argument
5618 struct marshal_cmd_SecondaryColor3hvNV *cmd; local in function:_mesa_marshal_SecondaryColor3hvNV
5631 _mesa_unmarshal_MemoryBarrierByRegion(struct gl_context * ctx,const struct marshal_cmd_MemoryBarrierByRegion * cmd,const uint64_t * last) argument
5644 struct marshal_cmd_MemoryBarrierByRegion *cmd; local in function:_mesa_marshal_MemoryBarrierByRegion
5658 _mesa_unmarshal_AlphaFuncx(struct gl_context * ctx,const struct marshal_cmd_AlphaFuncx * cmd,const uint64_t * last) argument
5672 struct marshal_cmd_AlphaFuncx *cmd; local in function:_mesa_marshal_AlphaFuncx
5689 _mesa_unmarshal_ClearColorx(struct gl_context * ctx,const struct marshal_cmd_ClearColorx * cmd,const uint64_t * last) argument
5705 struct marshal_cmd_ClearColorx *cmd; local in function:_mesa_marshal_ClearColorx
5721 _mesa_unmarshal_ClearDepthx(struct gl_context * ctx,const struct marshal_cmd_ClearDepthx * cmd,const uint64_t * last) argument
5734 struct marshal_cmd_ClearDepthx *cmd; local in function:_mesa_marshal_ClearDepthx
5750 _mesa_unmarshal_Color4x(struct gl_context * ctx,const struct marshal_cmd_Color4x * cmd,const uint64_t * last) argument
5766 struct marshal_cmd_Color4x *cmd; local in function:_mesa_marshal_Color4x
5783 _mesa_unmarshal_DepthRangex(struct gl_context * ctx,const struct marshal_cmd_DepthRangex * cmd,const uint64_t * last) argument
5797 struct marshal_cmd_DepthRangex *cmd; local in function:_mesa_marshal_DepthRangex
5812 _mesa_unmarshal_Fogx(struct gl_context * ctx,const struct marshal_cmd_Fogx * cmd,const uint64_t * last) argument
5826 struct marshal_cmd_Fogx *cmd; local in function:_mesa_marshal_Fogx
5841 _mesa_unmarshal_Fogxv(struct gl_context * ctx,const struct marshal_cmd_Fogxv * cmd,const uint64_t * last) argument
5856 struct marshal_cmd_Fogxv *cmd; local in function:_mesa_marshal_Fogxv
5881 _mesa_unmarshal_Frustumx(struct gl_context * ctx,const struct marshal_cmd_Frustumx * cmd,const uint64_t * last) argument
5899 struct marshal_cmd_Frustumx *cmd; local in function:_mesa_marshal_Frustumx
5918 _mesa_unmarshal_LightModelx(struct gl_context * ctx,const struct marshal_cmd_LightModelx * cmd,const uint64_t * last) argument
5932 struct marshal_cmd_LightModelx *cmd; local in function:_mesa_marshal_LightModelx
5947 _mesa_unmarshal_LightModelxv(struct gl_context * ctx,const struct marshal_cmd_LightModelxv * cmd,const uint64_t * last) argument
5962 struct marshal_cmd_LightModelxv *cmd; local in function:_mesa_marshal_LightModelxv
5984 _mesa_unmarshal_Lightx(struct gl_context * ctx,const struct marshal_cmd_Lightx * cmd,const uint64_t * last) argument
5999 struct marshal_cmd_Lightx *cmd; local in function:_mesa_marshal_Lightx
6016 _mesa_unmarshal_Lightxv(struct gl_context * ctx,const struct marshal_cmd_Lightxv * cmd,const uint64_t * last) argument
6032 struct marshal_cmd_Lightxv *cmd; local in function:_mesa_marshal_Lightxv
6053 _mesa_unmarshal_LineWidthx(struct gl_context * ctx,const struct marshal_cmd_LineWidthx * cmd,const uint64_t * last) argument
6066 struct marshal_cmd_LineWidthx *cmd; local in function:_mesa_marshal_LineWidthx
6079 _mesa_unmarshal_LoadMatrixx(struct gl_context * ctx,const struct marshal_cmd_LoadMatrixx * cmd,const uint64_t * last) argument
6092 struct marshal_cmd_LoadMatrixx *cmd; local in function:_mesa_marshal_LoadMatrixx
6107 _mesa_unmarshal_Materialx(struct gl_context * ctx,const struct marshal_cmd_Materialx * cmd,const uint64_t * last) argument
6122 struct marshal_cmd_Materialx *cmd; local in function:_mesa_marshal_Materialx
6139 _mesa_unmarshal_Materialxv(struct gl_context * ctx,const struct marshal_cmd_Materialxv * cmd,const uint64_t * last) argument
6155 struct marshal_cmd_Materialxv *cmd; local in function:_mesa_marshal_Materialxv
6176 _mesa_unmarshal_MultMatrixx(struct gl_context * ctx,const struct marshal_cmd_MultMatrixx * cmd,const uint64_t * last) argument
6189 struct marshal_cmd_MultMatrixx *cmd; local in function:_mesa_marshal_MultMatrixx
6206 _mesa_unmarshal_MultiTexCoord4x(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord4x * cmd,const uint64_t * last) argument
6223 struct marshal_cmd_MultiTexCoord4x *cmd; local in function:_mesa_marshal_MultiTexCoord4x
6242 _mesa_unmarshal_Normal3x(struct gl_context * ctx,const struct marshal_cmd_Normal3x * cmd,const uint64_t * last) argument
6257 struct marshal_cmd_Normal3x *cmd; local in function:_mesa_marshal_Normal3x
6277 _mesa_unmarshal_Orthox(struct gl_context * ctx,const struct marshal_cmd_Orthox * cmd,const uint64_t * last) argument
6295 struct marshal_cmd_Orthox *cmd; local in function:_mesa_marshal_Orthox
6313 _mesa_unmarshal_PointSizex(struct gl_context * ctx,const struct marshal_cmd_PointSizex * cmd,const uint64_t * last) argument
6326 struct marshal_cmd_PointSizex *cmd; local in function:_mesa_marshal_PointSizex
6340 _mesa_unmarshal_PolygonOffsetx(struct gl_context * ctx,const struct marshal_cmd_PolygonOffsetx * cmd,const uint64_t * last) argument
6354 struct marshal_cmd_PolygonOffsetx *cmd; local in function:_mesa_marshal_PolygonOffsetx
6371 _mesa_unmarshal_Rotatex(struct gl_context * ctx,const struct marshal_cmd_Rotatex * cmd,const uint64_t * last) argument
6387 struct marshal_cmd_Rotatex *cmd; local in function:_mesa_marshal_Rotatex
6404 _mesa_unmarshal_SampleCoveragex(struct gl_context * ctx,const struct marshal_cmd_SampleCoveragex * cmd,const uint64_t * last) argument
6418 struct marshal_cmd_SampleCoveragex *cmd; local in function:_mesa_marshal_SampleCoveragex
6434 _mesa_unmarshal_Scalex(struct gl_context * ctx,const struct marshal_cmd_Scalex * cmd,const uint64_t * last) argument
6449 struct marshal_cmd_Scalex *cmd; local in function:_mesa_marshal_Scalex
6466 _mesa_unmarshal_TexEnvx(struct gl_context * ctx,const struct marshal_cmd_TexEnvx * cmd,const uint64_t * last) argument
6481 struct marshal_cmd_TexEnvx *cmd; local in function:_mesa_marshal_TexEnvx
6498 _mesa_unmarshal_TexEnvxv(struct gl_context * ctx,const struct marshal_cmd_TexEnvxv * cmd,const uint64_t * last) argument
6514 struct marshal_cmd_TexEnvxv *cmd; local in function:_mesa_marshal_TexEnvxv
6537 _mesa_unmarshal_TexParameterx(struct gl_context * ctx,const struct marshal_cmd_TexParameterx * cmd,const uint64_t * last) argument
6552 struct marshal_cmd_TexParameterx *cmd; local in function:_mesa_marshal_TexParameterx
6569 _mesa_unmarshal_Translatex(struct gl_context * ctx,const struct marshal_cmd_Translatex * cmd,const uint64_t * last) argument
6584 struct marshal_cmd_Translatex *cmd; local in function:_mesa_marshal_Translatex
6600 _mesa_unmarshal_ClipPlanex(struct gl_context * ctx,const struct marshal_cmd_ClipPlanex * cmd,const uint64_t * last) argument
6614 struct marshal_cmd_ClipPlanex *cmd; local in function:_mesa_marshal_ClipPlanex
6689 _mesa_unmarshal_PointParameterx(struct gl_context * ctx,const struct marshal_cmd_PointParameterx * cmd,const uint64_t * last) argument
6703 struct marshal_cmd_PointParameterx *cmd; local in function:_mesa_marshal_PointParameterx
6718 _mesa_unmarshal_PointParameterxv(struct gl_context * ctx,const struct marshal_cmd_PointParameterxv * cmd,const uint64_t * last) argument
6733 struct marshal_cmd_PointParameterxv *cmd; local in function:_mesa_marshal_PointParameterxv
6755 _mesa_unmarshal_TexParameterxv(struct gl_context * ctx,const struct marshal_cmd_TexParameterxv * cmd,const uint64_t * last) argument
6771 struct marshal_cmd_TexParameterxv *cmd; local in function:_mesa_marshal_TexParameterxv
6804 _mesa_unmarshal_TexGenxOES(struct gl_context * ctx,const struct marshal_cmd_TexGenxOES * cmd,const uint64_t * last) argument
6819 struct marshal_cmd_TexGenxOES *cmd; local in function:_mesa_marshal_TexGenxOES
6836 _mesa_unmarshal_TexGenxvOES(struct gl_context * ctx,const struct marshal_cmd_TexGenxvOES * cmd,const uint64_t * last) argument
6852 struct marshal_cmd_TexGenxvOES *cmd; local in function:_mesa_marshal_TexGenxvOES
6874 _mesa_unmarshal_ClipPlanef(struct gl_context * ctx,const struct marshal_cmd_ClipPlanef * cmd,const uint64_t * last) argument
6888 struct marshal_cmd_ClipPlanef *cmd; local in function:_mesa_marshal_ClipPlanef
6917 _mesa_unmarshal_Frustumf(struct gl_context * ctx,const struct marshal_cmd_Frustumf * cmd,const uint64_t * last) argument
6935 struct marshal_cmd_Frustumf *cmd; local in function:_mesa_marshal_Frustumf
6958 _mesa_unmarshal_Orthof(struct gl_context * ctx,const struct marshal_cmd_Orthof * cmd,const uint64_t * last) argument
6976 struct marshal_cmd_Orthof *cmd; local in function:_mesa_marshal_Orthof
6998 _mesa_unmarshal_DrawTexiOES(struct gl_context * ctx,const struct marshal_cmd_DrawTexiOES * cmd,const uint64_t * last) argument
7015 struct marshal_cmd_DrawTexiOES *cmd; local in function:_mesa_marshal_DrawTexiOES
7032 _mesa_unmarshal_DrawTexivOES(struct gl_context * ctx,const struct marshal_cmd_DrawTexivOES * cmd,const uint64_t * last) argument
7045 struct marshal_cmd_DrawTexivOES *cmd; local in function:_mesa_marshal_DrawTexivOES
7062 _mesa_unmarshal_DrawTexfOES(struct gl_context * ctx,const struct marshal_cmd_DrawTexfOES * cmd,const uint64_t * last) argument
7079 struct marshal_cmd_DrawTexfOES *cmd; local in function:_mesa_marshal_DrawTexfOES
7096 _mesa_unmarshal_DrawTexfvOES(struct gl_context * ctx,const struct marshal_cmd_DrawTexfvOES * cmd,const uint64_t * last) argument
7109 struct marshal_cmd_DrawTexfvOES *cmd; local in function:_mesa_marshal_DrawTexfvOES
7126 _mesa_unmarshal_DrawTexsOES(struct gl_context * ctx,const struct marshal_cmd_DrawTexsOES * cmd,const uint64_t * last) argument
7143 struct marshal_cmd_DrawTexsOES *cmd; local in function:_mesa_marshal_DrawTexsOES
7160 _mesa_unmarshal_DrawTexsvOES(struct gl_context * ctx,const struct marshal_cmd_DrawTexsvOES * cmd,const uint64_t * last) argument
7173 struct marshal_cmd_DrawTexsvOES *cmd; local in function:_mesa_marshal_DrawTexsvOES
7190 _mesa_unmarshal_DrawTexxOES(struct gl_context * ctx,const struct marshal_cmd_DrawTexxOES * cmd,const uint64_t * last) argument
7207 struct marshal_cmd_DrawTexxOES *cmd; local in function:_mesa_marshal_DrawTexxOES
7224 _mesa_unmarshal_DrawTexxvOES(struct gl_context * ctx,const struct marshal_cmd_DrawTexxvOES * cmd,const uint64_t * last) argument
7237 struct marshal_cmd_DrawTexxvOES *cmd; local in function:_mesa_marshal_DrawTexxvOES
7252 _mesa_unmarshal_PointSizePointerOES(struct gl_context * ctx,const struct marshal_cmd_PointSizePointerOES * cmd,const uint64_t * last) argument
7267 struct marshal_cmd_PointSizePointerOES *cmd; local in function:_mesa_marshal_PointSizePointerOES
7295 _mesa_unmarshal_DiscardFramebufferEXT(struct gl_context * ctx,const struct marshal_cmd_DiscardFramebufferEXT * cmd,const uint64_t * last) argument
7311 struct marshal_cmd_DiscardFramebufferEXT *cmd; local in function:_mesa_marshal_DiscardFramebufferEXT
7337 _mesa_unmarshal_FramebufferTexture2DMultisampleEXT(struct gl_context * ctx,const struct marshal_cmd_FramebufferTexture2DMultisampleEXT * cmd,const uint64_t * last) argument
7355 struct marshal_cmd_FramebufferTexture2DMultisampleEXT *cmd; local in function:_mesa_marshal_FramebufferTexture2DMultisampleEXT
7375 _mesa_unmarshal_DepthRangeArrayfvOES(struct gl_context * ctx,const struct marshal_cmd_DepthRangeArrayfvOES * cmd,const uint64_t * last) argument
7391 struct marshal_cmd_DepthRangeArrayfvOES *cmd; local in function:_mesa_marshal_DepthRangeArrayfvOES
7414 _mesa_unmarshal_DepthRangeIndexedfOES(struct gl_context * ctx,const struct marshal_cmd_DepthRangeIndexedfOES * cmd,const uint64_t * last) argument
7429 struct marshal_cmd_DepthRangeIndexedfOES *cmd; local in function:_mesa_marshal_DepthRangeIndexedfOES
7446 _mesa_unmarshal_FramebufferParameteriMESA(struct gl_context * ctx,const struct marshal_cmd_FramebufferParameteriMESA * cmd,const uint64_t * last) argument
7461 struct marshal_cmd_FramebufferParameteriMESA *cmd; local in function:_mesa_marshal_FramebufferParameteriMESA
[all...]
H A Dmarshal_generated1.c52 _mesa_unmarshal_NewList(struct gl_context *ctx, const struct marshal_cmd_NewList *cmd, const uint64_t *last) argument
54 GLuint list = cmd->list;
55 GLenum mode = cmd->mode;
58 assert (cmd_size == cmd->cmd_base.cmd_size);
66 struct marshal_cmd_NewList *cmd; local in function:_mesa_marshal_NewList
67 cmd = _mesa_glthread_allocate_command(ctx, DISPATCH_CMD_NewList, cmd_size);
68 cmd->list = list;
69 cmd->mode = mode;
80 _mesa_unmarshal_EndList(struct gl_context *ctx, const struct marshal_cmd_EndList *cmd, const uint64_t *last) argument
84 assert (cmd_size == cmd
92 struct marshal_cmd_EndList *cmd; local in function:_mesa_marshal_EndList
108 _mesa_unmarshal_CallLists(struct gl_context * ctx,const struct marshal_cmd_CallLists * cmd,const uint64_t * last) argument
124 struct marshal_cmd_CallLists *cmd; local in function:_mesa_marshal_CallLists
148 _mesa_unmarshal_DeleteLists(struct gl_context * ctx,const struct marshal_cmd_DeleteLists * cmd,const uint64_t * last) argument
162 struct marshal_cmd_DeleteLists *cmd; local in function:_mesa_marshal_DeleteLists
187 _mesa_unmarshal_ListBase(struct gl_context * ctx,const struct marshal_cmd_ListBase * cmd,const uint64_t * last) argument
200 struct marshal_cmd_ListBase *cmd; local in function:_mesa_marshal_ListBase
214 _mesa_unmarshal_Begin(struct gl_context * ctx,const struct marshal_cmd_Begin * cmd,const uint64_t * last) argument
227 struct marshal_cmd_Begin *cmd; local in function:_mesa_marshal_Begin
246 _mesa_unmarshal_Bitmap(struct gl_context * ctx,const struct marshal_cmd_Bitmap * cmd,const uint64_t * last) argument
265 struct marshal_cmd_Bitmap *cmd; local in function:_mesa_marshal_Bitmap
291 _mesa_unmarshal_Color3b(struct gl_context * ctx,const struct marshal_cmd_Color3b * cmd,const uint64_t * last) argument
306 struct marshal_cmd_Color3b *cmd; local in function:_mesa_marshal_Color3b
321 _mesa_unmarshal_Color3bv(struct gl_context * ctx,const struct marshal_cmd_Color3bv * cmd,const uint64_t * last) argument
334 struct marshal_cmd_Color3bv *cmd; local in function:_mesa_marshal_Color3bv
349 _mesa_unmarshal_Color3d(struct gl_context * ctx,const struct marshal_cmd_Color3d * cmd,const uint64_t * last) argument
364 struct marshal_cmd_Color3d *cmd; local in function:_mesa_marshal_Color3d
379 _mesa_unmarshal_Color3dv(struct gl_context * ctx,const struct marshal_cmd_Color3dv * cmd,const uint64_t * last) argument
392 struct marshal_cmd_Color3dv *cmd; local in function:_mesa_marshal_Color3dv
407 _mesa_unmarshal_Color3f(struct gl_context * ctx,const struct marshal_cmd_Color3f * cmd,const uint64_t * last) argument
422 struct marshal_cmd_Color3f *cmd; local in function:_mesa_marshal_Color3f
437 _mesa_unmarshal_Color3fv(struct gl_context * ctx,const struct marshal_cmd_Color3fv * cmd,const uint64_t * last) argument
450 struct marshal_cmd_Color3fv *cmd; local in function:_mesa_marshal_Color3fv
465 _mesa_unmarshal_Color3i(struct gl_context * ctx,const struct marshal_cmd_Color3i * cmd,const uint64_t * last) argument
480 struct marshal_cmd_Color3i *cmd; local in function:_mesa_marshal_Color3i
495 _mesa_unmarshal_Color3iv(struct gl_context * ctx,const struct marshal_cmd_Color3iv * cmd,const uint64_t * last) argument
508 struct marshal_cmd_Color3iv *cmd; local in function:_mesa_marshal_Color3iv
523 _mesa_unmarshal_Color3s(struct gl_context * ctx,const struct marshal_cmd_Color3s * cmd,const uint64_t * last) argument
538 struct marshal_cmd_Color3s *cmd; local in function:_mesa_marshal_Color3s
553 _mesa_unmarshal_Color3sv(struct gl_context * ctx,const struct marshal_cmd_Color3sv * cmd,const uint64_t * last) argument
566 struct marshal_cmd_Color3sv *cmd; local in function:_mesa_marshal_Color3sv
581 _mesa_unmarshal_Color3ub(struct gl_context * ctx,const struct marshal_cmd_Color3ub * cmd,const uint64_t * last) argument
596 struct marshal_cmd_Color3ub *cmd; local in function:_mesa_marshal_Color3ub
611 _mesa_unmarshal_Color3ubv(struct gl_context * ctx,const struct marshal_cmd_Color3ubv * cmd,const uint64_t * last) argument
624 struct marshal_cmd_Color3ubv *cmd; local in function:_mesa_marshal_Color3ubv
639 _mesa_unmarshal_Color3ui(struct gl_context * ctx,const struct marshal_cmd_Color3ui * cmd,const uint64_t * last) argument
654 struct marshal_cmd_Color3ui *cmd; local in function:_mesa_marshal_Color3ui
669 _mesa_unmarshal_Color3uiv(struct gl_context * ctx,const struct marshal_cmd_Color3uiv * cmd,const uint64_t * last) argument
682 struct marshal_cmd_Color3uiv *cmd; local in function:_mesa_marshal_Color3uiv
697 _mesa_unmarshal_Color3us(struct gl_context * ctx,const struct marshal_cmd_Color3us * cmd,const uint64_t * last) argument
712 struct marshal_cmd_Color3us *cmd; local in function:_mesa_marshal_Color3us
727 _mesa_unmarshal_Color3usv(struct gl_context * ctx,const struct marshal_cmd_Color3usv * cmd,const uint64_t * last) argument
740 struct marshal_cmd_Color3usv *cmd; local in function:_mesa_marshal_Color3usv
756 _mesa_unmarshal_Color4b(struct gl_context * ctx,const struct marshal_cmd_Color4b * cmd,const uint64_t * last) argument
772 struct marshal_cmd_Color4b *cmd; local in function:_mesa_marshal_Color4b
788 _mesa_unmarshal_Color4bv(struct gl_context * ctx,const struct marshal_cmd_Color4bv * cmd,const uint64_t * last) argument
801 struct marshal_cmd_Color4bv *cmd; local in function:_mesa_marshal_Color4bv
817 _mesa_unmarshal_Color4d(struct gl_context * ctx,const struct marshal_cmd_Color4d * cmd,const uint64_t * last) argument
833 struct marshal_cmd_Color4d *cmd; local in function:_mesa_marshal_Color4d
849 _mesa_unmarshal_Color4dv(struct gl_context * ctx,const struct marshal_cmd_Color4dv * cmd,const uint64_t * last) argument
862 struct marshal_cmd_Color4dv *cmd; local in function:_mesa_marshal_Color4dv
878 _mesa_unmarshal_Color4f(struct gl_context * ctx,const struct marshal_cmd_Color4f * cmd,const uint64_t * last) argument
894 struct marshal_cmd_Color4f *cmd; local in function:_mesa_marshal_Color4f
910 _mesa_unmarshal_Color4fv(struct gl_context * ctx,const struct marshal_cmd_Color4fv * cmd,const uint64_t * last) argument
923 struct marshal_cmd_Color4fv *cmd; local in function:_mesa_marshal_Color4fv
939 _mesa_unmarshal_Color4i(struct gl_context * ctx,const struct marshal_cmd_Color4i * cmd,const uint64_t * last) argument
955 struct marshal_cmd_Color4i *cmd; local in function:_mesa_marshal_Color4i
971 _mesa_unmarshal_Color4iv(struct gl_context * ctx,const struct marshal_cmd_Color4iv * cmd,const uint64_t * last) argument
984 struct marshal_cmd_Color4iv *cmd; local in function:_mesa_marshal_Color4iv
1000 _mesa_unmarshal_Color4s(struct gl_context * ctx,const struct marshal_cmd_Color4s * cmd,const uint64_t * last) argument
1016 struct marshal_cmd_Color4s *cmd; local in function:_mesa_marshal_Color4s
1032 _mesa_unmarshal_Color4sv(struct gl_context * ctx,const struct marshal_cmd_Color4sv * cmd,const uint64_t * last) argument
1045 struct marshal_cmd_Color4sv *cmd; local in function:_mesa_marshal_Color4sv
1061 _mesa_unmarshal_Color4ub(struct gl_context * ctx,const struct marshal_cmd_Color4ub * cmd,const uint64_t * last) argument
1077 struct marshal_cmd_Color4ub *cmd; local in function:_mesa_marshal_Color4ub
1093 _mesa_unmarshal_Color4ubv(struct gl_context * ctx,const struct marshal_cmd_Color4ubv * cmd,const uint64_t * last) argument
1106 struct marshal_cmd_Color4ubv *cmd; local in function:_mesa_marshal_Color4ubv
1122 _mesa_unmarshal_Color4ui(struct gl_context * ctx,const struct marshal_cmd_Color4ui * cmd,const uint64_t * last) argument
1138 struct marshal_cmd_Color4ui *cmd; local in function:_mesa_marshal_Color4ui
1154 _mesa_unmarshal_Color4uiv(struct gl_context * ctx,const struct marshal_cmd_Color4uiv * cmd,const uint64_t * last) argument
1167 struct marshal_cmd_Color4uiv *cmd; local in function:_mesa_marshal_Color4uiv
1183 _mesa_unmarshal_Color4us(struct gl_context * ctx,const struct marshal_cmd_Color4us * cmd,const uint64_t * last) argument
1199 struct marshal_cmd_Color4us *cmd; local in function:_mesa_marshal_Color4us
1215 _mesa_unmarshal_Color4usv(struct gl_context * ctx,const struct marshal_cmd_Color4usv * cmd,const uint64_t * last) argument
1228 struct marshal_cmd_Color4usv *cmd; local in function:_mesa_marshal_Color4usv
1241 _mesa_unmarshal_EdgeFlag(struct gl_context * ctx,const struct marshal_cmd_EdgeFlag * cmd,const uint64_t * last) argument
1254 struct marshal_cmd_EdgeFlag *cmd; local in function:_mesa_marshal_EdgeFlag
1267 _mesa_unmarshal_EdgeFlagv(struct gl_context * ctx,const struct marshal_cmd_EdgeFlagv * cmd,const uint64_t * last) argument
1280 struct marshal_cmd_EdgeFlagv *cmd; local in function:_mesa_marshal_EdgeFlagv
1292 _mesa_unmarshal_End(struct gl_context * ctx,const struct marshal_cmd_End * cmd,const uint64_t * last) argument
1304 struct marshal_cmd_End *cmd; local in function:_mesa_marshal_End
1317 _mesa_unmarshal_Indexd(struct gl_context * ctx,const struct marshal_cmd_Indexd * cmd,const uint64_t * last) argument
1330 struct marshal_cmd_Indexd *cmd; local in function:_mesa_marshal_Indexd
1343 _mesa_unmarshal_Indexdv(struct gl_context * ctx,const struct marshal_cmd_Indexdv * cmd,const uint64_t * last) argument
1356 struct marshal_cmd_Indexdv *cmd; local in function:_mesa_marshal_Indexdv
1369 _mesa_unmarshal_Indexf(struct gl_context * ctx,const struct marshal_cmd_Indexf * cmd,const uint64_t * last) argument
1382 struct marshal_cmd_Indexf *cmd; local in function:_mesa_marshal_Indexf
1395 _mesa_unmarshal_Indexfv(struct gl_context * ctx,const struct marshal_cmd_Indexfv * cmd,const uint64_t * last) argument
1408 struct marshal_cmd_Indexfv *cmd; local in function:_mesa_marshal_Indexfv
1421 _mesa_unmarshal_Indexi(struct gl_context * ctx,const struct marshal_cmd_Indexi * cmd,const uint64_t * last) argument
1434 struct marshal_cmd_Indexi *cmd; local in function:_mesa_marshal_Indexi
1447 _mesa_unmarshal_Indexiv(struct gl_context * ctx,const struct marshal_cmd_Indexiv * cmd,const uint64_t * last) argument
1460 struct marshal_cmd_Indexiv *cmd; local in function:_mesa_marshal_Indexiv
1473 _mesa_unmarshal_Indexs(struct gl_context * ctx,const struct marshal_cmd_Indexs * cmd,const uint64_t * last) argument
1486 struct marshal_cmd_Indexs *cmd; local in function:_mesa_marshal_Indexs
1499 _mesa_unmarshal_Indexsv(struct gl_context * ctx,const struct marshal_cmd_Indexsv * cmd,const uint64_t * last) argument
1512 struct marshal_cmd_Indexsv *cmd; local in function:_mesa_marshal_Indexsv
1527 _mesa_unmarshal_Normal3b(struct gl_context * ctx,const struct marshal_cmd_Normal3b * cmd,const uint64_t * last) argument
1542 struct marshal_cmd_Normal3b *cmd; local in function:_mesa_marshal_Normal3b
1557 _mesa_unmarshal_Normal3bv(struct gl_context * ctx,const struct marshal_cmd_Normal3bv * cmd,const uint64_t * last) argument
1570 struct marshal_cmd_Normal3bv *cmd; local in function:_mesa_marshal_Normal3bv
1585 _mesa_unmarshal_Normal3d(struct gl_context * ctx,const struct marshal_cmd_Normal3d * cmd,const uint64_t * last) argument
1600 struct marshal_cmd_Normal3d *cmd; local in function:_mesa_marshal_Normal3d
1615 _mesa_unmarshal_Normal3dv(struct gl_context * ctx,const struct marshal_cmd_Normal3dv * cmd,const uint64_t * last) argument
1628 struct marshal_cmd_Normal3dv *cmd; local in function:_mesa_marshal_Normal3dv
1643 _mesa_unmarshal_Normal3f(struct gl_context * ctx,const struct marshal_cmd_Normal3f * cmd,const uint64_t * last) argument
1658 struct marshal_cmd_Normal3f *cmd; local in function:_mesa_marshal_Normal3f
1673 _mesa_unmarshal_Normal3fv(struct gl_context * ctx,const struct marshal_cmd_Normal3fv * cmd,const uint64_t * last) argument
1686 struct marshal_cmd_Normal3fv *cmd; local in function:_mesa_marshal_Normal3fv
1701 _mesa_unmarshal_Normal3i(struct gl_context * ctx,const struct marshal_cmd_Normal3i * cmd,const uint64_t * last) argument
1716 struct marshal_cmd_Normal3i *cmd; local in function:_mesa_marshal_Normal3i
1731 _mesa_unmarshal_Normal3iv(struct gl_context * ctx,const struct marshal_cmd_Normal3iv * cmd,const uint64_t * last) argument
1744 struct marshal_cmd_Normal3iv *cmd; local in function:_mesa_marshal_Normal3iv
1759 _mesa_unmarshal_Normal3s(struct gl_context * ctx,const struct marshal_cmd_Normal3s * cmd,const uint64_t * last) argument
1774 struct marshal_cmd_Normal3s *cmd; local in function:_mesa_marshal_Normal3s
1789 _mesa_unmarshal_Normal3sv(struct gl_context * ctx,const struct marshal_cmd_Normal3sv * cmd,const uint64_t * last) argument
1802 struct marshal_cmd_Normal3sv *cmd; local in function:_mesa_marshal_Normal3sv
1816 _mesa_unmarshal_RasterPos2d(struct gl_context * ctx,const struct marshal_cmd_RasterPos2d * cmd,const uint64_t * last) argument
1830 struct marshal_cmd_RasterPos2d *cmd; local in function:_mesa_marshal_RasterPos2d
1844 _mesa_unmarshal_RasterPos2dv(struct gl_context * ctx,const struct marshal_cmd_RasterPos2dv * cmd,const uint64_t * last) argument
1857 struct marshal_cmd_RasterPos2dv *cmd; local in function:_mesa_marshal_RasterPos2dv
1871 _mesa_unmarshal_RasterPos2f(struct gl_context * ctx,const struct marshal_cmd_RasterPos2f * cmd,const uint64_t * last) argument
1885 struct marshal_cmd_RasterPos2f *cmd; local in function:_mesa_marshal_RasterPos2f
1899 _mesa_unmarshal_RasterPos2fv(struct gl_context * ctx,const struct marshal_cmd_RasterPos2fv * cmd,const uint64_t * last) argument
1912 struct marshal_cmd_RasterPos2fv *cmd; local in function:_mesa_marshal_RasterPos2fv
1926 _mesa_unmarshal_RasterPos2i(struct gl_context * ctx,const struct marshal_cmd_RasterPos2i * cmd,const uint64_t * last) argument
1940 struct marshal_cmd_RasterPos2i *cmd; local in function:_mesa_marshal_RasterPos2i
1954 _mesa_unmarshal_RasterPos2iv(struct gl_context * ctx,const struct marshal_cmd_RasterPos2iv * cmd,const uint64_t * last) argument
1967 struct marshal_cmd_RasterPos2iv *cmd; local in function:_mesa_marshal_RasterPos2iv
1981 _mesa_unmarshal_RasterPos2s(struct gl_context * ctx,const struct marshal_cmd_RasterPos2s * cmd,const uint64_t * last) argument
1995 struct marshal_cmd_RasterPos2s *cmd; local in function:_mesa_marshal_RasterPos2s
2009 _mesa_unmarshal_RasterPos2sv(struct gl_context * ctx,const struct marshal_cmd_RasterPos2sv * cmd,const uint64_t * last) argument
2022 struct marshal_cmd_RasterPos2sv *cmd; local in function:_mesa_marshal_RasterPos2sv
2037 _mesa_unmarshal_RasterPos3d(struct gl_context * ctx,const struct marshal_cmd_RasterPos3d * cmd,const uint64_t * last) argument
2052 struct marshal_cmd_RasterPos3d *cmd; local in function:_mesa_marshal_RasterPos3d
2067 _mesa_unmarshal_RasterPos3dv(struct gl_context * ctx,const struct marshal_cmd_RasterPos3dv * cmd,const uint64_t * last) argument
2080 struct marshal_cmd_RasterPos3dv *cmd; local in function:_mesa_marshal_RasterPos3dv
2095 _mesa_unmarshal_RasterPos3f(struct gl_context * ctx,const struct marshal_cmd_RasterPos3f * cmd,const uint64_t * last) argument
2110 struct marshal_cmd_RasterPos3f *cmd; local in function:_mesa_marshal_RasterPos3f
2125 _mesa_unmarshal_RasterPos3fv(struct gl_context * ctx,const struct marshal_cmd_RasterPos3fv * cmd,const uint64_t * last) argument
2138 struct marshal_cmd_RasterPos3fv *cmd; local in function:_mesa_marshal_RasterPos3fv
2153 _mesa_unmarshal_RasterPos3i(struct gl_context * ctx,const struct marshal_cmd_RasterPos3i * cmd,const uint64_t * last) argument
2168 struct marshal_cmd_RasterPos3i *cmd; local in function:_mesa_marshal_RasterPos3i
2183 _mesa_unmarshal_RasterPos3iv(struct gl_context * ctx,const struct marshal_cmd_RasterPos3iv * cmd,const uint64_t * last) argument
2196 struct marshal_cmd_RasterPos3iv *cmd; local in function:_mesa_marshal_RasterPos3iv
2211 _mesa_unmarshal_RasterPos3s(struct gl_context * ctx,const struct marshal_cmd_RasterPos3s * cmd,const uint64_t * last) argument
2226 struct marshal_cmd_RasterPos3s *cmd; local in function:_mesa_marshal_RasterPos3s
2241 _mesa_unmarshal_RasterPos3sv(struct gl_context * ctx,const struct marshal_cmd_RasterPos3sv * cmd,const uint64_t * last) argument
2254 struct marshal_cmd_RasterPos3sv *cmd; local in function:_mesa_marshal_RasterPos3sv
2270 _mesa_unmarshal_RasterPos4d(struct gl_context * ctx,const struct marshal_cmd_RasterPos4d * cmd,const uint64_t * last) argument
2286 struct marshal_cmd_RasterPos4d *cmd; local in function:_mesa_marshal_RasterPos4d
2302 _mesa_unmarshal_RasterPos4dv(struct gl_context * ctx,const struct marshal_cmd_RasterPos4dv * cmd,const uint64_t * last) argument
2315 struct marshal_cmd_RasterPos4dv *cmd; local in function:_mesa_marshal_RasterPos4dv
2331 _mesa_unmarshal_RasterPos4f(struct gl_context * ctx,const struct marshal_cmd_RasterPos4f * cmd,const uint64_t * last) argument
2347 struct marshal_cmd_RasterPos4f *cmd; local in function:_mesa_marshal_RasterPos4f
2363 _mesa_unmarshal_RasterPos4fv(struct gl_context * ctx,const struct marshal_cmd_RasterPos4fv * cmd,const uint64_t * last) argument
2376 struct marshal_cmd_RasterPos4fv *cmd; local in function:_mesa_marshal_RasterPos4fv
2392 _mesa_unmarshal_RasterPos4i(struct gl_context * ctx,const struct marshal_cmd_RasterPos4i * cmd,const uint64_t * last) argument
2408 struct marshal_cmd_RasterPos4i *cmd; local in function:_mesa_marshal_RasterPos4i
2424 _mesa_unmarshal_RasterPos4iv(struct gl_context * ctx,const struct marshal_cmd_RasterPos4iv * cmd,const uint64_t * last) argument
2437 struct marshal_cmd_RasterPos4iv *cmd; local in function:_mesa_marshal_RasterPos4iv
2453 _mesa_unmarshal_RasterPos4s(struct gl_context * ctx,const struct marshal_cmd_RasterPos4s * cmd,const uint64_t * last) argument
2469 struct marshal_cmd_RasterPos4s *cmd; local in function:_mesa_marshal_RasterPos4s
2485 _mesa_unmarshal_RasterPos4sv(struct gl_context * ctx,const struct marshal_cmd_RasterPos4sv * cmd,const uint64_t * last) argument
2498 struct marshal_cmd_RasterPos4sv *cmd; local in function:_mesa_marshal_RasterPos4sv
2514 _mesa_unmarshal_Rectd(struct gl_context * ctx,const struct marshal_cmd_Rectd * cmd,const uint64_t * last) argument
2530 struct marshal_cmd_Rectd *cmd; local in function:_mesa_marshal_Rectd
2547 _mesa_unmarshal_Rectdv(struct gl_context * ctx,const struct marshal_cmd_Rectdv * cmd,const uint64_t * last) argument
2561 struct marshal_cmd_Rectdv *cmd; local in function:_mesa_marshal_Rectdv
2578 _mesa_unmarshal_Rectf(struct gl_context * ctx,const struct marshal_cmd_Rectf * cmd,const uint64_t * last) argument
2594 struct marshal_cmd_Rectf *cmd; local in function:_mesa_marshal_Rectf
2611 _mesa_unmarshal_Rectfv(struct gl_context * ctx,const struct marshal_cmd_Rectfv * cmd,const uint64_t * last) argument
2625 struct marshal_cmd_Rectfv *cmd; local in function:_mesa_marshal_Rectfv
2642 _mesa_unmarshal_Recti(struct gl_context * ctx,const struct marshal_cmd_Recti * cmd,const uint64_t * last) argument
2658 struct marshal_cmd_Recti *cmd; local in function:_mesa_marshal_Recti
2675 _mesa_unmarshal_Rectiv(struct gl_context * ctx,const struct marshal_cmd_Rectiv * cmd,const uint64_t * last) argument
2689 struct marshal_cmd_Rectiv *cmd; local in function:_mesa_marshal_Rectiv
2706 _mesa_unmarshal_Rects(struct gl_context * ctx,const struct marshal_cmd_Rects * cmd,const uint64_t * last) argument
2722 struct marshal_cmd_Rects *cmd; local in function:_mesa_marshal_Rects
2739 _mesa_unmarshal_Rectsv(struct gl_context * ctx,const struct marshal_cmd_Rectsv * cmd,const uint64_t * last) argument
2753 struct marshal_cmd_Rectsv *cmd; local in function:_mesa_marshal_Rectsv
2767 _mesa_unmarshal_TexCoord1d(struct gl_context * ctx,const struct marshal_cmd_TexCoord1d * cmd,const uint64_t * last) argument
2780 struct marshal_cmd_TexCoord1d *cmd; local in function:_mesa_marshal_TexCoord1d
2793 _mesa_unmarshal_TexCoord1dv(struct gl_context * ctx,const struct marshal_cmd_TexCoord1dv * cmd,const uint64_t * last) argument
2806 struct marshal_cmd_TexCoord1dv *cmd; local in function:_mesa_marshal_TexCoord1dv
2819 _mesa_unmarshal_TexCoord1f(struct gl_context * ctx,const struct marshal_cmd_TexCoord1f * cmd,const uint64_t * last) argument
2832 struct marshal_cmd_TexCoord1f *cmd; local in function:_mesa_marshal_TexCoord1f
2845 _mesa_unmarshal_TexCoord1fv(struct gl_context * ctx,const struct marshal_cmd_TexCoord1fv * cmd,const uint64_t * last) argument
2858 struct marshal_cmd_TexCoord1fv *cmd; local in function:_mesa_marshal_TexCoord1fv
2871 _mesa_unmarshal_TexCoord1i(struct gl_context * ctx,const struct marshal_cmd_TexCoord1i * cmd,const uint64_t * last) argument
2884 struct marshal_cmd_TexCoord1i *cmd; local in function:_mesa_marshal_TexCoord1i
2897 _mesa_unmarshal_TexCoord1iv(struct gl_context * ctx,const struct marshal_cmd_TexCoord1iv * cmd,const uint64_t * last) argument
2910 struct marshal_cmd_TexCoord1iv *cmd; local in function:_mesa_marshal_TexCoord1iv
2923 _mesa_unmarshal_TexCoord1s(struct gl_context * ctx,const struct marshal_cmd_TexCoord1s * cmd,const uint64_t * last) argument
2936 struct marshal_cmd_TexCoord1s *cmd; local in function:_mesa_marshal_TexCoord1s
2949 _mesa_unmarshal_TexCoord1sv(struct gl_context * ctx,const struct marshal_cmd_TexCoord1sv * cmd,const uint64_t * last) argument
2962 struct marshal_cmd_TexCoord1sv *cmd; local in function:_mesa_marshal_TexCoord1sv
2976 _mesa_unmarshal_TexCoord2d(struct gl_context * ctx,const struct marshal_cmd_TexCoord2d * cmd,const uint64_t * last) argument
2990 struct marshal_cmd_TexCoord2d *cmd; local in function:_mesa_marshal_TexCoord2d
3004 _mesa_unmarshal_TexCoord2dv(struct gl_context * ctx,const struct marshal_cmd_TexCoord2dv * cmd,const uint64_t * last) argument
3017 struct marshal_cmd_TexCoord2dv *cmd; local in function:_mesa_marshal_TexCoord2dv
3031 _mesa_unmarshal_TexCoord2f(struct gl_context * ctx,const struct marshal_cmd_TexCoord2f * cmd,const uint64_t * last) argument
3045 struct marshal_cmd_TexCoord2f *cmd; local in function:_mesa_marshal_TexCoord2f
3059 _mesa_unmarshal_TexCoord2fv(struct gl_context * ctx,const struct marshal_cmd_TexCoord2fv * cmd,const uint64_t * last) argument
3072 struct marshal_cmd_TexCoord2fv *cmd; local in function:_mesa_marshal_TexCoord2fv
3086 _mesa_unmarshal_TexCoord2i(struct gl_context * ctx,const struct marshal_cmd_TexCoord2i * cmd,const uint64_t * last) argument
3100 struct marshal_cmd_TexCoord2i *cmd; local in function:_mesa_marshal_TexCoord2i
3114 _mesa_unmarshal_TexCoord2iv(struct gl_context * ctx,const struct marshal_cmd_TexCoord2iv * cmd,const uint64_t * last) argument
3127 struct marshal_cmd_TexCoord2iv *cmd; local in function:_mesa_marshal_TexCoord2iv
3141 _mesa_unmarshal_TexCoord2s(struct gl_context * ctx,const struct marshal_cmd_TexCoord2s * cmd,const uint64_t * last) argument
3155 struct marshal_cmd_TexCoord2s *cmd; local in function:_mesa_marshal_TexCoord2s
3169 _mesa_unmarshal_TexCoord2sv(struct gl_context * ctx,const struct marshal_cmd_TexCoord2sv * cmd,const uint64_t * last) argument
3182 struct marshal_cmd_TexCoord2sv *cmd; local in function:_mesa_marshal_TexCoord2sv
3197 _mesa_unmarshal_TexCoord3d(struct gl_context * ctx,const struct marshal_cmd_TexCoord3d * cmd,const uint64_t * last) argument
3212 struct marshal_cmd_TexCoord3d *cmd; local in function:_mesa_marshal_TexCoord3d
3227 _mesa_unmarshal_TexCoord3dv(struct gl_context * ctx,const struct marshal_cmd_TexCoord3dv * cmd,const uint64_t * last) argument
3240 struct marshal_cmd_TexCoord3dv *cmd; local in function:_mesa_marshal_TexCoord3dv
3255 _mesa_unmarshal_TexCoord3f(struct gl_context * ctx,const struct marshal_cmd_TexCoord3f * cmd,const uint64_t * last) argument
3270 struct marshal_cmd_TexCoord3f *cmd; local in function:_mesa_marshal_TexCoord3f
3285 _mesa_unmarshal_TexCoord3fv(struct gl_context * ctx,const struct marshal_cmd_TexCoord3fv * cmd,const uint64_t * last) argument
3298 struct marshal_cmd_TexCoord3fv *cmd; local in function:_mesa_marshal_TexCoord3fv
3313 _mesa_unmarshal_TexCoord3i(struct gl_context * ctx,const struct marshal_cmd_TexCoord3i * cmd,const uint64_t * last) argument
3328 struct marshal_cmd_TexCoord3i *cmd; local in function:_mesa_marshal_TexCoord3i
3343 _mesa_unmarshal_TexCoord3iv(struct gl_context * ctx,const struct marshal_cmd_TexCoord3iv * cmd,const uint64_t * last) argument
3356 struct marshal_cmd_TexCoord3iv *cmd; local in function:_mesa_marshal_TexCoord3iv
3371 _mesa_unmarshal_TexCoord3s(struct gl_context * ctx,const struct marshal_cmd_TexCoord3s * cmd,const uint64_t * last) argument
3386 struct marshal_cmd_TexCoord3s *cmd; local in function:_mesa_marshal_TexCoord3s
3401 _mesa_unmarshal_TexCoord3sv(struct gl_context * ctx,const struct marshal_cmd_TexCoord3sv * cmd,const uint64_t * last) argument
3414 struct marshal_cmd_TexCoord3sv *cmd; local in function:_mesa_marshal_TexCoord3sv
3430 _mesa_unmarshal_TexCoord4d(struct gl_context * ctx,const struct marshal_cmd_TexCoord4d * cmd,const uint64_t * last) argument
3446 struct marshal_cmd_TexCoord4d *cmd; local in function:_mesa_marshal_TexCoord4d
3462 _mesa_unmarshal_TexCoord4dv(struct gl_context * ctx,const struct marshal_cmd_TexCoord4dv * cmd,const uint64_t * last) argument
3475 struct marshal_cmd_TexCoord4dv *cmd; local in function:_mesa_marshal_TexCoord4dv
3491 _mesa_unmarshal_TexCoord4f(struct gl_context * ctx,const struct marshal_cmd_TexCoord4f * cmd,const uint64_t * last) argument
3507 struct marshal_cmd_TexCoord4f *cmd; local in function:_mesa_marshal_TexCoord4f
3523 _mesa_unmarshal_TexCoord4fv(struct gl_context * ctx,const struct marshal_cmd_TexCoord4fv * cmd,const uint64_t * last) argument
3536 struct marshal_cmd_TexCoord4fv *cmd; local in function:_mesa_marshal_TexCoord4fv
3552 _mesa_unmarshal_TexCoord4i(struct gl_context * ctx,const struct marshal_cmd_TexCoord4i * cmd,const uint64_t * last) argument
3568 struct marshal_cmd_TexCoord4i *cmd; local in function:_mesa_marshal_TexCoord4i
3584 _mesa_unmarshal_TexCoord4iv(struct gl_context * ctx,const struct marshal_cmd_TexCoord4iv * cmd,const uint64_t * last) argument
3597 struct marshal_cmd_TexCoord4iv *cmd; local in function:_mesa_marshal_TexCoord4iv
3613 _mesa_unmarshal_TexCoord4s(struct gl_context * ctx,const struct marshal_cmd_TexCoord4s * cmd,const uint64_t * last) argument
3629 struct marshal_cmd_TexCoord4s *cmd; local in function:_mesa_marshal_TexCoord4s
3645 _mesa_unmarshal_TexCoord4sv(struct gl_context * ctx,const struct marshal_cmd_TexCoord4sv * cmd,const uint64_t * last) argument
3658 struct marshal_cmd_TexCoord4sv *cmd; local in function:_mesa_marshal_TexCoord4sv
3672 _mesa_unmarshal_Vertex2d(struct gl_context * ctx,const struct marshal_cmd_Vertex2d * cmd,const uint64_t * last) argument
3686 struct marshal_cmd_Vertex2d *cmd; local in function:_mesa_marshal_Vertex2d
3700 _mesa_unmarshal_Vertex2dv(struct gl_context * ctx,const struct marshal_cmd_Vertex2dv * cmd,const uint64_t * last) argument
3713 struct marshal_cmd_Vertex2dv *cmd; local in function:_mesa_marshal_Vertex2dv
3727 _mesa_unmarshal_Vertex2f(struct gl_context * ctx,const struct marshal_cmd_Vertex2f * cmd,const uint64_t * last) argument
3741 struct marshal_cmd_Vertex2f *cmd; local in function:_mesa_marshal_Vertex2f
3755 _mesa_unmarshal_Vertex2fv(struct gl_context * ctx,const struct marshal_cmd_Vertex2fv * cmd,const uint64_t * last) argument
3768 struct marshal_cmd_Vertex2fv *cmd; local in function:_mesa_marshal_Vertex2fv
3782 _mesa_unmarshal_Vertex2i(struct gl_context * ctx,const struct marshal_cmd_Vertex2i * cmd,const uint64_t * last) argument
3796 struct marshal_cmd_Vertex2i *cmd; local in function:_mesa_marshal_Vertex2i
3810 _mesa_unmarshal_Vertex2iv(struct gl_context * ctx,const struct marshal_cmd_Vertex2iv * cmd,const uint64_t * last) argument
3823 struct marshal_cmd_Vertex2iv *cmd; local in function:_mesa_marshal_Vertex2iv
3837 _mesa_unmarshal_Vertex2s(struct gl_context * ctx,const struct marshal_cmd_Vertex2s * cmd,const uint64_t * last) argument
3851 struct marshal_cmd_Vertex2s *cmd; local in function:_mesa_marshal_Vertex2s
3865 _mesa_unmarshal_Vertex2sv(struct gl_context * ctx,const struct marshal_cmd_Vertex2sv * cmd,const uint64_t * last) argument
3878 struct marshal_cmd_Vertex2sv *cmd; local in function:_mesa_marshal_Vertex2sv
3893 _mesa_unmarshal_Vertex3d(struct gl_context * ctx,const struct marshal_cmd_Vertex3d * cmd,const uint64_t * last) argument
3908 struct marshal_cmd_Vertex3d *cmd; local in function:_mesa_marshal_Vertex3d
3923 _mesa_unmarshal_Vertex3dv(struct gl_context * ctx,const struct marshal_cmd_Vertex3dv * cmd,const uint64_t * last) argument
3936 struct marshal_cmd_Vertex3dv *cmd; local in function:_mesa_marshal_Vertex3dv
3951 _mesa_unmarshal_Vertex3f(struct gl_context * ctx,const struct marshal_cmd_Vertex3f * cmd,const uint64_t * last) argument
3966 struct marshal_cmd_Vertex3f *cmd; local in function:_mesa_marshal_Vertex3f
3981 _mesa_unmarshal_Vertex3fv(struct gl_context * ctx,const struct marshal_cmd_Vertex3fv * cmd,const uint64_t * last) argument
3994 struct marshal_cmd_Vertex3fv *cmd; local in function:_mesa_marshal_Vertex3fv
4009 _mesa_unmarshal_Vertex3i(struct gl_context * ctx,const struct marshal_cmd_Vertex3i * cmd,const uint64_t * last) argument
4024 struct marshal_cmd_Vertex3i *cmd; local in function:_mesa_marshal_Vertex3i
4039 _mesa_unmarshal_Vertex3iv(struct gl_context * ctx,const struct marshal_cmd_Vertex3iv * cmd,const uint64_t * last) argument
4052 struct marshal_cmd_Vertex3iv *cmd; local in function:_mesa_marshal_Vertex3iv
4067 _mesa_unmarshal_Vertex3s(struct gl_context * ctx,const struct marshal_cmd_Vertex3s * cmd,const uint64_t * last) argument
4082 struct marshal_cmd_Vertex3s *cmd; local in function:_mesa_marshal_Vertex3s
4097 _mesa_unmarshal_Vertex3sv(struct gl_context * ctx,const struct marshal_cmd_Vertex3sv * cmd,const uint64_t * last) argument
4110 struct marshal_cmd_Vertex3sv *cmd; local in function:_mesa_marshal_Vertex3sv
4126 _mesa_unmarshal_Vertex4d(struct gl_context * ctx,const struct marshal_cmd_Vertex4d * cmd,const uint64_t * last) argument
4142 struct marshal_cmd_Vertex4d *cmd; local in function:_mesa_marshal_Vertex4d
4158 _mesa_unmarshal_Vertex4dv(struct gl_context * ctx,const struct marshal_cmd_Vertex4dv * cmd,const uint64_t * last) argument
4171 struct marshal_cmd_Vertex4dv *cmd; local in function:_mesa_marshal_Vertex4dv
4187 _mesa_unmarshal_Vertex4f(struct gl_context * ctx,const struct marshal_cmd_Vertex4f * cmd,const uint64_t * last) argument
4203 struct marshal_cmd_Vertex4f *cmd; local in function:_mesa_marshal_Vertex4f
4219 _mesa_unmarshal_Vertex4fv(struct gl_context * ctx,const struct marshal_cmd_Vertex4fv * cmd,const uint64_t * last) argument
4232 struct marshal_cmd_Vertex4fv *cmd; local in function:_mesa_marshal_Vertex4fv
4248 _mesa_unmarshal_Vertex4i(struct gl_context * ctx,const struct marshal_cmd_Vertex4i * cmd,const uint64_t * last) argument
4264 struct marshal_cmd_Vertex4i *cmd; local in function:_mesa_marshal_Vertex4i
4280 _mesa_unmarshal_Vertex4iv(struct gl_context * ctx,const struct marshal_cmd_Vertex4iv * cmd,const uint64_t * last) argument
4293 struct marshal_cmd_Vertex4iv *cmd; local in function:_mesa_marshal_Vertex4iv
4309 _mesa_unmarshal_Vertex4s(struct gl_context * ctx,const struct marshal_cmd_Vertex4s * cmd,const uint64_t * last) argument
4325 struct marshal_cmd_Vertex4s *cmd; local in function:_mesa_marshal_Vertex4s
4341 _mesa_unmarshal_Vertex4sv(struct gl_context * ctx,const struct marshal_cmd_Vertex4sv * cmd,const uint64_t * last) argument
4354 struct marshal_cmd_Vertex4sv *cmd; local in function:_mesa_marshal_Vertex4sv
4368 _mesa_unmarshal_ClipPlane(struct gl_context * ctx,const struct marshal_cmd_ClipPlane * cmd,const uint64_t * last) argument
4382 struct marshal_cmd_ClipPlane *cmd; local in function:_mesa_marshal_ClipPlane
4397 _mesa_unmarshal_ColorMaterial(struct gl_context * ctx,const struct marshal_cmd_ColorMaterial * cmd,const uint64_t * last) argument
4411 struct marshal_cmd_ColorMaterial *cmd; local in function:_mesa_marshal_ColorMaterial
4425 _mesa_unmarshal_CullFace(struct gl_context * ctx,const struct marshal_cmd_CullFace * cmd,const uint64_t * last) argument
4438 struct marshal_cmd_CullFace *cmd; local in function:_mesa_marshal_CullFace
4452 _mesa_unmarshal_Fogf(struct gl_context * ctx,const struct marshal_cmd_Fogf * cmd,const uint64_t * last) argument
4466 struct marshal_cmd_Fogf *cmd; local in function:_mesa_marshal_Fogf
4481 _mesa_unmarshal_Fogfv(struct gl_context * ctx,const struct marshal_cmd_Fogfv * cmd,const uint64_t * last) argument
4496 struct marshal_cmd_Fogfv *cmd; local in function:_mesa_marshal_Fogfv
4517 _mesa_unmarshal_Fogi(struct gl_context * ctx,const struct marshal_cmd_Fogi * cmd,const uint64_t * last) argument
4531 struct marshal_cmd_Fogi *cmd; local in function:_mesa_marshal_Fogi
4546 _mesa_unmarshal_Fogiv(struct gl_context * ctx,const struct marshal_cmd_Fogiv * cmd,const uint64_t * last) argument
4561 struct marshal_cmd_Fogiv *cmd; local in function:_mesa_marshal_Fogiv
4581 _mesa_unmarshal_FrontFace(struct gl_context * ctx,const struct marshal_cmd_FrontFace * cmd,const uint64_t * last) argument
4594 struct marshal_cmd_FrontFace *cmd; local in function:_mesa_marshal_FrontFace
4608 _mesa_unmarshal_Hint(struct gl_context * ctx,const struct marshal_cmd_Hint * cmd,const uint64_t * last) argument
4622 struct marshal_cmd_Hint *cmd; local in function:_mesa_marshal_Hint
4638 _mesa_unmarshal_Lightf(struct gl_context * ctx,const struct marshal_cmd_Lightf * cmd,const uint64_t * last) argument
4653 struct marshal_cmd_Lightf *cmd; local in function:_mesa_marshal_Lightf
4670 _mesa_unmarshal_Lightfv(struct gl_context * ctx,const struct marshal_cmd_Lightfv * cmd,const uint64_t * last) argument
4686 struct marshal_cmd_Lightfv *cmd; local in function:_mesa_marshal_Lightfv
4709 _mesa_unmarshal_Lighti(struct gl_context * ctx,const struct marshal_cmd_Lighti * cmd,const uint64_t * last) argument
4724 struct marshal_cmd_Lighti *cmd; local in function:_mesa_marshal_Lighti
4741 _mesa_unmarshal_Lightiv(struct gl_context * ctx,const struct marshal_cmd_Lightiv * cmd,const uint64_t * last) argument
4757 struct marshal_cmd_Lightiv *cmd; local in function:_mesa_marshal_Lightiv
4779 _mesa_unmarshal_LightModelf(struct gl_context * ctx,const struct marshal_cmd_LightModelf * cmd,const uint64_t * last) argument
4793 struct marshal_cmd_LightModelf *cmd; local in function:_mesa_marshal_LightModelf
4808 _mesa_unmarshal_LightModelfv(struct gl_context * ctx,const struct marshal_cmd_LightModelfv * cmd,const uint64_t * last) argument
4823 struct marshal_cmd_LightModelfv *cmd; local in function:_mesa_marshal_LightModelfv
4844 _mesa_unmarshal_LightModeli(struct gl_context * ctx,const struct marshal_cmd_LightModeli * cmd,const uint64_t * last) argument
4858 struct marshal_cmd_LightModeli *cmd; local in function:_mesa_marshal_LightModeli
4873 _mesa_unmarshal_LightModeliv(struct gl_context * ctx,const struct marshal_cmd_LightModeliv * cmd,const uint64_t * last) argument
4888 struct marshal_cmd_LightModeliv *cmd; local in function:_mesa_marshal_LightModeliv
4909 _mesa_unmarshal_LineStipple(struct gl_context * ctx,const struct marshal_cmd_LineStipple * cmd,const uint64_t * last) argument
4923 struct marshal_cmd_LineStipple *cmd; local in function:_mesa_marshal_LineStipple
4937 _mesa_unmarshal_LineWidth(struct gl_context * ctx,const struct marshal_cmd_LineWidth * cmd,const uint64_t * last) argument
4950 struct marshal_cmd_LineWidth *cmd; local in function:_mesa_marshal_LineWidth
4965 _mesa_unmarshal_Materialf(struct gl_context * ctx,const struct marshal_cmd_Materialf * cmd,const uint64_t * last) argument
4980 struct marshal_cmd_Materialf *cmd; local in function:_mesa_marshal_Materialf
4997 _mesa_unmarshal_Materialfv(struct gl_context * ctx,const struct marshal_cmd_Materialfv * cmd,const uint64_t * last) argument
5013 struct marshal_cmd_Materialfv *cmd; local in function:_mesa_marshal_Materialfv
5036 _mesa_unmarshal_Materiali(struct gl_context * ctx,const struct marshal_cmd_Materiali * cmd,const uint64_t * last) argument
5051 struct marshal_cmd_Materiali *cmd; local in function:_mesa_marshal_Materiali
5068 _mesa_unmarshal_Materialiv(struct gl_context * ctx,const struct marshal_cmd_Materialiv * cmd,const uint64_t * last) argument
5084 struct marshal_cmd_Materialiv *cmd; local in function:_mesa_marshal_Materialiv
5105 _mesa_unmarshal_PointSize(struct gl_context * ctx,const struct marshal_cmd_PointSize * cmd,const uint64_t * last) argument
5118 struct marshal_cmd_PointSize *cmd; local in function:_mesa_marshal_PointSize
5132 _mesa_unmarshal_PolygonMode(struct gl_context * ctx,const struct marshal_cmd_PolygonMode * cmd,const uint64_t * last) argument
5146 struct marshal_cmd_PolygonMode *cmd; local in function:_mesa_marshal_PolygonMode
5160 _mesa_unmarshal_PolygonStipple(struct gl_context * ctx,const struct marshal_cmd_PolygonStipple * cmd,const uint64_t * last) argument
5173 struct marshal_cmd_PolygonStipple *cmd; local in function:_mesa_marshal_PolygonStipple
5194 _mesa_unmarshal_Scissor(struct gl_context * ctx,const struct marshal_cmd_Scissor * cmd,const uint64_t * last) argument
5210 struct marshal_cmd_Scissor *cmd; local in function:_mesa_marshal_Scissor
5226 _mesa_unmarshal_ShadeModel(struct gl_context * ctx,const struct marshal_cmd_ShadeModel * cmd,const uint64_t * last) argument
5239 struct marshal_cmd_ShadeModel *cmd; local in function:_mesa_marshal_ShadeModel
5254 _mesa_unmarshal_TexParameterf(struct gl_context * ctx,const struct marshal_cmd_TexParameterf * cmd,const uint64_t * last) argument
5269 struct marshal_cmd_TexParameterf *cmd; local in function:_mesa_marshal_TexParameterf
5286 _mesa_unmarshal_TexParameterfv(struct gl_context * ctx,const struct marshal_cmd_TexParameterfv * cmd,const uint64_t * last) argument
5302 struct marshal_cmd_TexParameterfv *cmd; local in function:_mesa_marshal_TexParameterfv
5325 _mesa_unmarshal_TexParameteri(struct gl_context * ctx,const struct marshal_cmd_TexParameteri * cmd,const uint64_t * last) argument
5340 struct marshal_cmd_TexParameteri *cmd; local in function:_mesa_marshal_TexParameteri
5357 _mesa_unmarshal_TexParameteriv(struct gl_context * ctx,const struct marshal_cmd_TexParameteriv * cmd,const uint64_t * last) argument
5373 struct marshal_cmd_TexParameteriv *cmd; local in function:_mesa_marshal_TexParameteriv
5401 _mesa_unmarshal_TexImage1D(struct gl_context * ctx,const struct marshal_cmd_TexImage1D * cmd,const uint64_t * last) argument
5421 struct marshal_cmd_TexImage1D *cmd; local in function:_mesa_marshal_TexImage1D
5454 _mesa_unmarshal_TexImage2D(struct gl_context * ctx,const struct marshal_cmd_TexImage2D * cmd,const uint64_t * last) argument
5475 struct marshal_cmd_TexImage2D *cmd; local in function:_mesa_marshal_TexImage2D
5503 _mesa_unmarshal_TexEnvf(struct gl_context * ctx,const struct marshal_cmd_TexEnvf * cmd,const uint64_t * last) argument
5518 struct marshal_cmd_TexEnvf *cmd; local in function:_mesa_marshal_TexEnvf
5535 _mesa_unmarshal_TexEnvfv(struct gl_context * ctx,const struct marshal_cmd_TexEnvfv * cmd,const uint64_t * last) argument
5551 struct marshal_cmd_TexEnvfv *cmd; local in function:_mesa_marshal_TexEnvfv
5574 _mesa_unmarshal_TexEnvi(struct gl_context * ctx,const struct marshal_cmd_TexEnvi * cmd,const uint64_t * last) argument
5589 struct marshal_cmd_TexEnvi *cmd; local in function:_mesa_marshal_TexEnvi
5606 _mesa_unmarshal_TexEnviv(struct gl_context * ctx,const struct marshal_cmd_TexEnviv * cmd,const uint64_t * last) argument
5622 struct marshal_cmd_TexEnviv *cmd; local in function:_mesa_marshal_TexEnviv
5645 _mesa_unmarshal_TexGend(struct gl_context * ctx,const struct marshal_cmd_TexGend * cmd,const uint64_t * last) argument
5660 struct marshal_cmd_TexGend *cmd; local in function:_mesa_marshal_TexGend
5677 _mesa_unmarshal_TexGendv(struct gl_context * ctx,const struct marshal_cmd_TexGendv * cmd,const uint64_t * last) argument
5693 struct marshal_cmd_TexGendv *cmd; local in function:_mesa_marshal_TexGendv
5716 _mesa_unmarshal_TexGenf(struct gl_context * ctx,const struct marshal_cmd_TexGenf * cmd,const uint64_t * last) argument
5731 struct marshal_cmd_TexGenf *cmd; local in function:_mesa_marshal_TexGenf
5748 _mesa_unmarshal_TexGenfv(struct gl_context * ctx,const struct marshal_cmd_TexGenfv * cmd,const uint64_t * last) argument
5764 struct marshal_cmd_TexGenfv *cmd; local in function:_mesa_marshal_TexGenfv
5787 _mesa_unmarshal_TexGeni(struct gl_context * ctx,const struct marshal_cmd_TexGeni * cmd,const uint64_t * last) argument
5802 struct marshal_cmd_TexGeni *cmd; local in function:_mesa_marshal_TexGeni
5819 _mesa_unmarshal_TexGeniv(struct gl_context * ctx,const struct marshal_cmd_TexGeniv * cmd,const uint64_t * last) argument
5835 struct marshal_cmd_TexGeniv *cmd; local in function:_mesa_marshal_TexGeniv
5885 _mesa_unmarshal_InitNames(struct gl_context * ctx,const struct marshal_cmd_InitNames * cmd,const uint64_t * last) argument
5897 struct marshal_cmd_InitNames *cmd; local in function:_mesa_marshal_InitNames
5910 _mesa_unmarshal_LoadName(struct gl_context * ctx,const struct marshal_cmd_LoadName * cmd,const uint64_t * last) argument
5923 struct marshal_cmd_LoadName *cmd; local in function:_mesa_marshal_LoadName
5936 _mesa_unmarshal_PassThrough(struct gl_context * ctx,const struct marshal_cmd_PassThrough * cmd,const uint64_t * last) argument
5949 struct marshal_cmd_PassThrough *cmd; local in function:_mesa_marshal_PassThrough
5961 _mesa_unmarshal_PopName(struct gl_context * ctx,const struct marshal_cmd_PopName * cmd,const uint64_t * last) argument
5973 struct marshal_cmd_PopName *cmd; local in function:_mesa_marshal_PopName
5986 _mesa_unmarshal_PushName(struct gl_context * ctx,const struct marshal_cmd_PushName * cmd,const uint64_t * last) argument
5999 struct marshal_cmd_PushName *cmd; local in function:_mesa_marshal_PushName
6012 _mesa_unmarshal_DrawBuffer(struct gl_context * ctx,const struct marshal_cmd_DrawBuffer * cmd,const uint64_t * last) argument
6025 struct marshal_cmd_DrawBuffer *cmd; local in function:_mesa_marshal_DrawBuffer
6038 _mesa_unmarshal_Clear(struct gl_context * ctx,const struct marshal_cmd_Clear * cmd,const uint64_t * last) argument
6051 struct marshal_cmd_Clear *cmd; local in function:_mesa_marshal_Clear
6067 _mesa_unmarshal_ClearAccum(struct gl_context * ctx,const struct marshal_cmd_ClearAccum * cmd,const uint64_t * last) argument
6083 struct marshal_cmd_ClearAccum *cmd; local in function:_mesa_marshal_ClearAccum
6099 _mesa_unmarshal_ClearIndex(struct gl_context * ctx,const struct marshal_cmd_ClearIndex * cmd,const uint64_t * last) argument
6112 struct marshal_cmd_ClearIndex *cmd; local in function:_mesa_marshal_ClearIndex
6128 _mesa_unmarshal_ClearColor(struct gl_context * ctx,const struct marshal_cmd_ClearColor * cmd,const uint64_t * last) argument
6144 struct marshal_cmd_ClearColor *cmd; local in function:_mesa_marshal_ClearColor
6160 _mesa_unmarshal_ClearStencil(struct gl_context * ctx,const struct marshal_cmd_ClearStencil * cmd,const uint64_t * last) argument
6173 struct marshal_cmd_ClearStencil *cmd; local in function:_mesa_marshal_ClearStencil
6186 _mesa_unmarshal_ClearDepth(struct gl_context * ctx,const struct marshal_cmd_ClearDepth * cmd,const uint64_t * last) argument
6199 struct marshal_cmd_ClearDepth *cmd; local in function:_mesa_marshal_ClearDepth
6212 _mesa_unmarshal_StencilMask(struct gl_context * ctx,const struct marshal_cmd_StencilMask * cmd,const uint64_t * last) argument
6225 struct marshal_cmd_StencilMask *cmd; local in function:_mesa_marshal_StencilMask
6241 _mesa_unmarshal_ColorMask(struct gl_context * ctx,const struct marshal_cmd_ColorMask * cmd,const uint64_t * last) argument
6257 struct marshal_cmd_ColorMask *cmd; local in function:_mesa_marshal_ColorMask
6273 _mesa_unmarshal_DepthMask(struct gl_context * ctx,const struct marshal_cmd_DepthMask * cmd,const uint64_t * last) argument
6286 struct marshal_cmd_DepthMask *cmd; local in function:_mesa_marshal_DepthMask
6299 _mesa_unmarshal_IndexMask(struct gl_context * ctx,const struct marshal_cmd_IndexMask * cmd,const uint64_t * last) argument
6312 struct marshal_cmd_IndexMask *cmd; local in function:_mesa_marshal_IndexMask
6326 _mesa_unmarshal_Accum(struct gl_context * ctx,const struct marshal_cmd_Accum * cmd,const uint64_t * last) argument
6340 struct marshal_cmd_Accum *cmd; local in function:_mesa_marshal_Accum
6354 _mesa_unmarshal_Disable(struct gl_context * ctx,const struct marshal_cmd_Disable * cmd,const uint64_t * last) argument
6367 struct marshal_cmd_Disable *cmd; local in function:_mesa_marshal_Disable
6381 _mesa_unmarshal_Enable(struct gl_context * ctx,const struct marshal_cmd_Enable * cmd,const uint64_t * last) argument
6394 struct marshal_cmd_Enable *cmd; local in function:_mesa_marshal_Enable
6417 _mesa_unmarshal_Flush(struct gl_context * ctx,const struct marshal_cmd_Flush * cmd,const uint64_t * last) argument
6429 struct marshal_cmd_Flush *cmd; local in function:_mesa_marshal_Flush
6442 _mesa_unmarshal_PopAttrib(struct gl_context * ctx,const struct marshal_cmd_PopAttrib * cmd,const uint64_t * last) argument
6454 struct marshal_cmd_PopAttrib *cmd; local in function:_mesa_marshal_PopAttrib
6468 _mesa_unmarshal_PushAttrib(struct gl_context * ctx,const struct marshal_cmd_PushAttrib * cmd,const uint64_t * last) argument
6481 struct marshal_cmd_PushAttrib *cmd; local in function:_mesa_marshal_PushAttrib
6537 _mesa_unmarshal_MapGrid1d(struct gl_context * ctx,const struct marshal_cmd_MapGrid1d * cmd,const uint64_t * last) argument
6552 struct marshal_cmd_MapGrid1d *cmd; local in function:_mesa_marshal_MapGrid1d
6569 _mesa_unmarshal_MapGrid1f(struct gl_context * ctx,const struct marshal_cmd_MapGrid1f * cmd,const uint64_t * last) argument
6584 struct marshal_cmd_MapGrid1f *cmd; local in function:_mesa_marshal_MapGrid1f
6604 _mesa_unmarshal_MapGrid2d(struct gl_context * ctx,const struct marshal_cmd_MapGrid2d * cmd,const uint64_t * last) argument
6622 struct marshal_cmd_MapGrid2d *cmd; local in function:_mesa_marshal_MapGrid2d
6645 _mesa_unmarshal_MapGrid2f(struct gl_context * ctx,const struct marshal_cmd_MapGrid2f * cmd,const uint64_t * last) argument
6663 struct marshal_cmd_MapGrid2f *cmd; local in function:_mesa_marshal_MapGrid2f
6681 _mesa_unmarshal_EvalCoord1d(struct gl_context * ctx,const struct marshal_cmd_EvalCoord1d * cmd,const uint64_t * last) argument
6694 struct marshal_cmd_EvalCoord1d *cmd; local in function:_mesa_marshal_EvalCoord1d
6707 _mesa_unmarshal_EvalCoord1dv(struct gl_context * ctx,const struct marshal_cmd_EvalCoord1dv * cmd,const uint64_t * last) argument
6720 struct marshal_cmd_EvalCoord1dv *cmd; local in function:_mesa_marshal_EvalCoord1dv
6733 _mesa_unmarshal_EvalCoord1f(struct gl_context * ctx,const struct marshal_cmd_EvalCoord1f * cmd,const uint64_t * last) argument
6746 struct marshal_cmd_EvalCoord1f *cmd; local in function:_mesa_marshal_EvalCoord1f
6759 _mesa_unmarshal_EvalCoord1fv(struct gl_context * ctx,const struct marshal_cmd_EvalCoord1fv * cmd,const uint64_t * last) argument
6772 struct marshal_cmd_EvalCoord1fv *cmd; local in function:_mesa_marshal_EvalCoord1fv
6786 _mesa_unmarshal_EvalCoord2d(struct gl_context * ctx,const struct marshal_cmd_EvalCoord2d * cmd,const uint64_t * last) argument
6800 struct marshal_cmd_EvalCoord2d *cmd; local in function:_mesa_marshal_EvalCoord2d
6814 _mesa_unmarshal_EvalCoord2dv(struct gl_context * ctx,const struct marshal_cmd_EvalCoord2dv * cmd,const uint64_t * last) argument
6827 struct marshal_cmd_EvalCoord2dv *cmd; local in function:_mesa_marshal_EvalCoord2dv
6841 _mesa_unmarshal_EvalCoord2f(struct gl_context * ctx,const struct marshal_cmd_EvalCoord2f * cmd,const uint64_t * last) argument
6855 struct marshal_cmd_EvalCoord2f *cmd; local in function:_mesa_marshal_EvalCoord2f
6869 _mesa_unmarshal_EvalCoord2fv(struct gl_context * ctx,const struct marshal_cmd_EvalCoord2fv * cmd,const uint64_t * last) argument
6882 struct marshal_cmd_EvalCoord2fv *cmd; local in function:_mesa_marshal_EvalCoord2fv
6897 _mesa_unmarshal_EvalMesh1(struct gl_context * ctx,const struct marshal_cmd_EvalMesh1 * cmd,const uint64_t * last) argument
6912 struct marshal_cmd_EvalMesh1 *cmd; local in function:_mesa_marshal_EvalMesh1
6927 _mesa_unmarshal_EvalPoint1(struct gl_context * ctx,const struct marshal_cmd_EvalPoint1 * cmd,const uint64_t * last) argument
6940 struct marshal_cmd_EvalPoint1 *cmd; local in function:_mesa_marshal_EvalPoint1
6957 _mesa_unmarshal_EvalMesh2(struct gl_context * ctx,const struct marshal_cmd_EvalMesh2 * cmd,const uint64_t * last) argument
6974 struct marshal_cmd_EvalMesh2 *cmd; local in function:_mesa_marshal_EvalMesh2
6992 _mesa_unmarshal_EvalPoint2(struct gl_context * ctx,const struct marshal_cmd_EvalPoint2 * cmd,const uint64_t * last) argument
7006 struct marshal_cmd_EvalPoint2 *cmd; local in function:_mesa_marshal_EvalPoint2
7021 _mesa_unmarshal_AlphaFunc(struct gl_context * ctx,const struct marshal_cmd_AlphaFunc * cmd,const uint64_t * last) argument
7035 struct marshal_cmd_AlphaFunc *cmd; local in function:_mesa_marshal_AlphaFunc
7050 _mesa_unmarshal_BlendFunc(struct gl_context * ctx,const struct marshal_cmd_BlendFunc * cmd,const uint64_t * last) argument
7064 struct marshal_cmd_BlendFunc *cmd; local in function:_mesa_marshal_BlendFunc
7078 _mesa_unmarshal_LogicOp(struct gl_context * ctx,const struct marshal_cmd_LogicOp * cmd,const uint64_t * last) argument
7091 struct marshal_cmd_LogicOp *cmd; local in function:_mesa_marshal_LogicOp
7106 _mesa_unmarshal_StencilFunc(struct gl_context * ctx,const struct marshal_cmd_StencilFunc * cmd,const uint64_t * last) argument
7121 struct marshal_cmd_StencilFunc *cmd; local in function:_mesa_marshal_StencilFunc
7138 _mesa_unmarshal_StencilOp(struct gl_context * ctx,const struct marshal_cmd_StencilOp * cmd,const uint64_t * last) argument
7153 struct marshal_cmd_StencilOp *cmd; local in function:_mesa_marshal_StencilOp
7168 _mesa_unmarshal_DepthFunc(struct gl_context * ctx,const struct marshal_cmd_DepthFunc * cmd,const uint64_t * last) argument
7181 struct marshal_cmd_DepthFunc *cmd; local in function:_mesa_marshal_DepthFunc
7195 _mesa_unmarshal_PixelZoom(struct gl_context * ctx,const struct marshal_cmd_PixelZoom * cmd,const uint64_t * last) argument
7209 struct marshal_cmd_PixelZoom *cmd; local in function:_mesa_marshal_PixelZoom
7224 _mesa_unmarshal_PixelTransferf(struct gl_context * ctx,const struct marshal_cmd_PixelTransferf * cmd,const uint64_t * last) argument
7238 struct marshal_cmd_PixelTransferf *cmd; local in function:_mesa_marshal_PixelTransferf
7253 _mesa_unmarshal_PixelTransferi(struct gl_context * ctx,const struct marshal_cmd_PixelTransferi * cmd,const uint64_t * last) argument
7267 struct marshal_cmd_PixelTransferi *cmd; local in function:_mesa_marshal_PixelTransferi
7282 _mesa_unmarshal_PixelStoref(struct gl_context * ctx,const struct marshal_cmd_PixelStoref * cmd,const uint64_t * last) argument
7296 struct marshal_cmd_PixelStoref *cmd; local in function:_mesa_marshal_PixelStoref
7311 _mesa_unmarshal_PixelStorei(struct gl_context * ctx,const struct marshal_cmd_PixelStorei * cmd,const uint64_t * last) argument
7325 struct marshal_cmd_PixelStorei *cmd; local in function:_mesa_marshal_PixelStorei
7341 _mesa_unmarshal_PixelMapfv(struct gl_context * ctx,const struct marshal_cmd_PixelMapfv * cmd,const uint64_t * last) argument
7356 struct marshal_cmd_PixelMapfv *cmd; local in function:_mesa_marshal_PixelMapfv
7378 _mesa_unmarshal_PixelMapuiv(struct gl_context * ctx,const struct marshal_cmd_PixelMapuiv * cmd,const uint64_t * last) argument
7393 struct marshal_cmd_PixelMapuiv *cmd; local in function:_mesa_marshal_PixelMapuiv
7415 _mesa_unmarshal_PixelMapusv(struct gl_context * ctx,const struct marshal_cmd_PixelMapusv * cmd,const uint64_t * last) argument
7430 struct marshal_cmd_PixelMapusv *cmd; local in function:_mesa_marshal_PixelMapusv
7450 _mesa_unmarshal_ReadBuffer(struct gl_context * ctx,const struct marshal_cmd_ReadBuffer * cmd,const uint64_t * last) argument
7463 struct marshal_cmd_ReadBuffer *cmd; local in function:_mesa_marshal_ReadBuffer
7480 _mesa_unmarshal_CopyPixels(struct gl_context * ctx,const struct marshal_cmd_CopyPixels * cmd,const uint64_t * last) argument
7497 struct marshal_cmd_CopyPixels *cmd; local in function:_mesa_marshal_CopyPixels
7520 _mesa_unmarshal_ReadPixels(struct gl_context * ctx,const struct marshal_cmd_ReadPixels * cmd,const uint64_t * last) argument
7539 struct marshal_cmd_ReadPixels *cmd; local in function:_mesa_marshal_ReadPixels
7567 _mesa_unmarshal_DrawPixels(struct gl_context * ctx,const struct marshal_cmd_DrawPixels * cmd,const uint64_t * last) argument
7584 struct marshal_cmd_DrawPixels *cmd; local in function:_mesa_marshal_DrawPixels
[all...]
H A Dmarshal_generated3.c52 _mesa_unmarshal_VertexAttrib1fARB(struct gl_context *ctx, const struct marshal_cmd_VertexAttrib1fARB *cmd, const uint64_t *last) argument
54 GLuint index = cmd->index;
55 GLfloat x = cmd->x;
58 assert (cmd_size == cmd->cmd_base.cmd_size);
66 struct marshal_cmd_VertexAttrib1fARB *cmd; local in function:_mesa_marshal_VertexAttrib1fARB
67 cmd = _mesa_glthread_allocate_command(ctx, DISPATCH_CMD_VertexAttrib1fARB, cmd_size);
68 cmd->index = index;
69 cmd->x = x;
81 _mesa_unmarshal_VertexAttrib1fvARB(struct gl_context *ctx, const struct marshal_cmd_VertexAttrib1fvARB *cmd, const uint64_t *last) argument
83 GLuint index = cmd
95 struct marshal_cmd_VertexAttrib1fvARB *cmd; local in function:_mesa_marshal_VertexAttrib1fvARB
110 _mesa_unmarshal_VertexAttrib1s(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib1s * cmd,const uint64_t * last) argument
124 struct marshal_cmd_VertexAttrib1s *cmd; local in function:_mesa_marshal_VertexAttrib1s
139 _mesa_unmarshal_VertexAttrib1sv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib1sv * cmd,const uint64_t * last) argument
153 struct marshal_cmd_VertexAttrib1sv *cmd; local in function:_mesa_marshal_VertexAttrib1sv
169 _mesa_unmarshal_VertexAttrib2d(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib2d * cmd,const uint64_t * last) argument
184 struct marshal_cmd_VertexAttrib2d *cmd; local in function:_mesa_marshal_VertexAttrib2d
200 _mesa_unmarshal_VertexAttrib2dv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib2dv * cmd,const uint64_t * last) argument
214 struct marshal_cmd_VertexAttrib2dv *cmd; local in function:_mesa_marshal_VertexAttrib2dv
230 _mesa_unmarshal_VertexAttrib2fARB(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib2fARB * cmd,const uint64_t * last) argument
245 struct marshal_cmd_VertexAttrib2fARB *cmd; local in function:_mesa_marshal_VertexAttrib2fARB
261 _mesa_unmarshal_VertexAttrib2fvARB(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib2fvARB * cmd,const uint64_t * last) argument
275 struct marshal_cmd_VertexAttrib2fvARB *cmd; local in function:_mesa_marshal_VertexAttrib2fvARB
291 _mesa_unmarshal_VertexAttrib2s(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib2s * cmd,const uint64_t * last) argument
306 struct marshal_cmd_VertexAttrib2s *cmd; local in function:_mesa_marshal_VertexAttrib2s
322 _mesa_unmarshal_VertexAttrib2sv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib2sv * cmd,const uint64_t * last) argument
336 struct marshal_cmd_VertexAttrib2sv *cmd; local in function:_mesa_marshal_VertexAttrib2sv
353 _mesa_unmarshal_VertexAttrib3d(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib3d * cmd,const uint64_t * last) argument
369 struct marshal_cmd_VertexAttrib3d *cmd; local in function:_mesa_marshal_VertexAttrib3d
386 _mesa_unmarshal_VertexAttrib3dv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib3dv * cmd,const uint64_t * last) argument
400 struct marshal_cmd_VertexAttrib3dv *cmd; local in function:_mesa_marshal_VertexAttrib3dv
417 _mesa_unmarshal_VertexAttrib3fARB(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib3fARB * cmd,const uint64_t * last) argument
433 struct marshal_cmd_VertexAttrib3fARB *cmd; local in function:_mesa_marshal_VertexAttrib3fARB
450 _mesa_unmarshal_VertexAttrib3fvARB(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib3fvARB * cmd,const uint64_t * last) argument
464 struct marshal_cmd_VertexAttrib3fvARB *cmd; local in function:_mesa_marshal_VertexAttrib3fvARB
481 _mesa_unmarshal_VertexAttrib3s(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib3s * cmd,const uint64_t * last) argument
497 struct marshal_cmd_VertexAttrib3s *cmd; local in function:_mesa_marshal_VertexAttrib3s
514 _mesa_unmarshal_VertexAttrib3sv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib3sv * cmd,const uint64_t * last) argument
528 struct marshal_cmd_VertexAttrib3sv *cmd; local in function:_mesa_marshal_VertexAttrib3sv
543 _mesa_unmarshal_VertexAttrib4Nbv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4Nbv * cmd,const uint64_t * last) argument
557 struct marshal_cmd_VertexAttrib4Nbv *cmd; local in function:_mesa_marshal_VertexAttrib4Nbv
572 _mesa_unmarshal_VertexAttrib4Niv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4Niv * cmd,const uint64_t * last) argument
586 struct marshal_cmd_VertexAttrib4Niv *cmd; local in function:_mesa_marshal_VertexAttrib4Niv
601 _mesa_unmarshal_VertexAttrib4Nsv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4Nsv * cmd,const uint64_t * last) argument
615 struct marshal_cmd_VertexAttrib4Nsv *cmd; local in function:_mesa_marshal_VertexAttrib4Nsv
633 _mesa_unmarshal_VertexAttrib4Nub(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4Nub * cmd,const uint64_t * last) argument
650 struct marshal_cmd_VertexAttrib4Nub *cmd; local in function:_mesa_marshal_VertexAttrib4Nub
668 _mesa_unmarshal_VertexAttrib4Nubv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4Nubv * cmd,const uint64_t * last) argument
682 struct marshal_cmd_VertexAttrib4Nubv *cmd; local in function:_mesa_marshal_VertexAttrib4Nubv
697 _mesa_unmarshal_VertexAttrib4Nuiv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4Nuiv * cmd,const uint64_t * last) argument
711 struct marshal_cmd_VertexAttrib4Nuiv *cmd; local in function:_mesa_marshal_VertexAttrib4Nuiv
726 _mesa_unmarshal_VertexAttrib4Nusv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4Nusv * cmd,const uint64_t * last) argument
740 struct marshal_cmd_VertexAttrib4Nusv *cmd; local in function:_mesa_marshal_VertexAttrib4Nusv
755 _mesa_unmarshal_VertexAttrib4bv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4bv * cmd,const uint64_t * last) argument
769 struct marshal_cmd_VertexAttrib4bv *cmd; local in function:_mesa_marshal_VertexAttrib4bv
787 _mesa_unmarshal_VertexAttrib4d(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4d * cmd,const uint64_t * last) argument
804 struct marshal_cmd_VertexAttrib4d *cmd; local in function:_mesa_marshal_VertexAttrib4d
822 _mesa_unmarshal_VertexAttrib4dv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4dv * cmd,const uint64_t * last) argument
836 struct marshal_cmd_VertexAttrib4dv *cmd; local in function:_mesa_marshal_VertexAttrib4dv
854 _mesa_unmarshal_VertexAttrib4fARB(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4fARB * cmd,const uint64_t * last) argument
871 struct marshal_cmd_VertexAttrib4fARB *cmd; local in function:_mesa_marshal_VertexAttrib4fARB
889 _mesa_unmarshal_VertexAttrib4fvARB(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4fvARB * cmd,const uint64_t * last) argument
903 struct marshal_cmd_VertexAttrib4fvARB *cmd; local in function:_mesa_marshal_VertexAttrib4fvARB
918 _mesa_unmarshal_VertexAttrib4iv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4iv * cmd,const uint64_t * last) argument
932 struct marshal_cmd_VertexAttrib4iv *cmd; local in function:_mesa_marshal_VertexAttrib4iv
950 _mesa_unmarshal_VertexAttrib4s(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4s * cmd,const uint64_t * last) argument
967 struct marshal_cmd_VertexAttrib4s *cmd; local in function:_mesa_marshal_VertexAttrib4s
985 _mesa_unmarshal_VertexAttrib4sv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4sv * cmd,const uint64_t * last) argument
999 struct marshal_cmd_VertexAttrib4sv *cmd; local in function:_mesa_marshal_VertexAttrib4sv
1014 _mesa_unmarshal_VertexAttrib4ubv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4ubv * cmd,const uint64_t * last) argument
1028 struct marshal_cmd_VertexAttrib4ubv *cmd; local in function:_mesa_marshal_VertexAttrib4ubv
1043 _mesa_unmarshal_VertexAttrib4uiv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4uiv * cmd,const uint64_t * last) argument
1057 struct marshal_cmd_VertexAttrib4uiv *cmd; local in function:_mesa_marshal_VertexAttrib4uiv
1072 _mesa_unmarshal_VertexAttrib4usv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4usv * cmd,const uint64_t * last) argument
1086 struct marshal_cmd_VertexAttrib4usv *cmd; local in function:_mesa_marshal_VertexAttrib4usv
1105 _mesa_unmarshal_VertexAttribPointer(struct gl_context * ctx,const struct marshal_cmd_VertexAttribPointer * cmd,const uint64_t * last) argument
1123 struct marshal_cmd_VertexAttribPointer *cmd; local in function:_mesa_marshal_VertexAttribPointer
1145 _mesa_unmarshal_UniformMatrix2x3fv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix2x3fv * cmd,const uint64_t * last) argument
1162 struct marshal_cmd_UniformMatrix2x3fv *cmd; local in function:_mesa_marshal_UniformMatrix2x3fv
1187 _mesa_unmarshal_UniformMatrix3x2fv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix3x2fv * cmd,const uint64_t * last) argument
1204 struct marshal_cmd_UniformMatrix3x2fv *cmd; local in function:_mesa_marshal_UniformMatrix3x2fv
1229 _mesa_unmarshal_UniformMatrix2x4fv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix2x4fv * cmd,const uint64_t * last) argument
1246 struct marshal_cmd_UniformMatrix2x4fv *cmd; local in function:_mesa_marshal_UniformMatrix2x4fv
1271 _mesa_unmarshal_UniformMatrix4x2fv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix4x2fv * cmd,const uint64_t * last) argument
1288 struct marshal_cmd_UniformMatrix4x2fv *cmd; local in function:_mesa_marshal_UniformMatrix4x2fv
1313 _mesa_unmarshal_UniformMatrix3x4fv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix3x4fv * cmd,const uint64_t * last) argument
1330 struct marshal_cmd_UniformMatrix3x4fv *cmd; local in function:_mesa_marshal_UniformMatrix3x4fv
1355 _mesa_unmarshal_UniformMatrix4x3fv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix4x3fv * cmd,const uint64_t * last) argument
1372 struct marshal_cmd_UniformMatrix4x3fv *cmd; local in function:_mesa_marshal_UniformMatrix4x3fv
1397 _mesa_unmarshal_ProgramStringARB(struct gl_context * ctx,const struct marshal_cmd_ProgramStringARB * cmd,const uint64_t * last) argument
1414 struct marshal_cmd_ProgramStringARB *cmd; local in function:_mesa_marshal_ProgramStringARB
1437 _mesa_unmarshal_BindProgramARB(struct gl_context * ctx,const struct marshal_cmd_BindProgramARB * cmd,const uint64_t * last) argument
1451 struct marshal_cmd_BindProgramARB *cmd; local in function:_mesa_marshal_BindProgramARB
1466 _mesa_unmarshal_DeleteProgramsARB(struct gl_context * ctx,const struct marshal_cmd_DeleteProgramsARB * cmd,const uint64_t * last) argument
1481 struct marshal_cmd_DeleteProgramsARB *cmd; local in function:_mesa_marshal_DeleteProgramsARB
1526 _mesa_unmarshal_ProgramEnvParameter4dARB(struct gl_context * ctx,const struct marshal_cmd_ProgramEnvParameter4dARB * cmd,const uint64_t * last) argument
1544 struct marshal_cmd_ProgramEnvParameter4dARB *cmd; local in function:_mesa_marshal_ProgramEnvParameter4dARB
1564 _mesa_unmarshal_ProgramEnvParameter4dvARB(struct gl_context * ctx,const struct marshal_cmd_ProgramEnvParameter4dvARB * cmd,const uint64_t * last) argument
1579 struct marshal_cmd_ProgramEnvParameter4dvARB *cmd; local in function:_mesa_marshal_ProgramEnvParameter4dvARB
1599 _mesa_unmarshal_ProgramEnvParameter4fARB(struct gl_context * ctx,const struct marshal_cmd_ProgramEnvParameter4fARB * cmd,const uint64_t * last) argument
1617 struct marshal_cmd_ProgramEnvParameter4fARB *cmd; local in function:_mesa_marshal_ProgramEnvParameter4fARB
1637 _mesa_unmarshal_ProgramEnvParameter4fvARB(struct gl_context * ctx,const struct marshal_cmd_ProgramEnvParameter4fvARB * cmd,const uint64_t * last) argument
1652 struct marshal_cmd_ProgramEnvParameter4fvARB *cmd; local in function:_mesa_marshal_ProgramEnvParameter4fvARB
1672 _mesa_unmarshal_ProgramLocalParameter4dARB(struct gl_context * ctx,const struct marshal_cmd_ProgramLocalParameter4dARB * cmd,const uint64_t * last) argument
1690 struct marshal_cmd_ProgramLocalParameter4dARB *cmd; local in function:_mesa_marshal_ProgramLocalParameter4dARB
1710 _mesa_unmarshal_ProgramLocalParameter4dvARB(struct gl_context * ctx,const struct marshal_cmd_ProgramLocalParameter4dvARB * cmd,const uint64_t * last) argument
1725 struct marshal_cmd_ProgramLocalParameter4dvARB *cmd; local in function:_mesa_marshal_ProgramLocalParameter4dvARB
1745 _mesa_unmarshal_ProgramLocalParameter4fARB(struct gl_context * ctx,const struct marshal_cmd_ProgramLocalParameter4fARB * cmd,const uint64_t * last) argument
1763 struct marshal_cmd_ProgramLocalParameter4fARB *cmd; local in function:_mesa_marshal_ProgramLocalParameter4fARB
1783 _mesa_unmarshal_ProgramLocalParameter4fvARB(struct gl_context * ctx,const struct marshal_cmd_ProgramLocalParameter4fvARB * cmd,const uint64_t * last) argument
1798 struct marshal_cmd_ProgramLocalParameter4fvARB *cmd; local in function:_mesa_marshal_ProgramLocalParameter4fvARB
1873 _mesa_unmarshal_DeleteObjectARB(struct gl_context * ctx,const struct marshal_cmd_DeleteObjectARB * cmd,const uint64_t * last) argument
1886 struct marshal_cmd_DeleteObjectARB *cmd; local in function:_mesa_marshal_DeleteObjectARB
1911 _mesa_unmarshal_DetachObjectARB(struct gl_context * ctx,const struct marshal_cmd_DetachObjectARB * cmd,const uint64_t * last) argument
1925 struct marshal_cmd_DetachObjectARB *cmd; local in function:_mesa_marshal_DetachObjectARB
1960 _mesa_unmarshal_AttachObjectARB(struct gl_context * ctx,const struct marshal_cmd_AttachObjectARB * cmd,const uint64_t * last) argument
1974 struct marshal_cmd_AttachObjectARB *cmd; local in function:_mesa_marshal_AttachObjectARB
2029 _mesa_unmarshal_ClampColor(struct gl_context * ctx,const struct marshal_cmd_ClampColor * cmd,const uint64_t * last) argument
2043 struct marshal_cmd_ClampColor *cmd; local in function:_mesa_marshal_ClampColor
2068 _mesa_unmarshal_BindRenderbuffer(struct gl_context * ctx,const struct marshal_cmd_BindRenderbuffer * cmd,const uint64_t * last) argument
2082 struct marshal_cmd_BindRenderbuffer *cmd; local in function:_mesa_marshal_BindRenderbuffer
2097 _mesa_unmarshal_DeleteRenderbuffers(struct gl_context * ctx,const struct marshal_cmd_DeleteRenderbuffers * cmd,const uint64_t * last) argument
2112 struct marshal_cmd_DeleteRenderbuffers *cmd; local in function:_mesa_marshal_DeleteRenderbuffers
2145 _mesa_unmarshal_RenderbufferStorage(struct gl_context * ctx,const struct marshal_cmd_RenderbufferStorage * cmd,const uint64_t * last) argument
2161 struct marshal_cmd_RenderbufferStorage *cmd; local in function:_mesa_marshal_RenderbufferStorage
2181 _mesa_unmarshal_RenderbufferStorageMultisample(struct gl_context * ctx,const struct marshal_cmd_RenderbufferStorageMultisample * cmd,const uint64_t * last) argument
2198 struct marshal_cmd_RenderbufferStorageMultisample *cmd; local in function:_mesa_marshal_RenderbufferStorageMultisample
2236 _mesa_unmarshal_BindFramebuffer(struct gl_context * ctx,const struct marshal_cmd_BindFramebuffer * cmd,const uint64_t * last) argument
2250 struct marshal_cmd_BindFramebuffer *cmd; local in function:_mesa_marshal_BindFramebuffer
2265 _mesa_unmarshal_DeleteFramebuffers(struct gl_context * ctx,const struct marshal_cmd_DeleteFramebuffers * cmd,const uint64_t * last) argument
2280 struct marshal_cmd_DeleteFramebuffers *cmd; local in function:_mesa_marshal_DeleteFramebuffers
2324 _mesa_unmarshal_FramebufferTexture1D(struct gl_context * ctx,const struct marshal_cmd_FramebufferTexture1D * cmd,const uint64_t * last) argument
2341 struct marshal_cmd_FramebufferTexture1D *cmd; local in function:_mesa_marshal_FramebufferTexture1D
2362 _mesa_unmarshal_FramebufferTexture2D(struct gl_context * ctx,const struct marshal_cmd_FramebufferTexture2D * cmd,const uint64_t * last) argument
2379 struct marshal_cmd_FramebufferTexture2D *cmd; local in function:_mesa_marshal_FramebufferTexture2D
2401 _mesa_unmarshal_FramebufferTexture3D(struct gl_context * ctx,const struct marshal_cmd_FramebufferTexture3D * cmd,const uint64_t * last) argument
2419 struct marshal_cmd_FramebufferTexture3D *cmd; local in function:_mesa_marshal_FramebufferTexture3D
2441 _mesa_unmarshal_FramebufferTextureLayer(struct gl_context * ctx,const struct marshal_cmd_FramebufferTextureLayer * cmd,const uint64_t * last) argument
2458 struct marshal_cmd_FramebufferTextureLayer *cmd; local in function:_mesa_marshal_FramebufferTextureLayer
2478 _mesa_unmarshal_FramebufferRenderbuffer(struct gl_context * ctx,const struct marshal_cmd_FramebufferRenderbuffer * cmd,const uint64_t * last) argument
2494 struct marshal_cmd_FramebufferRenderbuffer *cmd; local in function:_mesa_marshal_FramebufferRenderbuffer
2529 _mesa_unmarshal_BlitFramebuffer(struct gl_context * ctx,const struct marshal_cmd_BlitFramebuffer * cmd,const uint64_t * last) argument
2551 struct marshal_cmd_BlitFramebuffer *cmd; local in function:_mesa_marshal_BlitFramebuffer
2573 _mesa_unmarshal_GenerateMipmap(struct gl_context * ctx,const struct marshal_cmd_GenerateMipmap * cmd,const uint64_t * last) argument
2586 struct marshal_cmd_GenerateMipmap *cmd; local in function:_mesa_marshal_GenerateMipmap
2600 _mesa_unmarshal_VertexAttribDivisor(struct gl_context * ctx,const struct marshal_cmd_VertexAttribDivisor * cmd,const uint64_t * last) argument
2614 struct marshal_cmd_VertexAttribDivisor *cmd; local in function:_mesa_marshal_VertexAttribDivisor
2631 _mesa_unmarshal_VertexArrayVertexAttribDivisorEXT(struct gl_context * ctx,const struct marshal_cmd_VertexArrayVertexAttribDivisorEXT * cmd,const uint64_t * last) argument
2646 struct marshal_cmd_VertexArrayVertexAttribDivisorEXT *cmd; local in function:_mesa_marshal_VertexArrayVertexAttribDivisorEXT
2674 _mesa_unmarshal_FlushMappedBufferRange(struct gl_context * ctx,const struct marshal_cmd_FlushMappedBufferRange * cmd,const uint64_t * last) argument
2689 struct marshal_cmd_FlushMappedBufferRange *cmd; local in function:_mesa_marshal_FlushMappedBufferRange
2706 _mesa_unmarshal_TexBuffer(struct gl_context * ctx,const struct marshal_cmd_TexBuffer * cmd,const uint64_t * last) argument
2721 struct marshal_cmd_TexBuffer *cmd; local in function:_mesa_marshal_TexBuffer
2736 _mesa_unmarshal_BindVertexArray(struct gl_context * ctx,const struct marshal_cmd_BindVertexArray * cmd,const uint64_t * last) argument
2749 struct marshal_cmd_BindVertexArray *cmd; local in function:_mesa_marshal_BindVertexArray
2764 _mesa_unmarshal_DeleteVertexArrays(struct gl_context * ctx,const struct marshal_cmd_DeleteVertexArrays * cmd,const uint64_t * last) argument
2779 struct marshal_cmd_DeleteVertexArrays *cmd; local in function:_mesa_marshal_DeleteVertexArrays
2884 _mesa_unmarshal_UniformBlockBinding(struct gl_context * ctx,const struct marshal_cmd_UniformBlockBinding * cmd,const uint64_t * last) argument
2899 struct marshal_cmd_UniformBlockBinding *cmd; local in function:_mesa_marshal_UniformBlockBinding
2918 _mesa_unmarshal_CopyBufferSubData(struct gl_context * ctx,const struct marshal_cmd_CopyBufferSubData * cmd,const uint64_t * last) argument
2935 struct marshal_cmd_CopyBufferSubData *cmd; local in function:_mesa_marshal_CopyBufferSubData
2972 _mesa_unmarshal_DeleteSync(struct gl_context * ctx,const struct marshal_cmd_DeleteSync * cmd,const uint64_t * last) argument
2985 struct marshal_cmd_DeleteSync *cmd; local in function:_mesa_marshal_DeleteSync
3010 _mesa_unmarshal_WaitSync(struct gl_context * ctx,const struct marshal_cmd_WaitSync * cmd,const uint64_t * last) argument
3025 struct marshal_cmd_WaitSync *cmd; local in function:_mesa_marshal_WaitSync
3065 _mesa_unmarshal_TexImage2DMultisample(struct gl_context * ctx,const struct marshal_cmd_TexImage2DMultisample * cmd,const uint64_t * last) argument
3083 struct marshal_cmd_TexImage2DMultisample *cmd; local in function:_mesa_marshal_TexImage2DMultisample
3107 _mesa_unmarshal_TexImage3DMultisample(struct gl_context * ctx,const struct marshal_cmd_TexImage3DMultisample * cmd,const uint64_t * last) argument
3126 struct marshal_cmd_TexImage3DMultisample *cmd; local in function:_mesa_marshal_TexImage3DMultisample
3156 _mesa_unmarshal_SampleMaski(struct gl_context * ctx,const struct marshal_cmd_SampleMaski * cmd,const uint64_t * last) argument
3170 struct marshal_cmd_SampleMaski *cmd; local in function:_mesa_marshal_SampleMaski
3185 _mesa_unmarshal_BlendEquationiARB(struct gl_context * ctx,const struct marshal_cmd_BlendEquationiARB * cmd,const uint64_t * last) argument
3199 struct marshal_cmd_BlendEquationiARB *cmd; local in function:_mesa_marshal_BlendEquationiARB
3215 _mesa_unmarshal_BlendEquationSeparateiARB(struct gl_context * ctx,const struct marshal_cmd_BlendEquationSeparateiARB * cmd,const uint64_t * last) argument
3230 struct marshal_cmd_BlendEquationSeparateiARB *cmd; local in function:_mesa_marshal_BlendEquationSeparateiARB
3247 _mesa_unmarshal_BlendFunciARB(struct gl_context * ctx,const struct marshal_cmd_BlendFunciARB * cmd,const uint64_t * last) argument
3262 struct marshal_cmd_BlendFunciARB *cmd; local in function:_mesa_marshal_BlendFunciARB
3281 _mesa_unmarshal_BlendFuncSeparateiARB(struct gl_context * ctx,const struct marshal_cmd_BlendFuncSeparateiARB * cmd,const uint64_t * last) argument
3298 struct marshal_cmd_BlendFuncSeparateiARB *cmd; local in function:_mesa_marshal_BlendFuncSeparateiARB
3315 _mesa_unmarshal_MinSampleShading(struct gl_context * ctx,const struct marshal_cmd_MinSampleShading * cmd,const uint64_t * last) argument
3328 struct marshal_cmd_MinSampleShading *cmd; local in function:_mesa_marshal_MinSampleShading
3345 _mesa_unmarshal_NamedStringARB(struct gl_context * ctx,const struct marshal_cmd_NamedStringARB * cmd,const uint64_t * last) argument
3366 struct marshal_cmd_NamedStringARB *cmd; local in function:_mesa_marshal_NamedStringARB
3391 _mesa_unmarshal_DeleteNamedStringARB(struct gl_context * ctx,const struct marshal_cmd_DeleteNamedStringARB * cmd,const uint64_t * last) argument
3406 struct marshal_cmd_DeleteNamedStringARB *cmd; local in function:_mesa_marshal_DeleteNamedStringARB
3469 _mesa_unmarshal_BindFragDataLocationIndexed(struct gl_context * ctx,const struct marshal_cmd_BindFragDataLocationIndexed * cmd,const uint64_t * last) argument
3486 struct marshal_cmd_BindFragDataLocationIndexed *cmd; local in function:_mesa_marshal_BindFragDataLocationIndexed
3529 _mesa_unmarshal_DeleteSamplers(struct gl_context * ctx,const struct marshal_cmd_DeleteSamplers * cmd,const uint64_t * last) argument
3544 struct marshal_cmd_DeleteSamplers *cmd; local in function:_mesa_marshal_DeleteSamplers
3575 _mesa_unmarshal_BindSampler(struct gl_context * ctx,const struct marshal_cmd_BindSampler * cmd,const uint64_t * last) argument
3589 struct marshal_cmd_BindSampler *cmd; local in function:_mesa_marshal_BindSampler
3605 _mesa_unmarshal_SamplerParameteri(struct gl_context * ctx,const struct marshal_cmd_SamplerParameteri * cmd,const uint64_t * last) argument
3620 struct marshal_cmd_SamplerParameteri *cmd; local in function:_mesa_marshal_SamplerParameteri
3637 _mesa_unmarshal_SamplerParameterf(struct gl_context * ctx,const struct marshal_cmd_SamplerParameterf * cmd,const uint64_t * last) argument
3652 struct marshal_cmd_SamplerParameterf *cmd; local in function:_mesa_marshal_SamplerParameterf
3669 _mesa_unmarshal_SamplerParameteriv(struct gl_context * ctx,const struct marshal_cmd_SamplerParameteriv * cmd,const uint64_t * last) argument
3685 struct marshal_cmd_SamplerParameteriv *cmd; local in function:_mesa_marshal_SamplerParameteriv
3708 _mesa_unmarshal_SamplerParameterfv(struct gl_context * ctx,const struct marshal_cmd_SamplerParameterfv * cmd,const uint64_t * last) argument
3724 struct marshal_cmd_SamplerParameterfv *cmd; local in function:_mesa_marshal_SamplerParameterfv
3747 _mesa_unmarshal_SamplerParameterIiv(struct gl_context * ctx,const struct marshal_cmd_SamplerParameterIiv * cmd,const uint64_t * last) argument
3763 struct marshal_cmd_SamplerParameterIiv *cmd; local in function:_mesa_marshal_SamplerParameterIiv
3786 _mesa_unmarshal_SamplerParameterIuiv(struct gl_context * ctx,const struct marshal_cmd_SamplerParameterIuiv * cmd,const uint64_t * last) argument
3802 struct marshal_cmd_SamplerParameterIuiv *cmd; local in function:_mesa_marshal_SamplerParameterIuiv
3884 _mesa_unmarshal_QueryCounter(struct gl_context * ctx,const struct marshal_cmd_QueryCounter * cmd,const uint64_t * last) argument
3898 struct marshal_cmd_QueryCounter *cmd; local in function:_mesa_marshal_QueryCounter
3913 _mesa_unmarshal_VertexP2ui(struct gl_context * ctx,const struct marshal_cmd_VertexP2ui * cmd,const uint64_t * last) argument
3927 struct marshal_cmd_VertexP2ui *cmd; local in function:_mesa_marshal_VertexP2ui
3942 _mesa_unmarshal_VertexP3ui(struct gl_context * ctx,const struct marshal_cmd_VertexP3ui * cmd,const uint64_t * last) argument
3956 struct marshal_cmd_VertexP3ui *cmd; local in function:_mesa_marshal_VertexP3ui
3971 _mesa_unmarshal_VertexP4ui(struct gl_context * ctx,const struct marshal_cmd_VertexP4ui * cmd,const uint64_t * last) argument
3985 struct marshal_cmd_VertexP4ui *cmd; local in function:_mesa_marshal_VertexP4ui
4000 _mesa_unmarshal_VertexP2uiv(struct gl_context * ctx,const struct marshal_cmd_VertexP2uiv * cmd,const uint64_t * last) argument
4014 struct marshal_cmd_VertexP2uiv *cmd; local in function:_mesa_marshal_VertexP2uiv
4029 _mesa_unmarshal_VertexP3uiv(struct gl_context * ctx,const struct marshal_cmd_VertexP3uiv * cmd,const uint64_t * last) argument
4043 struct marshal_cmd_VertexP3uiv *cmd; local in function:_mesa_marshal_VertexP3uiv
4058 _mesa_unmarshal_VertexP4uiv(struct gl_context * ctx,const struct marshal_cmd_VertexP4uiv * cmd,const uint64_t * last) argument
4072 struct marshal_cmd_VertexP4uiv *cmd; local in function:_mesa_marshal_VertexP4uiv
4087 _mesa_unmarshal_TexCoordP1ui(struct gl_context * ctx,const struct marshal_cmd_TexCoordP1ui * cmd,const uint64_t * last) argument
4101 struct marshal_cmd_TexCoordP1ui *cmd; local in function:_mesa_marshal_TexCoordP1ui
4116 _mesa_unmarshal_TexCoordP2ui(struct gl_context * ctx,const struct marshal_cmd_TexCoordP2ui * cmd,const uint64_t * last) argument
4130 struct marshal_cmd_TexCoordP2ui *cmd; local in function:_mesa_marshal_TexCoordP2ui
4145 _mesa_unmarshal_TexCoordP3ui(struct gl_context * ctx,const struct marshal_cmd_TexCoordP3ui * cmd,const uint64_t * last) argument
4159 struct marshal_cmd_TexCoordP3ui *cmd; local in function:_mesa_marshal_TexCoordP3ui
4174 _mesa_unmarshal_TexCoordP4ui(struct gl_context * ctx,const struct marshal_cmd_TexCoordP4ui * cmd,const uint64_t * last) argument
4188 struct marshal_cmd_TexCoordP4ui *cmd; local in function:_mesa_marshal_TexCoordP4ui
4203 _mesa_unmarshal_TexCoordP1uiv(struct gl_context * ctx,const struct marshal_cmd_TexCoordP1uiv * cmd,const uint64_t * last) argument
4217 struct marshal_cmd_TexCoordP1uiv *cmd; local in function:_mesa_marshal_TexCoordP1uiv
4232 _mesa_unmarshal_TexCoordP2uiv(struct gl_context * ctx,const struct marshal_cmd_TexCoordP2uiv * cmd,const uint64_t * last) argument
4246 struct marshal_cmd_TexCoordP2uiv *cmd; local in function:_mesa_marshal_TexCoordP2uiv
4261 _mesa_unmarshal_TexCoordP3uiv(struct gl_context * ctx,const struct marshal_cmd_TexCoordP3uiv * cmd,const uint64_t * last) argument
4275 struct marshal_cmd_TexCoordP3uiv *cmd; local in function:_mesa_marshal_TexCoordP3uiv
4290 _mesa_unmarshal_TexCoordP4uiv(struct gl_context * ctx,const struct marshal_cmd_TexCoordP4uiv * cmd,const uint64_t * last) argument
4304 struct marshal_cmd_TexCoordP4uiv *cmd; local in function:_mesa_marshal_TexCoordP4uiv
4320 _mesa_unmarshal_MultiTexCoordP1ui(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoordP1ui * cmd,const uint64_t * last) argument
4335 struct marshal_cmd_MultiTexCoordP1ui *cmd; local in function:_mesa_marshal_MultiTexCoordP1ui
4352 _mesa_unmarshal_MultiTexCoordP2ui(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoordP2ui * cmd,const uint64_t * last) argument
4367 struct marshal_cmd_MultiTexCoordP2ui *cmd; local in function:_mesa_marshal_MultiTexCoordP2ui
4384 _mesa_unmarshal_MultiTexCoordP3ui(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoordP3ui * cmd,const uint64_t * last) argument
4399 struct marshal_cmd_MultiTexCoordP3ui *cmd; local in function:_mesa_marshal_MultiTexCoordP3ui
4416 _mesa_unmarshal_MultiTexCoordP4ui(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoordP4ui * cmd,const uint64_t * last) argument
4431 struct marshal_cmd_MultiTexCoordP4ui *cmd; local in function:_mesa_marshal_MultiTexCoordP4ui
4448 _mesa_unmarshal_MultiTexCoordP1uiv(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoordP1uiv * cmd,const uint64_t * last) argument
4463 struct marshal_cmd_MultiTexCoordP1uiv *cmd; local in function:_mesa_marshal_MultiTexCoordP1uiv
4480 _mesa_unmarshal_MultiTexCoordP2uiv(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoordP2uiv * cmd,const uint64_t * last) argument
4495 struct marshal_cmd_MultiTexCoordP2uiv *cmd; local in function:_mesa_marshal_MultiTexCoordP2uiv
4512 _mesa_unmarshal_MultiTexCoordP3uiv(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoordP3uiv * cmd,const uint64_t * last) argument
4527 struct marshal_cmd_MultiTexCoordP3uiv *cmd; local in function:_mesa_marshal_MultiTexCoordP3uiv
4544 _mesa_unmarshal_MultiTexCoordP4uiv(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoordP4uiv * cmd,const uint64_t * last) argument
4559 struct marshal_cmd_MultiTexCoordP4uiv *cmd; local in function:_mesa_marshal_MultiTexCoordP4uiv
4575 _mesa_unmarshal_NormalP3ui(struct gl_context * ctx,const struct marshal_cmd_NormalP3ui * cmd,const uint64_t * last) argument
4589 struct marshal_cmd_NormalP3ui *cmd; local in function:_mesa_marshal_NormalP3ui
4604 _mesa_unmarshal_NormalP3uiv(struct gl_context * ctx,const struct marshal_cmd_NormalP3uiv * cmd,const uint64_t * last) argument
4618 struct marshal_cmd_NormalP3uiv *cmd; local in function:_mesa_marshal_NormalP3uiv
4633 _mesa_unmarshal_ColorP3ui(struct gl_context * ctx,const struct marshal_cmd_ColorP3ui * cmd,const uint64_t * last) argument
4647 struct marshal_cmd_ColorP3ui *cmd; local in function:_mesa_marshal_ColorP3ui
4662 _mesa_unmarshal_ColorP4ui(struct gl_context * ctx,const struct marshal_cmd_ColorP4ui * cmd,const uint64_t * last) argument
4676 struct marshal_cmd_ColorP4ui *cmd; local in function:_mesa_marshal_ColorP4ui
4691 _mesa_unmarshal_ColorP3uiv(struct gl_context * ctx,const struct marshal_cmd_ColorP3uiv * cmd,const uint64_t * last) argument
4705 struct marshal_cmd_ColorP3uiv *cmd; local in function:_mesa_marshal_ColorP3uiv
4720 _mesa_unmarshal_ColorP4uiv(struct gl_context * ctx,const struct marshal_cmd_ColorP4uiv * cmd,const uint64_t * last) argument
4734 struct marshal_cmd_ColorP4uiv *cmd; local in function:_mesa_marshal_ColorP4uiv
4749 _mesa_unmarshal_SecondaryColorP3ui(struct gl_context * ctx,const struct marshal_cmd_SecondaryColorP3ui * cmd,const uint64_t * last) argument
4763 struct marshal_cmd_SecondaryColorP3ui *cmd; local in function:_mesa_marshal_SecondaryColorP3ui
4778 _mesa_unmarshal_SecondaryColorP3uiv(struct gl_context * ctx,const struct marshal_cmd_SecondaryColorP3uiv * cmd,const uint64_t * last) argument
4792 struct marshal_cmd_SecondaryColorP3uiv *cmd; local in function:_mesa_marshal_SecondaryColorP3uiv
4809 _mesa_unmarshal_VertexAttribP1ui(struct gl_context * ctx,const struct marshal_cmd_VertexAttribP1ui * cmd,const uint64_t * last) argument
4825 struct marshal_cmd_VertexAttribP1ui *cmd; local in function:_mesa_marshal_VertexAttribP1ui
4844 _mesa_unmarshal_VertexAttribP2ui(struct gl_context * ctx,const struct marshal_cmd_VertexAttribP2ui * cmd,const uint64_t * last) argument
4860 struct marshal_cmd_VertexAttribP2ui *cmd; local in function:_mesa_marshal_VertexAttribP2ui
4879 _mesa_unmarshal_VertexAttribP3ui(struct gl_context * ctx,const struct marshal_cmd_VertexAttribP3ui * cmd,const uint64_t * last) argument
4895 struct marshal_cmd_VertexAttribP3ui *cmd; local in function:_mesa_marshal_VertexAttribP3ui
4914 _mesa_unmarshal_VertexAttribP4ui(struct gl_context * ctx,const struct marshal_cmd_VertexAttribP4ui * cmd,const uint64_t * last) argument
4930 struct marshal_cmd_VertexAttribP4ui *cmd; local in function:_mesa_marshal_VertexAttribP4ui
4949 _mesa_unmarshal_VertexAttribP1uiv(struct gl_context * ctx,const struct marshal_cmd_VertexAttribP1uiv * cmd,const uint64_t * last) argument
4965 struct marshal_cmd_VertexAttribP1uiv *cmd; local in function:_mesa_marshal_VertexAttribP1uiv
4984 _mesa_unmarshal_VertexAttribP2uiv(struct gl_context * ctx,const struct marshal_cmd_VertexAttribP2uiv * cmd,const uint64_t * last) argument
5000 struct marshal_cmd_VertexAttribP2uiv *cmd; local in function:_mesa_marshal_VertexAttribP2uiv
5019 _mesa_unmarshal_VertexAttribP3uiv(struct gl_context * ctx,const struct marshal_cmd_VertexAttribP3uiv * cmd,const uint64_t * last) argument
5035 struct marshal_cmd_VertexAttribP3uiv *cmd; local in function:_mesa_marshal_VertexAttribP3uiv
5054 _mesa_unmarshal_VertexAttribP4uiv(struct gl_context * ctx,const struct marshal_cmd_VertexAttribP4uiv * cmd,const uint64_t * last) argument
5070 struct marshal_cmd_VertexAttribP4uiv *cmd; local in function:_mesa_marshal_VertexAttribP4uiv
5138 _mesa_unmarshal_UniformSubroutinesuiv(struct gl_context * ctx,const struct marshal_cmd_UniformSubroutinesuiv * cmd,const uint64_t * last) argument
5154 struct marshal_cmd_UniformSubroutinesuiv *cmd; local in function:_mesa_marshal_UniformSubroutinesuiv
5196 _mesa_unmarshal_PatchParameteri(struct gl_context * ctx,const struct marshal_cmd_PatchParameteri * cmd,const uint64_t * last) argument
5210 struct marshal_cmd_PatchParameteri *cmd; local in function:_mesa_marshal_PatchParameteri
5225 _mesa_unmarshal_PatchParameterfv(struct gl_context * ctx,const struct marshal_cmd_PatchParameterfv * cmd,const uint64_t * last) argument
5240 struct marshal_cmd_PatchParameterfv *cmd; local in function:_mesa_marshal_PatchParameterfv
5261 _mesa_unmarshal_DrawArraysIndirect(struct gl_context * ctx,const struct marshal_cmd_DrawArraysIndirect * cmd,const uint64_t * last) argument
5275 struct marshal_cmd_DrawArraysIndirect *cmd; local in function:_mesa_marshal_DrawArraysIndirect
5296 _mesa_unmarshal_DrawElementsIndirect(struct gl_context * ctx,const struct marshal_cmd_DrawElementsIndirect * cmd,const uint64_t * last) argument
5311 struct marshal_cmd_DrawElementsIndirect *cmd; local in function:_mesa_marshal_DrawElementsIndirect
5334 _mesa_unmarshal_MultiDrawArraysIndirect(struct gl_context * ctx,const struct marshal_cmd_MultiDrawArraysIndirect * cmd,const uint64_t * last) argument
5350 struct marshal_cmd_MultiDrawArraysIndirect *cmd; local in function:_mesa_marshal_MultiDrawArraysIndirect
5375 _mesa_unmarshal_MultiDrawElementsIndirect(struct gl_context * ctx,const struct marshal_cmd_MultiDrawElementsIndirect * cmd,const uint64_t * last) argument
5392 struct marshal_cmd_MultiDrawElementsIndirect *cmd; local in function:_mesa_marshal_MultiDrawElementsIndirect
5415 _mesa_unmarshal_Uniform1d(struct gl_context * ctx,const struct marshal_cmd_Uniform1d * cmd,const uint64_t * last) argument
5429 struct marshal_cmd_Uniform1d *cmd; local in function:_mesa_marshal_Uniform1d
5445 _mesa_unmarshal_Uniform2d(struct gl_context * ctx,const struct marshal_cmd_Uniform2d * cmd,const uint64_t * last) argument
5460 struct marshal_cmd_Uniform2d *cmd; local in function:_mesa_marshal_Uniform2d
5478 _mesa_unmarshal_Uniform3d(struct gl_context * ctx,const struct marshal_cmd_Uniform3d * cmd,const uint64_t * last) argument
5494 struct marshal_cmd_Uniform3d *cmd; local in function:_mesa_marshal_Uniform3d
5514 _mesa_unmarshal_Uniform4d(struct gl_context * ctx,const struct marshal_cmd_Uniform4d * cmd,const uint64_t * last) argument
5531 struct marshal_cmd_Uniform4d *cmd; local in function:_mesa_marshal_Uniform4d
5550 _mesa_unmarshal_Uniform1dv(struct gl_context * ctx,const struct marshal_cmd_Uniform1dv * cmd,const uint64_t * last) argument
5566 struct marshal_cmd_Uniform1dv *cmd; local in function:_mesa_marshal_Uniform1dv
5589 _mesa_unmarshal_Uniform2dv(struct gl_context * ctx,const struct marshal_cmd_Uniform2dv * cmd,const uint64_t * last) argument
5605 struct marshal_cmd_Uniform2dv *cmd; local in function:_mesa_marshal_Uniform2dv
5628 _mesa_unmarshal_Uniform3dv(struct gl_context * ctx,const struct marshal_cmd_Uniform3dv * cmd,const uint64_t * last) argument
5644 struct marshal_cmd_Uniform3dv *cmd; local in function:_mesa_marshal_Uniform3dv
5667 _mesa_unmarshal_Uniform4dv(struct gl_context * ctx,const struct marshal_cmd_Uniform4dv * cmd,const uint64_t * last) argument
5683 struct marshal_cmd_Uniform4dv *cmd; local in function:_mesa_marshal_Uniform4dv
5707 _mesa_unmarshal_UniformMatrix2dv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix2dv * cmd,const uint64_t * last) argument
5724 struct marshal_cmd_UniformMatrix2dv *cmd; local in function:_mesa_marshal_UniformMatrix2dv
5749 _mesa_unmarshal_UniformMatrix3dv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix3dv * cmd,const uint64_t * last) argument
5766 struct marshal_cmd_UniformMatrix3dv *cmd; local in function:_mesa_marshal_UniformMatrix3dv
5791 _mesa_unmarshal_UniformMatrix4dv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix4dv * cmd,const uint64_t * last) argument
5808 struct marshal_cmd_UniformMatrix4dv *cmd; local in function:_mesa_marshal_UniformMatrix4dv
5833 _mesa_unmarshal_UniformMatrix2x3dv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix2x3dv * cmd,const uint64_t * last) argument
5850 struct marshal_cmd_UniformMatrix2x3dv *cmd; local in function:_mesa_marshal_UniformMatrix2x3dv
5875 _mesa_unmarshal_UniformMatrix2x4dv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix2x4dv * cmd,const uint64_t * last) argument
5892 struct marshal_cmd_UniformMatrix2x4dv *cmd; local in function:_mesa_marshal_UniformMatrix2x4dv
5917 _mesa_unmarshal_UniformMatrix3x2dv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix3x2dv * cmd,const uint64_t * last) argument
5934 struct marshal_cmd_UniformMatrix3x2dv *cmd; local in function:_mesa_marshal_UniformMatrix3x2dv
5959 _mesa_unmarshal_UniformMatrix3x4dv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix3x4dv * cmd,const uint64_t * last) argument
5976 struct marshal_cmd_UniformMatrix3x4dv *cmd; local in function:_mesa_marshal_UniformMatrix3x4dv
6001 _mesa_unmarshal_UniformMatrix4x2dv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix4x2dv * cmd,const uint64_t * last) argument
6018 struct marshal_cmd_UniformMatrix4x2dv *cmd; local in function:_mesa_marshal_UniformMatrix4x2dv
6043 _mesa_unmarshal_UniformMatrix4x3dv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix4x3dv * cmd,const uint64_t * last) argument
6060 struct marshal_cmd_UniformMatrix4x3dv *cmd; local in function:_mesa_marshal_UniformMatrix4x3dv
6094 _mesa_unmarshal_ProgramUniform1d(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform1d * cmd,const uint64_t * last) argument
6109 struct marshal_cmd_ProgramUniform1d *cmd; local in function:_mesa_marshal_ProgramUniform1d
6127 _mesa_unmarshal_ProgramUniform2d(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform2d * cmd,const uint64_t * last) argument
6143 struct marshal_cmd_ProgramUniform2d *cmd; local in function:_mesa_marshal_ProgramUniform2d
6163 _mesa_unmarshal_ProgramUniform3d(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform3d * cmd,const uint64_t * last) argument
6180 struct marshal_cmd_ProgramUniform3d *cmd; local in function:_mesa_marshal_ProgramUniform3d
6202 _mesa_unmarshal_ProgramUniform4d(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform4d * cmd,const uint64_t * last) argument
6220 struct marshal_cmd_ProgramUniform4d *cmd; local in function:_mesa_marshal_ProgramUniform4d
6241 _mesa_unmarshal_ProgramUniform1dv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform1dv * cmd,const uint64_t * last) argument
6258 struct marshal_cmd_ProgramUniform1dv *cmd; local in function:_mesa_marshal_ProgramUniform1dv
6283 _mesa_unmarshal_ProgramUniform2dv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform2dv * cmd,const uint64_t * last) argument
6300 struct marshal_cmd_ProgramUniform2dv *cmd; local in function:_mesa_marshal_ProgramUniform2dv
6325 _mesa_unmarshal_ProgramUniform3dv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform3dv * cmd,const uint64_t * last) argument
6342 struct marshal_cmd_ProgramUniform3dv *cmd; local in function:_mesa_marshal_ProgramUniform3dv
6367 _mesa_unmarshal_ProgramUniform4dv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform4dv * cmd,const uint64_t * last) argument
6384 struct marshal_cmd_ProgramUniform4dv *cmd; local in function:_mesa_marshal_ProgramUniform4dv
6410 _mesa_unmarshal_ProgramUniformMatrix2dv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix2dv * cmd,const uint64_t * last) argument
6428 struct marshal_cmd_ProgramUniformMatrix2dv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix2dv
6455 _mesa_unmarshal_ProgramUniformMatrix3dv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix3dv * cmd,const uint64_t * last) argument
6473 struct marshal_cmd_ProgramUniformMatrix3dv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix3dv
6500 _mesa_unmarshal_ProgramUniformMatrix4dv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix4dv * cmd,const uint64_t * last) argument
6518 struct marshal_cmd_ProgramUniformMatrix4dv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix4dv
6545 _mesa_unmarshal_ProgramUniformMatrix2x3dv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix2x3dv * cmd,const uint64_t * last) argument
6563 struct marshal_cmd_ProgramUniformMatrix2x3dv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix2x3dv
6590 _mesa_unmarshal_ProgramUniformMatrix2x4dv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix2x4dv * cmd,const uint64_t * last) argument
6608 struct marshal_cmd_ProgramUniformMatrix2x4dv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix2x4dv
6635 _mesa_unmarshal_ProgramUniformMatrix3x2dv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix3x2dv * cmd,const uint64_t * last) argument
6653 struct marshal_cmd_ProgramUniformMatrix3x2dv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix3x2dv
6680 _mesa_unmarshal_ProgramUniformMatrix3x4dv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix3x4dv * cmd,const uint64_t * last) argument
6698 struct marshal_cmd_ProgramUniformMatrix3x4dv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix3x4dv
6725 _mesa_unmarshal_ProgramUniformMatrix4x2dv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix4x2dv * cmd,const uint64_t * last) argument
6743 struct marshal_cmd_ProgramUniformMatrix4x2dv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix4x2dv
6770 _mesa_unmarshal_ProgramUniformMatrix4x3dv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix4x3dv * cmd,const uint64_t * last) argument
6788 struct marshal_cmd_ProgramUniformMatrix4x3dv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix4x3dv
6813 _mesa_unmarshal_DrawTransformFeedbackStream(struct gl_context * ctx,const struct marshal_cmd_DrawTransformFeedbackStream * cmd,const uint64_t * last) argument
6828 struct marshal_cmd_DrawTransformFeedbackStream *cmd; local in function:_mesa_marshal_DrawTransformFeedbackStream
6845 _mesa_unmarshal_BeginQueryIndexed(struct gl_context * ctx,const struct marshal_cmd_BeginQueryIndexed * cmd,const uint64_t * last) argument
6860 struct marshal_cmd_BeginQueryIndexed *cmd; local in function:_mesa_marshal_BeginQueryIndexed
6876 _mesa_unmarshal_EndQueryIndexed(struct gl_context * ctx,const struct marshal_cmd_EndQueryIndexed * cmd,const uint64_t * last) argument
6890 struct marshal_cmd_EndQueryIndexed *cmd; local in function:_mesa_marshal_EndQueryIndexed
6916 _mesa_unmarshal_UseProgramStages(struct gl_context * ctx,const struct marshal_cmd_UseProgramStages * cmd,const uint64_t * last) argument
6931 struct marshal_cmd_UseProgramStages *cmd; local in function:_mesa_marshal_UseProgramStages
6947 _mesa_unmarshal_ActiveShaderProgram(struct gl_context * ctx,const struct marshal_cmd_ActiveShaderProgram * cmd,const uint64_t * last) argument
6961 struct marshal_cmd_ActiveShaderProgram *cmd; local in function:_mesa_marshal_ActiveShaderProgram
6985 _mesa_unmarshal_BindProgramPipeline(struct gl_context * ctx,const struct marshal_cmd_BindProgramPipeline * cmd,const uint64_t * last) argument
6998 struct marshal_cmd_BindProgramPipeline *cmd; local in function:_mesa_marshal_BindProgramPipeline
7012 _mesa_unmarshal_DeleteProgramPipelines(struct gl_context * ctx,const struct marshal_cmd_DeleteProgramPipelines * cmd,const uint64_t * last) argument
7027 struct marshal_cmd_DeleteProgramPipelines *cmd; local in function:_mesa_marshal_DeleteProgramPipelines
7079 _mesa_unmarshal_ProgramUniform1i(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform1i * cmd,const uint64_t * last) argument
7094 struct marshal_cmd_ProgramUniform1i *cmd; local in function:_mesa_marshal_ProgramUniform1i
7112 _mesa_unmarshal_ProgramUniform2i(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform2i * cmd,const uint64_t * last) argument
7128 struct marshal_cmd_ProgramUniform2i *cmd; local in function:_mesa_marshal_ProgramUniform2i
[all...]
H A Dmarshal_generated5.c54 _mesa_unmarshal_BufferPageCommitmentARB(struct gl_context *ctx, const struct marshal_cmd_BufferPageCommitmentARB *cmd, const uint64_t *last) argument
56 GLenum target = cmd->target;
57 GLintptr offset = cmd->offset;
58 GLsizeiptr size = cmd->size;
59 GLboolean commit = cmd->commit;
62 assert (cmd_size == cmd->cmd_base.cmd_size);
70 struct marshal_cmd_BufferPageCommitmentARB *cmd; local in function:_mesa_marshal_BufferPageCommitmentARB
71 cmd = _mesa_glthread_allocate_command(ctx, DISPATCH_CMD_BufferPageCommitmentARB, cmd_size);
72 cmd->target = target;
73 cmd
89 _mesa_unmarshal_NamedBufferPageCommitmentEXT(struct gl_context * ctx,const struct marshal_cmd_NamedBufferPageCommitmentEXT * cmd,const uint64_t * last) argument
105 struct marshal_cmd_NamedBufferPageCommitmentEXT *cmd; local in function:_mesa_marshal_NamedBufferPageCommitmentEXT
124 _mesa_unmarshal_NamedBufferPageCommitmentARB(struct gl_context * ctx,const struct marshal_cmd_NamedBufferPageCommitmentARB * cmd,const uint64_t * last) argument
140 struct marshal_cmd_NamedBufferPageCommitmentARB *cmd; local in function:_mesa_marshal_NamedBufferPageCommitmentARB
163 _mesa_unmarshal_PrimitiveBoundingBox(struct gl_context * ctx,const struct marshal_cmd_PrimitiveBoundingBox * cmd,const uint64_t * last) argument
183 struct marshal_cmd_PrimitiveBoundingBox *cmd; local in function:_mesa_marshal_PrimitiveBoundingBox
202 _mesa_unmarshal_BlendBarrier(struct gl_context * ctx,const struct marshal_cmd_BlendBarrier * cmd,const uint64_t * last) argument
214 struct marshal_cmd_BlendBarrier *cmd; local in function:_mesa_marshal_BlendBarrier
228 _mesa_unmarshal_Uniform1i64ARB(struct gl_context * ctx,const struct marshal_cmd_Uniform1i64ARB * cmd,const uint64_t * last) argument
242 struct marshal_cmd_Uniform1i64ARB *cmd; local in function:_mesa_marshal_Uniform1i64ARB
258 _mesa_unmarshal_Uniform2i64ARB(struct gl_context * ctx,const struct marshal_cmd_Uniform2i64ARB * cmd,const uint64_t * last) argument
273 struct marshal_cmd_Uniform2i64ARB *cmd; local in function:_mesa_marshal_Uniform2i64ARB
291 _mesa_unmarshal_Uniform3i64ARB(struct gl_context * ctx,const struct marshal_cmd_Uniform3i64ARB * cmd,const uint64_t * last) argument
307 struct marshal_cmd_Uniform3i64ARB *cmd; local in function:_mesa_marshal_Uniform3i64ARB
327 _mesa_unmarshal_Uniform4i64ARB(struct gl_context * ctx,const struct marshal_cmd_Uniform4i64ARB * cmd,const uint64_t * last) argument
344 struct marshal_cmd_Uniform4i64ARB *cmd; local in function:_mesa_marshal_Uniform4i64ARB
363 _mesa_unmarshal_Uniform1i64vARB(struct gl_context * ctx,const struct marshal_cmd_Uniform1i64vARB * cmd,const uint64_t * last) argument
379 struct marshal_cmd_Uniform1i64vARB *cmd; local in function:_mesa_marshal_Uniform1i64vARB
402 _mesa_unmarshal_Uniform2i64vARB(struct gl_context * ctx,const struct marshal_cmd_Uniform2i64vARB * cmd,const uint64_t * last) argument
418 struct marshal_cmd_Uniform2i64vARB *cmd; local in function:_mesa_marshal_Uniform2i64vARB
441 _mesa_unmarshal_Uniform3i64vARB(struct gl_context * ctx,const struct marshal_cmd_Uniform3i64vARB * cmd,const uint64_t * last) argument
457 struct marshal_cmd_Uniform3i64vARB *cmd; local in function:_mesa_marshal_Uniform3i64vARB
480 _mesa_unmarshal_Uniform4i64vARB(struct gl_context * ctx,const struct marshal_cmd_Uniform4i64vARB * cmd,const uint64_t * last) argument
496 struct marshal_cmd_Uniform4i64vARB *cmd; local in function:_mesa_marshal_Uniform4i64vARB
518 _mesa_unmarshal_Uniform1ui64ARB(struct gl_context * ctx,const struct marshal_cmd_Uniform1ui64ARB * cmd,const uint64_t * last) argument
532 struct marshal_cmd_Uniform1ui64ARB *cmd; local in function:_mesa_marshal_Uniform1ui64ARB
548 _mesa_unmarshal_Uniform2ui64ARB(struct gl_context * ctx,const struct marshal_cmd_Uniform2ui64ARB * cmd,const uint64_t * last) argument
563 struct marshal_cmd_Uniform2ui64ARB *cmd; local in function:_mesa_marshal_Uniform2ui64ARB
581 _mesa_unmarshal_Uniform3ui64ARB(struct gl_context * ctx,const struct marshal_cmd_Uniform3ui64ARB * cmd,const uint64_t * last) argument
597 struct marshal_cmd_Uniform3ui64ARB *cmd; local in function:_mesa_marshal_Uniform3ui64ARB
617 _mesa_unmarshal_Uniform4ui64ARB(struct gl_context * ctx,const struct marshal_cmd_Uniform4ui64ARB * cmd,const uint64_t * last) argument
634 struct marshal_cmd_Uniform4ui64ARB *cmd; local in function:_mesa_marshal_Uniform4ui64ARB
653 _mesa_unmarshal_Uniform1ui64vARB(struct gl_context * ctx,const struct marshal_cmd_Uniform1ui64vARB * cmd,const uint64_t * last) argument
669 struct marshal_cmd_Uniform1ui64vARB *cmd; local in function:_mesa_marshal_Uniform1ui64vARB
692 _mesa_unmarshal_Uniform2ui64vARB(struct gl_context * ctx,const struct marshal_cmd_Uniform2ui64vARB * cmd,const uint64_t * last) argument
708 struct marshal_cmd_Uniform2ui64vARB *cmd; local in function:_mesa_marshal_Uniform2ui64vARB
731 _mesa_unmarshal_Uniform3ui64vARB(struct gl_context * ctx,const struct marshal_cmd_Uniform3ui64vARB * cmd,const uint64_t * last) argument
747 struct marshal_cmd_Uniform3ui64vARB *cmd; local in function:_mesa_marshal_Uniform3ui64vARB
770 _mesa_unmarshal_Uniform4ui64vARB(struct gl_context * ctx,const struct marshal_cmd_Uniform4ui64vARB * cmd,const uint64_t * last) argument
786 struct marshal_cmd_Uniform4ui64vARB *cmd; local in function:_mesa_marshal_Uniform4ui64vARB
849 _mesa_unmarshal_ProgramUniform1i64ARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform1i64ARB * cmd,const uint64_t * last) argument
864 struct marshal_cmd_ProgramUniform1i64ARB *cmd; local in function:_mesa_marshal_ProgramUniform1i64ARB
882 _mesa_unmarshal_ProgramUniform2i64ARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform2i64ARB * cmd,const uint64_t * last) argument
898 struct marshal_cmd_ProgramUniform2i64ARB *cmd; local in function:_mesa_marshal_ProgramUniform2i64ARB
918 _mesa_unmarshal_ProgramUniform3i64ARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform3i64ARB * cmd,const uint64_t * last) argument
935 struct marshal_cmd_ProgramUniform3i64ARB *cmd; local in function:_mesa_marshal_ProgramUniform3i64ARB
957 _mesa_unmarshal_ProgramUniform4i64ARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform4i64ARB * cmd,const uint64_t * last) argument
975 struct marshal_cmd_ProgramUniform4i64ARB *cmd; local in function:_mesa_marshal_ProgramUniform4i64ARB
996 _mesa_unmarshal_ProgramUniform1i64vARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform1i64vARB * cmd,const uint64_t * last) argument
1013 struct marshal_cmd_ProgramUniform1i64vARB *cmd; local in function:_mesa_marshal_ProgramUniform1i64vARB
1038 _mesa_unmarshal_ProgramUniform2i64vARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform2i64vARB * cmd,const uint64_t * last) argument
1055 struct marshal_cmd_ProgramUniform2i64vARB *cmd; local in function:_mesa_marshal_ProgramUniform2i64vARB
1080 _mesa_unmarshal_ProgramUniform3i64vARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform3i64vARB * cmd,const uint64_t * last) argument
1097 struct marshal_cmd_ProgramUniform3i64vARB *cmd; local in function:_mesa_marshal_ProgramUniform3i64vARB
1122 _mesa_unmarshal_ProgramUniform4i64vARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform4i64vARB * cmd,const uint64_t * last) argument
1139 struct marshal_cmd_ProgramUniform4i64vARB *cmd; local in function:_mesa_marshal_ProgramUniform4i64vARB
1163 _mesa_unmarshal_ProgramUniform1ui64ARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform1ui64ARB * cmd,const uint64_t * last) argument
1178 struct marshal_cmd_ProgramUniform1ui64ARB *cmd; local in function:_mesa_marshal_ProgramUniform1ui64ARB
1196 _mesa_unmarshal_ProgramUniform2ui64ARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform2ui64ARB * cmd,const uint64_t * last) argument
1212 struct marshal_cmd_ProgramUniform2ui64ARB *cmd; local in function:_mesa_marshal_ProgramUniform2ui64ARB
1232 _mesa_unmarshal_ProgramUniform3ui64ARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform3ui64ARB * cmd,const uint64_t * last) argument
1249 struct marshal_cmd_ProgramUniform3ui64ARB *cmd; local in function:_mesa_marshal_ProgramUniform3ui64ARB
1271 _mesa_unmarshal_ProgramUniform4ui64ARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform4ui64ARB * cmd,const uint64_t * last) argument
1289 struct marshal_cmd_ProgramUniform4ui64ARB *cmd; local in function:_mesa_marshal_ProgramUniform4ui64ARB
1310 _mesa_unmarshal_ProgramUniform1ui64vARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform1ui64vARB * cmd,const uint64_t * last) argument
1327 struct marshal_cmd_ProgramUniform1ui64vARB *cmd; local in function:_mesa_marshal_ProgramUniform1ui64vARB
1352 _mesa_unmarshal_ProgramUniform2ui64vARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform2ui64vARB * cmd,const uint64_t * last) argument
1369 struct marshal_cmd_ProgramUniform2ui64vARB *cmd; local in function:_mesa_marshal_ProgramUniform2ui64vARB
1394 _mesa_unmarshal_ProgramUniform3ui64vARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform3ui64vARB * cmd,const uint64_t * last) argument
1411 struct marshal_cmd_ProgramUniform3ui64vARB *cmd; local in function:_mesa_marshal_ProgramUniform3ui64vARB
1436 _mesa_unmarshal_ProgramUniform4ui64vARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform4ui64vARB * cmd,const uint64_t * last) argument
1453 struct marshal_cmd_ProgramUniform4ui64vARB *cmd; local in function:_mesa_marshal_ProgramUniform4ui64vARB
1475 _mesa_unmarshal_MaxShaderCompilerThreadsKHR(struct gl_context * ctx,const struct marshal_cmd_MaxShaderCompilerThreadsKHR * cmd,const uint64_t * last) argument
1488 struct marshal_cmd_MaxShaderCompilerThreadsKHR *cmd; local in function:_mesa_marshal_MaxShaderCompilerThreadsKHR
1505 _mesa_unmarshal_SpecializeShaderARB(struct gl_context * ctx,const struct marshal_cmd_SpecializeShaderARB * cmd,const uint64_t * last) argument
1529 struct marshal_cmd_SpecializeShaderARB *cmd; local in function:_mesa_marshal_SpecializeShaderARB
1558 _mesa_unmarshal_ColorPointerEXT(struct gl_context * ctx,const struct marshal_cmd_ColorPointerEXT * cmd,const uint64_t * last) argument
1575 struct marshal_cmd_ColorPointerEXT *cmd; local in function:_mesa_marshal_ColorPointerEXT
1595 _mesa_unmarshal_EdgeFlagPointerEXT(struct gl_context * ctx,const struct marshal_cmd_EdgeFlagPointerEXT * cmd,const uint64_t * last) argument
1610 struct marshal_cmd_EdgeFlagPointerEXT *cmd; local in function:_mesa_marshal_EdgeFlagPointerEXT
1629 _mesa_unmarshal_IndexPointerEXT(struct gl_context * ctx,const struct marshal_cmd_IndexPointerEXT * cmd,const uint64_t * last) argument
1645 struct marshal_cmd_IndexPointerEXT *cmd; local in function:_mesa_marshal_IndexPointerEXT
1665 _mesa_unmarshal_NormalPointerEXT(struct gl_context * ctx,const struct marshal_cmd_NormalPointerEXT * cmd,const uint64_t * last) argument
1681 struct marshal_cmd_NormalPointerEXT *cmd; local in function:_mesa_marshal_NormalPointerEXT
1702 _mesa_unmarshal_TexCoordPointerEXT(struct gl_context * ctx,const struct marshal_cmd_TexCoordPointerEXT * cmd,const uint64_t * last) argument
1719 struct marshal_cmd_TexCoordPointerEXT *cmd; local in function:_mesa_marshal_TexCoordPointerEXT
1741 _mesa_unmarshal_VertexPointerEXT(struct gl_context * ctx,const struct marshal_cmd_VertexPointerEXT * cmd,const uint64_t * last) argument
1758 struct marshal_cmd_VertexPointerEXT *cmd; local in function:_mesa_marshal_VertexPointerEXT
1777 _mesa_unmarshal_LockArraysEXT(struct gl_context * ctx,const struct marshal_cmd_LockArraysEXT * cmd,const uint64_t * last) argument
1791 struct marshal_cmd_LockArraysEXT *cmd; local in function:_mesa_marshal_LockArraysEXT
1804 _mesa_unmarshal_UnlockArraysEXT(struct gl_context * ctx,const struct marshal_cmd_UnlockArraysEXT * cmd,const uint64_t * last) argument
1816 struct marshal_cmd_UnlockArraysEXT *cmd; local in function:_mesa_marshal_UnlockArraysEXT
1831 _mesa_unmarshal_ViewportArrayv(struct gl_context * ctx,const struct marshal_cmd_ViewportArrayv * cmd,const uint64_t * last) argument
1847 struct marshal_cmd_ViewportArrayv *cmd; local in function:_mesa_marshal_ViewportArrayv
1872 _mesa_unmarshal_ViewportIndexedf(struct gl_context * ctx,const struct marshal_cmd_ViewportIndexedf * cmd,const uint64_t * last) argument
1889 struct marshal_cmd_ViewportIndexedf *cmd; local in function:_mesa_marshal_ViewportIndexedf
1907 _mesa_unmarshal_ViewportIndexedfv(struct gl_context * ctx,const struct marshal_cmd_ViewportIndexedfv * cmd,const uint64_t * last) argument
1921 struct marshal_cmd_ViewportIndexedfv *cmd; local in function:_mesa_marshal_ViewportIndexedfv
1937 _mesa_unmarshal_ScissorArrayv(struct gl_context * ctx,const struct marshal_cmd_ScissorArrayv * cmd,const uint64_t * last) argument
1953 struct marshal_cmd_ScissorArrayv *cmd; local in function:_mesa_marshal_ScissorArrayv
1978 _mesa_unmarshal_ScissorIndexed(struct gl_context * ctx,const struct marshal_cmd_ScissorIndexed * cmd,const uint64_t * last) argument
1995 struct marshal_cmd_ScissorIndexed *cmd; local in function:_mesa_marshal_ScissorIndexed
2013 _mesa_unmarshal_ScissorIndexedv(struct gl_context * ctx,const struct marshal_cmd_ScissorIndexedv * cmd,const uint64_t * last) argument
2027 struct marshal_cmd_ScissorIndexedv *cmd; local in function:_mesa_marshal_ScissorIndexedv
2043 _mesa_unmarshal_DepthRangeArrayv(struct gl_context * ctx,const struct marshal_cmd_DepthRangeArrayv * cmd,const uint64_t * last) argument
2059 struct marshal_cmd_DepthRangeArrayv *cmd; local in function:_mesa_marshal_DepthRangeArrayv
2082 _mesa_unmarshal_DepthRangeIndexed(struct gl_context * ctx,const struct marshal_cmd_DepthRangeIndexed * cmd,const uint64_t * last) argument
2097 struct marshal_cmd_DepthRangeIndexed *cmd; local in function:_mesa_marshal_DepthRangeIndexed
2135 _mesa_unmarshal_FramebufferSampleLocationsfvARB(struct gl_context * ctx,const struct marshal_cmd_FramebufferSampleLocationsfvARB * cmd,const uint64_t * last) argument
2152 struct marshal_cmd_FramebufferSampleLocationsfvARB *cmd; local in function:_mesa_marshal_FramebufferSampleLocationsfvARB
2177 _mesa_unmarshal_NamedFramebufferSampleLocationsfvARB(struct gl_context * ctx,const struct marshal_cmd_NamedFramebufferSampleLocationsfvARB * cmd,const uint64_t * last) argument
2194 struct marshal_cmd_NamedFramebufferSampleLocationsfvARB *cmd; local in function:_mesa_marshal_NamedFramebufferSampleLocationsfvARB
2215 _mesa_unmarshal_EvaluateDepthValuesARB(struct gl_context * ctx,const struct marshal_cmd_EvaluateDepthValuesARB * cmd,const uint64_t * last) argument
2227 struct marshal_cmd_EvaluateDepthValuesARB *cmd; local in function:_mesa_marshal_EvaluateDepthValuesARB
2243 _mesa_unmarshal_WindowPos4dMESA(struct gl_context * ctx,const struct marshal_cmd_WindowPos4dMESA * cmd,const uint64_t * last) argument
2259 struct marshal_cmd_WindowPos4dMESA *cmd; local in function:_mesa_marshal_WindowPos4dMESA
2275 _mesa_unmarshal_WindowPos4dvMESA(struct gl_context * ctx,const struct marshal_cmd_WindowPos4dvMESA * cmd,const uint64_t * last) argument
2288 struct marshal_cmd_WindowPos4dvMESA *cmd; local in function:_mesa_marshal_WindowPos4dvMESA
2304 _mesa_unmarshal_WindowPos4fMESA(struct gl_context * ctx,const struct marshal_cmd_WindowPos4fMESA * cmd,const uint64_t * last) argument
2320 struct marshal_cmd_WindowPos4fMESA *cmd; local in function:_mesa_marshal_WindowPos4fMESA
2336 _mesa_unmarshal_WindowPos4fvMESA(struct gl_context * ctx,const struct marshal_cmd_WindowPos4fvMESA * cmd,const uint64_t * last) argument
2349 struct marshal_cmd_WindowPos4fvMESA *cmd; local in function:_mesa_marshal_WindowPos4fvMESA
2365 _mesa_unmarshal_WindowPos4iMESA(struct gl_context * ctx,const struct marshal_cmd_WindowPos4iMESA * cmd,const uint64_t * last) argument
2381 struct marshal_cmd_WindowPos4iMESA *cmd; local in function:_mesa_marshal_WindowPos4iMESA
2397 _mesa_unmarshal_WindowPos4ivMESA(struct gl_context * ctx,const struct marshal_cmd_WindowPos4ivMESA * cmd,const uint64_t * last) argument
2410 struct marshal_cmd_WindowPos4ivMESA *cmd; local in function:_mesa_marshal_WindowPos4ivMESA
2426 _mesa_unmarshal_WindowPos4sMESA(struct gl_context * ctx,const struct marshal_cmd_WindowPos4sMESA * cmd,const uint64_t * last) argument
2442 struct marshal_cmd_WindowPos4sMESA *cmd; local in function:_mesa_marshal_WindowPos4sMESA
2458 _mesa_unmarshal_WindowPos4svMESA(struct gl_context * ctx,const struct marshal_cmd_WindowPos4svMESA * cmd,const uint64_t * last) argument
2471 struct marshal_cmd_WindowPos4svMESA *cmd; local in function:_mesa_marshal_WindowPos4svMESA
2488 _mesa_unmarshal_MultiModeDrawArraysIBM(struct gl_context * ctx,const struct marshal_cmd_MultiModeDrawArraysIBM * cmd,const uint64_t * last) argument
2505 struct marshal_cmd_MultiModeDrawArraysIBM *cmd; local in function:_mesa_marshal_MultiModeDrawArraysIBM
2532 _mesa_unmarshal_MultiModeDrawElementsIBM(struct gl_context * ctx,const struct marshal_cmd_MultiModeDrawElementsIBM * cmd,const uint64_t * last) argument
2550 struct marshal_cmd_MultiModeDrawElementsIBM *cmd; local in function:_mesa_marshal_MultiModeDrawElementsIBM
[all...]
H A Dmarshal_generated2.c52 _mesa_unmarshal_GetPixelMapfv(struct gl_context *ctx, const struct marshal_cmd_GetPixelMapfv *cmd, const uint64_t *last) argument
54 GLenum map = cmd->map;
55 GLfloat * values = cmd->values;
58 assert (cmd_size == cmd->cmd_base.cmd_size);
66 struct marshal_cmd_GetPixelMapfv *cmd; local in function:_mesa_marshal_GetPixelMapfv
72 cmd = _mesa_glthread_allocate_command(ctx, DISPATCH_CMD_GetPixelMapfv, cmd_size);
73 cmd->map = map;
74 cmd->values = values;
86 _mesa_unmarshal_GetPixelMapuiv(struct gl_context *ctx, const struct marshal_cmd_GetPixelMapuiv *cmd, const uint64_t *last) argument
88 GLenum map = cmd
100 struct marshal_cmd_GetPixelMapuiv *cmd; local in function:_mesa_marshal_GetPixelMapuiv
120 _mesa_unmarshal_GetPixelMapusv(struct gl_context * ctx,const struct marshal_cmd_GetPixelMapusv * cmd,const uint64_t * last) argument
134 struct marshal_cmd_GetPixelMapusv *cmd; local in function:_mesa_marshal_GetPixelMapusv
153 _mesa_unmarshal_GetPolygonStipple(struct gl_context * ctx,const struct marshal_cmd_GetPolygonStipple * cmd,const uint64_t * last) argument
166 struct marshal_cmd_GetPolygonStipple *cmd; local in function:_mesa_marshal_GetPolygonStipple
248 _mesa_unmarshal_GetTexImage(struct gl_context * ctx,const struct marshal_cmd_GetTexImage * cmd,const uint64_t * last) argument
265 struct marshal_cmd_GetTexImage *cmd; local in function:_mesa_marshal_GetTexImage
348 _mesa_unmarshal_DepthRange(struct gl_context * ctx,const struct marshal_cmd_DepthRange * cmd,const uint64_t * last) argument
362 struct marshal_cmd_DepthRange *cmd; local in function:_mesa_marshal_DepthRange
381 _mesa_unmarshal_Frustum(struct gl_context * ctx,const struct marshal_cmd_Frustum * cmd,const uint64_t * last) argument
399 struct marshal_cmd_Frustum *cmd; local in function:_mesa_marshal_Frustum
416 _mesa_unmarshal_LoadIdentity(struct gl_context * ctx,const struct marshal_cmd_LoadIdentity * cmd,const uint64_t * last) argument
428 struct marshal_cmd_LoadIdentity *cmd; local in function:_mesa_marshal_LoadIdentity
441 _mesa_unmarshal_LoadMatrixf(struct gl_context * ctx,const struct marshal_cmd_LoadMatrixf * cmd,const uint64_t * last) argument
454 struct marshal_cmd_LoadMatrixf *cmd; local in function:_mesa_marshal_LoadMatrixf
467 _mesa_unmarshal_LoadMatrixd(struct gl_context * ctx,const struct marshal_cmd_LoadMatrixd * cmd,const uint64_t * last) argument
480 struct marshal_cmd_LoadMatrixd *cmd; local in function:_mesa_marshal_LoadMatrixd
493 _mesa_unmarshal_MatrixMode(struct gl_context * ctx,const struct marshal_cmd_MatrixMode * cmd,const uint64_t * last) argument
506 struct marshal_cmd_MatrixMode *cmd; local in function:_mesa_marshal_MatrixMode
520 _mesa_unmarshal_MultMatrixf(struct gl_context * ctx,const struct marshal_cmd_MultMatrixf * cmd,const uint64_t * last) argument
533 struct marshal_cmd_MultMatrixf *cmd; local in function:_mesa_marshal_MultMatrixf
546 _mesa_unmarshal_MultMatrixd(struct gl_context * ctx,const struct marshal_cmd_MultMatrixd * cmd,const uint64_t * last) argument
559 struct marshal_cmd_MultMatrixd *cmd; local in function:_mesa_marshal_MultMatrixd
577 _mesa_unmarshal_Ortho(struct gl_context * ctx,const struct marshal_cmd_Ortho * cmd,const uint64_t * last) argument
595 struct marshal_cmd_Ortho *cmd; local in function:_mesa_marshal_Ortho
612 _mesa_unmarshal_PopMatrix(struct gl_context * ctx,const struct marshal_cmd_PopMatrix * cmd,const uint64_t * last) argument
624 struct marshal_cmd_PopMatrix *cmd; local in function:_mesa_marshal_PopMatrix
637 _mesa_unmarshal_PushMatrix(struct gl_context * ctx,const struct marshal_cmd_PushMatrix * cmd,const uint64_t * last) argument
649 struct marshal_cmd_PushMatrix *cmd; local in function:_mesa_marshal_PushMatrix
666 _mesa_unmarshal_Rotated(struct gl_context * ctx,const struct marshal_cmd_Rotated * cmd,const uint64_t * last) argument
682 struct marshal_cmd_Rotated *cmd; local in function:_mesa_marshal_Rotated
701 _mesa_unmarshal_Rotatef(struct gl_context * ctx,const struct marshal_cmd_Rotatef * cmd,const uint64_t * last) argument
717 struct marshal_cmd_Rotatef *cmd; local in function:_mesa_marshal_Rotatef
735 _mesa_unmarshal_Scaled(struct gl_context * ctx,const struct marshal_cmd_Scaled * cmd,const uint64_t * last) argument
750 struct marshal_cmd_Scaled *cmd; local in function:_mesa_marshal_Scaled
767 _mesa_unmarshal_Scalef(struct gl_context * ctx,const struct marshal_cmd_Scalef * cmd,const uint64_t * last) argument
782 struct marshal_cmd_Scalef *cmd; local in function:_mesa_marshal_Scalef
799 _mesa_unmarshal_Translated(struct gl_context * ctx,const struct marshal_cmd_Translated * cmd,const uint64_t * last) argument
814 struct marshal_cmd_Translated *cmd; local in function:_mesa_marshal_Translated
831 _mesa_unmarshal_Translatef(struct gl_context * ctx,const struct marshal_cmd_Translatef * cmd,const uint64_t * last) argument
846 struct marshal_cmd_Translatef *cmd; local in function:_mesa_marshal_Translatef
864 _mesa_unmarshal_Viewport(struct gl_context * ctx,const struct marshal_cmd_Viewport * cmd,const uint64_t * last) argument
880 struct marshal_cmd_Viewport *cmd; local in function:_mesa_marshal_Viewport
896 _mesa_unmarshal_ArrayElement(struct gl_context * ctx,const struct marshal_cmd_ArrayElement * cmd,const uint64_t * last) argument
909 struct marshal_cmd_ArrayElement *cmd; local in function:_mesa_marshal_ArrayElement
925 _mesa_unmarshal_ColorPointer(struct gl_context * ctx,const struct marshal_cmd_ColorPointer * cmd,const uint64_t * last) argument
941 struct marshal_cmd_ColorPointer *cmd; local in function:_mesa_marshal_ColorPointer
958 _mesa_unmarshal_DisableClientState(struct gl_context * ctx,const struct marshal_cmd_DisableClientState * cmd,const uint64_t * last) argument
971 struct marshal_cmd_DisableClientState *cmd; local in function:_mesa_marshal_DisableClientState
986 _mesa_unmarshal_EdgeFlagPointer(struct gl_context * ctx,const struct marshal_cmd_EdgeFlagPointer * cmd,const uint64_t * last) argument
1000 struct marshal_cmd_EdgeFlagPointer *cmd; local in function:_mesa_marshal_EdgeFlagPointer
1015 _mesa_unmarshal_EnableClientState(struct gl_context * ctx,const struct marshal_cmd_EnableClientState * cmd,const uint64_t * last) argument
1028 struct marshal_cmd_EnableClientState *cmd; local in function:_mesa_marshal_EnableClientState
1054 _mesa_unmarshal_IndexPointer(struct gl_context * ctx,const struct marshal_cmd_IndexPointer * cmd,const uint64_t * last) argument
1069 struct marshal_cmd_IndexPointer *cmd; local in function:_mesa_marshal_IndexPointer
1087 _mesa_unmarshal_InterleavedArrays(struct gl_context * ctx,const struct marshal_cmd_InterleavedArrays * cmd,const uint64_t * last) argument
1102 struct marshal_cmd_InterleavedArrays *cmd; local in function:_mesa_marshal_InterleavedArrays
1120 _mesa_unmarshal_NormalPointer(struct gl_context * ctx,const struct marshal_cmd_NormalPointer * cmd,const uint64_t * last) argument
1135 struct marshal_cmd_NormalPointer *cmd; local in function:_mesa_marshal_NormalPointer
1154 _mesa_unmarshal_TexCoordPointer(struct gl_context * ctx,const struct marshal_cmd_TexCoordPointer * cmd,const uint64_t * last) argument
1170 struct marshal_cmd_TexCoordPointer *cmd; local in function:_mesa_marshal_TexCoordPointer
1190 _mesa_unmarshal_VertexPointer(struct gl_context * ctx,const struct marshal_cmd_VertexPointer * cmd,const uint64_t * last) argument
1206 struct marshal_cmd_VertexPointer *cmd; local in function:_mesa_marshal_VertexPointer
1224 _mesa_unmarshal_PolygonOffset(struct gl_context * ctx,const struct marshal_cmd_PolygonOffset * cmd,const uint64_t * last) argument
1238 struct marshal_cmd_PolygonOffset *cmd; local in function:_mesa_marshal_PolygonOffset
1258 _mesa_unmarshal_CopyTexImage1D(struct gl_context * ctx,const struct marshal_cmd_CopyTexImage1D * cmd,const uint64_t * last) argument
1277 struct marshal_cmd_CopyTexImage1D *cmd; local in function:_mesa_marshal_CopyTexImage1D
1303 _mesa_unmarshal_CopyTexImage2D(struct gl_context * ctx,const struct marshal_cmd_CopyTexImage2D * cmd,const uint64_t * last) argument
1323 struct marshal_cmd_CopyTexImage2D *cmd; local in function:_mesa_marshal_CopyTexImage2D
1348 _mesa_unmarshal_CopyTexSubImage1D(struct gl_context * ctx,const struct marshal_cmd_CopyTexSubImage1D * cmd,const uint64_t * last) argument
1366 struct marshal_cmd_CopyTexSubImage1D *cmd; local in function:_mesa_marshal_CopyTexSubImage1D
1391 _mesa_unmarshal_CopyTexSubImage2D(struct gl_context * ctx,const struct marshal_cmd_CopyTexSubImage2D * cmd,const uint64_t * last) argument
1411 struct marshal_cmd_CopyTexSubImage2D *cmd; local in function:_mesa_marshal_CopyTexSubImage2D
1437 _mesa_unmarshal_TexSubImage1D(struct gl_context * ctx,const struct marshal_cmd_TexSubImage1D * cmd,const uint64_t * last) argument
1456 struct marshal_cmd_TexSubImage1D *cmd; local in function:_mesa_marshal_TexSubImage1D
1488 _mesa_unmarshal_TexSubImage2D(struct gl_context * ctx,const struct marshal_cmd_TexSubImage2D * cmd,const uint64_t * last) argument
1509 struct marshal_cmd_TexSubImage2D *cmd; local in function:_mesa_marshal_TexSubImage2D
1546 _mesa_unmarshal_BindTexture(struct gl_context * ctx,const struct marshal_cmd_BindTexture * cmd,const uint64_t * last) argument
1560 struct marshal_cmd_BindTexture *cmd; local in function:_mesa_marshal_BindTexture
1575 _mesa_unmarshal_DeleteTextures(struct gl_context * ctx,const struct marshal_cmd_DeleteTextures * cmd,const uint64_t * last) argument
1590 struct marshal_cmd_DeleteTextures *cmd; local in function:_mesa_marshal_DeleteTextures
1632 _mesa_unmarshal_PrioritizeTextures(struct gl_context * ctx,const struct marshal_cmd_PrioritizeTextures * cmd,const uint64_t * last) argument
1651 struct marshal_cmd_PrioritizeTextures *cmd; local in function:_mesa_marshal_PrioritizeTextures
1673 _mesa_unmarshal_Indexub(struct gl_context * ctx,const struct marshal_cmd_Indexub * cmd,const uint64_t * last) argument
1686 struct marshal_cmd_Indexub *cmd; local in function:_mesa_marshal_Indexub
1699 _mesa_unmarshal_Indexubv(struct gl_context * ctx,const struct marshal_cmd_Indexubv * cmd,const uint64_t * last) argument
1712 struct marshal_cmd_Indexubv *cmd; local in function:_mesa_marshal_Indexubv
1724 _mesa_unmarshal_PopClientAttrib(struct gl_context * ctx,const struct marshal_cmd_PopClientAttrib * cmd,const uint64_t * last) argument
1736 struct marshal_cmd_PopClientAttrib *cmd; local in function:_mesa_marshal_PopClientAttrib
1750 _mesa_unmarshal_PushClientAttrib(struct gl_context * ctx,const struct marshal_cmd_PushClientAttrib * cmd,const uint64_t * last) argument
1763 struct marshal_cmd_PushClientAttrib *cmd; local in function:_mesa_marshal_PushClientAttrib
1780 _mesa_unmarshal_BlendColor(struct gl_context * ctx,const struct marshal_cmd_BlendColor * cmd,const uint64_t * last) argument
1796 struct marshal_cmd_BlendColor *cmd; local in function:_mesa_marshal_BlendColor
1812 _mesa_unmarshal_BlendEquation(struct gl_context * ctx,const struct marshal_cmd_BlendEquation * cmd,const uint64_t * last) argument
1825 struct marshal_cmd_BlendEquation *cmd; local in function:_mesa_marshal_BlendEquation
1872 _mesa_unmarshal_CopyColorTable(struct gl_context * ctx,const struct marshal_cmd_CopyColorTable * cmd,const uint64_t * last) argument
1889 struct marshal_cmd_CopyColorTable *cmd; local in function:_mesa_marshal_CopyColorTable
1950 _mesa_unmarshal_CopyColorSubTable(struct gl_context * ctx,const struct marshal_cmd_CopyColorSubTable * cmd,const uint64_t * last) argument
1967 struct marshal_cmd_CopyColorSubTable *cmd; local in function:_mesa_marshal_CopyColorSubTable
2006 _mesa_unmarshal_ConvolutionParameterf(struct gl_context * ctx,const struct marshal_cmd_ConvolutionParameterf * cmd,const uint64_t * last) argument
2021 struct marshal_cmd_ConvolutionParameterf *cmd; local in function:_mesa_marshal_ConvolutionParameterf
2048 _mesa_unmarshal_ConvolutionParameteri(struct gl_context * ctx,const struct marshal_cmd_ConvolutionParameteri * cmd,const uint64_t * last) argument
2063 struct marshal_cmd_ConvolutionParameteri *cmd; local in function:_mesa_marshal_ConvolutionParameteri
2092 _mesa_unmarshal_CopyConvolutionFilter1D(struct gl_context * ctx,const struct marshal_cmd_CopyConvolutionFilter1D * cmd,const uint64_t * last) argument
2109 struct marshal_cmd_CopyConvolutionFilter1D *cmd; local in function:_mesa_marshal_CopyConvolutionFilter1D
2131 _mesa_unmarshal_CopyConvolutionFilter2D(struct gl_context * ctx,const struct marshal_cmd_CopyConvolutionFilter2D * cmd,const uint64_t * last) argument
2149 struct marshal_cmd_CopyConvolutionFilter2D *cmd; local in function:_mesa_marshal_CopyConvolutionFilter2D
2280 _mesa_unmarshal_Histogram(struct gl_context * ctx,const struct marshal_cmd_Histogram * cmd,const uint64_t * last) argument
2296 struct marshal_cmd_Histogram *cmd; local in function:_mesa_marshal_Histogram
2314 _mesa_unmarshal_Minmax(struct gl_context * ctx,const struct marshal_cmd_Minmax * cmd,const uint64_t * last) argument
2329 struct marshal_cmd_Minmax *cmd; local in function:_mesa_marshal_Minmax
2344 _mesa_unmarshal_ResetHistogram(struct gl_context * ctx,const struct marshal_cmd_ResetHistogram * cmd,const uint64_t * last) argument
2357 struct marshal_cmd_ResetHistogram *cmd; local in function:_mesa_marshal_ResetHistogram
2370 _mesa_unmarshal_ResetMinmax(struct gl_context * ctx,const struct marshal_cmd_ResetMinmax * cmd,const uint64_t * last) argument
2383 struct marshal_cmd_ResetMinmax *cmd; local in function:_mesa_marshal_ResetMinmax
2405 _mesa_unmarshal_TexImage3D(struct gl_context * ctx,const struct marshal_cmd_TexImage3D * cmd,const uint64_t * last) argument
2427 struct marshal_cmd_TexImage3D *cmd; local in function:_mesa_marshal_TexImage3D
2464 _mesa_unmarshal_TexSubImage3D(struct gl_context * ctx,const struct marshal_cmd_TexSubImage3D * cmd,const uint64_t * last) argument
2487 struct marshal_cmd_TexSubImage3D *cmd; local in function:_mesa_marshal_TexSubImage3D
2523 _mesa_unmarshal_CopyTexSubImage3D(struct gl_context * ctx,const struct marshal_cmd_CopyTexSubImage3D * cmd,const uint64_t * last) argument
2544 struct marshal_cmd_CopyTexSubImage3D *cmd; local in function:_mesa_marshal_CopyTexSubImage3D
2565 _mesa_unmarshal_ActiveTexture(struct gl_context * ctx,const struct marshal_cmd_ActiveTexture * cmd,const uint64_t * last) argument
2578 struct marshal_cmd_ActiveTexture *cmd; local in function:_mesa_marshal_ActiveTexture
2592 _mesa_unmarshal_ClientActiveTexture(struct gl_context * ctx,const struct marshal_cmd_ClientActiveTexture * cmd,const uint64_t * last) argument
2605 struct marshal_cmd_ClientActiveTexture *cmd; local in function:_mesa_marshal_ClientActiveTexture
2620 _mesa_unmarshal_MultiTexCoord1d(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord1d * cmd,const uint64_t * last) argument
2634 struct marshal_cmd_MultiTexCoord1d *cmd; local in function:_mesa_marshal_MultiTexCoord1d
2649 _mesa_unmarshal_MultiTexCoord1dv(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord1dv * cmd,const uint64_t * last) argument
2663 struct marshal_cmd_MultiTexCoord1dv *cmd; local in function:_mesa_marshal_MultiTexCoord1dv
2678 _mesa_unmarshal_MultiTexCoord1fARB(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord1fARB * cmd,const uint64_t * last) argument
2692 struct marshal_cmd_MultiTexCoord1fARB *cmd; local in function:_mesa_marshal_MultiTexCoord1fARB
2707 _mesa_unmarshal_MultiTexCoord1fvARB(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord1fvARB * cmd,const uint64_t * last) argument
2721 struct marshal_cmd_MultiTexCoord1fvARB *cmd; local in function:_mesa_marshal_MultiTexCoord1fvARB
2736 _mesa_unmarshal_MultiTexCoord1i(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord1i * cmd,const uint64_t * last) argument
2750 struct marshal_cmd_MultiTexCoord1i *cmd; local in function:_mesa_marshal_MultiTexCoord1i
2765 _mesa_unmarshal_MultiTexCoord1iv(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord1iv * cmd,const uint64_t * last) argument
2779 struct marshal_cmd_MultiTexCoord1iv *cmd; local in function:_mesa_marshal_MultiTexCoord1iv
2794 _mesa_unmarshal_MultiTexCoord1s(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord1s * cmd,const uint64_t * last) argument
2808 struct marshal_cmd_MultiTexCoord1s *cmd; local in function:_mesa_marshal_MultiTexCoord1s
2823 _mesa_unmarshal_MultiTexCoord1sv(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord1sv * cmd,const uint64_t * last) argument
2837 struct marshal_cmd_MultiTexCoord1sv *cmd; local in function:_mesa_marshal_MultiTexCoord1sv
2853 _mesa_unmarshal_MultiTexCoord2d(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord2d * cmd,const uint64_t * last) argument
2868 struct marshal_cmd_MultiTexCoord2d *cmd; local in function:_mesa_marshal_MultiTexCoord2d
2884 _mesa_unmarshal_MultiTexCoord2dv(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord2dv * cmd,const uint64_t * last) argument
2898 struct marshal_cmd_MultiTexCoord2dv *cmd; local in function:_mesa_marshal_MultiTexCoord2dv
2914 _mesa_unmarshal_MultiTexCoord2fARB(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord2fARB * cmd,const uint64_t * last) argument
2929 struct marshal_cmd_MultiTexCoord2fARB *cmd; local in function:_mesa_marshal_MultiTexCoord2fARB
2945 _mesa_unmarshal_MultiTexCoord2fvARB(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord2fvARB * cmd,const uint64_t * last) argument
2959 struct marshal_cmd_MultiTexCoord2fvARB *cmd; local in function:_mesa_marshal_MultiTexCoord2fvARB
2975 _mesa_unmarshal_MultiTexCoord2i(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord2i * cmd,const uint64_t * last) argument
2990 struct marshal_cmd_MultiTexCoord2i *cmd; local in function:_mesa_marshal_MultiTexCoord2i
3006 _mesa_unmarshal_MultiTexCoord2iv(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord2iv * cmd,const uint64_t * last) argument
3020 struct marshal_cmd_MultiTexCoord2iv *cmd; local in function:_mesa_marshal_MultiTexCoord2iv
3036 _mesa_unmarshal_MultiTexCoord2s(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord2s * cmd,const uint64_t * last) argument
3051 struct marshal_cmd_MultiTexCoord2s *cmd; local in function:_mesa_marshal_MultiTexCoord2s
3067 _mesa_unmarshal_MultiTexCoord2sv(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord2sv * cmd,const uint64_t * last) argument
3081 struct marshal_cmd_MultiTexCoord2sv *cmd; local in function:_mesa_marshal_MultiTexCoord2sv
3098 _mesa_unmarshal_MultiTexCoord3d(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord3d * cmd,const uint64_t * last) argument
3114 struct marshal_cmd_MultiTexCoord3d *cmd; local in function:_mesa_marshal_MultiTexCoord3d
3131 _mesa_unmarshal_MultiTexCoord3dv(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord3dv * cmd,const uint64_t * last) argument
3145 struct marshal_cmd_MultiTexCoord3dv *cmd; local in function:_mesa_marshal_MultiTexCoord3dv
3162 _mesa_unmarshal_MultiTexCoord3fARB(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord3fARB * cmd,const uint64_t * last) argument
3178 struct marshal_cmd_MultiTexCoord3fARB *cmd; local in function:_mesa_marshal_MultiTexCoord3fARB
3195 _mesa_unmarshal_MultiTexCoord3fvARB(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord3fvARB * cmd,const uint64_t * last) argument
3209 struct marshal_cmd_MultiTexCoord3fvARB *cmd; local in function:_mesa_marshal_MultiTexCoord3fvARB
3226 _mesa_unmarshal_MultiTexCoord3i(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord3i * cmd,const uint64_t * last) argument
3242 struct marshal_cmd_MultiTexCoord3i *cmd; local in function:_mesa_marshal_MultiTexCoord3i
3259 _mesa_unmarshal_MultiTexCoord3iv(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord3iv * cmd,const uint64_t * last) argument
3273 struct marshal_cmd_MultiTexCoord3iv *cmd; local in function:_mesa_marshal_MultiTexCoord3iv
3290 _mesa_unmarshal_MultiTexCoord3s(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord3s * cmd,const uint64_t * last) argument
3306 struct marshal_cmd_MultiTexCoord3s *cmd; local in function:_mesa_marshal_MultiTexCoord3s
3323 _mesa_unmarshal_MultiTexCoord3sv(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord3sv * cmd,const uint64_t * last) argument
3337 struct marshal_cmd_MultiTexCoord3sv *cmd; local in function:_mesa_marshal_MultiTexCoord3sv
3355 _mesa_unmarshal_MultiTexCoord4d(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord4d * cmd,const uint64_t * last) argument
3372 struct marshal_cmd_MultiTexCoord4d *cmd; local in function:_mesa_marshal_MultiTexCoord4d
3390 _mesa_unmarshal_MultiTexCoord4dv(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord4dv * cmd,const uint64_t * last) argument
3404 struct marshal_cmd_MultiTexCoord4dv *cmd; local in function:_mesa_marshal_MultiTexCoord4dv
3422 _mesa_unmarshal_MultiTexCoord4fARB(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord4fARB * cmd,const uint64_t * last) argument
3439 struct marshal_cmd_MultiTexCoord4fARB *cmd; local in function:_mesa_marshal_MultiTexCoord4fARB
3457 _mesa_unmarshal_MultiTexCoord4fvARB(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord4fvARB * cmd,const uint64_t * last) argument
3471 struct marshal_cmd_MultiTexCoord4fvARB *cmd; local in function:_mesa_marshal_MultiTexCoord4fvARB
3489 _mesa_unmarshal_MultiTexCoord4i(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord4i * cmd,const uint64_t * last) argument
3506 struct marshal_cmd_MultiTexCoord4i *cmd; local in function:_mesa_marshal_MultiTexCoord4i
3524 _mesa_unmarshal_MultiTexCoord4iv(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord4iv * cmd,const uint64_t * last) argument
3538 struct marshal_cmd_MultiTexCoord4iv *cmd; local in function:_mesa_marshal_MultiTexCoord4iv
3556 _mesa_unmarshal_MultiTexCoord4s(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord4s * cmd,const uint64_t * last) argument
3573 struct marshal_cmd_MultiTexCoord4s *cmd; local in function:_mesa_marshal_MultiTexCoord4s
3591 _mesa_unmarshal_MultiTexCoord4sv(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord4sv * cmd,const uint64_t * last) argument
3605 struct marshal_cmd_MultiTexCoord4sv *cmd; local in function:_mesa_marshal_MultiTexCoord4sv
3619 _mesa_unmarshal_LoadTransposeMatrixf(struct gl_context * ctx,const struct marshal_cmd_LoadTransposeMatrixf * cmd,const uint64_t * last) argument
3632 struct marshal_cmd_LoadTransposeMatrixf *cmd; local in function:_mesa_marshal_LoadTransposeMatrixf
3645 _mesa_unmarshal_LoadTransposeMatrixd(struct gl_context * ctx,const struct marshal_cmd_LoadTransposeMatrixd * cmd,const uint64_t * last) argument
3658 struct marshal_cmd_LoadTransposeMatrixd *cmd; local in function:_mesa_marshal_LoadTransposeMatrixd
3671 _mesa_unmarshal_MultTransposeMatrixf(struct gl_context * ctx,const struct marshal_cmd_MultTransposeMatrixf * cmd,const uint64_t * last) argument
3684 struct marshal_cmd_MultTransposeMatrixf *cmd; local in function:_mesa_marshal_MultTransposeMatrixf
3697 _mesa_unmarshal_MultTransposeMatrixd(struct gl_context * ctx,const struct marshal_cmd_MultTransposeMatrixd * cmd,const uint64_t * last) argument
3710 struct marshal_cmd_MultTransposeMatrixd *cmd; local in function:_mesa_marshal_MultTransposeMatrixd
3724 _mesa_unmarshal_SampleCoverage(struct gl_context * ctx,const struct marshal_cmd_SampleCoverage * cmd,const uint64_t * last) argument
3738 struct marshal_cmd_SampleCoverage *cmd; local in function:_mesa_marshal_SampleCoverage
3760 _mesa_unmarshal_CompressedTexImage3D(struct gl_context * ctx,const struct marshal_cmd_CompressedTexImage3D * cmd,const uint64_t * last) argument
3781 struct marshal_cmd_CompressedTexImage3D *cmd; local in function:_mesa_marshal_CompressedTexImage3D
3814 _mesa_unmarshal_CompressedTexImage2D(struct gl_context * ctx,const struct marshal_cmd_CompressedTexImage2D * cmd,const uint64_t * last) argument
3834 struct marshal_cmd_CompressedTexImage2D *cmd; local in function:_mesa_marshal_CompressedTexImage2D
3865 _mesa_unmarshal_CompressedTexImage1D(struct gl_context * ctx,const struct marshal_cmd_CompressedTexImage1D * cmd,const uint64_t * last) argument
3884 struct marshal_cmd_CompressedTexImage1D *cmd; local in function:_mesa_marshal_CompressedTexImage1D
3918 _mesa_unmarshal_CompressedTexSubImage3D(struct gl_context * ctx,const struct marshal_cmd_CompressedTexSubImage3D * cmd,const uint64_t * last) argument
3941 struct marshal_cmd_CompressedTexSubImage3D *cmd; local in function:_mesa_marshal_CompressedTexSubImage3D
3977 _mesa_unmarshal_CompressedTexSubImage2D(struct gl_context * ctx,const struct marshal_cmd_CompressedTexSubImage2D * cmd,const uint64_t * last) argument
3998 struct marshal_cmd_CompressedTexSubImage2D *cmd; local in function:_mesa_marshal_CompressedTexSubImage2D
4030 _mesa_unmarshal_CompressedTexSubImage1D(struct gl_context * ctx,const struct marshal_cmd_CompressedTexSubImage1D * cmd,const uint64_t * last) argument
4049 struct marshal_cmd_CompressedTexSubImage1D *cmd; local in function:_mesa_marshal_CompressedTexSubImage1D
4075 _mesa_unmarshal_GetCompressedTexImage(struct gl_context * ctx,const struct marshal_cmd_GetCompressedTexImage * cmd,const uint64_t * last) argument
4090 struct marshal_cmd_GetCompressedTexImage *cmd; local in function:_mesa_marshal_GetCompressedTexImage
4113 _mesa_unmarshal_BlendFuncSeparate(struct gl_context * ctx,const struct marshal_cmd_BlendFuncSeparate * cmd,const uint64_t * last) argument
4129 struct marshal_cmd_BlendFuncSeparate *cmd; local in function:_mesa_marshal_BlendFuncSeparate
4145 _mesa_unmarshal_FogCoordfEXT(struct gl_context * ctx,const struct marshal_cmd_FogCoordfEXT * cmd,const uint64_t * last) argument
4158 struct marshal_cmd_FogCoordfEXT *cmd; local in function:_mesa_marshal_FogCoordfEXT
4171 _mesa_unmarshal_FogCoordfvEXT(struct gl_context * ctx,const struct marshal_cmd_FogCoordfvEXT * cmd,const uint64_t * last) argument
4184 struct marshal_cmd_FogCoordfvEXT *cmd; local in function:_mesa_marshal_FogCoordfvEXT
4197 _mesa_unmarshal_FogCoordd(struct gl_context * ctx,const struct marshal_cmd_FogCoordd * cmd,const uint64_t * last) argument
4210 struct marshal_cmd_FogCoordd *cmd; local in function:_mesa_marshal_FogCoordd
4223 _mesa_unmarshal_FogCoorddv(struct gl_context * ctx,const struct marshal_cmd_FogCoorddv * cmd,const uint64_t * last) argument
4236 struct marshal_cmd_FogCoorddv *cmd; local in function:_mesa_marshal_FogCoorddv
4251 _mesa_unmarshal_FogCoordPointer(struct gl_context * ctx,const struct marshal_cmd_FogCoordPointer * cmd,const uint64_t * last) argument
4266 struct marshal_cmd_FogCoordPointer *cmd; local in function:_mesa_marshal_FogCoordPointer
4283 _mesa_unmarshal_PointParameterf(struct gl_context * ctx,const struct marshal_cmd_PointParameterf * cmd,const uint64_t * last) argument
4297 struct marshal_cmd_PointParameterf *cmd; local in function:_mesa_marshal_PointParameterf
4312 _mesa_unmarshal_PointParameterfv(struct gl_context * ctx,const struct marshal_cmd_PointParameterfv * cmd,const uint64_t * last) argument
4327 struct marshal_cmd_PointParameterfv *cmd; local in function:_mesa_marshal_PointParameterfv
4348 _mesa_unmarshal_PointParameteri(struct gl_context * ctx,const struct marshal_cmd_PointParameteri * cmd,const uint64_t * last) argument
4362 struct marshal_cmd_PointParameteri *cmd; local in function:_mesa_marshal_PointParameteri
4377 _mesa_unmarshal_PointParameteriv(struct gl_context * ctx,const struct marshal_cmd_PointParameteriv * cmd,const uint64_t * last) argument
4392 struct marshal_cmd_PointParameteriv *cmd; local in function:_mesa_marshal_PointParameteriv
4414 _mesa_unmarshal_SecondaryColor3b(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3b * cmd,const uint64_t * last) argument
4429 struct marshal_cmd_SecondaryColor3b *cmd; local in function:_mesa_marshal_SecondaryColor3b
4444 _mesa_unmarshal_SecondaryColor3bv(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3bv * cmd,const uint64_t * last) argument
4457 struct marshal_cmd_SecondaryColor3bv *cmd; local in function:_mesa_marshal_SecondaryColor3bv
4472 _mesa_unmarshal_SecondaryColor3d(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3d * cmd,const uint64_t * last) argument
4487 struct marshal_cmd_SecondaryColor3d *cmd; local in function:_mesa_marshal_SecondaryColor3d
4502 _mesa_unmarshal_SecondaryColor3dv(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3dv * cmd,const uint64_t * last) argument
4515 struct marshal_cmd_SecondaryColor3dv *cmd; local in function:_mesa_marshal_SecondaryColor3dv
4530 _mesa_unmarshal_SecondaryColor3fEXT(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3fEXT * cmd,const uint64_t * last) argument
4545 struct marshal_cmd_SecondaryColor3fEXT *cmd; local in function:_mesa_marshal_SecondaryColor3fEXT
4560 _mesa_unmarshal_SecondaryColor3fvEXT(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3fvEXT * cmd,const uint64_t * last) argument
4573 struct marshal_cmd_SecondaryColor3fvEXT *cmd; local in function:_mesa_marshal_SecondaryColor3fvEXT
4588 _mesa_unmarshal_SecondaryColor3i(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3i * cmd,const uint64_t * last) argument
4603 struct marshal_cmd_SecondaryColor3i *cmd; local in function:_mesa_marshal_SecondaryColor3i
4618 _mesa_unmarshal_SecondaryColor3iv(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3iv * cmd,const uint64_t * last) argument
4631 struct marshal_cmd_SecondaryColor3iv *cmd; local in function:_mesa_marshal_SecondaryColor3iv
4646 _mesa_unmarshal_SecondaryColor3s(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3s * cmd,const uint64_t * last) argument
4661 struct marshal_cmd_SecondaryColor3s *cmd; local in function:_mesa_marshal_SecondaryColor3s
4676 _mesa_unmarshal_SecondaryColor3sv(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3sv * cmd,const uint64_t * last) argument
4689 struct marshal_cmd_SecondaryColor3sv *cmd; local in function:_mesa_marshal_SecondaryColor3sv
4704 _mesa_unmarshal_SecondaryColor3ub(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3ub * cmd,const uint64_t * last) argument
4719 struct marshal_cmd_SecondaryColor3ub *cmd; local in function:_mesa_marshal_SecondaryColor3ub
4734 _mesa_unmarshal_SecondaryColor3ubv(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3ubv * cmd,const uint64_t * last) argument
4747 struct marshal_cmd_SecondaryColor3ubv *cmd; local in function:_mesa_marshal_SecondaryColor3ubv
4762 _mesa_unmarshal_SecondaryColor3ui(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3ui * cmd,const uint64_t * last) argument
4777 struct marshal_cmd_SecondaryColor3ui *cmd; local in function:_mesa_marshal_SecondaryColor3ui
4792 _mesa_unmarshal_SecondaryColor3uiv(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3uiv * cmd,const uint64_t * last) argument
4805 struct marshal_cmd_SecondaryColor3uiv *cmd; local in function:_mesa_marshal_SecondaryColor3uiv
4820 _mesa_unmarshal_SecondaryColor3us(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3us * cmd,const uint64_t * last) argument
4835 struct marshal_cmd_SecondaryColor3us *cmd; local in function:_mesa_marshal_SecondaryColor3us
4850 _mesa_unmarshal_SecondaryColor3usv(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3usv * cmd,const uint64_t * last) argument
4863 struct marshal_cmd_SecondaryColor3usv *cmd; local in function:_mesa_marshal_SecondaryColor3usv
4879 _mesa_unmarshal_SecondaryColorPointer(struct gl_context * ctx,const struct marshal_cmd_SecondaryColorPointer * cmd,const uint64_t * last) argument
4895 struct marshal_cmd_SecondaryColorPointer *cmd; local in function:_mesa_marshal_SecondaryColorPointer
4913 _mesa_unmarshal_WindowPos2d(struct gl_context * ctx,const struct marshal_cmd_WindowPos2d * cmd,const uint64_t * last) argument
4927 struct marshal_cmd_WindowPos2d *cmd; local in function:_mesa_marshal_WindowPos2d
4941 _mesa_unmarshal_WindowPos2dv(struct gl_context * ctx,const struct marshal_cmd_WindowPos2dv * cmd,const uint64_t * last) argument
4954 struct marshal_cmd_WindowPos2dv *cmd; local in function:_mesa_marshal_WindowPos2dv
4968 _mesa_unmarshal_WindowPos2f(struct gl_context * ctx,const struct marshal_cmd_WindowPos2f * cmd,const uint64_t * last) argument
4982 struct marshal_cmd_WindowPos2f *cmd; local in function:_mesa_marshal_WindowPos2f
4996 _mesa_unmarshal_WindowPos2fv(struct gl_context * ctx,const struct marshal_cmd_WindowPos2fv * cmd,const uint64_t * last) argument
5009 struct marshal_cmd_WindowPos2fv *cmd; local in function:_mesa_marshal_WindowPos2fv
5023 _mesa_unmarshal_WindowPos2i(struct gl_context * ctx,const struct marshal_cmd_WindowPos2i * cmd,const uint64_t * last) argument
5037 struct marshal_cmd_WindowPos2i *cmd; local in function:_mesa_marshal_WindowPos2i
5051 _mesa_unmarshal_WindowPos2iv(struct gl_context * ctx,const struct marshal_cmd_WindowPos2iv * cmd,const uint64_t * last) argument
5064 struct marshal_cmd_WindowPos2iv *cmd; local in function:_mesa_marshal_WindowPos2iv
5078 _mesa_unmarshal_WindowPos2s(struct gl_context * ctx,const struct marshal_cmd_WindowPos2s * cmd,const uint64_t * last) argument
5092 struct marshal_cmd_WindowPos2s *cmd; local in function:_mesa_marshal_WindowPos2s
5106 _mesa_unmarshal_WindowPos2sv(struct gl_context * ctx,const struct marshal_cmd_WindowPos2sv * cmd,const uint64_t * last) argument
5119 struct marshal_cmd_WindowPos2sv *cmd; local in function:_mesa_marshal_WindowPos2sv
5134 _mesa_unmarshal_WindowPos3d(struct gl_context * ctx,const struct marshal_cmd_WindowPos3d * cmd,const uint64_t * last) argument
5149 struct marshal_cmd_WindowPos3d *cmd; local in function:_mesa_marshal_WindowPos3d
5164 _mesa_unmarshal_WindowPos3dv(struct gl_context * ctx,const struct marshal_cmd_WindowPos3dv * cmd,const uint64_t * last) argument
5177 struct marshal_cmd_WindowPos3dv *cmd; local in function:_mesa_marshal_WindowPos3dv
5192 _mesa_unmarshal_WindowPos3f(struct gl_context * ctx,const struct marshal_cmd_WindowPos3f * cmd,const uint64_t * last) argument
5207 struct marshal_cmd_WindowPos3f *cmd; local in function:_mesa_marshal_WindowPos3f
5222 _mesa_unmarshal_WindowPos3fv(struct gl_context * ctx,const struct marshal_cmd_WindowPos3fv * cmd,const uint64_t * last) argument
5235 struct marshal_cmd_WindowPos3fv *cmd; local in function:_mesa_marshal_WindowPos3fv
5250 _mesa_unmarshal_WindowPos3i(struct gl_context * ctx,const struct marshal_cmd_WindowPos3i * cmd,const uint64_t * last) argument
5265 struct marshal_cmd_WindowPos3i *cmd; local in function:_mesa_marshal_WindowPos3i
5280 _mesa_unmarshal_WindowPos3iv(struct gl_context * ctx,const struct marshal_cmd_WindowPos3iv * cmd,const uint64_t * last) argument
5293 struct marshal_cmd_WindowPos3iv *cmd; local in function:_mesa_marshal_WindowPos3iv
5308 _mesa_unmarshal_WindowPos3s(struct gl_context * ctx,const struct marshal_cmd_WindowPos3s * cmd,const uint64_t * last) argument
5323 struct marshal_cmd_WindowPos3s *cmd; local in function:_mesa_marshal_WindowPos3s
5338 _mesa_unmarshal_WindowPos3sv(struct gl_context * ctx,const struct marshal_cmd_WindowPos3sv * cmd,const uint64_t * last) argument
5351 struct marshal_cmd_WindowPos3sv *cmd; local in function:_mesa_marshal_WindowPos3sv
5365 _mesa_unmarshal_BindBuffer(struct gl_context * ctx,const struct marshal_cmd_BindBuffer * cmd,const uint64_t * last) argument
5379 struct marshal_cmd_BindBuffer *cmd; local in function:_mesa_marshal_BindBuffer
5395 _mesa_unmarshal_DeleteBuffers(struct gl_context * ctx,const struct marshal_cmd_DeleteBuffers * cmd,const uint64_t * last) argument
5410 struct marshal_cmd_DeleteBuffers *cmd; local in function:_mesa_marshal_DeleteBuffers
5492 _mesa_unmarshal_UnmapBuffer(struct gl_context * ctx,const struct marshal_cmd_UnmapBuffer * cmd,const uint64_t * last) argument
5505 struct marshal_cmd_UnmapBuffer *cmd; local in function:_mesa_marshal_UnmapBuffer
5530 _mesa_unmarshal_DeleteQueries(struct gl_context * ctx,const struct marshal_cmd_DeleteQueries * cmd,const uint64_t * last) argument
5545 struct marshal_cmd_DeleteQueries *cmd; local in function:_mesa_marshal_DeleteQueries
5576 _mesa_unmarshal_BeginQuery(struct gl_context * ctx,const struct marshal_cmd_BeginQuery * cmd,const uint64_t * last) argument
5590 struct marshal_cmd_BeginQuery *cmd; local in function:_mesa_marshal_BeginQuery
5604 _mesa_unmarshal_EndQuery(struct gl_context * ctx,const struct marshal_cmd_EndQuery * cmd,const uint64_t * last) argument
5617 struct marshal_cmd_EndQuery *cmd; local in function:_mesa_marshal_EndQuery
5661 _mesa_unmarshal_BlendEquationSeparate(struct gl_context * ctx,const struct marshal_cmd_BlendEquationSeparate * cmd,const uint64_t * last) argument
5675 struct marshal_cmd_BlendEquationSeparate *cmd; local in function:_mesa_marshal_BlendEquationSeparate
5690 _mesa_unmarshal_DrawBuffers(struct gl_context * ctx,const struct marshal_cmd_DrawBuffers * cmd,const uint64_t * last) argument
5705 struct marshal_cmd_DrawBuffers *cmd; local in function:_mesa_marshal_DrawBuffers
5728 _mesa_unmarshal_StencilFuncSeparate(struct gl_context * ctx,const struct marshal_cmd_StencilFuncSeparate * cmd,const uint64_t * last) argument
5744 struct marshal_cmd_StencilFuncSeparate *cmd; local in function:_mesa_marshal_StencilFuncSeparate
5763 _mesa_unmarshal_StencilOpSeparate(struct gl_context * ctx,const struct marshal_cmd_StencilOpSeparate * cmd,const uint64_t * last) argument
5779 struct marshal_cmd_StencilOpSeparate *cmd; local in function:_mesa_marshal_StencilOpSeparate
5796 _mesa_unmarshal_StencilMaskSeparate(struct gl_context * ctx,const struct marshal_cmd_StencilMaskSeparate * cmd,const uint64_t * last) argument
5810 struct marshal_cmd_StencilMaskSeparate *cmd; local in function:_mesa_marshal_StencilMaskSeparate
5825 _mesa_unmarshal_AttachShader(struct gl_context * ctx,const struct marshal_cmd_AttachShader * cmd,const uint64_t * last) argument
5839 struct marshal_cmd_AttachShader *cmd; local in function:_mesa_marshal_AttachShader
5855 _mesa_unmarshal_BindAttribLocation(struct gl_context * ctx,const struct marshal_cmd_BindAttribLocation * cmd,const uint64_t * last) argument
5871 struct marshal_cmd_BindAttribLocation *cmd; local in function:_mesa_marshal_BindAttribLocation
5892 _mesa_unmarshal_CompileShader(struct gl_context * ctx,const struct marshal_cmd_CompileShader * cmd,const uint64_t * last) argument
5905 struct marshal_cmd_CompileShader *cmd; local in function:_mesa_marshal_CompileShader
5938 _mesa_unmarshal_DeleteProgram(struct gl_context * ctx,const struct marshal_cmd_DeleteProgram * cmd,const uint64_t * last) argument
5951 struct marshal_cmd_DeleteProgram *cmd; local in function:_mesa_marshal_DeleteProgram
5965 _mesa_unmarshal_DeleteShader(struct gl_context * ctx,const struct marshal_cmd_DeleteShader * cmd,const uint64_t * last) argument
5978 struct marshal_cmd_DeleteShader *cmd; local in function:_mesa_marshal_DeleteShader
5992 _mesa_unmarshal_DetachShader(struct gl_context * ctx,const struct marshal_cmd_DetachShader * cmd,const uint64_t * last) argument
6006 struct marshal_cmd_DetachShader *cmd; local in function:_mesa_marshal_DetachShader
6020 _mesa_unmarshal_DisableVertexAttribArray(struct gl_context * ctx,const struct marshal_cmd_DisableVertexAttribArray * cmd,const uint64_t * last) argument
6033 struct marshal_cmd_DisableVertexAttribArray *cmd; local in function:_mesa_marshal_DisableVertexAttribArray
6047 _mesa_unmarshal_EnableVertexAttribArray(struct gl_context * ctx,const struct marshal_cmd_EnableVertexAttribArray * cmd,const uint64_t * last) argument
6060 struct marshal_cmd_EnableVertexAttribArray *cmd; local in function:_mesa_marshal_EnableVertexAttribArray
6234 _mesa_unmarshal_LinkProgram(struct gl_context * ctx,const struct marshal_cmd_LinkProgram * cmd,const uint64_t * last) argument
6247 struct marshal_cmd_LinkProgram *cmd; local in function:_mesa_marshal_LinkProgram
6261 _mesa_unmarshal_UseProgram(struct gl_context * ctx,const struct marshal_cmd_UseProgram * cmd,const uint64_t * last) argument
6274 struct marshal_cmd_UseProgram *cmd; local in function:_mesa_marshal_UseProgram
6288 _mesa_unmarshal_Uniform1f(struct gl_context * ctx,const struct marshal_cmd_Uniform1f * cmd,const uint64_t * last) argument
6302 struct marshal_cmd_Uniform1f *cmd; local in function:_mesa_marshal_Uniform1f
6318 _mesa_unmarshal_Uniform2f(struct gl_context * ctx,const struct marshal_cmd_Uniform2f * cmd,const uint64_t * last) argument
6333 struct marshal_cmd_Uniform2f *cmd; local in function:_mesa_marshal_Uniform2f
6351 _mesa_unmarshal_Uniform3f(struct gl_context * ctx,const struct marshal_cmd_Uniform3f * cmd,const uint64_t * last) argument
6367 struct marshal_cmd_Uniform3f *cmd; local in function:_mesa_marshal_Uniform3f
6387 _mesa_unmarshal_Uniform4f(struct gl_context * ctx,const struct marshal_cmd_Uniform4f * cmd,const uint64_t * last) argument
6404 struct marshal_cmd_Uniform4f *cmd; local in function:_mesa_marshal_Uniform4f
6422 _mesa_unmarshal_Uniform1i(struct gl_context * ctx,const struct marshal_cmd_Uniform1i * cmd,const uint64_t * last) argument
6436 struct marshal_cmd_Uniform1i *cmd; local in function:_mesa_marshal_Uniform1i
6452 _mesa_unmarshal_Uniform2i(struct gl_context * ctx,const struct marshal_cmd_Uniform2i * cmd,const uint64_t * last) argument
6467 struct marshal_cmd_Uniform2i *cmd; local in function:_mesa_marshal_Uniform2i
6485 _mesa_unmarshal_Uniform3i(struct gl_context * ctx,const struct marshal_cmd_Uniform3i * cmd,const uint64_t * last) argument
6501 struct marshal_cmd_Uniform3i *cmd; local in function:_mesa_marshal_Uniform3i
6521 _mesa_unmarshal_Uniform4i(struct gl_context * ctx,const struct marshal_cmd_Uniform4i * cmd,const uint64_t * last) argument
6538 struct marshal_cmd_Uniform4i *cmd; local in function:_mesa_marshal_Uniform4i
6557 _mesa_unmarshal_Uniform1fv(struct gl_context * ctx,const struct marshal_cmd_Uniform1fv * cmd,const uint64_t * last) argument
6573 struct marshal_cmd_Uniform1fv *cmd; local in function:_mesa_marshal_Uniform1fv
6596 _mesa_unmarshal_Uniform2fv(struct gl_context * ctx,const struct marshal_cmd_Uniform2fv * cmd,const uint64_t * last) argument
6612 struct marshal_cmd_Uniform2fv *cmd; local in function:_mesa_marshal_Uniform2fv
6635 _mesa_unmarshal_Uniform3fv(struct gl_context * ctx,const struct marshal_cmd_Uniform3fv * cmd,const uint64_t * last) argument
6651 struct marshal_cmd_Uniform3fv *cmd; local in function:_mesa_marshal_Uniform3fv
6674 _mesa_unmarshal_Uniform4fv(struct gl_context * ctx,const struct marshal_cmd_Uniform4fv * cmd,const uint64_t * last) argument
6690 struct marshal_cmd_Uniform4fv *cmd; local in function:_mesa_marshal_Uniform4fv
6713 _mesa_unmarshal_Uniform1iv(struct gl_context * ctx,const struct marshal_cmd_Uniform1iv * cmd,const uint64_t * last) argument
6729 struct marshal_cmd_Uniform1iv *cmd; local in function:_mesa_marshal_Uniform1iv
6752 _mesa_unmarshal_Uniform2iv(struct gl_context * ctx,const struct marshal_cmd_Uniform2iv * cmd,const uint64_t * last) argument
6768 struct marshal_cmd_Uniform2iv *cmd; local in function:_mesa_marshal_Uniform2iv
6791 _mesa_unmarshal_Uniform3iv(struct gl_context * ctx,const struct marshal_cmd_Uniform3iv * cmd,const uint64_t * last) argument
6807 struct marshal_cmd_Uniform3iv *cmd; local in function:_mesa_marshal_Uniform3iv
6830 _mesa_unmarshal_Uniform4iv(struct gl_context * ctx,const struct marshal_cmd_Uniform4iv * cmd,const uint64_t * last) argument
6846 struct marshal_cmd_Uniform4iv *cmd; local in function:_mesa_marshal_Uniform4iv
6870 _mesa_unmarshal_UniformMatrix2fv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix2fv * cmd,const uint64_t * last) argument
6887 struct marshal_cmd_UniformMatrix2fv *cmd; local in function:_mesa_marshal_UniformMatrix2fv
6912 _mesa_unmarshal_UniformMatrix3fv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix3fv * cmd,const uint64_t * last) argument
6929 struct marshal_cmd_UniformMatrix3fv *cmd; local in function:_mesa_marshal_UniformMatrix3fv
6954 _mesa_unmarshal_UniformMatrix4fv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix4fv * cmd,const uint64_t * last) argument
6971 struct marshal_cmd_UniformMatrix4fv *cmd; local in function:_mesa_marshal_UniformMatrix4fv
6993 _mesa_unmarshal_ValidateProgram(struct gl_context * ctx,const struct marshal_cmd_ValidateProgram * cmd,const uint64_t * last) argument
7006 struct marshal_cmd_ValidateProgram *cmd; local in function:_mesa_marshal_ValidateProgram
7020 _mesa_unmarshal_VertexAttrib1d(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib1d * cmd,const uint64_t * last) argument
7034 struct marshal_cmd_VertexAttrib1d *cmd; local in function:_mesa_marshal_VertexAttrib1d
7049 _mesa_unmarshal_VertexAttrib1dv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib1dv * cmd,const uint64_t * last) argument
7063 struct marshal_cmd_VertexAttrib1dv *cmd; local in function:_mesa_marshal_VertexAttrib1dv
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c58 dump_SVGA3dVertexDecl(const SVGA3dVertexDecl *cmd) argument
60 switch((*cmd).identity.type) {
116 _debug_printf("\t\t.identity.type = %i\n", (*cmd).identity.type);
119 switch((*cmd).identity.method) {
142 _debug_printf("\t\t.identity.method = %i\n", (*cmd).identity.method);
145 switch((*cmd).identity.usage) {
192 _debug_printf("\t\t.identity.usage = %i\n", (*cmd).identity.usage);
195 _debug_printf("\t\t.identity.usageIndex = %u\n", (*cmd).identity.usageIndex);
196 _debug_printf("\t\t.array.surfaceId = %u\n", (*cmd).array.surfaceId);
197 _debug_printf("\t\t.array.offset = %u\n", (*cmd)
204 dump_SVGA3dTextureState(const SVGA3dTextureState * cmd) argument
310 dump_SVGA3dViewport(const SVGA3dViewport * cmd) argument
321 dump_SVGA3dSamplerId(const SVGA3dSamplerId * cmd) argument
327 dump_SVGA3dSoTarget(const SVGA3dSoTarget * cmd) argument
334 dump_SVGA3dInputElementDesc(const SVGA3dInputElementDesc * cmd) argument
345 dump_SVGA3dVertexBuffer(const SVGA3dVertexBuffer * cmd) argument
353 dump_SVGA3dCopyBox(const SVGA3dCopyBox * cmd) argument
373 dump_SVGA3dCmdSetClipPlane(const SVGA3dCmdSetClipPlane * cmd) argument
384 dump_SVGA3dCmdWaitForQuery(const SVGA3dCmdWaitForQuery * cmd) argument
403 dump_SVGA3dCmdSetRenderTarget(const SVGA3dCmdSetRenderTarget * cmd) argument
423 dump_SVGA3dCmdSetTextureState(const SVGA3dCmdSetTextureState * cmd) argument
429 dump_SVGA3dCmdSurfaceCopy(const SVGA3dCmdSurfaceCopy * cmd) argument
440 dump_SVGA3dCmdSetMaterial(const SVGA3dCmdSetMaterial * cmd) argument
486 dump_SVGA3dCmdSetLightData(const SVGA3dCmdSetLightData * cmd) argument
544 dump_SVGA3dCmdSetViewport(const SVGA3dCmdSetViewport * cmd) argument
554 dump_SVGA3dCmdSetScissorRect(const SVGA3dCmdSetScissorRect * cmd) argument
564 dump_SVGA3dCopyRect(const SVGA3dCopyRect * cmd) argument
575 dump_SVGA3dCmdSetShader(const SVGA3dCmdSetShader * cmd) argument
583 dump_SVGA3dCmdEndQuery(const SVGA3dCmdEndQuery * cmd) argument
602 dump_SVGA3dSize(const SVGA3dSize * cmd) argument
610 dump_SVGA3dCmdDestroySurface(const SVGA3dCmdDestroySurface * cmd) argument
616 dump_SVGA3dCmdDefineContext(const SVGA3dCmdDefineContext * cmd) argument
622 dump_SVGA3dRect(const SVGA3dRect * cmd) argument
631 dump_SVGA3dCmdBeginQuery(const SVGA3dCmdBeginQuery * cmd) argument
648 dump_SVGA3dRenderState(const SVGA3dRenderState * cmd) argument
954 dump_SVGA3dVertexDivisor(const SVGA3dVertexDivisor * cmd) argument
963 dump_SVGA3dCmdDefineShader(const SVGA3dCmdDefineShader * cmd) argument
1041 dump_SVGA3dCmdSetShaderConst(const SVGA3dCmdSetShaderConst * cmd,uint32 numConsts) argument
1050 dump_SVGA3dCmdSetGBShaderConstInline(const SVGA3dCmdSetGBShaderConstInline * cmd,uint32 numConsts) argument
1060 dump_SVGA3dCmdSetZRange(const SVGA3dCmdSetZRange * cmd) argument
1068 dump_SVGA3dCmdDrawPrimitives(const SVGA3dCmdDrawPrimitives * cmd) argument
1076 dump_SVGA3dCmdSetLightEnabled(const SVGA3dCmdSetLightEnabled * cmd) argument
1084 dump_SVGA3dPrimitiveRange(const SVGA3dPrimitiveRange * cmd) argument
1124 dump_SVGA3dCmdPresent(const SVGA3dCmdPresent * cmd) argument
1130 dump_SVGA3dCmdSetRenderState(const SVGA3dCmdSetRenderState * cmd) argument
1136 dump_SVGA3dCmdSurfaceStretchBlt(const SVGA3dCmdSurfaceStretchBlt * cmd) argument
1173 dump_SVGA3dCmdSurfaceDMA(const SVGA3dCmdSurfaceDMA * cmd) argument
1195 dump_SVGA3dCmdSurfaceDMASuffix(const SVGA3dCmdSurfaceDMASuffix * cmd) argument
1204 dump_SVGA3dCmdSetTransform(const SVGA3dCmdSetTransform * cmd) argument
1279 dump_SVGA3dCmdDestroyShader(const SVGA3dCmdDestroyShader * cmd) argument
1297 dump_SVGA3dCmdDestroyContext(const SVGA3dCmdDestroyContext * cmd) argument
1303 dump_SVGA3dCmdClear(const SVGA3dCmdClear * cmd) argument
1326 dump_SVGA3dCmdDefineSurface(const SVGA3dCmdDefineSurface * cmd) argument
1359 dump_SVGASignedRect(const SVGASignedRect * cmd) argument
1376 dump_SVGA3dCmdBlitSurfaceToScreen(const SVGA3dCmdBlitSurfaceToScreen * cmd) argument
1393 dump_SVGA3dCmdDefineGBContext(const SVGA3dCmdDefineGBContext * cmd) argument
1399 dump_SVGA3dCmdBindGBContext(const SVGA3dCmdBindGBContext * cmd) argument
1407 dump_SVGA3dCmdDestroyGBContext(const SVGA3dCmdDestroyGBContext * cmd) argument
1413 dump_SVGA3dCmdDefineGBShader(const SVGA3dCmdDefineGBShader * cmd) argument
1421 dump_SVGA3dCmdBindGBShader(const SVGA3dCmdBindGBShader * cmd) argument
1429 dump_SVGA3dCmdDestroyGBShader(const SVGA3dCmdDestroyGBShader * cmd) argument
1435 dump_SVGA3dCmdBindGBSurface(const SVGA3dCmdBindGBSurface * cmd) argument
1442 dump_SVGA3dCmdUpdateGBSurface(const SVGA3dCmdUpdateGBSurface * cmd) argument
1448 dump_SVGA3dCmdUpdateGBImage(const SVGA3dCmdUpdateGBImage * cmd) argument
1457 dump_SVGA3dCmdReadbackGBImage(const SVGA3dCmdReadbackGBImage * cmd) argument
1465 dump_SVGA3dCmdInvalidateGBImage(const SVGA3dCmdInvalidateGBImage * cmd) argument
1473 dump_SVGA3dCmdInvalidateGBImagePartial(const SVGA3dCmdInvalidateGBImagePartial * cmd) argument
1784 dump_SVGA3dCmdDXDefineBlendState(const SVGA3dCmdDXDefineBlendState * cmd) argument
1996 dump_SVGA3dCmdDXUpdateSubResource(const SVGA3dCmdDXUpdateSubResource * cmd) argument
2004 dump_SVGA3dCmdDXReadbackSubResource(const SVGA3dCmdDXReadbackSubResource * cmd) argument
2045 dump_SVGA3dCmdIntraSurfaceCopy(const SVGA3dCmdIntraSurfaceCopy * cmd) argument
2054 dump_SVGA3dCmdInvalidateGBSurface(const SVGA3dCmdInvalidateGBSurface * cmd) argument
2158 const SVGA3dCmdDXSetRenderTargets *cmd = local in function:svga_dump_command
2174 const SVGA3dCmdDefineSurface *cmd = (const SVGA3dCmdDefineSurface *)body; local in function:svga_dump_command
2186 const SVGA3dCmdDestroySurface *cmd = (const SVGA3dCmdDestroySurface *)body; local in function:svga_dump_command
2194 const SVGA3dCmdSurfaceCopy *cmd = (const SVGA3dCmdSurfaceCopy *)body; local in function:svga_dump_command
2206 const SVGA3dCmdSurfaceStretchBlt *cmd = (const SVGA3dCmdSurfaceStretchBlt *)body; local in function:svga_dump_command
2214 const SVGA3dCmdSurfaceDMA *cmd = (const SVGA3dCmdSurfaceDMA *)body; local in function:svga_dump_command
2230 const SVGA3dCmdDefineContext *cmd = (const SVGA3dCmdDefineContext *)body; local in function:svga_dump_command
2238 const SVGA3dCmdDestroyContext *cmd = (const SVGA3dCmdDestroyContext *)body; local in function:svga_dump_command
2246 const SVGA3dCmdSetTransform *cmd = (const SVGA3dCmdSetTransform *)body; local in function:svga_dump_command
2254 const SVGA3dCmdSetZRange *cmd = (const SVGA3dCmdSetZRange *)body; local in function:svga_dump_command
2262 const SVGA3dCmdSetRenderState *cmd = (const SVGA3dCmdSetRenderState *)body; local in function:svga_dump_command
2274 const SVGA3dCmdSetRenderTarget *cmd = (const SVGA3dCmdSetRenderTarget *)body; local in function:svga_dump_command
2282 const SVGA3dCmdSetTextureState *cmd = (const SVGA3dCmdSetTextureState *)body; local in function:svga_dump_command
2294 const SVGA3dCmdSetMaterial *cmd = (const SVGA3dCmdSetMaterial *)body; local in function:svga_dump_command
2302 const SVGA3dCmdSetLightData *cmd = (const SVGA3dCmdSetLightData *)body; local in function:svga_dump_command
2310 const SVGA3dCmdSetLightEnabled *cmd = (const SVGA3dCmdSetLightEnabled *)body; local in function:svga_dump_command
2318 const SVGA3dCmdSetViewport *cmd = (const SVGA3dCmdSetViewport *)body; local in function:svga_dump_command
2326 const SVGA3dCmdSetClipPlane *cmd = (const SVGA3dCmdSetClipPlane *)body; local in function:svga_dump_command
2334 const SVGA3dCmdClear *cmd = (const SVGA3dCmdClear *)body; local in function:svga_dump_command
2346 const SVGA3dCmdPresent *cmd = (const SVGA3dCmdPresent *)body; local in function:svga_dump_command
2358 const SVGA3dCmdDefineShader *cmd = (const SVGA3dCmdDefineShader *)body; local in function:svga_dump_command
2370 const SVGA3dCmdDestroyShader *cmd = (const SVGA3dCmdDestroyShader *)body; local in function:svga_dump_command
2378 const SVGA3dCmdSetShader *cmd = (const SVGA3dCmdSetShader *)body; local in function:svga_dump_command
2386 const SVGA3dCmdSetShaderConst *cmd = (const SVGA3dCmdSetShaderConst *)body; local in function:svga_dump_command
2395 const SVGA3dCmdDrawPrimitives *cmd = (const SVGA3dCmdDrawPrimitives *)body; local in function:svga_dump_command
2416 const SVGA3dCmdSetScissorRect *cmd = (const SVGA3dCmdSetScissorRect *)body; local in function:svga_dump_command
2424 const SVGA3dCmdBeginQuery *cmd = (const SVGA3dCmdBeginQuery *)body; local in function:svga_dump_command
2432 const SVGA3dCmdEndQuery *cmd = (const SVGA3dCmdEndQuery *)body; local in function:svga_dump_command
2440 const SVGA3dCmdWaitForQuery *cmd = (const SVGA3dCmdWaitForQuery *)body; local in function:svga_dump_command
2448 const SVGA3dCmdBlitSurfaceToScreen *cmd = (const SVGA3dCmdBlitSurfaceToScreen *)body; local in function:svga_dump_command
2460 const SVGA3dCmdDefineGBContext *cmd = (const SVGA3dCmdDefineGBContext *) body; local in function:svga_dump_command
2468 const SVGA3dCmdBindGBContext *cmd = (const SVGA3dCmdBindGBContext *) body; local in function:svga_dump_command
2476 const SVGA3dCmdDestroyGBContext *cmd = (const SVGA3dCmdDestroyGBContext *) body; local in function:svga_dump_command
2484 const SVGA3dCmdDefineGBShader *cmd = (const SVGA3dCmdDefineGBShader *) body; local in function:svga_dump_command
2492 const SVGA3dCmdBindGBShader *cmd = (const SVGA3dCmdBindGBShader *) body; local in function:svga_dump_command
2500 const SVGA3dCmdDestroyGBShader *cmd = (const SVGA3dCmdDestroyGBShader *) body; local in function:svga_dump_command
2508 const SVGA3dCmdBindGBSurface *cmd = (const SVGA3dCmdBindGBSurface *) body; local in function:svga_dump_command
2516 const SVGA3dCmdUpdateGBSurface *cmd = (const SVGA3dCmdUpdateGBSurface *) body; local in function:svga_dump_command
2524 const SVGA3dCmdReadbackGBImage *cmd = (SVGA3dCmdReadbackGBImage *) body; local in function:svga_dump_command
2532 const SVGA3dCmdUpdateGBImage *cmd = (const SVGA3dCmdUpdateGBImage *) body; local in function:svga_dump_command
2540 const SVGA3dCmdInvalidateGBImage *cmd = (const SVGA3dCmdInvalidateGBImage *) body; local in function:svga_dump_command
2548 const SVGA3dCmdInvalidateGBImagePartial *cmd = (const SVGA3dCmdInvalidateGBImagePartia local in function:svga_dump_command
2557 const SVGA3dCmdSetGBShaderConstInline *cmd = (const SVGA3dCmdSetGBShaderConstInline *) local in function:svga_dump_command
2566 const SVGA3dCmdInvalidateGBSurface *cmd = (const SVGA3dCmdInvalidateGBSurface *)body; local in function:svga_dump_command
2574 const SVGA3dCmdIntraSurfaceCopy *cmd = (const SVGA3dCmdIntraSurfaceCopy *)body; local in function:svga_dump_command
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c58 dump_SVGA3dVertexDecl(const SVGA3dVertexDecl *cmd) argument
60 switch((*cmd).identity.type) {
116 _debug_printf("\t\t.identity.type = %i\n", (*cmd).identity.type);
119 switch((*cmd).identity.method) {
142 _debug_printf("\t\t.identity.method = %i\n", (*cmd).identity.method);
145 switch((*cmd).identity.usage) {
192 _debug_printf("\t\t.identity.usage = %i\n", (*cmd).identity.usage);
195 _debug_printf("\t\t.identity.usageIndex = %u\n", (*cmd).identity.usageIndex);
196 _debug_printf("\t\t.array.surfaceId = %u\n", (*cmd).array.surfaceId);
197 _debug_printf("\t\t.array.offset = %u\n", (*cmd)
204 dump_SVGA3dTextureState(const SVGA3dTextureState * cmd) argument
310 dump_SVGA3dViewport(const SVGA3dViewport * cmd) argument
321 dump_SVGA3dSamplerId(const SVGA3dSamplerId * cmd) argument
327 dump_SVGA3dSoTarget(const SVGA3dSoTarget * cmd) argument
334 dump_SVGA3dInputElementDesc(const SVGA3dInputElementDesc * cmd) argument
345 dump_SVGA3dVertexBuffer(const SVGA3dVertexBuffer * cmd) argument
353 dump_SVGA3dCopyBox(const SVGA3dCopyBox * cmd) argument
373 dump_SVGA3dCmdSetClipPlane(const SVGA3dCmdSetClipPlane * cmd) argument
384 dump_SVGA3dCmdWaitForQuery(const SVGA3dCmdWaitForQuery * cmd) argument
403 dump_SVGA3dCmdSetRenderTarget(const SVGA3dCmdSetRenderTarget * cmd) argument
423 dump_SVGA3dCmdSetTextureState(const SVGA3dCmdSetTextureState * cmd) argument
429 dump_SVGA3dCmdSurfaceCopy(const SVGA3dCmdSurfaceCopy * cmd) argument
440 dump_SVGA3dCmdSetMaterial(const SVGA3dCmdSetMaterial * cmd) argument
486 dump_SVGA3dCmdSetLightData(const SVGA3dCmdSetLightData * cmd) argument
544 dump_SVGA3dCmdSetViewport(const SVGA3dCmdSetViewport * cmd) argument
554 dump_SVGA3dCmdSetScissorRect(const SVGA3dCmdSetScissorRect * cmd) argument
564 dump_SVGA3dCopyRect(const SVGA3dCopyRect * cmd) argument
575 dump_SVGA3dCmdSetShader(const SVGA3dCmdSetShader * cmd) argument
583 dump_SVGA3dCmdEndQuery(const SVGA3dCmdEndQuery * cmd) argument
602 dump_SVGA3dSize(const SVGA3dSize * cmd) argument
610 dump_SVGA3dCmdDestroySurface(const SVGA3dCmdDestroySurface * cmd) argument
616 dump_SVGA3dCmdDefineContext(const SVGA3dCmdDefineContext * cmd) argument
622 dump_SVGA3dRect(const SVGA3dRect * cmd) argument
631 dump_SVGA3dCmdBeginQuery(const SVGA3dCmdBeginQuery * cmd) argument
648 dump_SVGA3dRenderState(const SVGA3dRenderState * cmd) argument
954 dump_SVGA3dVertexDivisor(const SVGA3dVertexDivisor * cmd) argument
963 dump_SVGA3dCmdDefineShader(const SVGA3dCmdDefineShader * cmd) argument
1041 dump_SVGA3dCmdSetShaderConst(const SVGA3dCmdSetShaderConst * cmd,uint32 numConsts) argument
1050 dump_SVGA3dCmdSetGBShaderConstInline(const SVGA3dCmdSetGBShaderConstInline * cmd,uint32 numConsts) argument
1060 dump_SVGA3dCmdSetZRange(const SVGA3dCmdSetZRange * cmd) argument
1068 dump_SVGA3dCmdDrawPrimitives(const SVGA3dCmdDrawPrimitives * cmd) argument
1076 dump_SVGA3dCmdSetLightEnabled(const SVGA3dCmdSetLightEnabled * cmd) argument
1084 dump_SVGA3dPrimitiveRange(const SVGA3dPrimitiveRange * cmd) argument
1124 dump_SVGA3dCmdPresent(const SVGA3dCmdPresent * cmd) argument
1130 dump_SVGA3dCmdSetRenderState(const SVGA3dCmdSetRenderState * cmd) argument
1136 dump_SVGA3dCmdSurfaceStretchBlt(const SVGA3dCmdSurfaceStretchBlt * cmd) argument
1173 dump_SVGA3dCmdSurfaceDMA(const SVGA3dCmdSurfaceDMA * cmd) argument
1195 dump_SVGA3dCmdSurfaceDMASuffix(const SVGA3dCmdSurfaceDMASuffix * cmd) argument
1204 dump_SVGA3dCmdSetTransform(const SVGA3dCmdSetTransform * cmd) argument
1279 dump_SVGA3dCmdDestroyShader(const SVGA3dCmdDestroyShader * cmd) argument
1297 dump_SVGA3dCmdDestroyContext(const SVGA3dCmdDestroyContext * cmd) argument
1303 dump_SVGA3dCmdClear(const SVGA3dCmdClear * cmd) argument
1326 dump_SVGA3dCmdDefineSurface(const SVGA3dCmdDefineSurface * cmd) argument
1359 dump_SVGASignedRect(const SVGASignedRect * cmd) argument
1376 dump_SVGA3dCmdBlitSurfaceToScreen(const SVGA3dCmdBlitSurfaceToScreen * cmd) argument
1393 dump_SVGA3dCmdDefineGBContext(const SVGA3dCmdDefineGBContext * cmd) argument
1399 dump_SVGA3dCmdBindGBContext(const SVGA3dCmdBindGBContext * cmd) argument
1407 dump_SVGA3dCmdDestroyGBContext(const SVGA3dCmdDestroyGBContext * cmd) argument
1413 dump_SVGA3dCmdDefineGBShader(const SVGA3dCmdDefineGBShader * cmd) argument
1421 dump_SVGA3dCmdBindGBShader(const SVGA3dCmdBindGBShader * cmd) argument
1429 dump_SVGA3dCmdDestroyGBShader(const SVGA3dCmdDestroyGBShader * cmd) argument
1435 dump_SVGA3dCmdBindGBSurface(const SVGA3dCmdBindGBSurface * cmd) argument
1442 dump_SVGA3dCmdUpdateGBSurface(const SVGA3dCmdUpdateGBSurface * cmd) argument
1448 dump_SVGA3dCmdUpdateGBImage(const SVGA3dCmdUpdateGBImage * cmd) argument
1457 dump_SVGA3dCmdReadbackGBImage(const SVGA3dCmdReadbackGBImage * cmd) argument
1465 dump_SVGA3dCmdInvalidateGBImage(const SVGA3dCmdInvalidateGBImage * cmd) argument
1473 dump_SVGA3dCmdInvalidateGBImagePartial(const SVGA3dCmdInvalidateGBImagePartial * cmd) argument
1784 dump_SVGA3dCmdDXDefineBlendState(const SVGA3dCmdDXDefineBlendState * cmd) argument
1996 dump_SVGA3dCmdDXUpdateSubResource(const SVGA3dCmdDXUpdateSubResource * cmd) argument
2004 dump_SVGA3dCmdDXReadbackSubResource(const SVGA3dCmdDXReadbackSubResource * cmd) argument
2045 dump_SVGA3dCmdIntraSurfaceCopy(const SVGA3dCmdIntraSurfaceCopy * cmd) argument
2054 dump_SVGA3dCmdInvalidateGBSurface(const SVGA3dCmdInvalidateGBSurface * cmd) argument
2158 const SVGA3dCmdDXSetRenderTargets *cmd = local in function:svga_dump_command
2174 const SVGA3dCmdDefineSurface *cmd = (const SVGA3dCmdDefineSurface *)body; local in function:svga_dump_command
2186 const SVGA3dCmdDestroySurface *cmd = (const SVGA3dCmdDestroySurface *)body; local in function:svga_dump_command
2194 const SVGA3dCmdSurfaceCopy *cmd = (const SVGA3dCmdSurfaceCopy *)body; local in function:svga_dump_command
2206 const SVGA3dCmdSurfaceStretchBlt *cmd = (const SVGA3dCmdSurfaceStretchBlt *)body; local in function:svga_dump_command
2214 const SVGA3dCmdSurfaceDMA *cmd = (const SVGA3dCmdSurfaceDMA *)body; local in function:svga_dump_command
2230 const SVGA3dCmdDefineContext *cmd = (const SVGA3dCmdDefineContext *)body; local in function:svga_dump_command
2238 const SVGA3dCmdDestroyContext *cmd = (const SVGA3dCmdDestroyContext *)body; local in function:svga_dump_command
2246 const SVGA3dCmdSetTransform *cmd = (const SVGA3dCmdSetTransform *)body; local in function:svga_dump_command
2254 const SVGA3dCmdSetZRange *cmd = (const SVGA3dCmdSetZRange *)body; local in function:svga_dump_command
2262 const SVGA3dCmdSetRenderState *cmd = (const SVGA3dCmdSetRenderState *)body; local in function:svga_dump_command
2274 const SVGA3dCmdSetRenderTarget *cmd = (const SVGA3dCmdSetRenderTarget *)body; local in function:svga_dump_command
2282 const SVGA3dCmdSetTextureState *cmd = (const SVGA3dCmdSetTextureState *)body; local in function:svga_dump_command
2294 const SVGA3dCmdSetMaterial *cmd = (const SVGA3dCmdSetMaterial *)body; local in function:svga_dump_command
2302 const SVGA3dCmdSetLightData *cmd = (const SVGA3dCmdSetLightData *)body; local in function:svga_dump_command
2310 const SVGA3dCmdSetLightEnabled *cmd = (const SVGA3dCmdSetLightEnabled *)body; local in function:svga_dump_command
2318 const SVGA3dCmdSetViewport *cmd = (const SVGA3dCmdSetViewport *)body; local in function:svga_dump_command
2326 const SVGA3dCmdSetClipPlane *cmd = (const SVGA3dCmdSetClipPlane *)body; local in function:svga_dump_command
2334 const SVGA3dCmdClear *cmd = (const SVGA3dCmdClear *)body; local in function:svga_dump_command
2346 const SVGA3dCmdPresent *cmd = (const SVGA3dCmdPresent *)body; local in function:svga_dump_command
2358 const SVGA3dCmdDefineShader *cmd = (const SVGA3dCmdDefineShader *)body; local in function:svga_dump_command
2370 const SVGA3dCmdDestroyShader *cmd = (const SVGA3dCmdDestroyShader *)body; local in function:svga_dump_command
2378 const SVGA3dCmdSetShader *cmd = (const SVGA3dCmdSetShader *)body; local in function:svga_dump_command
2386 const SVGA3dCmdSetShaderConst *cmd = (const SVGA3dCmdSetShaderConst *)body; local in function:svga_dump_command
2395 const SVGA3dCmdDrawPrimitives *cmd = (const SVGA3dCmdDrawPrimitives *)body; local in function:svga_dump_command
2416 const SVGA3dCmdSetScissorRect *cmd = (const SVGA3dCmdSetScissorRect *)body; local in function:svga_dump_command
2424 const SVGA3dCmdBeginQuery *cmd = (const SVGA3dCmdBeginQuery *)body; local in function:svga_dump_command
2432 const SVGA3dCmdEndQuery *cmd = (const SVGA3dCmdEndQuery *)body; local in function:svga_dump_command
2440 const SVGA3dCmdWaitForQuery *cmd = (const SVGA3dCmdWaitForQuery *)body; local in function:svga_dump_command
2448 const SVGA3dCmdBlitSurfaceToScreen *cmd = (const SVGA3dCmdBlitSurfaceToScreen *)body; local in function:svga_dump_command
2460 const SVGA3dCmdDefineGBContext *cmd = (const SVGA3dCmdDefineGBContext *) body; local in function:svga_dump_command
2468 const SVGA3dCmdBindGBContext *cmd = (const SVGA3dCmdBindGBContext *) body; local in function:svga_dump_command
2476 const SVGA3dCmdDestroyGBContext *cmd = (const SVGA3dCmdDestroyGBContext *) body; local in function:svga_dump_command
2484 const SVGA3dCmdDefineGBShader *cmd = (const SVGA3dCmdDefineGBShader *) body; local in function:svga_dump_command
2492 const SVGA3dCmdBindGBShader *cmd = (const SVGA3dCmdBindGBShader *) body; local in function:svga_dump_command
2500 const SVGA3dCmdDestroyGBShader *cmd = (const SVGA3dCmdDestroyGBShader *) body; local in function:svga_dump_command
2508 const SVGA3dCmdBindGBSurface *cmd = (const SVGA3dCmdBindGBSurface *) body; local in function:svga_dump_command
2516 const SVGA3dCmdUpdateGBSurface *cmd = (const SVGA3dCmdUpdateGBSurface *) body; local in function:svga_dump_command
2524 const SVGA3dCmdReadbackGBImage *cmd = (SVGA3dCmdReadbackGBImage *) body; local in function:svga_dump_command
2532 const SVGA3dCmdUpdateGBImage *cmd = (const SVGA3dCmdUpdateGBImage *) body; local in function:svga_dump_command
2540 const SVGA3dCmdInvalidateGBImage *cmd = (const SVGA3dCmdInvalidateGBImage *) body; local in function:svga_dump_command
2548 const SVGA3dCmdInvalidateGBImagePartial *cmd = (const SVGA3dCmdInvalidateGBImagePartia local in function:svga_dump_command
2557 const SVGA3dCmdSetGBShaderConstInline *cmd = (const SVGA3dCmdSetGBShaderConstInline *) local in function:svga_dump_command
2566 const SVGA3dCmdInvalidateGBSurface *cmd = (const SVGA3dCmdInvalidateGBSurface *)body; local in function:svga_dump_command
2574 const SVGA3dCmdIntraSurfaceCopy *cmd = (const SVGA3dCmdIntraSurfaceCopy *)body; local in function:svga_dump_command
[all...]
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_command_buffer.c33 vn_cmd_get_image_memory_barriers(struct vn_command_buffer *cmd, argument
37 if (count > cmd->builder.image_barrier_count) {
40 vk_realloc(&cmd->allocator, cmd->builder.image_barriers, size,
46 cmd->builder.image_barrier_count = count;
47 cmd->builder.image_barriers = img_barriers;
50 return cmd->builder.image_barriers;
116 vn_cmd_fix_image_memory_barrier(const struct vn_command_buffer *cmd, argument
155 dst_qfi == cmd->queue_family_index) {
157 out_barrier->dstQueueFamilyIndex = cmd
195 vn_cmd_wait_events_fix_image_memory_barriers(struct vn_command_buffer * cmd,const VkImageMemoryBarrier * src_barriers,uint32_t count,uint32_t * out_transfer_count) argument
251 vn_cmd_pipeline_barrier_fix_image_memory_barriers(struct vn_command_buffer * cmd,const VkImageMemoryBarrier * src_barriers,uint32_t count) argument
276 vn_cmd_encode_memory_barriers(struct vn_command_buffer * cmd,VkPipelineStageFlags src_stage_mask,VkPipelineStageFlags dst_stage_mask,uint32_t buf_barrier_count,const VkBufferMemoryBarrier * buf_barriers,uint32_t img_barrier_count,const VkImageMemoryBarrier * img_barriers) argument
324 vn_cmd_transfer_present_src_images(struct vn_command_buffer * cmd,const struct vn_image * const * images,const struct vn_present_src_attachment * atts,uint32_t count) argument
357 vn_cmd_begin_render_pass(struct vn_command_buffer * cmd,const struct vn_render_pass * pass,const struct vn_framebuffer * fb,const VkRenderPassBeginInfo * begin_info) argument
407 vn_cmd_end_render_pass(struct vn_command_buffer * cmd) argument
537 struct vn_command_buffer *cmd = local in function:vn_AllocateCommandBuffers
589 struct vn_command_buffer *cmd = local in function:vn_FreeCommandBuffers
610 struct vn_command_buffer *cmd = local in function:vn_ResetCommandBuffer
625 struct vn_command_buffer *cmd = local in function:vn_BeginCommandBuffer
664 vn_cmd_submit(struct vn_command_buffer * cmd) argument
693 struct vn_command_buffer *cmd = local in function:vn_EndCommandBuffer
722 struct vn_command_buffer *cmd = local in function:vn_CmdBindPipeline
741 struct vn_command_buffer *cmd = local in function:vn_CmdSetViewport
760 struct vn_command_buffer *cmd = local in function:vn_CmdSetScissor
776 struct vn_command_buffer *cmd = local in function:vn_CmdSetLineWidth
793 struct vn_command_buffer *cmd = local in function:vn_CmdSetDepthBias
812 struct vn_command_buffer *cmd = local in function:vn_CmdSetBlendConstants
829 struct vn_command_buffer *cmd = local in function:vn_CmdSetDepthBounds
847 struct vn_command_buffer *cmd = local in function:vn_CmdSetStencilCompareMask
865 struct vn_command_buffer *cmd = local in function:vn_CmdSetStencilWriteMask
883 struct vn_command_buffer *cmd = local in function:vn_CmdSetStencilReference
906 struct vn_command_buffer *cmd = local in function:vn_CmdBindDescriptorSets
928 struct vn_command_buffer *cmd = local in function:vn_CmdBindIndexBuffer
948 struct vn_command_buffer *cmd = local in function:vn_CmdBindVertexBuffers
968 struct vn_command_buffer *cmd = local in function:vn_CmdDraw
989 struct vn_command_buffer *cmd = local in function:vn_CmdDrawIndexed
1011 struct vn_command_buffer *cmd = local in function:vn_CmdDrawIndirect
1031 struct vn_command_buffer *cmd = local in function:vn_CmdDrawIndexedIndirect
1053 struct vn_command_buffer *cmd = local in function:vn_CmdDrawIndirectCount
1077 struct vn_command_buffer *cmd = local in function:vn_CmdDrawIndexedIndirectCount
1098 struct vn_command_buffer *cmd = local in function:vn_CmdDispatch
1116 struct vn_command_buffer *cmd = local in function:vn_CmdDispatchIndirect
1135 struct vn_command_buffer *cmd = local in function:vn_CmdCopyBuffer
1157 struct vn_command_buffer *cmd = local in function:vn_CmdCopyImage
1182 struct vn_command_buffer *cmd = local in function:vn_CmdBlitImage
1205 struct vn_command_buffer *cmd = local in function:vn_CmdCopyBufferToImage
1228 struct vn_command_buffer *cmd = local in function:vn_CmdCopyImageToBuffer
1275 struct vn_command_buffer *cmd = local in function:vn_CmdUpdateBuffer
1295 struct vn_command_buffer *cmd = local in function:vn_CmdFillBuffer
1316 struct vn_command_buffer *cmd = local in function:vn_CmdClearColorImage
1337 struct vn_command_buffer *cmd = local in function:vn_CmdClearDepthStencilImage
1358 struct vn_command_buffer *cmd = local in function:vn_CmdClearAttachments
1381 struct vn_command_buffer *cmd = local in function:vn_CmdResolveImage
1401 struct vn_command_buffer *cmd = local in function:vn_CmdSetEvent
1417 struct vn_command_buffer *cmd = local in function:vn_CmdResetEvent
1441 struct vn_command_buffer *cmd = local in function:vn_CmdWaitEvents
1482 struct vn_command_buffer *cmd = local in function:vn_CmdPipelineBarrier
1508 struct vn_command_buffer *cmd = local in function:vn_CmdBeginQuery
1526 struct vn_command_buffer *cmd = local in function:vn_CmdEndQuery
1543 struct vn_command_buffer *cmd = local in function:vn_CmdResetQueryPool
1562 struct vn_command_buffer *cmd = local in function:vn_CmdWriteTimestamp
1585 struct vn_command_buffer *cmd = local in function:vn_CmdCopyQueryPoolResults
1608 struct vn_command_buffer *cmd = local in function:vn_CmdPushConstants
1626 struct vn_command_buffer *cmd = local in function:vn_CmdBeginRenderPass
1647 struct vn_command_buffer *cmd = local in function:vn_CmdNextSubpass
1661 struct vn_command_buffer *cmd = local in function:vn_CmdEndRenderPass
1679 struct vn_command_buffer *cmd = local in function:vn_CmdBeginRenderPass2
1702 struct vn_command_buffer *cmd = local in function:vn_CmdNextSubpass2
1719 struct vn_command_buffer *cmd = local in function:vn_CmdEndRenderPass2
1737 struct vn_command_buffer *cmd = local in function:vn_CmdExecuteCommands
1753 struct vn_command_buffer *cmd = local in function:vn_CmdSetDeviceMask
1773 struct vn_command_buffer *cmd = local in function:vn_CmdDispatchBase
1795 struct vn_command_buffer *cmd = local in function:vn_CmdBeginQueryIndexedEXT
1814 struct vn_command_buffer *cmd = local in function:vn_CmdEndQueryIndexedEXT
1835 struct vn_command_buffer *cmd = local in function:vn_CmdBindTransformFeedbackBuffersEXT
1856 struct vn_command_buffer *cmd = local in function:vn_CmdBeginTransformFeedbackEXT
1878 struct vn_command_buffer *cmd = local in function:vn_CmdEndTransformFeedbackEXT
1902 struct vn_command_buffer *cmd = local in function:vn_CmdDrawIndirectByteCountEXT
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dglthread_list.c30 _mesa_unmarshal_CallList(struct gl_context *ctx, const struct marshal_cmd_CallList *cmd, const uint64_t *last) argument
32 const GLuint list = cmd->list;
33 uint64_t *ptr = (uint64_t *) cmd;
34 ptr += cmd->cmd_base.cmd_size;
40 /* If the 'next' is also a DISPATCH_CMD_CallList, we transform 'cmd' and 'next' in a CALL_CallLists.
48 lists[0] = cmd->list;
67 return (uint32_t) (ptr - (uint64_t*)cmd);
72 return cmd->cmd_base.cmd_size;
80 struct marshal_cmd_CallList *cmd; local in function:_mesa_marshal_CallList
81 cmd
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_genx_macros.h78 #define __genxml_cmd_length(cmd) cmd ## _length
79 #define __genxml_cmd_length_bias(cmd) cmd ## _length_bias
80 #define __genxml_cmd_header(cmd) cmd ## _header
81 #define __genxml_cmd_pack(cmd) cmd ## _pack
82 #define __genxml_reg_num(cmd) cmd ## _nu
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_genx_macros.h73 #define __genxml_cmd_length(cmd) cmd ## _length
74 #define __genxml_cmd_length_bias(cmd) cmd ## _length_bias
75 #define __genxml_cmd_header(cmd) cmd ## _header
76 #define __genxml_cmd_pack(cmd) cmd ## _pack
77 #define __genxml_reg_num(cmd) cmd ## _nu
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmarshal.c44 const struct marshal_cmd_Flush *cmd)
54 struct marshal_cmd_Flush *cmd = local in function:_mesa_marshal_Flush
57 (void) cmd;
77 const struct marshal_cmd_Enable *cmd)
79 const GLenum cap = cmd->cap;
87 struct marshal_cmd_Enable *cmd; local in function:_mesa_marshal_Enable
94 cmd = _mesa_glthread_allocate_command(ctx, DISPATCH_CMD_Enable,
95 sizeof(*cmd));
96 cmd->cap = cap;
119 const struct marshal_cmd_ShaderSource *cmd)
43 _mesa_unmarshal_Flush(struct gl_context * ctx,const struct marshal_cmd_Flush * cmd) argument
76 _mesa_unmarshal_Enable(struct gl_context * ctx,const struct marshal_cmd_Enable * cmd) argument
118 _mesa_unmarshal_ShaderSource(struct gl_context * ctx,const struct marshal_cmd_ShaderSource * cmd) argument
174 struct marshal_cmd_ShaderSource *cmd = local in function:_mesa_marshal_ShaderSource
262 _mesa_unmarshal_BindBuffer(struct gl_context * ctx,const struct marshal_cmd_BindBuffer * cmd) argument
274 struct marshal_cmd_BindBuffer *cmd; local in function:_mesa_marshal_BindBuffer
303 _mesa_unmarshal_BufferData(struct gl_context * ctx,const struct marshal_cmd_BufferData * cmd) argument
336 struct marshal_cmd_BufferData *cmd = local in function:_mesa_marshal_BufferData
367 _mesa_unmarshal_BufferSubData(struct gl_context * ctx,const struct marshal_cmd_BufferSubData * cmd) argument
395 struct marshal_cmd_BufferSubData *cmd = local in function:_mesa_marshal_BufferSubData
423 _mesa_unmarshal_NamedBufferData(struct gl_context * ctx,const struct marshal_cmd_NamedBufferData * cmd) argument
455 struct marshal_cmd_NamedBufferData *cmd = local in function:_mesa_marshal_NamedBufferData
485 _mesa_unmarshal_NamedBufferSubData(struct gl_context * ctx,const struct marshal_cmd_NamedBufferSubData * cmd) argument
512 struct marshal_cmd_NamedBufferSubData *cmd = local in function:_mesa_marshal_NamedBufferSubData
537 _mesa_unmarshal_ClearBufferfv(struct gl_context * ctx,const struct marshal_cmd_ClearBuffer * cmd) argument
550 _mesa_unmarshal_ClearBufferiv(struct gl_context * ctx,const struct marshal_cmd_ClearBuffer * cmd) argument
563 _mesa_unmarshal_ClearBufferuiv(struct gl_context * ctx,const struct marshal_cmd_ClearBuffer * cmd) argument
576 _mesa_unmarshal_ClearBufferfi(struct gl_context * ctx,const struct marshal_cmd_ClearBuffer * cmd) argument
610 struct marshal_cmd_ClearBuffer *cmd = local in function:clear_buffer_add_command
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_state_init.c339 if (r200->hw.set.cmd[SET_RE_CNTL] & R200_STIPPLE_ENABLE)
351 OUT_VEC(atom->cmd[MTL_CMD_0], (atom->cmd+1));
352 OUT_SCL2(atom->cmd[MTL_CMD_1], (atom->cmd + 18));
363 OUT_VEC(atom->cmd[LIT_CMD_0], atom->cmd+1);
364 OUT_SCL(atom->cmd[LIT_CMD_1], atom->cmd+LIT_CMD_1+1);
375 OUT_VEC(atom->cmd[PTP_CMD_
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_state_init.c339 if (r200->hw.set.cmd[SET_RE_CNTL] & R200_STIPPLE_ENABLE)
351 OUT_VEC(atom->cmd[MTL_CMD_0], (atom->cmd+1));
352 OUT_SCL2(atom->cmd[MTL_CMD_1], (atom->cmd + 18));
363 OUT_VEC(atom->cmd[LIT_CMD_0], atom->cmd+1);
364 OUT_SCL(atom->cmd[LIT_CMD_1], atom->cmd+LIT_CMD_1+1);
375 OUT_VEC(atom->cmd[PTP_CMD_
[all...]
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dmarshal_generated.c52 _mesa_unmarshal_NewList(struct gl_context *ctx, const struct marshal_cmd_NewList *cmd) argument
54 const GLuint list = cmd->list;
55 const GLenum mode = cmd->mode;
63 struct marshal_cmd_NewList *cmd; local in function:_mesa_marshal_NewList
73 cmd = _mesa_glthread_allocate_command(ctx, DISPATCH_CMD_NewList, cmd_size);
74 cmd->list = list;
75 cmd->mode = mode;
92 _mesa_unmarshal_EndList(struct gl_context *ctx, const struct marshal_cmd_EndList *cmd) argument
101 struct marshal_cmd_EndList *cmd; local in function:_mesa_marshal_EndList
104 cmd
124 _mesa_unmarshal_CallList(struct gl_context * ctx,const struct marshal_cmd_CallList * cmd) argument
134 struct marshal_cmd_CallList *cmd; local in function:_mesa_marshal_CallList
168 _mesa_unmarshal_DeleteLists(struct gl_context * ctx,const struct marshal_cmd_DeleteLists * cmd) argument
179 struct marshal_cmd_DeleteLists *cmd; local in function:_mesa_marshal_DeleteLists
213 _mesa_unmarshal_ListBase(struct gl_context * ctx,const struct marshal_cmd_ListBase * cmd) argument
223 struct marshal_cmd_ListBase *cmd; local in function:_mesa_marshal_ListBase
245 _mesa_unmarshal_Begin(struct gl_context * ctx,const struct marshal_cmd_Begin * cmd) argument
255 struct marshal_cmd_Begin *cmd; local in function:_mesa_marshal_Begin
290 _mesa_unmarshal_Color3b(struct gl_context * ctx,const struct marshal_cmd_Color3b * cmd) argument
302 struct marshal_cmd_Color3b *cmd; local in function:_mesa_marshal_Color3b
326 _mesa_unmarshal_Color3bv(struct gl_context * ctx,const struct marshal_cmd_Color3bv * cmd) argument
336 struct marshal_cmd_Color3bv *cmd; local in function:_mesa_marshal_Color3bv
360 _mesa_unmarshal_Color3d(struct gl_context * ctx,const struct marshal_cmd_Color3d * cmd) argument
372 struct marshal_cmd_Color3d *cmd; local in function:_mesa_marshal_Color3d
396 _mesa_unmarshal_Color3dv(struct gl_context * ctx,const struct marshal_cmd_Color3dv * cmd) argument
406 struct marshal_cmd_Color3dv *cmd; local in function:_mesa_marshal_Color3dv
430 _mesa_unmarshal_Color3f(struct gl_context * ctx,const struct marshal_cmd_Color3f * cmd) argument
442 struct marshal_cmd_Color3f *cmd; local in function:_mesa_marshal_Color3f
466 _mesa_unmarshal_Color3fv(struct gl_context * ctx,const struct marshal_cmd_Color3fv * cmd) argument
476 struct marshal_cmd_Color3fv *cmd; local in function:_mesa_marshal_Color3fv
500 _mesa_unmarshal_Color3i(struct gl_context * ctx,const struct marshal_cmd_Color3i * cmd) argument
512 struct marshal_cmd_Color3i *cmd; local in function:_mesa_marshal_Color3i
536 _mesa_unmarshal_Color3iv(struct gl_context * ctx,const struct marshal_cmd_Color3iv * cmd) argument
546 struct marshal_cmd_Color3iv *cmd; local in function:_mesa_marshal_Color3iv
570 _mesa_unmarshal_Color3s(struct gl_context * ctx,const struct marshal_cmd_Color3s * cmd) argument
582 struct marshal_cmd_Color3s *cmd; local in function:_mesa_marshal_Color3s
606 _mesa_unmarshal_Color3sv(struct gl_context * ctx,const struct marshal_cmd_Color3sv * cmd) argument
616 struct marshal_cmd_Color3sv *cmd; local in function:_mesa_marshal_Color3sv
640 _mesa_unmarshal_Color3ub(struct gl_context * ctx,const struct marshal_cmd_Color3ub * cmd) argument
652 struct marshal_cmd_Color3ub *cmd; local in function:_mesa_marshal_Color3ub
676 _mesa_unmarshal_Color3ubv(struct gl_context * ctx,const struct marshal_cmd_Color3ubv * cmd) argument
686 struct marshal_cmd_Color3ubv *cmd; local in function:_mesa_marshal_Color3ubv
710 _mesa_unmarshal_Color3ui(struct gl_context * ctx,const struct marshal_cmd_Color3ui * cmd) argument
722 struct marshal_cmd_Color3ui *cmd; local in function:_mesa_marshal_Color3ui
746 _mesa_unmarshal_Color3uiv(struct gl_context * ctx,const struct marshal_cmd_Color3uiv * cmd) argument
756 struct marshal_cmd_Color3uiv *cmd; local in function:_mesa_marshal_Color3uiv
780 _mesa_unmarshal_Color3us(struct gl_context * ctx,const struct marshal_cmd_Color3us * cmd) argument
792 struct marshal_cmd_Color3us *cmd; local in function:_mesa_marshal_Color3us
816 _mesa_unmarshal_Color3usv(struct gl_context * ctx,const struct marshal_cmd_Color3usv * cmd) argument
826 struct marshal_cmd_Color3usv *cmd; local in function:_mesa_marshal_Color3usv
851 _mesa_unmarshal_Color4b(struct gl_context * ctx,const struct marshal_cmd_Color4b * cmd) argument
864 struct marshal_cmd_Color4b *cmd; local in function:_mesa_marshal_Color4b
889 _mesa_unmarshal_Color4bv(struct gl_context * ctx,const struct marshal_cmd_Color4bv * cmd) argument
899 struct marshal_cmd_Color4bv *cmd; local in function:_mesa_marshal_Color4bv
924 _mesa_unmarshal_Color4d(struct gl_context * ctx,const struct marshal_cmd_Color4d * cmd) argument
937 struct marshal_cmd_Color4d *cmd; local in function:_mesa_marshal_Color4d
962 _mesa_unmarshal_Color4dv(struct gl_context * ctx,const struct marshal_cmd_Color4dv * cmd) argument
972 struct marshal_cmd_Color4dv *cmd; local in function:_mesa_marshal_Color4dv
997 _mesa_unmarshal_Color4f(struct gl_context * ctx,const struct marshal_cmd_Color4f * cmd) argument
1010 struct marshal_cmd_Color4f *cmd; local in function:_mesa_marshal_Color4f
1035 _mesa_unmarshal_Color4fv(struct gl_context * ctx,const struct marshal_cmd_Color4fv * cmd) argument
1045 struct marshal_cmd_Color4fv *cmd; local in function:_mesa_marshal_Color4fv
1070 _mesa_unmarshal_Color4i(struct gl_context * ctx,const struct marshal_cmd_Color4i * cmd) argument
1083 struct marshal_cmd_Color4i *cmd; local in function:_mesa_marshal_Color4i
1108 _mesa_unmarshal_Color4iv(struct gl_context * ctx,const struct marshal_cmd_Color4iv * cmd) argument
1118 struct marshal_cmd_Color4iv *cmd; local in function:_mesa_marshal_Color4iv
1143 _mesa_unmarshal_Color4s(struct gl_context * ctx,const struct marshal_cmd_Color4s * cmd) argument
1156 struct marshal_cmd_Color4s *cmd; local in function:_mesa_marshal_Color4s
1181 _mesa_unmarshal_Color4sv(struct gl_context * ctx,const struct marshal_cmd_Color4sv * cmd) argument
1191 struct marshal_cmd_Color4sv *cmd; local in function:_mesa_marshal_Color4sv
1216 _mesa_unmarshal_Color4ub(struct gl_context * ctx,const struct marshal_cmd_Color4ub * cmd) argument
1229 struct marshal_cmd_Color4ub *cmd; local in function:_mesa_marshal_Color4ub
1254 _mesa_unmarshal_Color4ubv(struct gl_context * ctx,const struct marshal_cmd_Color4ubv * cmd) argument
1264 struct marshal_cmd_Color4ubv *cmd; local in function:_mesa_marshal_Color4ubv
1289 _mesa_unmarshal_Color4ui(struct gl_context * ctx,const struct marshal_cmd_Color4ui * cmd) argument
1302 struct marshal_cmd_Color4ui *cmd; local in function:_mesa_marshal_Color4ui
1327 _mesa_unmarshal_Color4uiv(struct gl_context * ctx,const struct marshal_cmd_Color4uiv * cmd) argument
1337 struct marshal_cmd_Color4uiv *cmd; local in function:_mesa_marshal_Color4uiv
1362 _mesa_unmarshal_Color4us(struct gl_context * ctx,const struct marshal_cmd_Color4us * cmd) argument
1375 struct marshal_cmd_Color4us *cmd; local in function:_mesa_marshal_Color4us
1400 _mesa_unmarshal_Color4usv(struct gl_context * ctx,const struct marshal_cmd_Color4usv * cmd) argument
1410 struct marshal_cmd_Color4usv *cmd; local in function:_mesa_marshal_Color4usv
1432 _mesa_unmarshal_EdgeFlag(struct gl_context * ctx,const struct marshal_cmd_EdgeFlag * cmd) argument
1442 struct marshal_cmd_EdgeFlag *cmd; local in function:_mesa_marshal_EdgeFlag
1464 _mesa_unmarshal_EdgeFlagv(struct gl_context * ctx,const struct marshal_cmd_EdgeFlagv * cmd) argument
1474 struct marshal_cmd_EdgeFlagv *cmd; local in function:_mesa_marshal_EdgeFlagv
1495 _mesa_unmarshal_End(struct gl_context * ctx,const struct marshal_cmd_End * cmd) argument
1504 struct marshal_cmd_End *cmd; local in function:_mesa_marshal_End
1527 _mesa_unmarshal_Indexd(struct gl_context * ctx,const struct marshal_cmd_Indexd * cmd) argument
1537 struct marshal_cmd_Indexd *cmd; local in function:_mesa_marshal_Indexd
1559 _mesa_unmarshal_Indexdv(struct gl_context * ctx,const struct marshal_cmd_Indexdv * cmd) argument
1569 struct marshal_cmd_Indexdv *cmd; local in function:_mesa_marshal_Indexdv
1591 _mesa_unmarshal_Indexf(struct gl_context * ctx,const struct marshal_cmd_Indexf * cmd) argument
1601 struct marshal_cmd_Indexf *cmd; local in function:_mesa_marshal_Indexf
1623 _mesa_unmarshal_Indexfv(struct gl_context * ctx,const struct marshal_cmd_Indexfv * cmd) argument
1633 struct marshal_cmd_Indexfv *cmd; local in function:_mesa_marshal_Indexfv
1655 _mesa_unmarshal_Indexi(struct gl_context * ctx,const struct marshal_cmd_Indexi * cmd) argument
1665 struct marshal_cmd_Indexi *cmd; local in function:_mesa_marshal_Indexi
1687 _mesa_unmarshal_Indexiv(struct gl_context * ctx,const struct marshal_cmd_Indexiv * cmd) argument
1697 struct marshal_cmd_Indexiv *cmd; local in function:_mesa_marshal_Indexiv
1719 _mesa_unmarshal_Indexs(struct gl_context * ctx,const struct marshal_cmd_Indexs * cmd) argument
1729 struct marshal_cmd_Indexs *cmd; local in function:_mesa_marshal_Indexs
1751 _mesa_unmarshal_Indexsv(struct gl_context * ctx,const struct marshal_cmd_Indexsv * cmd) argument
1761 struct marshal_cmd_Indexsv *cmd; local in function:_mesa_marshal_Indexsv
1785 _mesa_unmarshal_Normal3b(struct gl_context * ctx,const struct marshal_cmd_Normal3b * cmd) argument
1797 struct marshal_cmd_Normal3b *cmd; local in function:_mesa_marshal_Normal3b
1821 _mesa_unmarshal_Normal3bv(struct gl_context * ctx,const struct marshal_cmd_Normal3bv * cmd) argument
1831 struct marshal_cmd_Normal3bv *cmd; local in function:_mesa_marshal_Normal3bv
1855 _mesa_unmarshal_Normal3d(struct gl_context * ctx,const struct marshal_cmd_Normal3d * cmd) argument
1867 struct marshal_cmd_Normal3d *cmd; local in function:_mesa_marshal_Normal3d
1891 _mesa_unmarshal_Normal3dv(struct gl_context * ctx,const struct marshal_cmd_Normal3dv * cmd) argument
1901 struct marshal_cmd_Normal3dv *cmd; local in function:_mesa_marshal_Normal3dv
1925 _mesa_unmarshal_Normal3f(struct gl_context * ctx,const struct marshal_cmd_Normal3f * cmd) argument
1937 struct marshal_cmd_Normal3f *cmd; local in function:_mesa_marshal_Normal3f
1961 _mesa_unmarshal_Normal3fv(struct gl_context * ctx,const struct marshal_cmd_Normal3fv * cmd) argument
1971 struct marshal_cmd_Normal3fv *cmd; local in function:_mesa_marshal_Normal3fv
1995 _mesa_unmarshal_Normal3i(struct gl_context * ctx,const struct marshal_cmd_Normal3i * cmd) argument
2007 struct marshal_cmd_Normal3i *cmd; local in function:_mesa_marshal_Normal3i
2031 _mesa_unmarshal_Normal3iv(struct gl_context * ctx,const struct marshal_cmd_Normal3iv * cmd) argument
2041 struct marshal_cmd_Normal3iv *cmd; local in function:_mesa_marshal_Normal3iv
2065 _mesa_unmarshal_Normal3s(struct gl_context * ctx,const struct marshal_cmd_Normal3s * cmd) argument
2077 struct marshal_cmd_Normal3s *cmd; local in function:_mesa_marshal_Normal3s
2101 _mesa_unmarshal_Normal3sv(struct gl_context * ctx,const struct marshal_cmd_Normal3sv * cmd) argument
2111 struct marshal_cmd_Normal3sv *cmd; local in function:_mesa_marshal_Normal3sv
2134 _mesa_unmarshal_RasterPos2d(struct gl_context * ctx,const struct marshal_cmd_RasterPos2d * cmd) argument
2145 struct marshal_cmd_RasterPos2d *cmd; local in function:_mesa_marshal_RasterPos2d
2168 _mesa_unmarshal_RasterPos2dv(struct gl_context * ctx,const struct marshal_cmd_RasterPos2dv * cmd) argument
2178 struct marshal_cmd_RasterPos2dv *cmd; local in function:_mesa_marshal_RasterPos2dv
2201 _mesa_unmarshal_RasterPos2f(struct gl_context * ctx,const struct marshal_cmd_RasterPos2f * cmd) argument
2212 struct marshal_cmd_RasterPos2f *cmd; local in function:_mesa_marshal_RasterPos2f
2235 _mesa_unmarshal_RasterPos2fv(struct gl_context * ctx,const struct marshal_cmd_RasterPos2fv * cmd) argument
2245 struct marshal_cmd_RasterPos2fv *cmd; local in function:_mesa_marshal_RasterPos2fv
2268 _mesa_unmarshal_RasterPos2i(struct gl_context * ctx,const struct marshal_cmd_RasterPos2i * cmd) argument
2279 struct marshal_cmd_RasterPos2i *cmd; local in function:_mesa_marshal_RasterPos2i
2302 _mesa_unmarshal_RasterPos2iv(struct gl_context * ctx,const struct marshal_cmd_RasterPos2iv * cmd) argument
2312 struct marshal_cmd_RasterPos2iv *cmd; local in function:_mesa_marshal_RasterPos2iv
2335 _mesa_unmarshal_RasterPos2s(struct gl_context * ctx,const struct marshal_cmd_RasterPos2s * cmd) argument
2346 struct marshal_cmd_RasterPos2s *cmd; local in function:_mesa_marshal_RasterPos2s
2369 _mesa_unmarshal_RasterPos2sv(struct gl_context * ctx,const struct marshal_cmd_RasterPos2sv * cmd) argument
2379 struct marshal_cmd_RasterPos2sv *cmd; local in function:_mesa_marshal_RasterPos2sv
2403 _mesa_unmarshal_RasterPos3d(struct gl_context * ctx,const struct marshal_cmd_RasterPos3d * cmd) argument
2415 struct marshal_cmd_RasterPos3d *cmd; local in function:_mesa_marshal_RasterPos3d
2439 _mesa_unmarshal_RasterPos3dv(struct gl_context * ctx,const struct marshal_cmd_RasterPos3dv * cmd) argument
2449 struct marshal_cmd_RasterPos3dv *cmd; local in function:_mesa_marshal_RasterPos3dv
2473 _mesa_unmarshal_RasterPos3f(struct gl_context * ctx,const struct marshal_cmd_RasterPos3f * cmd) argument
2485 struct marshal_cmd_RasterPos3f *cmd; local in function:_mesa_marshal_RasterPos3f
2509 _mesa_unmarshal_RasterPos3fv(struct gl_context * ctx,const struct marshal_cmd_RasterPos3fv * cmd) argument
2519 struct marshal_cmd_RasterPos3fv *cmd; local in function:_mesa_marshal_RasterPos3fv
2543 _mesa_unmarshal_RasterPos3i(struct gl_context * ctx,const struct marshal_cmd_RasterPos3i * cmd) argument
2555 struct marshal_cmd_RasterPos3i *cmd; local in function:_mesa_marshal_RasterPos3i
2579 _mesa_unmarshal_RasterPos3iv(struct gl_context * ctx,const struct marshal_cmd_RasterPos3iv * cmd) argument
2589 struct marshal_cmd_RasterPos3iv *cmd; local in function:_mesa_marshal_RasterPos3iv
2613 _mesa_unmarshal_RasterPos3s(struct gl_context * ctx,const struct marshal_cmd_RasterPos3s * cmd) argument
2625 struct marshal_cmd_RasterPos3s *cmd; local in function:_mesa_marshal_RasterPos3s
2649 _mesa_unmarshal_RasterPos3sv(struct gl_context * ctx,const struct marshal_cmd_RasterPos3sv * cmd) argument
2659 struct marshal_cmd_RasterPos3sv *cmd; local in function:_mesa_marshal_RasterPos3sv
2684 _mesa_unmarshal_RasterPos4d(struct gl_context * ctx,const struct marshal_cmd_RasterPos4d * cmd) argument
2697 struct marshal_cmd_RasterPos4d *cmd; local in function:_mesa_marshal_RasterPos4d
2722 _mesa_unmarshal_RasterPos4dv(struct gl_context * ctx,const struct marshal_cmd_RasterPos4dv * cmd) argument
2732 struct marshal_cmd_RasterPos4dv *cmd; local in function:_mesa_marshal_RasterPos4dv
2757 _mesa_unmarshal_RasterPos4f(struct gl_context * ctx,const struct marshal_cmd_RasterPos4f * cmd) argument
2770 struct marshal_cmd_RasterPos4f *cmd; local in function:_mesa_marshal_RasterPos4f
2795 _mesa_unmarshal_RasterPos4fv(struct gl_context * ctx,const struct marshal_cmd_RasterPos4fv * cmd) argument
2805 struct marshal_cmd_RasterPos4fv *cmd; local in function:_mesa_marshal_RasterPos4fv
2830 _mesa_unmarshal_RasterPos4i(struct gl_context * ctx,const struct marshal_cmd_RasterPos4i * cmd) argument
2843 struct marshal_cmd_RasterPos4i *cmd; local in function:_mesa_marshal_RasterPos4i
2868 _mesa_unmarshal_RasterPos4iv(struct gl_context * ctx,const struct marshal_cmd_RasterPos4iv * cmd) argument
2878 struct marshal_cmd_RasterPos4iv *cmd; local in function:_mesa_marshal_RasterPos4iv
2903 _mesa_unmarshal_RasterPos4s(struct gl_context * ctx,const struct marshal_cmd_RasterPos4s * cmd) argument
2916 struct marshal_cmd_RasterPos4s *cmd; local in function:_mesa_marshal_RasterPos4s
2941 _mesa_unmarshal_RasterPos4sv(struct gl_context * ctx,const struct marshal_cmd_RasterPos4sv * cmd) argument
2951 struct marshal_cmd_RasterPos4sv *cmd; local in function:_mesa_marshal_RasterPos4sv
2976 _mesa_unmarshal_Rectd(struct gl_context * ctx,const struct marshal_cmd_Rectd * cmd) argument
2989 struct marshal_cmd_Rectd *cmd; local in function:_mesa_marshal_Rectd
3015 _mesa_unmarshal_Rectdv(struct gl_context * ctx,const struct marshal_cmd_Rectdv * cmd) argument
3026 struct marshal_cmd_Rectdv *cmd; local in function:_mesa_marshal_Rectdv
3052 _mesa_unmarshal_Rectf(struct gl_context * ctx,const struct marshal_cmd_Rectf * cmd) argument
3065 struct marshal_cmd_Rectf *cmd; local in function:_mesa_marshal_Rectf
3091 _mesa_unmarshal_Rectfv(struct gl_context * ctx,const struct marshal_cmd_Rectfv * cmd) argument
3102 struct marshal_cmd_Rectfv *cmd; local in function:_mesa_marshal_Rectfv
3128 _mesa_unmarshal_Recti(struct gl_context * ctx,const struct marshal_cmd_Recti * cmd) argument
3141 struct marshal_cmd_Recti *cmd; local in function:_mesa_marshal_Recti
3167 _mesa_unmarshal_Rectiv(struct gl_context * ctx,const struct marshal_cmd_Rectiv * cmd) argument
3178 struct marshal_cmd_Rectiv *cmd; local in function:_mesa_marshal_Rectiv
3204 _mesa_unmarshal_Rects(struct gl_context * ctx,const struct marshal_cmd_Rects * cmd) argument
3217 struct marshal_cmd_Rects *cmd; local in function:_mesa_marshal_Rects
3243 _mesa_unmarshal_Rectsv(struct gl_context * ctx,const struct marshal_cmd_Rectsv * cmd) argument
3254 struct marshal_cmd_Rectsv *cmd; local in function:_mesa_marshal_Rectsv
3277 _mesa_unmarshal_TexCoord1d(struct gl_context * ctx,const struct marshal_cmd_TexCoord1d * cmd) argument
3287 struct marshal_cmd_TexCoord1d *cmd; local in function:_mesa_marshal_TexCoord1d
3309 _mesa_unmarshal_TexCoord1dv(struct gl_context * ctx,const struct marshal_cmd_TexCoord1dv * cmd) argument
3319 struct marshal_cmd_TexCoord1dv *cmd; local in function:_mesa_marshal_TexCoord1dv
3341 _mesa_unmarshal_TexCoord1f(struct gl_context * ctx,const struct marshal_cmd_TexCoord1f * cmd) argument
3351 struct marshal_cmd_TexCoord1f *cmd; local in function:_mesa_marshal_TexCoord1f
3373 _mesa_unmarshal_TexCoord1fv(struct gl_context * ctx,const struct marshal_cmd_TexCoord1fv * cmd) argument
3383 struct marshal_cmd_TexCoord1fv *cmd; local in function:_mesa_marshal_TexCoord1fv
3405 _mesa_unmarshal_TexCoord1i(struct gl_context * ctx,const struct marshal_cmd_TexCoord1i * cmd) argument
3415 struct marshal_cmd_TexCoord1i *cmd; local in function:_mesa_marshal_TexCoord1i
3437 _mesa_unmarshal_TexCoord1iv(struct gl_context * ctx,const struct marshal_cmd_TexCoord1iv * cmd) argument
3447 struct marshal_cmd_TexCoord1iv *cmd; local in function:_mesa_marshal_TexCoord1iv
3469 _mesa_unmarshal_TexCoord1s(struct gl_context * ctx,const struct marshal_cmd_TexCoord1s * cmd) argument
3479 struct marshal_cmd_TexCoord1s *cmd; local in function:_mesa_marshal_TexCoord1s
3501 _mesa_unmarshal_TexCoord1sv(struct gl_context * ctx,const struct marshal_cmd_TexCoord1sv * cmd) argument
3511 struct marshal_cmd_TexCoord1sv *cmd; local in function:_mesa_marshal_TexCoord1sv
3534 _mesa_unmarshal_TexCoord2d(struct gl_context * ctx,const struct marshal_cmd_TexCoord2d * cmd) argument
3545 struct marshal_cmd_TexCoord2d *cmd; local in function:_mesa_marshal_TexCoord2d
3568 _mesa_unmarshal_TexCoord2dv(struct gl_context * ctx,const struct marshal_cmd_TexCoord2dv * cmd) argument
3578 struct marshal_cmd_TexCoord2dv *cmd; local in function:_mesa_marshal_TexCoord2dv
3601 _mesa_unmarshal_TexCoord2f(struct gl_context * ctx,const struct marshal_cmd_TexCoord2f * cmd) argument
3612 struct marshal_cmd_TexCoord2f *cmd; local in function:_mesa_marshal_TexCoord2f
3635 _mesa_unmarshal_TexCoord2fv(struct gl_context * ctx,const struct marshal_cmd_TexCoord2fv * cmd) argument
3645 struct marshal_cmd_TexCoord2fv *cmd; local in function:_mesa_marshal_TexCoord2fv
3668 _mesa_unmarshal_TexCoord2i(struct gl_context * ctx,const struct marshal_cmd_TexCoord2i * cmd) argument
3679 struct marshal_cmd_TexCoord2i *cmd; local in function:_mesa_marshal_TexCoord2i
3702 _mesa_unmarshal_TexCoord2iv(struct gl_context * ctx,const struct marshal_cmd_TexCoord2iv * cmd) argument
3712 struct marshal_cmd_TexCoord2iv *cmd; local in function:_mesa_marshal_TexCoord2iv
3735 _mesa_unmarshal_TexCoord2s(struct gl_context * ctx,const struct marshal_cmd_TexCoord2s * cmd) argument
3746 struct marshal_cmd_TexCoord2s *cmd; local in function:_mesa_marshal_TexCoord2s
3769 _mesa_unmarshal_TexCoord2sv(struct gl_context * ctx,const struct marshal_cmd_TexCoord2sv * cmd) argument
3779 struct marshal_cmd_TexCoord2sv *cmd; local in function:_mesa_marshal_TexCoord2sv
3803 _mesa_unmarshal_TexCoord3d(struct gl_context * ctx,const struct marshal_cmd_TexCoord3d * cmd) argument
3815 struct marshal_cmd_TexCoord3d *cmd; local in function:_mesa_marshal_TexCoord3d
3839 _mesa_unmarshal_TexCoord3dv(struct gl_context * ctx,const struct marshal_cmd_TexCoord3dv * cmd) argument
3849 struct marshal_cmd_TexCoord3dv *cmd; local in function:_mesa_marshal_TexCoord3dv
3873 _mesa_unmarshal_TexCoord3f(struct gl_context * ctx,const struct marshal_cmd_TexCoord3f * cmd) argument
3885 struct marshal_cmd_TexCoord3f *cmd; local in function:_mesa_marshal_TexCoord3f
3909 _mesa_unmarshal_TexCoord3fv(struct gl_context * ctx,const struct marshal_cmd_TexCoord3fv * cmd) argument
3919 struct marshal_cmd_TexCoord3fv *cmd; local in function:_mesa_marshal_TexCoord3fv
3943 _mesa_unmarshal_TexCoord3i(struct gl_context * ctx,const struct marshal_cmd_TexCoord3i * cmd) argument
3955 struct marshal_cmd_TexCoord3i *cmd; local in function:_mesa_marshal_TexCoord3i
3979 _mesa_unmarshal_TexCoord3iv(struct gl_context * ctx,const struct marshal_cmd_TexCoord3iv * cmd) argument
3989 struct marshal_cmd_TexCoord3iv *cmd; local in function:_mesa_marshal_TexCoord3iv
4013 _mesa_unmarshal_TexCoord3s(struct gl_context * ctx,const struct marshal_cmd_TexCoord3s * cmd) argument
4025 struct marshal_cmd_TexCoord3s *cmd; local in function:_mesa_marshal_TexCoord3s
4049 _mesa_unmarshal_TexCoord3sv(struct gl_context * ctx,const struct marshal_cmd_TexCoord3sv * cmd) argument
4059 struct marshal_cmd_TexCoord3sv *cmd; local in function:_mesa_marshal_TexCoord3sv
4084 _mesa_unmarshal_TexCoord4d(struct gl_context * ctx,const struct marshal_cmd_TexCoord4d * cmd) argument
4097 struct marshal_cmd_TexCoord4d *cmd; local in function:_mesa_marshal_TexCoord4d
4122 _mesa_unmarshal_TexCoord4dv(struct gl_context * ctx,const struct marshal_cmd_TexCoord4dv * cmd) argument
4132 struct marshal_cmd_TexCoord4dv *cmd; local in function:_mesa_marshal_TexCoord4dv
4157 _mesa_unmarshal_TexCoord4f(struct gl_context * ctx,const struct marshal_cmd_TexCoord4f * cmd) argument
4170 struct marshal_cmd_TexCoord4f *cmd; local in function:_mesa_marshal_TexCoord4f
4195 _mesa_unmarshal_TexCoord4fv(struct gl_context * ctx,const struct marshal_cmd_TexCoord4fv * cmd) argument
4205 struct marshal_cmd_TexCoord4fv *cmd; local in function:_mesa_marshal_TexCoord4fv
4230 _mesa_unmarshal_TexCoord4i(struct gl_context * ctx,const struct marshal_cmd_TexCoord4i * cmd) argument
4243 struct marshal_cmd_TexCoord4i *cmd; local in function:_mesa_marshal_TexCoord4i
4268 _mesa_unmarshal_TexCoord4iv(struct gl_context * ctx,const struct marshal_cmd_TexCoord4iv * cmd) argument
4278 struct marshal_cmd_TexCoord4iv *cmd; local in function:_mesa_marshal_TexCoord4iv
4303 _mesa_unmarshal_TexCoord4s(struct gl_context * ctx,const struct marshal_cmd_TexCoord4s * cmd) argument
4316 struct marshal_cmd_TexCoord4s *cmd; local in function:_mesa_marshal_TexCoord4s
4341 _mesa_unmarshal_TexCoord4sv(struct gl_context * ctx,const struct marshal_cmd_TexCoord4sv * cmd) argument
4351 struct marshal_cmd_TexCoord4sv *cmd; local in function:_mesa_marshal_TexCoord4sv
4374 _mesa_unmarshal_Vertex2d(struct gl_context * ctx,const struct marshal_cmd_Vertex2d * cmd) argument
4385 struct marshal_cmd_Vertex2d *cmd; local in function:_mesa_marshal_Vertex2d
4408 _mesa_unmarshal_Vertex2dv(struct gl_context * ctx,const struct marshal_cmd_Vertex2dv * cmd) argument
4418 struct marshal_cmd_Vertex2dv *cmd; local in function:_mesa_marshal_Vertex2dv
4441 _mesa_unmarshal_Vertex2f(struct gl_context * ctx,const struct marshal_cmd_Vertex2f * cmd) argument
4452 struct marshal_cmd_Vertex2f *cmd; local in function:_mesa_marshal_Vertex2f
4475 _mesa_unmarshal_Vertex2fv(struct gl_context * ctx,const struct marshal_cmd_Vertex2fv * cmd) argument
4485 struct marshal_cmd_Vertex2fv *cmd; local in function:_mesa_marshal_Vertex2fv
4508 _mesa_unmarshal_Vertex2i(struct gl_context * ctx,const struct marshal_cmd_Vertex2i * cmd) argument
4519 struct marshal_cmd_Vertex2i *cmd; local in function:_mesa_marshal_Vertex2i
4542 _mesa_unmarshal_Vertex2iv(struct gl_context * ctx,const struct marshal_cmd_Vertex2iv * cmd) argument
4552 struct marshal_cmd_Vertex2iv *cmd; local in function:_mesa_marshal_Vertex2iv
4575 _mesa_unmarshal_Vertex2s(struct gl_context * ctx,const struct marshal_cmd_Vertex2s * cmd) argument
4586 struct marshal_cmd_Vertex2s *cmd; local in function:_mesa_marshal_Vertex2s
4609 _mesa_unmarshal_Vertex2sv(struct gl_context * ctx,const struct marshal_cmd_Vertex2sv * cmd) argument
4619 struct marshal_cmd_Vertex2sv *cmd; local in function:_mesa_marshal_Vertex2sv
4643 _mesa_unmarshal_Vertex3d(struct gl_context * ctx,const struct marshal_cmd_Vertex3d * cmd) argument
4655 struct marshal_cmd_Vertex3d *cmd; local in function:_mesa_marshal_Vertex3d
4679 _mesa_unmarshal_Vertex3dv(struct gl_context * ctx,const struct marshal_cmd_Vertex3dv * cmd) argument
4689 struct marshal_cmd_Vertex3dv *cmd; local in function:_mesa_marshal_Vertex3dv
4713 _mesa_unmarshal_Vertex3f(struct gl_context * ctx,const struct marshal_cmd_Vertex3f * cmd) argument
4725 struct marshal_cmd_Vertex3f *cmd; local in function:_mesa_marshal_Vertex3f
4749 _mesa_unmarshal_Vertex3fv(struct gl_context * ctx,const struct marshal_cmd_Vertex3fv * cmd) argument
4759 struct marshal_cmd_Vertex3fv *cmd; local in function:_mesa_marshal_Vertex3fv
4783 _mesa_unmarshal_Vertex3i(struct gl_context * ctx,const struct marshal_cmd_Vertex3i * cmd) argument
4795 struct marshal_cmd_Vertex3i *cmd; local in function:_mesa_marshal_Vertex3i
4819 _mesa_unmarshal_Vertex3iv(struct gl_context * ctx,const struct marshal_cmd_Vertex3iv * cmd) argument
4829 struct marshal_cmd_Vertex3iv *cmd; local in function:_mesa_marshal_Vertex3iv
4853 _mesa_unmarshal_Vertex3s(struct gl_context * ctx,const struct marshal_cmd_Vertex3s * cmd) argument
4865 struct marshal_cmd_Vertex3s *cmd; local in function:_mesa_marshal_Vertex3s
4889 _mesa_unmarshal_Vertex3sv(struct gl_context * ctx,const struct marshal_cmd_Vertex3sv * cmd) argument
4899 struct marshal_cmd_Vertex3sv *cmd; local in function:_mesa_marshal_Vertex3sv
4924 _mesa_unmarshal_Vertex4d(struct gl_context * ctx,const struct marshal_cmd_Vertex4d * cmd) argument
4937 struct marshal_cmd_Vertex4d *cmd; local in function:_mesa_marshal_Vertex4d
4962 _mesa_unmarshal_Vertex4dv(struct gl_context * ctx,const struct marshal_cmd_Vertex4dv * cmd) argument
4972 struct marshal_cmd_Vertex4dv *cmd; local in function:_mesa_marshal_Vertex4dv
4997 _mesa_unmarshal_Vertex4f(struct gl_context * ctx,const struct marshal_cmd_Vertex4f * cmd) argument
5010 struct marshal_cmd_Vertex4f *cmd; local in function:_mesa_marshal_Vertex4f
5035 _mesa_unmarshal_Vertex4fv(struct gl_context * ctx,const struct marshal_cmd_Vertex4fv * cmd) argument
5045 struct marshal_cmd_Vertex4fv *cmd; local in function:_mesa_marshal_Vertex4fv
5070 _mesa_unmarshal_Vertex4i(struct gl_context * ctx,const struct marshal_cmd_Vertex4i * cmd) argument
5083 struct marshal_cmd_Vertex4i *cmd; local in function:_mesa_marshal_Vertex4i
5108 _mesa_unmarshal_Vertex4iv(struct gl_context * ctx,const struct marshal_cmd_Vertex4iv * cmd) argument
5118 struct marshal_cmd_Vertex4iv *cmd; local in function:_mesa_marshal_Vertex4iv
5143 _mesa_unmarshal_Vertex4s(struct gl_context * ctx,const struct marshal_cmd_Vertex4s * cmd) argument
5156 struct marshal_cmd_Vertex4s *cmd; local in function:_mesa_marshal_Vertex4s
5181 _mesa_unmarshal_Vertex4sv(struct gl_context * ctx,const struct marshal_cmd_Vertex4sv * cmd) argument
5191 struct marshal_cmd_Vertex4sv *cmd; local in function:_mesa_marshal_Vertex4sv
5214 _mesa_unmarshal_ClipPlane(struct gl_context * ctx,const struct marshal_cmd_ClipPlane * cmd) argument
5225 struct marshal_cmd_ClipPlane *cmd; local in function:_mesa_marshal_ClipPlane
5249 _mesa_unmarshal_ColorMaterial(struct gl_context * ctx,const struct marshal_cmd_ColorMaterial * cmd) argument
5260 struct marshal_cmd_ColorMaterial *cmd; local in function:_mesa_marshal_ColorMaterial
5283 _mesa_unmarshal_CullFace(struct gl_context * ctx,const struct marshal_cmd_CullFace * cmd) argument
5293 struct marshal_cmd_CullFace *cmd; local in function:_mesa_marshal_CullFace
5316 _mesa_unmarshal_Fogf(struct gl_context * ctx,const struct marshal_cmd_Fogf * cmd) argument
5327 struct marshal_cmd_Fogf *cmd; local in function:_mesa_marshal_Fogf
5362 _mesa_unmarshal_Fogi(struct gl_context * ctx,const struct marshal_cmd_Fogi * cmd) argument
5373 struct marshal_cmd_Fogi *cmd; local in function:_mesa_marshal_Fogi
5407 _mesa_unmarshal_FrontFace(struct gl_context * ctx,const struct marshal_cmd_FrontFace * cmd) argument
5417 struct marshal_cmd_FrontFace *cmd; local in function:_mesa_marshal_FrontFace
5440 _mesa_unmarshal_Hint(struct gl_context * ctx,const struct marshal_cmd_Hint * cmd) argument
5451 struct marshal_cmd_Hint *cmd; local in function:_mesa_marshal_Hint
5476 _mesa_unmarshal_Lightf(struct gl_context * ctx,const struct marshal_cmd_Lightf * cmd) argument
5488 struct marshal_cmd_Lightf *cmd; local in function:_mesa_marshal_Lightf
5525 _mesa_unmarshal_Lighti(struct gl_context * ctx,const struct marshal_cmd_Lighti * cmd) argument
5537 struct marshal_cmd_Lighti *cmd; local in function:_mesa_marshal_Lighti
5573 _mesa_unmarshal_LightModelf(struct gl_context * ctx,const struct marshal_cmd_LightModelf * cmd) argument
5584 struct marshal_cmd_LightModelf *cmd; local in function:_mesa_marshal_LightModelf
5619 _mesa_unmarshal_LightModeli(struct gl_context * ctx,const struct marshal_cmd_LightModeli * cmd) argument
5630 struct marshal_cmd_LightModeli *cmd; local in function:_mesa_marshal_LightModeli
5665 _mesa_unmarshal_LineStipple(struct gl_context * ctx,const struct marshal_cmd_LineStipple * cmd) argument
5676 struct marshal_cmd_LineStipple *cmd; local in function:_mesa_marshal_LineStipple
5699 _mesa_unmarshal_LineWidth(struct gl_context * ctx,const struct marshal_cmd_LineWidth * cmd) argument
5709 struct marshal_cmd_LineWidth *cmd; local in function:_mesa_marshal_LineWidth
5733 _mesa_unmarshal_Materialf(struct gl_context * ctx,const struct marshal_cmd_Materialf * cmd) argument
5745 struct marshal_cmd_Materialf *cmd; local in function:_mesa_marshal_Materialf
5782 _mesa_unmarshal_Materiali(struct gl_context * ctx,const struct marshal_cmd_Materiali * cmd) argument
5794 struct marshal_cmd_Materiali *cmd; local in function:_mesa_marshal_Materiali
5829 _mesa_unmarshal_PointSize(struct gl_context * ctx,const struct marshal_cmd_PointSize * cmd) argument
5839 struct marshal_cmd_PointSize *cmd; local in function:_mesa_marshal_PointSize
5862 _mesa_unmarshal_PolygonMode(struct gl_context * ctx,const struct marshal_cmd_PolygonMode * cmd) argument
5873 struct marshal_cmd_PolygonMode *cmd; local in function:_mesa_marshal_PolygonMode
5910 _mesa_unmarshal_Scissor(struct gl_context * ctx,const struct marshal_cmd_Scissor * cmd) argument
5923 struct marshal_cmd_Scissor *cmd; local in function:_mesa_marshal_Scissor
5948 _mesa_unmarshal_ShadeModel(struct gl_context * ctx,const struct marshal_cmd_ShadeModel * cmd) argument
5958 struct marshal_cmd_ShadeModel *cmd; local in function:_mesa_marshal_ShadeModel
5982 _mesa_unmarshal_TexParameterf(struct gl_context * ctx,const struct marshal_cmd_TexParameterf * cmd) argument
5994 struct marshal_cmd_TexParameterf *cmd; local in function:_mesa_marshal_TexParameterf
6031 _mesa_unmarshal_TexParameteri(struct gl_context * ctx,const struct marshal_cmd_TexParameteri * cmd) argument
6043 struct marshal_cmd_TexParameteri *cmd; local in function:_mesa_marshal_TexParameteri
6102 _mesa_unmarshal_TexEnvf(struct gl_context * ctx,const struct marshal_cmd_TexEnvf * cmd) argument
6114 struct marshal_cmd_TexEnvf *cmd; local in function:_mesa_marshal_TexEnvf
6151 _mesa_unmarshal_TexEnvi(struct gl_context * ctx,const struct marshal_cmd_TexEnvi * cmd) argument
6163 struct marshal_cmd_TexEnvi *cmd; local in function:_mesa_marshal_TexEnvi
6200 _mesa_unmarshal_TexGend(struct gl_context * ctx,const struct marshal_cmd_TexGend * cmd) argument
6212 struct marshal_cmd_TexGend *cmd; local in function:_mesa_marshal_TexGend
6249 _mesa_unmarshal_TexGenf(struct gl_context * ctx,const struct marshal_cmd_TexGenf * cmd) argument
6261 struct marshal_cmd_TexGenf *cmd; local in function:_mesa_marshal_TexGenf
6298 _mesa_unmarshal_TexGeni(struct gl_context * ctx,const struct marshal_cmd_TexGeni * cmd) argument
6310 struct marshal_cmd_TexGeni *cmd; local in function:_mesa_marshal_TexGeni
6377 _mesa_unmarshal_InitNames(struct gl_context * ctx,const struct marshal_cmd_InitNames * cmd) argument
6386 struct marshal_cmd_InitNames *cmd; local in function:_mesa_marshal_InitNames
6409 _mesa_unmarshal_LoadName(struct gl_context * ctx,const struct marshal_cmd_LoadName * cmd) argument
6419 struct marshal_cmd_LoadName *cmd; local in function:_mesa_marshal_LoadName
6441 _mesa_unmarshal_PassThrough(struct gl_context * ctx,const struct marshal_cmd_PassThrough * cmd) argument
6451 struct marshal_cmd_PassThrough *cmd; local in function:_mesa_marshal_PassThrough
6472 _mesa_unmarshal_PopName(struct gl_context * ctx,const struct marshal_cmd_PopName * cmd) argument
6481 struct marshal_cmd_PopName *cmd; local in function:_mesa_marshal_PopName
6504 _mesa_unmarshal_PushName(struct gl_context * ctx,const struct marshal_cmd_PushName * cmd) argument
6514 struct marshal_cmd_PushName *cmd; local in function:_mesa_marshal_PushName
6536 _mesa_unmarshal_DrawBuffer(struct gl_context * ctx,const struct marshal_cmd_DrawBuffer * cmd) argument
6546 struct marshal_cmd_DrawBuffer *cmd; local in function:_mesa_marshal_DrawBuffer
6568 _mesa_unmarshal_Clear(struct gl_context * ctx,const struct marshal_cmd_Clear * cmd) argument
6578 struct marshal_cmd_Clear *cmd; local in function:_mesa_marshal_Clear
6603 _mesa_unmarshal_ClearAccum(struct gl_context * ctx,const struct marshal_cmd_ClearAccum * cmd) argument
6616 struct marshal_cmd_ClearAccum *cmd; local in function:_mesa_marshal_ClearAccum
6641 _mesa_unmarshal_ClearIndex(struct gl_context * ctx,const struct marshal_cmd_ClearIndex * cmd) argument
6651 struct marshal_cmd_ClearIndex *cmd; local in function:_mesa_marshal_ClearIndex
6676 _mesa_unmarshal_ClearColor(struct gl_context * ctx,const struct marshal_cmd_ClearColor * cmd) argument
6689 struct marshal_cmd_ClearColor *cmd; local in function:_mesa_marshal_ClearColor
6714 _mesa_unmarshal_ClearStencil(struct gl_context * ctx,const struct marshal_cmd_ClearStencil * cmd) argument
6724 struct marshal_cmd_ClearStencil *cmd; local in function:_mesa_marshal_ClearStencil
6746 _mesa_unmarshal_ClearDepth(struct gl_context * ctx,const struct marshal_cmd_ClearDepth * cmd) argument
6756 struct marshal_cmd_ClearDepth *cmd; local in function:_mesa_marshal_ClearDepth
6778 _mesa_unmarshal_StencilMask(struct gl_context * ctx,const struct marshal_cmd_StencilMask * cmd) argument
6788 struct marshal_cmd_StencilMask *cmd; local in function:_mesa_marshal_StencilMask
6813 _mesa_unmarshal_ColorMask(struct gl_context * ctx,const struct marshal_cmd_ColorMask * cmd) argument
6826 struct marshal_cmd_ColorMask *cmd; local in function:_mesa_marshal_ColorMask
6851 _mesa_unmarshal_DepthMask(struct gl_context * ctx,const struct marshal_cmd_DepthMask * cmd) argument
6861 struct marshal_cmd_DepthMask *cmd; local in function:_mesa_marshal_DepthMask
6883 _mesa_unmarshal_IndexMask(struct gl_context * ctx,const struct marshal_cmd_IndexMask * cmd) argument
6893 struct marshal_cmd_IndexMask *cmd; local in function:_mesa_marshal_IndexMask
6916 _mesa_unmarshal_Accum(struct gl_context * ctx,const struct marshal_cmd_Accum * cmd) argument
6927 struct marshal_cmd_Accum *cmd; local in function:_mesa_marshal_Accum
6950 _mesa_unmarshal_Disable(struct gl_context * ctx,const struct marshal_cmd_Disable * cmd) argument
6960 struct marshal_cmd_Disable *cmd; local in function:_mesa_marshal_Disable
6992 _mesa_unmarshal_PopAttrib(struct gl_context * ctx,const struct marshal_cmd_PopAttrib * cmd) argument
7001 struct marshal_cmd_PopAttrib *cmd; local in function:_mesa_marshal_PopAttrib
7024 _mesa_unmarshal_PushAttrib(struct gl_context * ctx,const struct marshal_cmd_PushAttrib * cmd) argument
7034 struct marshal_cmd_PushAttrib *cmd; local in function:_mesa_marshal_PushAttrib
7102 _mesa_unmarshal_MapGrid1d(struct gl_context * ctx,const struct marshal_cmd_MapGrid1d * cmd) argument
7114 struct marshal_cmd_MapGrid1d *cmd; local in function:_mesa_marshal_MapGrid1d
7140 _mesa_unmarshal_MapGrid1f(struct gl_context * ctx,const struct marshal_cmd_MapGrid1f * cmd) argument
7152 struct marshal_cmd_MapGrid1f *cmd; local in function:_mesa_marshal_MapGrid1f
7181 _mesa_unmarshal_MapGrid2d(struct gl_context * ctx,const struct marshal_cmd_MapGrid2d * cmd) argument
7196 struct marshal_cmd_MapGrid2d *cmd; local in function:_mesa_marshal_MapGrid2d
7228 _mesa_unmarshal_MapGrid2f(struct gl_context * ctx,const struct marshal_cmd_MapGrid2f * cmd) argument
7243 struct marshal_cmd_MapGrid2f *cmd; local in function:_mesa_marshal_MapGrid2f
7270 _mesa_unmarshal_EvalCoord1d(struct gl_context * ctx,const struct marshal_cmd_EvalCoord1d * cmd) argument
7280 struct marshal_cmd_EvalCoord1d *cmd; local in function:_mesa_marshal_EvalCoord1d
7302 _mesa_unmarshal_EvalCoord1dv(struct gl_context * ctx,const struct marshal_cmd_EvalCoord1dv * cmd) argument
7312 struct marshal_cmd_EvalCoord1dv *cmd; local in function:_mesa_marshal_EvalCoord1dv
7334 _mesa_unmarshal_EvalCoord1f(struct gl_context * ctx,const struct marshal_cmd_EvalCoord1f * cmd) argument
7344 struct marshal_cmd_EvalCoord1f *cmd; local in function:_mesa_marshal_EvalCoord1f
7366 _mesa_unmarshal_EvalCoord1fv(struct gl_context * ctx,const struct marshal_cmd_EvalCoord1fv * cmd) argument
7376 struct marshal_cmd_EvalCoord1fv *cmd; local in function:_mesa_marshal_EvalCoord1fv
7399 _mesa_unmarshal_EvalCoord2d(struct gl_context * ctx,const struct marshal_cmd_EvalCoord2d * cmd) argument
7410 struct marshal_cmd_EvalCoord2d *cmd; local in function:_mesa_marshal_EvalCoord2d
7433 _mesa_unmarshal_EvalCoord2dv(struct gl_context * ctx,const struct marshal_cmd_EvalCoord2dv * cmd) argument
7443 struct marshal_cmd_EvalCoord2dv *cmd; local in function:_mesa_marshal_EvalCoord2dv
7466 _mesa_unmarshal_EvalCoord2f(struct gl_context * ctx,const struct marshal_cmd_EvalCoord2f * cmd) argument
7477 struct marshal_cmd_EvalCoord2f *cmd; local in function:_mesa_marshal_EvalCoord2f
7500 _mesa_unmarshal_EvalCoord2fv(struct gl_context * ctx,const struct marshal_cmd_EvalCoord2fv * cmd) argument
7510 struct marshal_cmd_EvalCoord2fv *cmd; local in function:_mesa_marshal_EvalCoord2fv
7534 _mesa_unmarshal_EvalMesh1(struct gl_context * ctx,const struct marshal_cmd_EvalMesh1 * cmd) argument
7546 struct marshal_cmd_EvalMesh1 *cmd; local in function:_mesa_marshal_EvalMesh1
7570 _mesa_unmarshal_EvalPoint1(struct gl_context * ctx,const struct marshal_cmd_EvalPoint1 * cmd) argument
7580 struct marshal_cmd_EvalPoint1 *cmd; local in function:_mesa_marshal_EvalPoint1
7606 _mesa_unmarshal_EvalMesh2(struct gl_context * ctx,const struct marshal_cmd_EvalMesh2 * cmd) argument
7620 struct marshal_cmd_EvalMesh2 *cmd; local in function:_mesa_marshal_EvalMesh2
7647 _mesa_unmarshal_EvalPoint2(struct gl_context * ctx,const struct marshal_cmd_EvalPoint2 * cmd) argument
7658 struct marshal_cmd_EvalPoint2 *cmd; local in function:_mesa_marshal_EvalPoint2
7682 _mesa_unmarshal_AlphaFunc(struct gl_context * ctx,const struct marshal_cmd_AlphaFunc * cmd) argument
7693 struct marshal_cmd_AlphaFunc *cmd; local in function:_mesa_marshal_AlphaFunc
7717 _mesa_unmarshal_BlendFunc(struct gl_context * ctx,const struct marshal_cmd_BlendFunc * cmd) argument
7728 struct marshal_cmd_BlendFunc *cmd; local in function:_mesa_marshal_BlendFunc
7751 _mesa_unmarshal_LogicOp(struct gl_context * ctx,const struct marshal_cmd_LogicOp * cmd) argument
7761 struct marshal_cmd_LogicOp *cmd; local in function:_mesa_marshal_LogicOp
7785 _mesa_unmarshal_StencilFunc(struct gl_context * ctx,const struct marshal_cmd_StencilFunc * cmd) argument
7797 struct marshal_cmd_StencilFunc *cmd; local in function:_mesa_marshal_StencilFunc
7823 _mesa_unmarshal_StencilOp(struct gl_context * ctx,const struct marshal_cmd_StencilOp * cmd) argument
7835 struct marshal_cmd_StencilOp *cmd; local in function:_mesa_marshal_StencilOp
7859 _mesa_unmarshal_DepthFunc(struct gl_context * ctx,const struct marshal_cmd_DepthFunc * cmd) argument
7869 struct marshal_cmd_DepthFunc *cmd; local in function:_mesa_marshal_DepthFunc
7892 _mesa_unmarshal_PixelZoom(struct gl_context * ctx,const struct marshal_cmd_PixelZoom * cmd) argument
7903 struct marshal_cmd_PixelZoom *cmd; local in function:_mesa_marshal_PixelZoom
7927 _mesa_unmarshal_PixelTransferf(struct gl_context * ctx,const struct marshal_cmd_PixelTransferf * cmd) argument
7938 struct marshal_cmd_PixelTransferf *cmd; local in function:_mesa_marshal_PixelTransferf
7962 _mesa_unmarshal_PixelTransferi(struct gl_context * ctx,const struct marshal_cmd_PixelTransferi * cmd) argument
7973 struct marshal_cmd_PixelTransferi *cmd; local in function:_mesa_marshal_PixelTransferi
7997 _mesa_unmarshal_PixelStoref(struct gl_context * ctx,const struct marshal_cmd_PixelStoref * cmd) argument
8008 struct marshal_cmd_PixelStoref *cmd; local in function:_mesa_marshal_PixelStoref
8032 _mesa_unmarshal_PixelStorei(struct gl_context * ctx,const struct marshal_cmd_PixelStorei * cmd) argument
8043 struct marshal_cmd_PixelStorei *cmd; local in function:_mesa_marshal_PixelStorei
8099 _mesa_unmarshal_ReadBuffer(struct gl_context * ctx,const struct marshal_cmd_ReadBuffer * cmd) argument
8109 struct marshal_cmd_ReadBuffer *cmd; local in function:_mesa_marshal_ReadBuffer
8135 _mesa_unmarshal_CopyPixels(struct gl_context * ctx,const struct marshal_cmd_CopyPixels * cmd) argument
8149 struct marshal_cmd_CopyPixels *cmd; local in function:_mesa_marshal_CopyPixels
8528 _mesa_unmarshal_DepthRange(struct gl_context * ctx,const struct marshal_cmd_DepthRange * cmd) argument
8539 struct marshal_cmd_DepthRange *cmd; local in function:_mesa_marshal_DepthRange
8567 _mesa_unmarshal_Frustum(struct gl_context * ctx,const struct marshal_cmd_Frustum * cmd) argument
8582 struct marshal_cmd_Frustum *cmd; local in function:_mesa_marshal_Frustum
8608 _mesa_unmarshal_LoadIdentity(struct gl_context * ctx,const struct marshal_cmd_LoadIdentity * cmd) argument
8617 struct marshal_cmd_LoadIdentity *cmd; local in function:_mesa_marshal_LoadIdentity
8640 _mesa_unmarshal_LoadMatrixf(struct gl_context * ctx,const struct marshal_cmd_LoadMatrixf * cmd) argument
8650 struct marshal_cmd_LoadMatrixf *cmd; local in function:_mesa_marshal_LoadMatrixf
8672 _mesa_unmarshal_LoadMatrixd(struct gl_context * ctx,const struct marshal_cmd_LoadMatrixd * cmd) argument
8682 struct marshal_cmd_LoadMatrixd *cmd; local in function:_mesa_marshal_LoadMatrixd
8704 _mesa_unmarshal_MatrixMode(struct gl_context * ctx,const struct marshal_cmd_MatrixMode * cmd) argument
8714 struct marshal_cmd_MatrixMode *cmd; local in function:_mesa_marshal_MatrixMode
8736 _mesa_unmarshal_MultMatrixf(struct gl_context * ctx,const struct marshal_cmd_MultMatrixf * cmd) argument
8746 struct marshal_cmd_MultMatrixf *cmd; local in function:_mesa_marshal_MultMatrixf
8768 _mesa_unmarshal_MultMatrixd(struct gl_context * ctx,const struct marshal_cmd_MultMatrixd * cmd) argument
8778 struct marshal_cmd_MultMatrixd *cmd; local in function:_mesa_marshal_MultMatrixd
8805 _mesa_unmarshal_Ortho(struct gl_context * ctx,const struct marshal_cmd_Ortho * cmd) argument
8820 struct marshal_cmd_Ortho *cmd; local in function:_mesa_marshal_Ortho
8846 _mesa_unmarshal_PopMatrix(struct gl_context * ctx,const struct marshal_cmd_PopMatrix * cmd) argument
8855 struct marshal_cmd_PopMatrix *cmd; local in function:_mesa_marshal_PopMatrix
8877 _mesa_unmarshal_PushMatrix(struct gl_context * ctx,const struct marshal_cmd_PushMatrix * cmd) argument
8886 struct marshal_cmd_PushMatrix *cmd; local in function:_mesa_marshal_PushMatrix
8912 _mesa_unmarshal_Rotated(struct gl_context * ctx,const struct marshal_cmd_Rotated * cmd) argument
8925 struct marshal_cmd_Rotated *cmd; local in function:_mesa_marshal_Rotated
8953 _mesa_unmarshal_Rotatef(struct gl_context * ctx,const struct marshal_cmd_Rotatef * cmd) argument
8966 struct marshal_cmd_Rotatef *cmd; local in function:_mesa_marshal_Rotatef
8993 _mesa_unmarshal_Scaled(struct gl_context * ctx,const struct marshal_cmd_Scaled * cmd) argument
9005 struct marshal_cmd_Scaled *cmd; local in function:_mesa_marshal_Scaled
9031 _mesa_unmarshal_Scalef(struct gl_context * ctx,const struct marshal_cmd_Scalef * cmd) argument
9043 struct marshal_cmd_Scalef *cmd; local in function:_mesa_marshal_Scalef
9069 _mesa_unmarshal_Translated(struct gl_context * ctx,const struct marshal_cmd_Translated * cmd) argument
9081 struct marshal_cmd_Translated *cmd; local in function:_mesa_marshal_Translated
9107 _mesa_unmarshal_Translatef(struct gl_context * ctx,const struct marshal_cmd_Translatef * cmd) argument
9119 struct marshal_cmd_Translatef *cmd; local in function:_mesa_marshal_Translatef
9146 _mesa_unmarshal_Viewport(struct gl_context * ctx,const struct marshal_cmd_Viewport * cmd) argument
9159 struct marshal_cmd_Viewport *cmd; local in function:_mesa_marshal_Viewport
9184 _mesa_unmarshal_ArrayElement(struct gl_context * ctx,const struct marshal_cmd_ArrayElement * cmd) argument
9194 struct marshal_cmd_ArrayElement *cmd; local in function:_mesa_marshal_ArrayElement
9219 _mesa_unmarshal_ColorPointer(struct gl_context * ctx,const struct marshal_cmd_ColorPointer * cmd) argument
9232 struct marshal_cmd_ColorPointer *cmd; local in function:_mesa_marshal_ColorPointer
9264 _mesa_unmarshal_DisableClientState(struct gl_context * ctx,const struct marshal_cmd_DisableClientState * cmd) argument
9274 struct marshal_cmd_DisableClientState *cmd; local in function:_mesa_marshal_DisableClientState
9298 _mesa_unmarshal_DrawArrays(struct gl_context * ctx,const struct marshal_cmd_DrawArrays * cmd) argument
9310 struct marshal_cmd_DrawArrays *cmd; local in function:_mesa_marshal_DrawArrays
9337 _mesa_unmarshal_DrawElements(struct gl_context * ctx,const struct marshal_cmd_DrawElements * cmd) argument
9350 struct marshal_cmd_DrawElements *cmd; local in function:_mesa_marshal_DrawElements
9383 _mesa_unmarshal_EdgeFlagPointer(struct gl_context * ctx,const struct marshal_cmd_EdgeFlagPointer * cmd) argument
9394 struct marshal_cmd_EdgeFlagPointer *cmd; local in function:_mesa_marshal_EdgeFlagPointer
9424 _mesa_unmarshal_EnableClientState(struct gl_context * ctx,const struct marshal_cmd_EnableClientState * cmd) argument
9434 struct marshal_cmd_EnableClientState *cmd; local in function:_mesa_marshal_EnableClientState
9469 _mesa_unmarshal_IndexPointer(struct gl_context * ctx,const struct marshal_cmd_IndexPointer * cmd) argument
9481 struct marshal_cmd_IndexPointer *cmd; local in function:_mesa_marshal_IndexPointer
9525 _mesa_unmarshal_NormalPointer(struct gl_context * ctx,const struct marshal_cmd_NormalPointer * cmd) argument
9537 struct marshal_cmd_NormalPointer *cmd; local in function:_mesa_marshal_NormalPointer
9571 _mesa_unmarshal_TexCoordPointer(struct gl_context * ctx,const struct marshal_cmd_TexCoordPointer * cmd) argument
9584 struct marshal_cmd_TexCoordPointer *cmd; local in function:_mesa_marshal_TexCoordPointer
9619 _mesa_unmarshal_VertexPointer(struct gl_context * ctx,const struct marshal_cmd_VertexPointer * cmd) argument
9632 struct marshal_cmd_VertexPointer *cmd; local in function:_mesa_marshal_VertexPointer
9665 _mesa_unmarshal_PolygonOffset(struct gl_context * ctx,const struct marshal_cmd_PolygonOffset * cmd) argument
9676 struct marshal_cmd_PolygonOffset *cmd; local in function:_mesa_marshal_PolygonOffset
9705 _mesa_unmarshal_CopyTexImage1D(struct gl_context * ctx,const struct marshal_cmd_CopyTexImage1D * cmd) argument
9721 struct marshal_cmd_CopyTexImage1D *cmd; local in function:_mesa_marshal_CopyTexImage1D
9756 _mesa_unmarshal_CopyTexImage2D(struct gl_context * ctx,const struct marshal_cmd_CopyTexImage2D * cmd) argument
9773 struct marshal_cmd_CopyTexImage2D *cmd; local in function:_mesa_marshal_CopyTexImage2D
9807 _mesa_unmarshal_CopyTexSubImage1D(struct gl_context * ctx,const struct marshal_cmd_CopyTexSubImage1D * cmd) argument
9822 struct marshal_cmd_CopyTexSubImage1D *cmd; local in function:_mesa_marshal_CopyTexSubImage1D
9856 _mesa_unmarshal_CopyTexSubImage2D(struct gl_context * ctx,const struct marshal_cmd_CopyTexSubImage2D * cmd) argument
9873 struct marshal_cmd_CopyTexSubImage2D *cmd; local in function:_mesa_marshal_CopyTexSubImage2D
9936 _mesa_unmarshal_BindTexture(struct gl_context * ctx,const struct marshal_cmd_BindTexture * cmd) argument
9947 struct marshal_cmd_BindTexture *cmd; local in function:_mesa_marshal_BindTexture
9971 _mesa_unmarshal_DeleteTextures(struct gl_context * ctx,const struct marshal_cmd_DeleteTextures * cmd) argument
9985 struct marshal_cmd_DeleteTextures *cmd; local in function:_mesa_marshal_DeleteTextures
10038 _mesa_unmarshal_PrioritizeTextures(struct gl_context * ctx,const struct marshal_cmd_PrioritizeTextures * cmd) argument
10055 struct marshal_cmd_PrioritizeTextures *cmd; local in function:_mesa_marshal_PrioritizeTextures
10086 _mesa_unmarshal_Indexub(struct gl_context * ctx,const struct marshal_cmd_Indexub * cmd) argument
10096 struct marshal_cmd_Indexub *cmd; local in function:_mesa_marshal_Indexub
10118 _mesa_unmarshal_Indexubv(struct gl_context * ctx,const struct marshal_cmd_Indexubv * cmd) argument
10128 struct marshal_cmd_Indexubv *cmd; local in function:_mesa_marshal_Indexubv
10149 _mesa_unmarshal_PopClientAttrib(struct gl_context * ctx,const struct marshal_cmd_PopClientAttrib * cmd) argument
10158 struct marshal_cmd_PopClientAttrib *cmd; local in function:_mesa_marshal_PopClientAttrib
10181 _mesa_unmarshal_PushClientAttrib(struct gl_context * ctx,const struct marshal_cmd_PushClientAttrib * cmd) argument
10191 struct marshal_cmd_PushClientAttrib *cmd; local in function:_mesa_marshal_PushClientAttrib
10216 _mesa_unmarshal_BlendColor(struct gl_context * ctx,const struct marshal_cmd_BlendColor * cmd) argument
10229 struct marshal_cmd_BlendColor *cmd; local in function:_mesa_marshal_BlendColor
10254 _mesa_unmarshal_BlendEquation(struct gl_context * ctx,const struct marshal_cmd_BlendEquation * cmd) argument
10264 struct marshal_cmd_BlendEquation *cmd; local in function:_mesa_marshal_BlendEquation
10291 _mesa_unmarshal_DrawRangeElements(struct gl_context * ctx,const struct marshal_cmd_DrawRangeElements * cmd) argument
10306 struct marshal_cmd_DrawRangeElements *cmd; local in function:_mesa_marshal_DrawRangeElements
10377 _mesa_unmarshal_CopyColorTable(struct gl_context * ctx,const struct marshal_cmd_CopyColorTable * cmd) argument
10391 struct marshal_cmd_CopyColorTable *cmd; local in function:_mesa_marshal_CopyColorTable
10465 _mesa_unmarshal_CopyColorSubTable(struct gl_context * ctx,const struct marshal_cmd_CopyColorSubTable * cmd) argument
10479 struct marshal_cmd_CopyColorSubTable *cmd; local in function:_mesa_marshal_CopyColorSubTable
10529 _mesa_unmarshal_ConvolutionParameterf(struct gl_context * ctx,const struct marshal_cmd_ConvolutionParameterf * cmd) argument
10541 struct marshal_cmd_ConvolutionParameterf *cmd; local in function:_mesa_marshal_ConvolutionParameterf
10578 _mesa_unmarshal_ConvolutionParameteri(struct gl_context * ctx,const struct marshal_cmd_ConvolutionParameteri * cmd) argument
10590 struct marshal_cmd_ConvolutionParameteri *cmd; local in function:_mesa_marshal_ConvolutionParameteri
10629 _mesa_unmarshal_CopyConvolutionFilter1D(struct gl_context * ctx,const struct marshal_cmd_CopyConvolutionFilter1D * cmd) argument
10643 struct marshal_cmd_CopyConvolutionFilter1D *cmd; local in function:_mesa_marshal_CopyConvolutionFilter1D
10674 _mesa_unmarshal_CopyConvolutionFilter2D(struct gl_context * ctx,const struct marshal_cmd_CopyConvolutionFilter2D * cmd) argument
10689 struct marshal_cmd_CopyConvolutionFilter2D *cmd; local in function:_mesa_marshal_CopyConvolutionFilter2D
10840 _mesa_unmarshal_Histogram(struct gl_context * ctx,const struct marshal_cmd_Histogram * cmd) argument
10853 struct marshal_cmd_Histogram *cmd; local in function:_mesa_marshal_Histogram
10880 _mesa_unmarshal_Minmax(struct gl_context * ctx,const struct marshal_cmd_Minmax * cmd) argument
10892 struct marshal_cmd_Minmax *cmd; local in function:_mesa_marshal_Minmax
10916 _mesa_unmarshal_ResetHistogram(struct gl_context * ctx,const struct marshal_cmd_ResetHistogram * cmd) argument
10926 struct marshal_cmd_ResetHistogram *cmd; local in function:_mesa_marshal_ResetHistogram
10948 _mesa_unmarshal_ResetMinmax(struct gl_context * ctx,const struct marshal_cmd_ResetMinmax * cmd) argument
10958 struct marshal_cmd_ResetMinmax *cmd; local in function:_mesa_marshal_ResetMinmax
11010 _mesa_unmarshal_CopyTexSubImage3D(struct gl_context * ctx,const struct marshal_cmd_CopyTexSubImage3D * cmd) argument
11028 struct marshal_cmd_CopyTexSubImage3D *cmd; local in function:_mesa_marshal_CopyTexSubImage3D
11058 _mesa_unmarshal_ActiveTexture(struct gl_context * ctx,const struct marshal_cmd_ActiveTexture * cmd) argument
11068 struct marshal_cmd_ActiveTexture *cmd; local in function:_mesa_marshal_ActiveTexture
11090 _mesa_unmarshal_ClientActiveTexture(struct gl_context * ctx,const struct marshal_cmd_ClientActiveTexture * cmd) argument
11100 struct marshal_cmd_ClientActiveTexture *cmd; local in function:_mesa_marshal_ClientActiveTexture
11123 _mesa_unmarshal_MultiTexCoord1d(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord1d * cmd) argument
11134 struct marshal_cmd_MultiTexCoord1d *cmd; local in function:_mesa_marshal_MultiTexCoord1d
11158 _mesa_unmarshal_MultiTexCoord1dv(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord1dv * cmd) argument
11169 struct marshal_cmd_MultiTexCoord1dv *cmd; local in function:_mesa_marshal_MultiTexCoord1dv
11193 _mesa_unmarshal_MultiTexCoord1fARB(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord1fARB * cmd) argument
11204 struct marshal_cmd_MultiTexCoord1fARB *cmd; local in function:_mesa_marshal_MultiTexCoord1fARB
11228 _mesa_unmarshal_MultiTexCoord1fvARB(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord1fvARB * cmd) argument
11239 struct marshal_cmd_MultiTexCoord1fvARB *cmd; local in function:_mesa_marshal_MultiTexCoord1fvARB
11263 _mesa_unmarshal_MultiTexCoord1i(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord1i * cmd) argument
11274 struct marshal_cmd_MultiTexCoord1i *cmd; local in function:_mesa_marshal_MultiTexCoord1i
11298 _mesa_unmarshal_MultiTexCoord1iv(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord1iv * cmd) argument
11309 struct marshal_cmd_MultiTexCoord1iv *cmd; local in function:_mesa_marshal_MultiTexCoord1iv
11333 _mesa_unmarshal_MultiTexCoord1s(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord1s * cmd) argument
11344 struct marshal_cmd_MultiTexCoord1s *cmd; local in function:_mesa_marshal_MultiTexCoord1s
11368 _mesa_unmarshal_MultiTexCoord1sv(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord1sv * cmd) argument
11379 struct marshal_cmd_MultiTexCoord1sv *cmd; local in function:_mesa_marshal_MultiTexCoord1sv
11404 _mesa_unmarshal_MultiTexCoord2d(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord2d * cmd) argument
11416 struct marshal_cmd_MultiTexCoord2d *cmd; local in function:_mesa_marshal_MultiTexCoord2d
11441 _mesa_unmarshal_MultiTexCoord2dv(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord2dv * cmd) argument
11452 struct marshal_cmd_MultiTexCoord2dv *cmd; local in function:_mesa_marshal_MultiTexCoord2dv
11477 _mesa_unmarshal_MultiTexCoord2fARB(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord2fARB * cmd) argument
11489 struct marshal_cmd_MultiTexCoord2fARB *cmd; local in function:_mesa_marshal_MultiTexCoord2fARB
11514 _mesa_unmarshal_MultiTexCoord2fvARB(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord2fvARB * cmd) argument
11525 struct marshal_cmd_MultiTexCoord2fvARB *cmd; local in function:_mesa_marshal_MultiTexCoord2fvARB
11550 _mesa_unmarshal_MultiTexCoord2i(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord2i * cmd) argument
11562 struct marshal_cmd_MultiTexCoord2i *cmd; local in function:_mesa_marshal_MultiTexCoord2i
11587 _mesa_unmarshal_MultiTexCoord2iv(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord2iv * cmd) argument
11598 struct marshal_cmd_MultiTexCoord2iv *cmd; local in function:_mesa_marshal_MultiTexCoord2iv
11623 _mesa_unmarshal_MultiTexCoord2s(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord2s * cmd) argument
11635 struct marshal_cmd_MultiTexCoord2s *cmd; local in function:_mesa_marshal_MultiTexCoord2s
11660 _mesa_unmarshal_MultiTexCoord2sv(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord2sv * cmd) argument
11671 struct marshal_cmd_MultiTexCoord2sv *cmd; local in function:_mesa_marshal_MultiTexCoord2sv
11697 _mesa_unmarshal_MultiTexCoord3d(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord3d * cmd) argument
11710 struct marshal_cmd_MultiTexCoord3d *cmd; local in function:_mesa_marshal_MultiTexCoord3d
11736 _mesa_unmarshal_MultiTexCoord3dv(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord3dv * cmd) argument
11747 struct marshal_cmd_MultiTexCoord3dv *cmd; local in function:_mesa_marshal_MultiTexCoord3dv
11773 _mesa_unmarshal_MultiTexCoord3fARB(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord3fARB * cmd) argument
11786 struct marshal_cmd_MultiTexCoord3fARB *cmd; local in function:_mesa_marshal_MultiTexCoord3fARB
11812 _mesa_unmarshal_MultiTexCoord3fvARB(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord3fvARB * cmd) argument
11823 struct marshal_cmd_MultiTexCoord3fvARB *cmd; local in function:_mesa_marshal_MultiTexCoord3fvARB
11849 _mesa_unmarshal_MultiTexCoord3i(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord3i * cmd) argument
11862 struct marshal_cmd_MultiTexCoord3i *cmd; local in function:_mesa_marshal_MultiTexCoord3i
11888 _mesa_unmarshal_MultiTexCoord3iv(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord3iv * cmd) argument
11899 struct marshal_cmd_MultiTexCoord3iv *cmd; local in function:_mesa_marshal_MultiTexCoord3iv
11925 _mesa_unmarshal_MultiTexCoord3s(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord3s * cmd) argument
11938 struct marshal_cmd_MultiTexCoord3s *cmd; local in function:_mesa_marshal_MultiTexCoord3s
11964 _mesa_unmarshal_MultiTexCoord3sv(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord3sv * cmd) argument
11975 struct marshal_cmd_MultiTexCoord3sv *cmd; local in function:_mesa_marshal_MultiTexCoord3sv
12002 _mesa_unmarshal_MultiTexCoord4d(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord4d * cmd) argument
12016 struct marshal_cmd_MultiTexCoord4d *cmd; local in function:_mesa_marshal_MultiTexCoord4d
12043 _mesa_unmarshal_MultiTexCoord4dv(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord4dv * cmd) argument
12054 struct marshal_cmd_MultiTexCoord4dv *cmd; local in function:_mesa_marshal_MultiTexCoord4dv
12081 _mesa_unmarshal_MultiTexCoord4fARB(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord4fARB * cmd) argument
12095 struct marshal_cmd_MultiTexCoord4fARB *cmd; local in function:_mesa_marshal_MultiTexCoord4fARB
12122 _mesa_unmarshal_MultiTexCoord4fvARB(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord4fvARB * cmd) argument
12133 struct marshal_cmd_MultiTexCoord4fvARB *cmd; local in function:_mesa_marshal_MultiTexCoord4fvARB
12160 _mesa_unmarshal_MultiTexCoord4i(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord4i * cmd) argument
12174 struct marshal_cmd_MultiTexCoord4i *cmd; local in function:_mesa_marshal_MultiTexCoord4i
12201 _mesa_unmarshal_MultiTexCoord4iv(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord4iv * cmd) argument
12212 struct marshal_cmd_MultiTexCoord4iv *cmd; local in function:_mesa_marshal_MultiTexCoord4iv
12239 _mesa_unmarshal_MultiTexCoord4s(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord4s * cmd) argument
12253 struct marshal_cmd_MultiTexCoord4s *cmd; local in function:_mesa_marshal_MultiTexCoord4s
12280 _mesa_unmarshal_MultiTexCoord4sv(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord4sv * cmd) argument
12291 struct marshal_cmd_MultiTexCoord4sv *cmd; local in function:_mesa_marshal_MultiTexCoord4sv
12359 _mesa_unmarshal_SampleCoverage(struct gl_context * ctx,const struct marshal_cmd_SampleCoverage * cmd) argument
12370 struct marshal_cmd_SampleCoverage *cmd; local in function:_mesa_marshal_SampleCoverage
12473 _mesa_unmarshal_BlendFuncSeparate(struct gl_context * ctx,const struct marshal_cmd_BlendFuncSeparate * cmd) argument
12486 struct marshal_cmd_BlendFuncSeparate *cmd; local in function:_mesa_marshal_BlendFuncSeparate
12511 _mesa_unmarshal_FogCoordfEXT(struct gl_context * ctx,const struct marshal_cmd_FogCoordfEXT * cmd) argument
12521 struct marshal_cmd_FogCoordfEXT *cmd; local in function:_mesa_marshal_FogCoordfEXT
12543 _mesa_unmarshal_FogCoordfvEXT(struct gl_context * ctx,const struct marshal_cmd_FogCoordfvEXT * cmd) argument
12553 struct marshal_cmd_FogCoordfvEXT *cmd; local in function:_mesa_marshal_FogCoordfvEXT
12575 _mesa_unmarshal_FogCoordd(struct gl_context * ctx,const struct marshal_cmd_FogCoordd * cmd) argument
12585 struct marshal_cmd_FogCoordd *cmd; local in function:_mesa_marshal_FogCoordd
12607 _mesa_unmarshal_FogCoorddv(struct gl_context * ctx,const struct marshal_cmd_FogCoorddv * cmd) argument
12617 struct marshal_cmd_FogCoorddv *cmd; local in function:_mesa_marshal_FogCoorddv
12641 _mesa_unmarshal_FogCoordPointer(struct gl_context * ctx,const struct marshal_cmd_FogCoordPointer * cmd) argument
12653 struct marshal_cmd_FogCoordPointer *cmd; local in function:_mesa_marshal_FogCoordPointer
12707 _mesa_unmarshal_PointParameterf(struct gl_context * ctx,const struct marshal_cmd_PointParameterf * cmd) argument
12718 struct marshal_cmd_PointParameterf *cmd; local in function:_mesa_marshal_PointParameterf
12753 _mesa_unmarshal_PointParameteri(struct gl_context * ctx,const struct marshal_cmd_PointParameteri * cmd) argument
12764 struct marshal_cmd_PointParameteri *cmd; local in function:_mesa_marshal_PointParameteri
12800 _mesa_unmarshal_SecondaryColor3b(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3b * cmd) argument
12812 struct marshal_cmd_SecondaryColor3b *cmd; local in function:_mesa_marshal_SecondaryColor3b
12836 _mesa_unmarshal_SecondaryColor3bv(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3bv * cmd) argument
12846 struct marshal_cmd_SecondaryColor3bv *cmd; local in function:_mesa_marshal_SecondaryColor3bv
12870 _mesa_unmarshal_SecondaryColor3d(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3d * cmd) argument
12882 struct marshal_cmd_SecondaryColor3d *cmd; local in function:_mesa_marshal_SecondaryColor3d
12906 _mesa_unmarshal_SecondaryColor3dv(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3dv * cmd) argument
12916 struct marshal_cmd_SecondaryColor3dv *cmd; local in function:_mesa_marshal_SecondaryColor3dv
12940 _mesa_unmarshal_SecondaryColor3fEXT(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3fEXT * cmd) argument
12952 struct marshal_cmd_SecondaryColor3fEXT *cmd; local in function:_mesa_marshal_SecondaryColor3fEXT
12976 _mesa_unmarshal_SecondaryColor3fvEXT(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3fvEXT * cmd) argument
12986 struct marshal_cmd_SecondaryColor3fvEXT *cmd; local in function:_mesa_marshal_SecondaryColor3fvEXT
13010 _mesa_unmarshal_SecondaryColor3i(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3i * cmd) argument
13022 struct marshal_cmd_SecondaryColor3i *cmd; local in function:_mesa_marshal_SecondaryColor3i
13046 _mesa_unmarshal_SecondaryColor3iv(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3iv * cmd) argument
13056 struct marshal_cmd_SecondaryColor3iv *cmd; local in function:_mesa_marshal_SecondaryColor3iv
13080 _mesa_unmarshal_SecondaryColor3s(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3s * cmd) argument
13092 struct marshal_cmd_SecondaryColor3s *cmd; local in function:_mesa_marshal_SecondaryColor3s
13116 _mesa_unmarshal_SecondaryColor3sv(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3sv * cmd) argument
13126 struct marshal_cmd_SecondaryColor3sv *cmd; local in function:_mesa_marshal_SecondaryColor3sv
13150 _mesa_unmarshal_SecondaryColor3ub(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3ub * cmd) argument
13162 struct marshal_cmd_SecondaryColor3ub *cmd; local in function:_mesa_marshal_SecondaryColor3ub
13186 _mesa_unmarshal_SecondaryColor3ubv(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3ubv * cmd) argument
13196 struct marshal_cmd_SecondaryColor3ubv *cmd; local in function:_mesa_marshal_SecondaryColor3ubv
13220 _mesa_unmarshal_SecondaryColor3ui(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3ui * cmd) argument
13232 struct marshal_cmd_SecondaryColor3ui *cmd; local in function:_mesa_marshal_SecondaryColor3ui
13256 _mesa_unmarshal_SecondaryColor3uiv(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3uiv * cmd) argument
13266 struct marshal_cmd_SecondaryColor3uiv *cmd; local in function:_mesa_marshal_SecondaryColor3uiv
13290 _mesa_unmarshal_SecondaryColor3us(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3us * cmd) argument
13302 struct marshal_cmd_SecondaryColor3us *cmd; local in function:_mesa_marshal_SecondaryColor3us
13326 _mesa_unmarshal_SecondaryColor3usv(struct gl_context * ctx,const struct marshal_cmd_SecondaryColor3usv * cmd) argument
13336 struct marshal_cmd_SecondaryColor3usv *cmd; local in function:_mesa_marshal_SecondaryColor3usv
13361 _mesa_unmarshal_SecondaryColorPointer(struct gl_context * ctx,const struct marshal_cmd_SecondaryColorPointer * cmd) argument
13374 struct marshal_cmd_SecondaryColorPointer *cmd; local in function:_mesa_marshal_SecondaryColorPointer
13407 _mesa_unmarshal_WindowPos2d(struct gl_context * ctx,const struct marshal_cmd_WindowPos2d * cmd) argument
13418 struct marshal_cmd_WindowPos2d *cmd; local in function:_mesa_marshal_WindowPos2d
13453 _mesa_unmarshal_WindowPos2f(struct gl_context * ctx,const struct marshal_cmd_WindowPos2f * cmd) argument
13464 struct marshal_cmd_WindowPos2f *cmd; local in function:_mesa_marshal_WindowPos2f
13499 _mesa_unmarshal_WindowPos2i(struct gl_context * ctx,const struct marshal_cmd_WindowPos2i * cmd) argument
13510 struct marshal_cmd_WindowPos2i *cmd; local in function:_mesa_marshal_WindowPos2i
13545 _mesa_unmarshal_WindowPos2s(struct gl_context * ctx,const struct marshal_cmd_WindowPos2s * cmd) argument
13556 struct marshal_cmd_WindowPos2s *cmd; local in function:_mesa_marshal_WindowPos2s
13592 _mesa_unmarshal_WindowPos3d(struct gl_context * ctx,const struct marshal_cmd_WindowPos3d * cmd) argument
13604 struct marshal_cmd_WindowPos3d *cmd; local in function:_mesa_marshal_WindowPos3d
13641 _mesa_unmarshal_WindowPos3f(struct gl_context * ctx,const struct marshal_cmd_WindowPos3f * cmd) argument
13653 struct marshal_cmd_WindowPos3f *cmd; local in function:_mesa_marshal_WindowPos3f
13677 _mesa_unmarshal_WindowPos3fv(struct gl_context * ctx,const struct marshal_cmd_WindowPos3fv * cmd) argument
13687 struct marshal_cmd_WindowPos3fv *cmd; local in function:_mesa_marshal_WindowPos3fv
13711 _mesa_unmarshal_WindowPos3i(struct gl_context * ctx,const struct marshal_cmd_WindowPos3i * cmd) argument
13723 struct marshal_cmd_WindowPos3i *cmd; local in function:_mesa_marshal_WindowPos3i
13760 _mesa_unmarshal_WindowPos3s(struct gl_context * ctx,const struct marshal_cmd_WindowPos3s * cmd) argument
13772 struct marshal_cmd_WindowPos3s *cmd; local in function:_mesa_marshal_WindowPos3s
13808 _mesa_unmarshal_DeleteBuffers(struct gl_context * ctx,const struct marshal_cmd_DeleteBuffers * cmd) argument
13822 struct marshal_cmd_DeleteBuffers *cmd; local in function:_mesa_marshal_DeleteBuffers
13940 _mesa_unmarshal_DeleteQueries(struct gl_context * ctx,const struct marshal_cmd_DeleteQueries * cmd) argument
13954 struct marshal_cmd_DeleteQueries *cmd; local in function:_mesa_marshal_DeleteQueries
13995 _mesa_unmarshal_BeginQuery(struct gl_context * ctx,const struct marshal_cmd_BeginQuery * cmd) argument
14006 struct marshal_cmd_BeginQuery *cmd; local in function:_mesa_marshal_BeginQuery
14029 _mesa_unmarshal_EndQuery(struct gl_context * ctx,const struct marshal_cmd_EndQuery * cmd) argument
14039 struct marshal_cmd_EndQuery *cmd; local in function:_mesa_marshal_EndQuery
14095 _mesa_unmarshal_BlendEquationSeparate(struct gl_context * ctx,const struct marshal_cmd_BlendEquationSeparate * cmd) argument
14106 struct marshal_cmd_BlendEquationSeparate *cmd; local in function:_mesa_marshal_BlendEquationSeparate
14130 _mesa_unmarshal_DrawBuffers(struct gl_context * ctx,const struct marshal_cmd_DrawBuffers * cmd) argument
14144 struct marshal_cmd_DrawBuffers *cmd; local in function:_mesa_marshal_DrawBuffers
14176 _mesa_unmarshal_StencilFuncSeparate(struct gl_context * ctx,const struct marshal_cmd_StencilFuncSeparate * cmd) argument
14189 struct marshal_cmd_StencilFuncSeparate *cmd; local in function:_mesa_marshal_StencilFuncSeparate
14217 _mesa_unmarshal_StencilOpSeparate(struct gl_context * ctx,const struct marshal_cmd_StencilOpSeparate * cmd) argument
14230 struct marshal_cmd_StencilOpSeparate *cmd; local in function:_mesa_marshal_StencilOpSeparate
14256 _mesa_unmarshal_StencilMaskSeparate(struct gl_context * ctx,const struct marshal_cmd_StencilMaskSeparate * cmd) argument
14267 struct marshal_cmd_StencilMaskSeparate *cmd; local in function:_mesa_marshal_StencilMaskSeparate
14291 _mesa_unmarshal_AttachShader(struct gl_context * ctx,const struct marshal_cmd_AttachShader * cmd) argument
14302 struct marshal_cmd_AttachShader *cmd; local in function:_mesa_marshal_AttachShader
14336 _mesa_unmarshal_CompileShader(struct gl_context * ctx,const struct marshal_cmd_CompileShader * cmd) argument
14346 struct marshal_cmd_CompileShader *cmd; local in function:_mesa_marshal_CompileShader
14390 _mesa_unmarshal_DeleteProgram(struct gl_context * ctx,const struct marshal_cmd_DeleteProgram * cmd) argument
14400 struct marshal_cmd_DeleteProgram *cmd; local in function:_mesa_marshal_DeleteProgram
14422 _mesa_unmarshal_DeleteShader(struct gl_context * ctx,const struct marshal_cmd_DeleteShader * cmd) argument
14432 struct marshal_cmd_DeleteShader *cmd; local in function:_mesa_marshal_DeleteShader
14455 _mesa_unmarshal_DetachShader(struct gl_context * ctx,const struct marshal_cmd_DetachShader * cmd) argument
14466 struct marshal_cmd_DetachShader *cmd; local in function:_mesa_marshal_DetachShader
14489 _mesa_unmarshal_DisableVertexAttribArray(struct gl_context * ctx,const struct marshal_cmd_DisableVertexAttribArray * cmd) argument
14499 struct marshal_cmd_DisableVertexAttribArray *cmd; local in function:_mesa_marshal_DisableVertexAttribArray
14521 _mesa_unmarshal_EnableVertexAttribArray(struct gl_context * ctx,const struct marshal_cmd_EnableVertexAttribArray * cmd) argument
14531 struct marshal_cmd_EnableVertexAttribArray *cmd; local in function:_mesa_marshal_EnableVertexAttribArray
14751 _mesa_unmarshal_LinkProgram(struct gl_context * ctx,const struct marshal_cmd_LinkProgram * cmd) argument
14761 struct marshal_cmd_LinkProgram *cmd; local in function:_mesa_marshal_LinkProgram
14783 _mesa_unmarshal_UseProgram(struct gl_context * ctx,const struct marshal_cmd_UseProgram * cmd) argument
14793 struct marshal_cmd_UseProgram *cmd; local in function:_mesa_marshal_UseProgram
14816 _mesa_unmarshal_Uniform1f(struct gl_context * ctx,const struct marshal_cmd_Uniform1f * cmd) argument
14827 struct marshal_cmd_Uniform1f *cmd; local in function:_mesa_marshal_Uniform1f
14852 _mesa_unmarshal_Uniform2f(struct gl_context * ctx,const struct marshal_cmd_Uniform2f * cmd) argument
14864 struct marshal_cmd_Uniform2f *cmd; local in function:_mesa_marshal_Uniform2f
14891 _mesa_unmarshal_Uniform3f(struct gl_context * ctx,const struct marshal_cmd_Uniform3f * cmd) argument
14904 struct marshal_cmd_Uniform3f *cmd; local in function:_mesa_marshal_Uniform3f
14933 _mesa_unmarshal_Uniform4f(struct gl_context * ctx,const struct marshal_cmd_Uniform4f * cmd) argument
14947 struct marshal_cmd_Uniform4f *cmd; local in function:_mesa_marshal_Uniform4f
14974 _mesa_unmarshal_Uniform1i(struct gl_context * ctx,const struct marshal_cmd_Uniform1i * cmd) argument
14985 struct marshal_cmd_Uniform1i *cmd; local in function:_mesa_marshal_Uniform1i
15010 _mesa_unmarshal_Uniform2i(struct gl_context * ctx,const struct marshal_cmd_Uniform2i * cmd) argument
15022 struct marshal_cmd_Uniform2i *cmd; local in function:_mesa_marshal_Uniform2i
15049 _mesa_unmarshal_Uniform3i(struct gl_context * ctx,const struct marshal_cmd_Uniform3i * cmd) argument
15062 struct marshal_cmd_Uniform3i *cmd; local in function:_mesa_marshal_Uniform3i
15091 _mesa_unmarshal_Uniform4i(struct gl_context * ctx,const struct marshal_cmd_Uniform4i * cmd) argument
15105 struct marshal_cmd_Uniform4i *cmd; local in function:_mesa_marshal_Uniform4i
15133 _mesa_unmarshal_Uniform1fv(struct gl_context * ctx,const struct marshal_cmd_Uniform1fv * cmd) argument
15148 struct marshal_cmd_Uniform1fv *cmd; local in function:_mesa_marshal_Uniform1fv
15180 _mesa_unmarshal_Uniform2fv(struct gl_context * ctx,const struct marshal_cmd_Uniform2fv * cmd) argument
15195 struct marshal_cmd_Uniform2fv *cmd; local in function:_mesa_marshal_Uniform2fv
15227 _mesa_unmarshal_Uniform3fv(struct gl_context * ctx,const struct marshal_cmd_Uniform3fv * cmd) argument
15242 struct marshal_cmd_Uniform3fv *cmd; local in function:_mesa_marshal_Uniform3fv
15274 _mesa_unmarshal_Uniform4fv(struct gl_context * ctx,const struct marshal_cmd_Uniform4fv * cmd) argument
15289 struct marshal_cmd_Uniform4fv *cmd; local in function:_mesa_marshal_Uniform4fv
15321 _mesa_unmarshal_Uniform1iv(struct gl_context * ctx,const struct marshal_cmd_Uniform1iv * cmd) argument
15336 struct marshal_cmd_Uniform1iv *cmd; local in function:_mesa_marshal_Uniform1iv
15368 _mesa_unmarshal_Uniform2iv(struct gl_context * ctx,const struct marshal_cmd_Uniform2iv * cmd) argument
15383 struct marshal_cmd_Uniform2iv *cmd; local in function:_mesa_marshal_Uniform2iv
15415 _mesa_unmarshal_Uniform3iv(struct gl_context * ctx,const struct marshal_cmd_Uniform3iv * cmd) argument
15430 struct marshal_cmd_Uniform3iv *cmd; local in function:_mesa_marshal_Uniform3iv
15462 _mesa_unmarshal_Uniform4iv(struct gl_context * ctx,const struct marshal_cmd_Uniform4iv * cmd) argument
15477 struct marshal_cmd_Uniform4iv *cmd; local in function:_mesa_marshal_Uniform4iv
15510 _mesa_unmarshal_UniformMatrix2fv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix2fv * cmd) argument
15526 struct marshal_cmd_UniformMatrix2fv *cmd; local in function:_mesa_marshal_UniformMatrix2fv
15560 _mesa_unmarshal_UniformMatrix3fv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix3fv * cmd) argument
15576 struct marshal_cmd_UniformMatrix3fv *cmd; local in function:_mesa_marshal_UniformMatrix3fv
15610 _mesa_unmarshal_UniformMatrix4fv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix4fv * cmd) argument
15626 struct marshal_cmd_UniformMatrix4fv *cmd; local in function:_mesa_marshal_UniformMatrix4fv
15657 _mesa_unmarshal_ValidateProgram(struct gl_context * ctx,const struct marshal_cmd_ValidateProgram * cmd) argument
15667 struct marshal_cmd_ValidateProgram *cmd; local in function:_mesa_marshal_ValidateProgram
15690 _mesa_unmarshal_VertexAttrib1d(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib1d * cmd) argument
15701 struct marshal_cmd_VertexAttrib1d *cmd; local in function:_mesa_marshal_VertexAttrib1d
15725 _mesa_unmarshal_VertexAttrib1dv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib1dv * cmd) argument
15736 struct marshal_cmd_VertexAttrib1dv *cmd; local in function:_mesa_marshal_VertexAttrib1dv
15760 _mesa_unmarshal_VertexAttrib1fARB(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib1fARB * cmd) argument
15771 struct marshal_cmd_VertexAttrib1fARB *cmd; local in function:_mesa_marshal_VertexAttrib1fARB
15795 _mesa_unmarshal_VertexAttrib1fvARB(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib1fvARB * cmd) argument
15806 struct marshal_cmd_VertexAttrib1fvARB *cmd; local in function:_mesa_marshal_VertexAttrib1fvARB
15830 _mesa_unmarshal_VertexAttrib1s(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib1s * cmd) argument
15841 struct marshal_cmd_VertexAttrib1s *cmd; local in function:_mesa_marshal_VertexAttrib1s
15865 _mesa_unmarshal_VertexAttrib1sv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib1sv * cmd) argument
15876 struct marshal_cmd_VertexAttrib1sv *cmd; local in function:_mesa_marshal_VertexAttrib1sv
15901 _mesa_unmarshal_VertexAttrib2d(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib2d * cmd) argument
15913 struct marshal_cmd_VertexAttrib2d *cmd; local in function:_mesa_marshal_VertexAttrib2d
15938 _mesa_unmarshal_VertexAttrib2dv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib2dv * cmd) argument
15949 struct marshal_cmd_VertexAttrib2dv *cmd; local in function:_mesa_marshal_VertexAttrib2dv
15974 _mesa_unmarshal_VertexAttrib2fARB(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib2fARB * cmd) argument
15986 struct marshal_cmd_VertexAttrib2fARB *cmd; local in function:_mesa_marshal_VertexAttrib2fARB
16011 _mesa_unmarshal_VertexAttrib2fvARB(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib2fvARB * cmd) argument
16022 struct marshal_cmd_VertexAttrib2fvARB *cmd; local in function:_mesa_marshal_VertexAttrib2fvARB
16047 _mesa_unmarshal_VertexAttrib2s(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib2s * cmd) argument
16059 struct marshal_cmd_VertexAttrib2s *cmd; local in function:_mesa_marshal_VertexAttrib2s
16084 _mesa_unmarshal_VertexAttrib2sv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib2sv * cmd) argument
16095 struct marshal_cmd_VertexAttrib2sv *cmd; local in function:_mesa_marshal_VertexAttrib2sv
16121 _mesa_unmarshal_VertexAttrib3d(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib3d * cmd) argument
16134 struct marshal_cmd_VertexAttrib3d *cmd; local in function:_mesa_marshal_VertexAttrib3d
16160 _mesa_unmarshal_VertexAttrib3dv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib3dv * cmd) argument
16171 struct marshal_cmd_VertexAttrib3dv *cmd; local in function:_mesa_marshal_VertexAttrib3dv
16197 _mesa_unmarshal_VertexAttrib3fARB(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib3fARB * cmd) argument
16210 struct marshal_cmd_VertexAttrib3fARB *cmd; local in function:_mesa_marshal_VertexAttrib3fARB
16236 _mesa_unmarshal_VertexAttrib3fvARB(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib3fvARB * cmd) argument
16247 struct marshal_cmd_VertexAttrib3fvARB *cmd; local in function:_mesa_marshal_VertexAttrib3fvARB
16273 _mesa_unmarshal_VertexAttrib3s(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib3s * cmd) argument
16286 struct marshal_cmd_VertexAttrib3s *cmd; local in function:_mesa_marshal_VertexAttrib3s
16312 _mesa_unmarshal_VertexAttrib3sv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib3sv * cmd) argument
16323 struct marshal_cmd_VertexAttrib3sv *cmd; local in function:_mesa_marshal_VertexAttrib3sv
16347 _mesa_unmarshal_VertexAttrib4Nbv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4Nbv * cmd) argument
16358 struct marshal_cmd_VertexAttrib4Nbv *cmd; local in function:_mesa_marshal_VertexAttrib4Nbv
16382 _mesa_unmarshal_VertexAttrib4Niv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4Niv * cmd) argument
16393 struct marshal_cmd_VertexAttrib4Niv *cmd; local in function:_mesa_marshal_VertexAttrib4Niv
16417 _mesa_unmarshal_VertexAttrib4Nsv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4Nsv * cmd) argument
16428 struct marshal_cmd_VertexAttrib4Nsv *cmd; local in function:_mesa_marshal_VertexAttrib4Nsv
16455 _mesa_unmarshal_VertexAttrib4Nub(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4Nub * cmd) argument
16469 struct marshal_cmd_VertexAttrib4Nub *cmd; local in function:_mesa_marshal_VertexAttrib4Nub
16496 _mesa_unmarshal_VertexAttrib4Nubv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4Nubv * cmd) argument
16507 struct marshal_cmd_VertexAttrib4Nubv *cmd; local in function:_mesa_marshal_VertexAttrib4Nubv
16531 _mesa_unmarshal_VertexAttrib4Nuiv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4Nuiv * cmd) argument
16542 struct marshal_cmd_VertexAttrib4Nuiv *cmd; local in function:_mesa_marshal_VertexAttrib4Nuiv
16566 _mesa_unmarshal_VertexAttrib4Nusv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4Nusv * cmd) argument
16577 struct marshal_cmd_VertexAttrib4Nusv *cmd; local in function:_mesa_marshal_VertexAttrib4Nusv
16601 _mesa_unmarshal_VertexAttrib4bv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4bv * cmd) argument
16612 struct marshal_cmd_VertexAttrib4bv *cmd; local in function:_mesa_marshal_VertexAttrib4bv
16639 _mesa_unmarshal_VertexAttrib4d(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4d * cmd) argument
16653 struct marshal_cmd_VertexAttrib4d *cmd; local in function:_mesa_marshal_VertexAttrib4d
16680 _mesa_unmarshal_VertexAttrib4dv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4dv * cmd) argument
16691 struct marshal_cmd_VertexAttrib4dv *cmd; local in function:_mesa_marshal_VertexAttrib4dv
16718 _mesa_unmarshal_VertexAttrib4fARB(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4fARB * cmd) argument
16732 struct marshal_cmd_VertexAttrib4fARB *cmd; local in function:_mesa_marshal_VertexAttrib4fARB
16759 _mesa_unmarshal_VertexAttrib4fvARB(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4fvARB * cmd) argument
16770 struct marshal_cmd_VertexAttrib4fvARB *cmd; local in function:_mesa_marshal_VertexAttrib4fvARB
16794 _mesa_unmarshal_VertexAttrib4iv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4iv * cmd) argument
16805 struct marshal_cmd_VertexAttrib4iv *cmd; local in function:_mesa_marshal_VertexAttrib4iv
16832 _mesa_unmarshal_VertexAttrib4s(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4s * cmd) argument
16846 struct marshal_cmd_VertexAttrib4s *cmd; local in function:_mesa_marshal_VertexAttrib4s
16873 _mesa_unmarshal_VertexAttrib4sv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4sv * cmd) argument
16884 struct marshal_cmd_VertexAttrib4sv *cmd; local in function:_mesa_marshal_VertexAttrib4sv
16908 _mesa_unmarshal_VertexAttrib4ubv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4ubv * cmd) argument
16919 struct marshal_cmd_VertexAttrib4ubv *cmd; local in function:_mesa_marshal_VertexAttrib4ubv
16943 _mesa_unmarshal_VertexAttrib4uiv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4uiv * cmd) argument
16954 struct marshal_cmd_VertexAttrib4uiv *cmd; local in function:_mesa_marshal_VertexAttrib4uiv
16978 _mesa_unmarshal_VertexAttrib4usv(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4usv * cmd) argument
16989 struct marshal_cmd_VertexAttrib4usv *cmd; local in function:_mesa_marshal_VertexAttrib4usv
17017 _mesa_unmarshal_VertexAttribPointer(struct gl_context * ctx,const struct marshal_cmd_VertexAttribPointer * cmd) argument
17032 struct marshal_cmd_VertexAttribPointer *cmd; local in function:_mesa_marshal_VertexAttribPointer
17069 _mesa_unmarshal_UniformMatrix2x3fv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix2x3fv * cmd) argument
17085 struct marshal_cmd_UniformMatrix2x3fv *cmd; local in function:_mesa_marshal_UniformMatrix2x3fv
17119 _mesa_unmarshal_UniformMatrix3x2fv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix3x2fv * cmd) argument
17135 struct marshal_cmd_UniformMatrix3x2fv *cmd; local in function:_mesa_marshal_UniformMatrix3x2fv
17169 _mesa_unmarshal_UniformMatrix2x4fv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix2x4fv * cmd) argument
17185 struct marshal_cmd_UniformMatrix2x4fv *cmd; local in function:_mesa_marshal_UniformMatrix2x4fv
17219 _mesa_unmarshal_UniformMatrix4x2fv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix4x2fv * cmd) argument
17235 struct marshal_cmd_UniformMatrix4x2fv *cmd; local in function:_mesa_marshal_UniformMatrix4x2fv
17269 _mesa_unmarshal_UniformMatrix3x4fv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix3x4fv * cmd) argument
17285 struct marshal_cmd_UniformMatrix3x4fv *cmd; local in function:_mesa_marshal_UniformMatrix3x4fv
17319 _mesa_unmarshal_UniformMatrix4x3fv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix4x3fv * cmd) argument
17335 struct marshal_cmd_UniformMatrix4x3fv *cmd; local in function:_mesa_marshal_UniformMatrix4x3fv
17369 _mesa_unmarshal_ProgramStringARB(struct gl_context * ctx,const struct marshal_cmd_ProgramStringARB * cmd) argument
17385 struct marshal_cmd_ProgramStringARB *cmd; local in function:_mesa_marshal_ProgramStringARB
17417 _mesa_unmarshal_BindProgramARB(struct gl_context * ctx,const struct marshal_cmd_BindProgramARB * cmd) argument
17428 struct marshal_cmd_BindProgramARB *cmd; local in function:_mesa_marshal_BindProgramARB
17452 _mesa_unmarshal_DeleteProgramsARB(struct gl_context * ctx,const struct marshal_cmd_DeleteProgramsARB * cmd) argument
17466 struct marshal_cmd_DeleteProgramsARB *cmd; local in function:_mesa_marshal_DeleteProgramsARB
17522 _mesa_unmarshal_ProgramEnvParameter4dARB(struct gl_context * ctx,const struct marshal_cmd_ProgramEnvParameter4dARB * cmd) argument
17537 struct marshal_cmd_ProgramEnvParameter4dARB *cmd; local in function:_mesa_marshal_ProgramEnvParameter4dARB
17566 _mesa_unmarshal_ProgramEnvParameter4dvARB(struct gl_context * ctx,const struct marshal_cmd_ProgramEnvParameter4dvARB * cmd) argument
17578 struct marshal_cmd_ProgramEnvParameter4dvARB *cmd; local in function:_mesa_marshal_ProgramEnvParameter4dvARB
17607 _mesa_unmarshal_ProgramEnvParameter4fARB(struct gl_context * ctx,const struct marshal_cmd_ProgramEnvParameter4fARB * cmd) argument
17622 struct marshal_cmd_ProgramEnvParameter4fARB *cmd; local in function:_mesa_marshal_ProgramEnvParameter4fARB
17651 _mesa_unmarshal_ProgramEnvParameter4fvARB(struct gl_context * ctx,const struct marshal_cmd_ProgramEnvParameter4fvARB * cmd) argument
17663 struct marshal_cmd_ProgramEnvParameter4fvARB *cmd; local in function:_mesa_marshal_ProgramEnvParameter4fvARB
17692 _mesa_unmarshal_ProgramLocalParameter4dARB(struct gl_context * ctx,const struct marshal_cmd_ProgramLocalParameter4dARB * cmd) argument
17707 struct marshal_cmd_ProgramLocalParameter4dARB *cmd; local in function:_mesa_marshal_ProgramLocalParameter4dARB
17736 _mesa_unmarshal_ProgramLocalParameter4dvARB(struct gl_context * ctx,const struct marshal_cmd_ProgramLocalParameter4dvARB * cmd) argument
17748 struct marshal_cmd_ProgramLocalParameter4dvARB *cmd; local in function:_mesa_marshal_ProgramLocalParameter4dvARB
17777 _mesa_unmarshal_ProgramLocalParameter4fARB(struct gl_context * ctx,const struct marshal_cmd_ProgramLocalParameter4fARB * cmd) argument
17792 struct marshal_cmd_ProgramLocalParameter4fARB *cmd; local in function:_mesa_marshal_ProgramLocalParameter4fARB
17821 _mesa_unmarshal_ProgramLocalParameter4fvARB(struct gl_context * ctx,const struct marshal_cmd_ProgramLocalParameter4fvARB * cmd) argument
17833 struct marshal_cmd_ProgramLocalParameter4fvARB *cmd; local in function:_mesa_marshal_ProgramLocalParameter4fvARB
17923 _mesa_unmarshal_DeleteObjectARB(struct gl_context * ctx,const struct marshal_cmd_DeleteObjectARB * cmd) argument
17933 struct marshal_cmd_DeleteObjectARB *cmd; local in function:_mesa_marshal_DeleteObjectARB
17967 _mesa_unmarshal_DetachObjectARB(struct gl_context * ctx,const struct marshal_cmd_DetachObjectARB * cmd) argument
17978 struct marshal_cmd_DetachObjectARB *cmd; local in function:_mesa_marshal_DetachObjectARB
18024 _mesa_unmarshal_AttachObjectARB(struct gl_context * ctx,const struct marshal_cmd_AttachObjectARB * cmd) argument
18035 struct marshal_cmd_AttachObjectARB *cmd; local in function:_mesa_marshal_AttachObjectARB
18103 _mesa_unmarshal_ClampColor(struct gl_context * ctx,const struct marshal_cmd_ClampColor * cmd) argument
18114 struct marshal_cmd_ClampColor *cmd; local in function:_mesa_marshal_ClampColor
18140 _mesa_unmarshal_DrawArraysInstancedARB(struct gl_context * ctx,const struct marshal_cmd_DrawArraysInstancedARB * cmd) argument
18153 struct marshal_cmd_DrawArraysInstancedARB *cmd; local in function:_mesa_marshal_DrawArraysInstancedARB
18182 _mesa_unmarshal_DrawElementsInstancedARB(struct gl_context * ctx,const struct marshal_cmd_DrawElementsInstancedARB * cmd) argument
18196 struct marshal_cmd_DrawElementsInstancedARB *cmd; local in function:_mesa_marshal_DrawElementsInstancedARB
18241 _mesa_unmarshal_BindRenderbuffer(struct gl_context * ctx,const struct marshal_cmd_BindRenderbuffer * cmd) argument
18252 struct marshal_cmd_BindRenderbuffer *cmd; local in function:_mesa_marshal_BindRenderbuffer
18276 _mesa_unmarshal_DeleteRenderbuffers(struct gl_context * ctx,const struct marshal_cmd_DeleteRenderbuffers * cmd) argument
18290 struct marshal_cmd_DeleteRenderbuffers *cmd; local in function:_mesa_marshal_DeleteRenderbuffers
18333 _mesa_unmarshal_RenderbufferStorage(struct gl_context * ctx,const struct marshal_cmd_RenderbufferStorage * cmd) argument
18346 struct marshal_cmd_RenderbufferStorage *cmd; local in function:_mesa_marshal_RenderbufferStorage
18375 _mesa_unmarshal_RenderbufferStorageMultisample(struct gl_context * ctx,const struct marshal_cmd_RenderbufferStorageMultisample * cmd) argument
18389 struct marshal_cmd_RenderbufferStorageMultisample *cmd; local in function:_mesa_marshal_RenderbufferStorageMultisample
18438 _mesa_unmarshal_BindFramebuffer(struct gl_context * ctx,const struct marshal_cmd_BindFramebuffer * cmd) argument
18449 struct marshal_cmd_BindFramebuffer *cmd; local in function:_mesa_marshal_BindFramebuffer
18473 _mesa_unmarshal_DeleteFramebuffers(struct gl_context * ctx,const struct marshal_cmd_DeleteFramebuffers * cmd) argument
18487 struct marshal_cmd_DeleteFramebuffers *cmd; local in function:_mesa_marshal_DeleteFramebuffers
18542 _mesa_unmarshal_FramebufferTexture1D(struct gl_context * ctx,const struct marshal_cmd_FramebufferTexture1D * cmd) argument
18556 struct marshal_cmd_FramebufferTexture1D *cmd; local in function:_mesa_marshal_FramebufferTexture1D
18586 _mesa_unmarshal_FramebufferTexture2D(struct gl_context * ctx,const struct marshal_cmd_FramebufferTexture2D * cmd) argument
18600 struct marshal_cmd_FramebufferTexture2D *cmd; local in function:_mesa_marshal_FramebufferTexture2D
18631 _mesa_unmarshal_FramebufferTexture3D(struct gl_context * ctx,const struct marshal_cmd_FramebufferTexture3D * cmd) argument
18646 struct marshal_cmd_FramebufferTexture3D *cmd; local in function:_mesa_marshal_FramebufferTexture3D
18677 _mesa_unmarshal_FramebufferTextureLayer(struct gl_context * ctx,const struct marshal_cmd_FramebufferTextureLayer * cmd) argument
18691 struct marshal_cmd_FramebufferTextureLayer *cmd; local in function:_mesa_marshal_FramebufferTextureLayer
18720 _mesa_unmarshal_FramebufferRenderbuffer(struct gl_context * ctx,const struct marshal_cmd_FramebufferRenderbuffer * cmd) argument
18733 struct marshal_cmd_FramebufferRenderbuffer *cmd; local in function:_mesa_marshal_FramebufferRenderbuffer
18778 _mesa_unmarshal_BlitFramebuffer(struct gl_context * ctx,const struct marshal_cmd_BlitFramebuffer * cmd) argument
18797 struct marshal_cmd_BlitFramebuffer *cmd; local in function:_mesa_marshal_BlitFramebuffer
18828 _mesa_unmarshal_GenerateMipmap(struct gl_context * ctx,const struct marshal_cmd_GenerateMipmap * cmd) argument
18838 struct marshal_cmd_GenerateMipmap *cmd; local in function:_mesa_marshal_GenerateMipmap
18861 _mesa_unmarshal_VertexAttribDivisor(struct gl_context * ctx,const struct marshal_cmd_VertexAttribDivisor * cmd) argument
18872 struct marshal_cmd_VertexAttribDivisor *cmd; local in function:_mesa_marshal_VertexAttribDivisor
18908 _mesa_unmarshal_FlushMappedBufferRange(struct gl_context * ctx,const struct marshal_cmd_FlushMappedBufferRange * cmd) argument
18920 struct marshal_cmd_FlushMappedBufferRange *cmd; local in function:_mesa_marshal_FlushMappedBufferRange
18946 _mesa_unmarshal_TexBuffer(struct gl_context * ctx,const struct marshal_cmd_TexBuffer * cmd) argument
18958 struct marshal_cmd_TexBuffer *cmd; local in function:_mesa_marshal_TexBuffer
18982 _mesa_unmarshal_BindVertexArray(struct gl_context * ctx,const struct marshal_cmd_BindVertexArray * cmd) argument
18992 struct marshal_cmd_BindVertexArray *cmd; local in function:_mesa_marshal_BindVertexArray
19022 _mesa_unmarshal_DeleteVertexArrays(struct gl_context * ctx,const struct marshal_cmd_DeleteVertexArrays * cmd) argument
19036 struct marshal_cmd_DeleteVertexArrays *cmd; local in function:_mesa_marshal_DeleteVertexArrays
19155 _mesa_unmarshal_UniformBlockBinding(struct gl_context * ctx,const struct marshal_cmd_UniformBlockBinding * cmd) argument
19167 struct marshal_cmd_UniformBlockBinding *cmd; local in function:_mesa_marshal_UniformBlockBinding
19195 _mesa_unmarshal_CopyBufferSubData(struct gl_context * ctx,const struct marshal_cmd_CopyBufferSubData * cmd) argument
19209 struct marshal_cmd_CopyBufferSubData *cmd; local in function:_mesa_marshal_CopyBufferSubData
19239 _mesa_unmarshal_DrawElementsBaseVertex(struct gl_context * ctx,const struct marshal_cmd_DrawElementsBaseVertex * cmd) argument
19253 struct marshal_cmd_DrawElementsBaseVertex *cmd; local in function:_mesa_marshal_DrawElementsBaseVertex
19292 _mesa_unmarshal_DrawRangeElementsBaseVertex(struct gl_context * ctx,const struct marshal_cmd_DrawRangeElementsBaseVertex * cmd) argument
19308 struct marshal_cmd_DrawRangeElementsBaseVertex *cmd; local in function:_mesa_marshal_DrawRangeElementsBaseVertex
19359 _mesa_unmarshal_DrawElementsInstancedBaseVertex(struct gl_context * ctx,const struct marshal_cmd_DrawElementsInstancedBaseVertex * cmd) argument
19374 struct marshal_cmd_DrawElementsInstancedBaseVertex *cmd; local in function:_mesa_marshal_DrawElementsInstancedBaseVertex
19430 _mesa_unmarshal_DeleteSync(struct gl_context * ctx,const struct marshal_cmd_DeleteSync * cmd) argument
19440 struct marshal_cmd_DeleteSync *cmd; local in function:_mesa_marshal_DeleteSync
19475 _mesa_unmarshal_WaitSync(struct gl_context * ctx,const struct marshal_cmd_WaitSync * cmd) argument
19487 struct marshal_cmd_WaitSync *cmd; local in function:_mesa_marshal_WaitSync
19538 _mesa_unmarshal_TexImage2DMultisample(struct gl_context * ctx,const struct marshal_cmd_TexImage2DMultisample * cmd) argument
19553 struct marshal_cmd_TexImage2DMultisample *cmd; local in function:_mesa_marshal_TexImage2DMultisample
19586 _mesa_unmarshal_TexImage3DMultisample(struct gl_context * ctx,const struct marshal_cmd_TexImage3DMultisample * cmd) argument
19602 struct marshal_cmd_TexImage3DMultisample *cmd; local in function:_mesa_marshal_TexImage3DMultisample
19642 _mesa_unmarshal_SampleMaski(struct gl_context * ctx,const struct marshal_cmd_SampleMaski * cmd) argument
19653 struct marshal_cmd_SampleMaski *cmd; local in function:_mesa_marshal_SampleMaski
19677 _mesa_unmarshal_BlendEquationiARB(struct gl_context * ctx,const struct marshal_cmd_BlendEquationiARB * cmd) argument
19688 struct marshal_cmd_BlendEquationiARB *cmd; local in function:_mesa_marshal_BlendEquationiARB
19713 _mesa_unmarshal_BlendEquationSeparateiARB(struct gl_context * ctx,const struct marshal_cmd_BlendEquationSeparateiARB * cmd) argument
19725 struct marshal_cmd_BlendEquationSeparateiARB *cmd; local in function:_mesa_marshal_BlendEquationSeparateiARB
19751 _mesa_unmarshal_BlendFunciARB(struct gl_context * ctx,const struct marshal_cmd_BlendFunciARB * cmd) argument
19763 struct marshal_cmd_BlendFunciARB *cmd; local in function:_mesa_marshal_BlendFunciARB
19791 _mesa_unmarshal_BlendFuncSeparateiARB(struct gl_context * ctx,const struct marshal_cmd_BlendFuncSeparateiARB * cmd) argument
19805 struct marshal_cmd_BlendFuncSeparateiARB *cmd; local in function:_mesa_marshal_BlendFuncSeparateiARB
19831 _mesa_unmarshal_MinSampleShading(struct gl_context * ctx,const struct marshal_cmd_MinSampleShading * cmd) argument
19841 struct marshal_cmd_MinSampleShading *cmd; local in function:_mesa_marshal_MinSampleShading
19919 _mesa_unmarshal_BindSampler(struct gl_context * ctx,const struct marshal_cmd_BindSampler * cmd) argument
19930 struct marshal_cmd_BindSampler *cmd; local in function:_mesa_marshal_BindSampler
19955 _mesa_unmarshal_SamplerParameteri(struct gl_context * ctx,const struct marshal_cmd_SamplerParameteri * cmd) argument
19967 struct marshal_cmd_SamplerParameteri *cmd; local in function:_mesa_marshal_SamplerParameteri
19993 _mesa_unmarshal_SamplerParameterf(struct gl_context * ctx,const struct marshal_cmd_SamplerParameterf * cmd) argument
20005 struct marshal_cmd_SamplerParameterf *cmd; local in function:_mesa_marshal_SamplerParameterf
20140 _mesa_unmarshal_QueryCounter(struct gl_context * ctx,const struct marshal_cmd_QueryCounter * cmd) argument
20151 struct marshal_cmd_QueryCounter *cmd; local in function:_mesa_marshal_QueryCounter
20175 _mesa_unmarshal_VertexP2ui(struct gl_context * ctx,const struct marshal_cmd_VertexP2ui * cmd) argument
20186 struct marshal_cmd_VertexP2ui *cmd; local in function:_mesa_marshal_VertexP2ui
20210 _mesa_unmarshal_VertexP3ui(struct gl_context * ctx,const struct marshal_cmd_VertexP3ui * cmd) argument
20221 struct marshal_cmd_VertexP3ui *cmd; local in function:_mesa_marshal_VertexP3ui
20245 _mesa_unmarshal_VertexP4ui(struct gl_context * ctx,const struct marshal_cmd_VertexP4ui * cmd) argument
20256 struct marshal_cmd_VertexP4ui *cmd; local in function:_mesa_marshal_VertexP4ui
20313 _mesa_unmarshal_TexCoordP1ui(struct gl_context * ctx,const struct marshal_cmd_TexCoordP1ui * cmd) argument
20324 struct marshal_cmd_TexCoordP1ui *cmd; local in function:_mesa_marshal_TexCoordP1ui
20348 _mesa_unmarshal_TexCoordP2ui(struct gl_context * ctx,const struct marshal_cmd_TexCoordP2ui * cmd) argument
20359 struct marshal_cmd_TexCoordP2ui *cmd; local in function:_mesa_marshal_TexCoordP2ui
20383 _mesa_unmarshal_TexCoordP3ui(struct gl_context * ctx,const struct marshal_cmd_TexCoordP3ui * cmd) argument
20394 struct marshal_cmd_TexCoordP3ui *cmd; local in function:_mesa_marshal_TexCoordP3ui
20418 _mesa_unmarshal_TexCoordP4ui(struct gl_context * ctx,const struct marshal_cmd_TexCoordP4ui * cmd) argument
20429 struct marshal_cmd_TexCoordP4ui *cmd; local in function:_mesa_marshal_TexCoordP4ui
20498 _mesa_unmarshal_MultiTexCoordP1ui(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoordP1ui * cmd) argument
20510 struct marshal_cmd_MultiTexCoordP1ui *cmd; local in function:_mesa_marshal_MultiTexCoordP1ui
20536 _mesa_unmarshal_MultiTexCoordP2ui(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoordP2ui * cmd) argument
20548 struct marshal_cmd_MultiTexCoordP2ui *cmd; local in function:_mesa_marshal_MultiTexCoordP2ui
20574 _mesa_unmarshal_MultiTexCoordP3ui(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoordP3ui * cmd) argument
20586 struct marshal_cmd_MultiTexCoordP3ui *cmd; local in function:_mesa_marshal_MultiTexCoordP3ui
20612 _mesa_unmarshal_MultiTexCoordP4ui(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoordP4ui * cmd) argument
20624 struct marshal_cmd_MultiTexCoordP4ui *cmd; local in function:_mesa_marshal_MultiTexCoordP4ui
20693 _mesa_unmarshal_NormalP3ui(struct gl_context * ctx,const struct marshal_cmd_NormalP3ui * cmd) argument
20704 struct marshal_cmd_NormalP3ui *cmd; local in function:_mesa_marshal_NormalP3ui
20739 _mesa_unmarshal_ColorP3ui(struct gl_context * ctx,const struct marshal_cmd_ColorP3ui * cmd) argument
20750 struct marshal_cmd_ColorP3ui *cmd; local in function:_mesa_marshal_ColorP3ui
20774 _mesa_unmarshal_ColorP4ui(struct gl_context * ctx,const struct marshal_cmd_ColorP4ui * cmd) argument
20785 struct marshal_cmd_ColorP4ui *cmd; local in function:_mesa_marshal_ColorP4ui
20831 _mesa_unmarshal_SecondaryColorP3ui(struct gl_context * ctx,const struct marshal_cmd_SecondaryColorP3ui * cmd) argument
20842 struct marshal_cmd_SecondaryColorP3ui *cmd; local in function:_mesa_marshal_SecondaryColorP3ui
20879 _mesa_unmarshal_VertexAttribP1ui(struct gl_context * ctx,const struct marshal_cmd_VertexAttribP1ui * cmd) argument
20892 struct marshal_cmd_VertexAttribP1ui *cmd; local in function:_mesa_marshal_VertexAttribP1ui
20920 _mesa_unmarshal_VertexAttribP2ui(struct gl_context * ctx,const struct marshal_cmd_VertexAttribP2ui * cmd) argument
20933 struct marshal_cmd_VertexAttribP2ui *cmd; local in function:_mesa_marshal_VertexAttribP2ui
20961 _mesa_unmarshal_VertexAttribP3ui(struct gl_context * ctx,const struct marshal_cmd_VertexAttribP3ui * cmd) argument
20974 struct marshal_cmd_VertexAttribP3ui *cmd; local in function:_mesa_marshal_VertexAttribP3ui
21002 _mesa_unmarshal_VertexAttribP4ui(struct gl_context * ctx,const struct marshal_cmd_VertexAttribP4ui * cmd) argument
21015 struct marshal_cmd_VertexAttribP4ui *cmd; local in function:_mesa_marshal_VertexAttribP4ui
21173 _mesa_unmarshal_PatchParameteri(struct gl_context * ctx,const struct marshal_cmd_PatchParameteri * cmd) argument
21184 struct marshal_cmd_PatchParameteri *cmd; local in function:_mesa_marshal_PatchParameteri
21263 _mesa_unmarshal_Uniform1d(struct gl_context * ctx,const struct marshal_cmd_Uniform1d * cmd) argument
21274 struct marshal_cmd_Uniform1d *cmd; local in function:_mesa_marshal_Uniform1d
21299 _mesa_unmarshal_Uniform2d(struct gl_context * ctx,const struct marshal_cmd_Uniform2d * cmd) argument
21311 struct marshal_cmd_Uniform2d *cmd; local in function:_mesa_marshal_Uniform2d
21338 _mesa_unmarshal_Uniform3d(struct gl_context * ctx,const struct marshal_cmd_Uniform3d * cmd) argument
21351 struct marshal_cmd_Uniform3d *cmd; local in function:_mesa_marshal_Uniform3d
21380 _mesa_unmarshal_Uniform4d(struct gl_context * ctx,const struct marshal_cmd_Uniform4d * cmd) argument
21394 struct marshal_cmd_Uniform4d *cmd; local in function:_mesa_marshal_Uniform4d
21422 _mesa_unmarshal_Uniform1dv(struct gl_context * ctx,const struct marshal_cmd_Uniform1dv * cmd) argument
21437 struct marshal_cmd_Uniform1dv *cmd; local in function:_mesa_marshal_Uniform1dv
21469 _mesa_unmarshal_Uniform2dv(struct gl_context * ctx,const struct marshal_cmd_Uniform2dv * cmd) argument
21484 struct marshal_cmd_Uniform2dv *cmd; local in function:_mesa_marshal_Uniform2dv
21516 _mesa_unmarshal_Uniform3dv(struct gl_context * ctx,const struct marshal_cmd_Uniform3dv * cmd) argument
21531 struct marshal_cmd_Uniform3dv *cmd; local in function:_mesa_marshal_Uniform3dv
21563 _mesa_unmarshal_Uniform4dv(struct gl_context * ctx,const struct marshal_cmd_Uniform4dv * cmd) argument
21578 struct marshal_cmd_Uniform4dv *cmd; local in function:_mesa_marshal_Uniform4dv
21611 _mesa_unmarshal_UniformMatrix2dv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix2dv * cmd) argument
21627 struct marshal_cmd_UniformMatrix2dv *cmd; local in function:_mesa_marshal_UniformMatrix2dv
21661 _mesa_unmarshal_UniformMatrix3dv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix3dv * cmd) argument
21677 struct marshal_cmd_UniformMatrix3dv *cmd; local in function:_mesa_marshal_UniformMatrix3dv
21711 _mesa_unmarshal_UniformMatrix4dv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix4dv * cmd) argument
21727 struct marshal_cmd_UniformMatrix4dv *cmd; local in function:_mesa_marshal_UniformMatrix4dv
21761 _mesa_unmarshal_UniformMatrix2x3dv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix2x3dv * cmd) argument
21777 struct marshal_cmd_UniformMatrix2x3dv *cmd; local in function:_mesa_marshal_UniformMatrix2x3dv
21811 _mesa_unmarshal_UniformMatrix2x4dv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix2x4dv * cmd) argument
21827 struct marshal_cmd_UniformMatrix2x4dv *cmd; local in function:_mesa_marshal_UniformMatrix2x4dv
21861 _mesa_unmarshal_UniformMatrix3x2dv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix3x2dv * cmd) argument
21877 struct marshal_cmd_UniformMatrix3x2dv *cmd; local in function:_mesa_marshal_UniformMatrix3x2dv
21911 _mesa_unmarshal_UniformMatrix3x4dv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix3x4dv * cmd) argument
21927 struct marshal_cmd_UniformMatrix3x4dv *cmd; local in function:_mesa_marshal_UniformMatrix3x4dv
21961 _mesa_unmarshal_UniformMatrix4x2dv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix4x2dv * cmd) argument
21977 struct marshal_cmd_UniformMatrix4x2dv *cmd; local in function:_mesa_marshal_UniformMatrix4x2dv
22011 _mesa_unmarshal_UniformMatrix4x3dv(struct gl_context * ctx,const struct marshal_cmd_UniformMatrix4x3dv * cmd) argument
22027 struct marshal_cmd_UniformMatrix4x3dv *cmd; local in function:_mesa_marshal_UniformMatrix4x3dv
22071 _mesa_unmarshal_DrawTransformFeedbackStream(struct gl_context * ctx,const struct marshal_cmd_DrawTransformFeedbackStream * cmd) argument
22083 struct marshal_cmd_DrawTransformFeedbackStream *cmd; local in function:_mesa_marshal_DrawTransformFeedbackStream
22109 _mesa_unmarshal_BeginQueryIndexed(struct gl_context * ctx,const struct marshal_cmd_BeginQueryIndexed * cmd) argument
22121 struct marshal_cmd_BeginQueryIndexed *cmd; local in function:_mesa_marshal_BeginQueryIndexed
22146 _mesa_unmarshal_EndQueryIndexed(struct gl_context * ctx,const struct marshal_cmd_EndQueryIndexed * cmd) argument
22157 struct marshal_cmd_EndQueryIndexed *cmd; local in function:_mesa_marshal_EndQueryIndexed
22193 _mesa_unmarshal_UseProgramStages(struct gl_context * ctx,const struct marshal_cmd_UseProgramStages * cmd) argument
22205 struct marshal_cmd_UseProgramStages *cmd; local in function:_mesa_marshal_UseProgramStages
22230 _mesa_unmarshal_ActiveShaderProgram(struct gl_context * ctx,const struct marshal_cmd_ActiveShaderProgram * cmd) argument
22241 struct marshal_cmd_ActiveShaderProgram *cmd; local in function:_mesa_marshal_ActiveShaderProgram
22275 _mesa_unmarshal_BindProgramPipeline(struct gl_context * ctx,const struct marshal_cmd_BindProgramPipeline * cmd) argument
22285 struct marshal_cmd_BindProgramPipeline *cmd; local in function:_mesa_marshal_BindProgramPipeline
22353 _mesa_unmarshal_ProgramUniform1i(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform1i * cmd) argument
22365 struct marshal_cmd_ProgramUniform1i *cmd; local in function:_mesa_marshal_ProgramUniform1i
22392 _mesa_unmarshal_ProgramUniform2i(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform2i * cmd) argument
22405 struct marshal_cmd_ProgramUniform2i *cmd; local in function:_mesa_marshal_ProgramUniform2i
22434 _mesa_unmarshal_ProgramUniform3i(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform3i * cmd) argument
22448 struct marshal_cmd_ProgramUniform3i *cmd; local in function:_mesa_marshal_ProgramUniform3i
22479 _mesa_unmarshal_ProgramUniform4i(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform4i * cmd) argument
22494 struct marshal_cmd_ProgramUniform4i *cmd; local in function:_mesa_marshal_ProgramUniform4i
22523 _mesa_unmarshal_ProgramUniform1ui(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform1ui * cmd) argument
22535 struct marshal_cmd_ProgramUniform1ui *cmd; local in function:_mesa_marshal_ProgramUniform1ui
22562 _mesa_unmarshal_ProgramUniform2ui(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform2ui * cmd) argument
22575 struct marshal_cmd_ProgramUniform2ui *cmd; local in function:_mesa_marshal_ProgramUniform2ui
22604 _mesa_unmarshal_ProgramUniform3ui(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform3ui * cmd) argument
22618 struct marshal_cmd_ProgramUniform3ui *cmd; local in function:_mesa_marshal_ProgramUniform3ui
22649 _mesa_unmarshal_ProgramUniform4ui(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform4ui * cmd) argument
22664 struct marshal_cmd_ProgramUniform4ui *cmd; local in function:_mesa_marshal_ProgramUniform4ui
22693 _mesa_unmarshal_ProgramUniform1f(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform1f * cmd) argument
22705 struct marshal_cmd_ProgramUniform1f *cmd; local in function:_mesa_marshal_ProgramUniform1f
22732 _mesa_unmarshal_ProgramUniform2f(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform2f * cmd) argument
22745 struct marshal_cmd_ProgramUniform2f *cmd; local in function:_mesa_marshal_ProgramUniform2f
22774 _mesa_unmarshal_ProgramUniform3f(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform3f * cmd) argument
22788 struct marshal_cmd_ProgramUniform3f *cmd; local in function:_mesa_marshal_ProgramUniform3f
22819 _mesa_unmarshal_ProgramUniform4f(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform4f * cmd) argument
22834 struct marshal_cmd_ProgramUniform4f *cmd; local in function:_mesa_marshal_ProgramUniform4f
22864 _mesa_unmarshal_ProgramUniform1iv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform1iv * cmd) argument
22880 struct marshal_cmd_ProgramUniform1iv *cmd; local in function:_mesa_marshal_ProgramUniform1iv
22914 _mesa_unmarshal_ProgramUniform2iv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform2iv * cmd) argument
22930 struct marshal_cmd_ProgramUniform2iv *cmd; local in function:_mesa_marshal_ProgramUniform2iv
22964 _mesa_unmarshal_ProgramUniform3iv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform3iv * cmd) argument
22980 struct marshal_cmd_ProgramUniform3iv *cmd; local in function:_mesa_marshal_ProgramUniform3iv
23014 _mesa_unmarshal_ProgramUniform4iv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform4iv * cmd) argument
23030 struct marshal_cmd_ProgramUniform4iv *cmd; local in function:_mesa_marshal_ProgramUniform4iv
23064 _mesa_unmarshal_ProgramUniform1uiv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform1uiv * cmd) argument
23080 struct marshal_cmd_ProgramUniform1uiv *cmd; local in function:_mesa_marshal_ProgramUniform1uiv
23114 _mesa_unmarshal_ProgramUniform2uiv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform2uiv * cmd) argument
23130 struct marshal_cmd_ProgramUniform2uiv *cmd; local in function:_mesa_marshal_ProgramUniform2uiv
23164 _mesa_unmarshal_ProgramUniform3uiv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform3uiv * cmd) argument
23180 struct marshal_cmd_ProgramUniform3uiv *cmd; local in function:_mesa_marshal_ProgramUniform3uiv
23214 _mesa_unmarshal_ProgramUniform4uiv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform4uiv * cmd) argument
23230 struct marshal_cmd_ProgramUniform4uiv *cmd; local in function:_mesa_marshal_ProgramUniform4uiv
23264 _mesa_unmarshal_ProgramUniform1fv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform1fv * cmd) argument
23280 struct marshal_cmd_ProgramUniform1fv *cmd; local in function:_mesa_marshal_ProgramUniform1fv
23314 _mesa_unmarshal_ProgramUniform2fv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform2fv * cmd) argument
23330 struct marshal_cmd_ProgramUniform2fv *cmd; local in function:_mesa_marshal_ProgramUniform2fv
23364 _mesa_unmarshal_ProgramUniform3fv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform3fv * cmd) argument
23380 struct marshal_cmd_ProgramUniform3fv *cmd; local in function:_mesa_marshal_ProgramUniform3fv
23414 _mesa_unmarshal_ProgramUniform4fv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform4fv * cmd) argument
23430 struct marshal_cmd_ProgramUniform4fv *cmd; local in function:_mesa_marshal_ProgramUniform4fv
23465 _mesa_unmarshal_ProgramUniformMatrix2fv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix2fv * cmd) argument
23482 struct marshal_cmd_ProgramUniformMatrix2fv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix2fv
23518 _mesa_unmarshal_ProgramUniformMatrix3fv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix3fv * cmd) argument
23535 struct marshal_cmd_ProgramUniformMatrix3fv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix3fv
23571 _mesa_unmarshal_ProgramUniformMatrix4fv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix4fv * cmd) argument
23588 struct marshal_cmd_ProgramUniformMatrix4fv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix4fv
23624 _mesa_unmarshal_ProgramUniformMatrix2x3fv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix2x3fv * cmd) argument
23641 struct marshal_cmd_ProgramUniformMatrix2x3fv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix2x3fv
23677 _mesa_unmarshal_ProgramUniformMatrix3x2fv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix3x2fv * cmd) argument
23694 struct marshal_cmd_ProgramUniformMatrix3x2fv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix3x2fv
23730 _mesa_unmarshal_ProgramUniformMatrix2x4fv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix2x4fv * cmd) argument
23747 struct marshal_cmd_ProgramUniformMatrix2x4fv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix2x4fv
23783 _mesa_unmarshal_ProgramUniformMatrix4x2fv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix4x2fv * cmd) argument
23800 struct marshal_cmd_ProgramUniformMatrix4x2fv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix4x2fv
23836 _mesa_unmarshal_ProgramUniformMatrix3x4fv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix3x4fv * cmd) argument
23853 struct marshal_cmd_ProgramUniformMatrix3x4fv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix3x4fv
23889 _mesa_unmarshal_ProgramUniformMatrix4x3fv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix4x3fv * cmd) argument
23906 struct marshal_cmd_ProgramUniformMatrix4x3fv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix4x3fv
23938 _mesa_unmarshal_ValidateProgramPipeline(struct gl_context * ctx,const struct marshal_cmd_ValidateProgramPipeline * cmd) argument
23948 struct marshal_cmd_ValidateProgramPipeline *cmd; local in function:_mesa_marshal_ValidateProgramPipeline
23983 _mesa_unmarshal_ProgramUniform1d(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform1d * cmd) argument
23995 struct marshal_cmd_ProgramUniform1d *cmd; local in function:_mesa_marshal_ProgramUniform1d
24022 _mesa_unmarshal_ProgramUniform2d(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform2d * cmd) argument
24035 struct marshal_cmd_ProgramUniform2d *cmd; local in function:_mesa_marshal_ProgramUniform2d
24064 _mesa_unmarshal_ProgramUniform3d(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform3d * cmd) argument
24078 struct marshal_cmd_ProgramUniform3d *cmd; local in function:_mesa_marshal_ProgramUniform3d
24109 _mesa_unmarshal_ProgramUniform4d(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform4d * cmd) argument
24124 struct marshal_cmd_ProgramUniform4d *cmd; local in function:_mesa_marshal_ProgramUniform4d
24155 _mesa_unmarshal_ProgramUniformMatrix2x3dv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix2x3dv * cmd) argument
24172 struct marshal_cmd_ProgramUniformMatrix2x3dv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix2x3dv
24208 _mesa_unmarshal_ProgramUniformMatrix3x2dv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix3x2dv * cmd) argument
24225 struct marshal_cmd_ProgramUniformMatrix3x2dv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix3x2dv
24261 _mesa_unmarshal_ProgramUniformMatrix2x4dv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix2x4dv * cmd) argument
24278 struct marshal_cmd_ProgramUniformMatrix2x4dv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix2x4dv
24314 _mesa_unmarshal_ProgramUniformMatrix4x2dv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix4x2dv * cmd) argument
24331 struct marshal_cmd_ProgramUniformMatrix4x2dv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix4x2dv
24367 _mesa_unmarshal_ProgramUniformMatrix3x4dv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix3x4dv * cmd) argument
24384 struct marshal_cmd_ProgramUniformMatrix3x4dv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix3x4dv
24420 _mesa_unmarshal_ProgramUniformMatrix4x3dv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix4x3dv * cmd) argument
24437 struct marshal_cmd_ProgramUniformMatrix4x3dv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix4x3dv
24473 _mesa_unmarshal_ProgramUniformMatrix2dv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix2dv * cmd) argument
24490 struct marshal_cmd_ProgramUniformMatrix2dv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix2dv
24526 _mesa_unmarshal_ProgramUniformMatrix3dv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix3dv * cmd) argument
24543 struct marshal_cmd_ProgramUniformMatrix3dv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix3dv
24579 _mesa_unmarshal_ProgramUniformMatrix4dv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformMatrix4dv * cmd) argument
24596 struct marshal_cmd_ProgramUniformMatrix4dv *cmd; local in function:_mesa_marshal_ProgramUniformMatrix4dv
24631 _mesa_unmarshal_ProgramUniform1dv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform1dv * cmd) argument
24647 struct marshal_cmd_ProgramUniform1dv *cmd; local in function:_mesa_marshal_ProgramUniform1dv
24681 _mesa_unmarshal_ProgramUniform2dv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform2dv * cmd) argument
24697 struct marshal_cmd_ProgramUniform2dv *cmd; local in function:_mesa_marshal_ProgramUniform2dv
24731 _mesa_unmarshal_ProgramUniform3dv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform3dv * cmd) argument
24747 struct marshal_cmd_ProgramUniform3dv *cmd; local in function:_mesa_marshal_ProgramUniform3dv
24781 _mesa_unmarshal_ProgramUniform4dv(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform4dv * cmd) argument
24797 struct marshal_cmd_ProgramUniform4dv *cmd; local in function:_mesa_marshal_ProgramUniform4dv
24829 _mesa_unmarshal_VertexAttribL1d(struct gl_context * ctx,const struct marshal_cmd_VertexAttribL1d * cmd) argument
24840 struct marshal_cmd_VertexAttribL1d *cmd; local in function:_mesa_marshal_VertexAttribL1d
24865 _mesa_unmarshal_VertexAttribL2d(struct gl_context * ctx,const struct marshal_cmd_VertexAttribL2d * cmd) argument
24877 struct marshal_cmd_VertexAttribL2d *cmd; local in function:_mesa_marshal_VertexAttribL2d
24904 _mesa_unmarshal_VertexAttribL3d(struct gl_context * ctx,const struct marshal_cmd_VertexAttribL3d * cmd) argument
24917 struct marshal_cmd_VertexAttribL3d *cmd; local in function:_mesa_marshal_VertexAttribL3d
24946 _mesa_unmarshal_VertexAttribL4d(struct gl_context * ctx,const struct marshal_cmd_VertexAttribL4d * cmd) argument
24960 struct marshal_cmd_VertexAttribL4d *cmd; local in function:_mesa_marshal_VertexAttribL4d
25062 _mesa_unmarshal_ReleaseShaderCompiler(struct gl_context * ctx,const struct marshal_cmd_ReleaseShaderCompiler * cmd) argument
25071 struct marshal_cmd_ReleaseShaderCompiler *cmd; local in function:_mesa_marshal_ReleaseShaderCompiler
25105 _mesa_unmarshal_ClearDepthf(struct gl_context * ctx,const struct marshal_cmd_ClearDepthf * cmd) argument
25115 struct marshal_cmd_ClearDepthf *cmd; local in function:_mesa_marshal_ClearDepthf
25138 _mesa_unmarshal_DepthRangef(struct gl_context * ctx,const struct marshal_cmd_DepthRangef * cmd) argument
25149 struct marshal_cmd_DepthRangef *cmd; local in function:_mesa_marshal_DepthRangef
25196 _mesa_unmarshal_ProgramParameteri(struct gl_context * ctx,const struct marshal_cmd_ProgramParameteri * cmd) argument
25208 struct marshal_cmd_ProgramParameteri *cmd; local in function:_mesa_marshal_ProgramParameteri
25237 _mesa_unmarshal_DebugMessageControl(struct gl_context * ctx,const struct marshal_cmd_DebugMessageControl * cmd) argument
25255 struct marshal_cmd_DebugMessageControl *cmd; local in function:_mesa_marshal_DebugMessageControl
25545 _mesa_unmarshal_DrawArraysInstancedBaseInstance(struct gl_context * ctx,const struct marshal_cmd_DrawArraysInstancedBaseInstance * cmd) argument
25559 struct marshal_cmd_DrawArraysInstancedBaseInstance *cmd; local in function:_mesa_marshal_DrawArraysInstancedBaseInstance
25597 _mesa_unmarshal_DrawElementsInstancedBaseInstance(struct gl_context * ctx,const struct marshal_cmd_DrawElementsInstancedBaseInstance * cmd) argument
25612 struct marshal_cmd_DrawElementsInstancedBaseInstance *cmd; local in function:_mesa_marshal_DrawElementsInstancedBaseInstance
25652 _mesa_unmarshal_DrawElementsInstancedBaseVertexBaseInstance(struct gl_context * ctx,const struct marshal_cmd_DrawElementsInstancedBaseVertexBaseInstance * cmd) argument
25668 struct marshal_cmd_DrawElementsInstancedBaseVertexBaseInstance *cmd; local in function:_mesa_marshal_DrawElementsInstancedBaseVertexBaseInstance
25705 _mesa_unmarshal_DrawTransformFeedbackInstanced(struct gl_context * ctx,const struct marshal_cmd_DrawTransformFeedbackInstanced * cmd) argument
25717 struct marshal_cmd_DrawTransformFeedbackInstanced *cmd; local in function:_mesa_marshal_DrawTransformFeedbackInstanced
25744 _mesa_unmarshal_DrawTransformFeedbackStreamInstanced(struct gl_context * ctx,const struct marshal_cmd_DrawTransformFeedbackStreamInstanced * cmd) argument
25757 struct marshal_cmd_DrawTransformFeedbackStreamInstanced *cmd; local in function:_mesa_marshal_DrawTransformFeedbackStreamInstanced
25810 _mesa_unmarshal_BindImageTexture(struct gl_context * ctx,const struct marshal_cmd_BindImageTexture * cmd) argument
25826 struct marshal_cmd_BindImageTexture *cmd; local in function:_mesa_marshal_BindImageTexture
25854 _mesa_unmarshal_MemoryBarrier(struct gl_context * ctx,const struct marshal_cmd_MemoryBarrier * cmd) argument
25864 struct marshal_cmd_MemoryBarrier *cmd; local in function:_mesa_marshal_MemoryBarrier
25889 _mesa_unmarshal_TexStorage1D(struct gl_context * ctx,const struct marshal_cmd_TexStorage1D * cmd) argument
25902 struct marshal_cmd_TexStorage1D *cmd; local in function:_mesa_marshal_TexStorage1D
25931 _mesa_unmarshal_TexStorage2D(struct gl_context * ctx,const struct marshal_cmd_TexStorage2D * cmd) argument
25945 struct marshal_cmd_TexStorage2D *cmd; local in function:_mesa_marshal_TexStorage2D
25976 _mesa_unmarshal_TexStorage3D(struct gl_context * ctx,const struct marshal_cmd_TexStorage3D * cmd) argument
25991 struct marshal_cmd_TexStorage3D *cmd; local in function:_mesa_marshal_TexStorage3D
26022 _mesa_unmarshal_TextureStorage1DEXT(struct gl_context * ctx,const struct marshal_cmd_TextureStorage1DEXT * cmd) argument
26036 struct marshal_cmd_TextureStorage1DEXT *cmd; local in function:_mesa_marshal_TextureStorage1DEXT
26067 _mesa_unmarshal_TextureStorage2DEXT(struct gl_context * ctx,const struct marshal_cmd_TextureStorage2DEXT * cmd) argument
26082 struct marshal_cmd_TextureStorage2DEXT *cmd; local in function:_mesa_marshal_TextureStorage2DEXT
26115 _mesa_unmarshal_TextureStorage3DEXT(struct gl_context * ctx,const struct marshal_cmd_TextureStorage3DEXT * cmd) argument
26131 struct marshal_cmd_TextureStorage3DEXT *cmd; local in function:_mesa_marshal_TextureStorage3DEXT
26169 _mesa_unmarshal_PopDebugGroup(struct gl_context * ctx,const struct marshal_cmd_PopDebugGroup * cmd) argument
26178 struct marshal_cmd_PopDebugGroup *cmd; local in function:_mesa_marshal_PopDebugGroup
26269 _mesa_unmarshal_DispatchCompute(struct gl_context * ctx,const struct marshal_cmd_DispatchCompute * cmd) argument
26281 struct marshal_cmd_DispatchCompute *cmd; local in function:_mesa_marshal_DispatchCompute
26305 _mesa_unmarshal_DispatchComputeIndirect(struct gl_context * ctx,const struct marshal_cmd_DispatchComputeIndirect * cmd) argument
26315 struct marshal_cmd_DispatchComputeIndirect *cmd; local in function:_mesa_marshal_DispatchComputeIndirect
26351 _mesa_unmarshal_CopyImageSubData(struct gl_context * ctx,const struct marshal_cmd_CopyImageSubData * cmd) argument
26375 struct marshal_cmd_CopyImageSubData *cmd; local in function:_mesa_marshal_CopyImageSubData
26418 _mesa_unmarshal_TextureView(struct gl_context * ctx,const struct marshal_cmd_TextureView * cmd) argument
26435 struct marshal_cmd_TextureView *cmd; local in function:_mesa_marshal_TextureView
26467 _mesa_unmarshal_BindVertexBuffer(struct gl_context * ctx,const struct marshal_cmd_BindVertexBuffer * cmd) argument
26480 struct marshal_cmd_BindVertexBuffer *cmd; local in function:_mesa_marshal_BindVertexBuffer
26509 _mesa_unmarshal_VertexAttribFormat(struct gl_context * ctx,const struct marshal_cmd_VertexAttribFormat * cmd) argument
26523 struct marshal_cmd_VertexAttribFormat *cmd; local in function:_mesa_marshal_VertexAttribFormat
26552 _mesa_unmarshal_VertexAttribIFormat(struct gl_context * ctx,const struct marshal_cmd_VertexAttribIFormat * cmd) argument
26565 struct marshal_cmd_VertexAttribIFormat *cmd; local in function:_mesa_marshal_VertexAttribIFormat
26593 _mesa_unmarshal_VertexAttribLFormat(struct gl_context * ctx,const struct marshal_cmd_VertexAttribLFormat * cmd) argument
26606 struct marshal_cmd_VertexAttribLFormat *cmd; local in function:_mesa_marshal_VertexAttribLFormat
26632 _mesa_unmarshal_VertexAttribBinding(struct gl_context * ctx,const struct marshal_cmd_VertexAttribBinding * cmd) argument
26643 struct marshal_cmd_VertexAttribBinding *cmd; local in function:_mesa_marshal_VertexAttribBinding
26667 _mesa_unmarshal_VertexBindingDivisor(struct gl_context * ctx,const struct marshal_cmd_VertexBindingDivisor * cmd) argument
26678 struct marshal_cmd_VertexBindingDivisor *cmd; local in function:_mesa_marshal_VertexBindingDivisor
26703 _mesa_unmarshal_FramebufferParameteri(struct gl_context * ctx,const struct marshal_cmd_FramebufferParameteri * cmd) argument
26715 struct marshal_cmd_FramebufferParameteri *cmd; local in function:_mesa_marshal_FramebufferParameteri
26768 _mesa_unmarshal_InvalidateTexSubImage(struct gl_context * ctx,const struct marshal_cmd_InvalidateTexSubImage * cmd) argument
26785 struct marshal_cmd_InvalidateTexSubImage *cmd; local in function:_mesa_marshal_InvalidateTexSubImage
26815 _mesa_unmarshal_InvalidateTexImage(struct gl_context * ctx,const struct marshal_cmd_InvalidateTexImage * cmd) argument
26826 struct marshal_cmd_InvalidateTexImage *cmd; local in function:_mesa_marshal_InvalidateTexImage
26851 _mesa_unmarshal_InvalidateBufferSubData(struct gl_context * ctx,const struct marshal_cmd_InvalidateBufferSubData * cmd) argument
26863 struct marshal_cmd_InvalidateBufferSubData *cmd; local in function:_mesa_marshal_InvalidateBufferSubData
26887 _mesa_unmarshal_InvalidateBufferData(struct gl_context * ctx,const struct marshal_cmd_InvalidateBufferData * cmd) argument
26897 struct marshal_cmd_InvalidateBufferData *cmd; local in function:_mesa_marshal_InvalidateBufferData
26925 _mesa_unmarshal_InvalidateSubFramebuffer(struct gl_context * ctx,const struct marshal_cmd_InvalidateSubFramebuffer * cmd) argument
26944 struct marshal_cmd_InvalidateSubFramebuffer *cmd; local in function:_mesa_marshal_InvalidateSubFramebuffer
26980 _mesa_unmarshal_InvalidateFramebuffer(struct gl_context * ctx,const struct marshal_cmd_InvalidateFramebuffer * cmd) argument
26995 struct marshal_cmd_InvalidateFramebuffer *cmd; local in function:_mesa_marshal_InvalidateFramebuffer
27093 _mesa_unmarshal_ShaderStorageBlockBinding(struct gl_context * ctx,const struct marshal_cmd_ShaderStorageBlockBinding * cmd) argument
27105 struct marshal_cmd_ShaderStorageBlockBinding *cmd; local in function:_mesa_marshal_ShaderStorageBlockBinding
27133 _mesa_unmarshal_TexBufferRange(struct gl_context * ctx,const struct marshal_cmd_TexBufferRange * cmd) argument
27147 struct marshal_cmd_TexBufferRange *cmd; local in function:_mesa_marshal_TexBufferRange
27178 _mesa_unmarshal_TexStorage2DMultisample(struct gl_context * ctx,const struct marshal_cmd_TexStorage2DMultisample * cmd) argument
27193 struct marshal_cmd_TexStorage2DMultisample *cmd; local in function:_mesa_marshal_TexStorage2DMultisample
27226 _mesa_unmarshal_TexStorage3DMultisample(struct gl_context * ctx,const struct marshal_cmd_TexStorage3DMultisample * cmd) argument
27242 struct marshal_cmd_TexStorage3DMultisample *cmd; local in function:_mesa_marshal_TexStorage3DMultisample
27391 _mesa_unmarshal_MakeTextureHandleResidentARB(struct gl_context * ctx,const struct marshal_cmd_MakeTextureHandleResidentARB * cmd) argument
27401 struct marshal_cmd_MakeTextureHandleResidentARB *cmd; local in function:_mesa_marshal_MakeTextureHandleResidentARB
27423 _mesa_unmarshal_MakeTextureHandleNonResidentARB(struct gl_context * ctx,const struct marshal_cmd_MakeTextureHandleNonResidentARB * cmd) argument
27433 struct marshal_cmd_MakeTextureHandleNonResidentARB *cmd; local in function:_mesa_marshal_MakeTextureHandleNonResidentARB
27467 _mesa_unmarshal_MakeImageHandleResidentARB(struct gl_context * ctx,const struct marshal_cmd_MakeImageHandleResidentARB * cmd) argument
27478 struct marshal_cmd_MakeImageHandleResidentARB *cmd; local in function:_mesa_marshal_MakeImageHandleResidentARB
27501 _mesa_unmarshal_MakeImageHandleNonResidentARB(struct gl_context * ctx,const struct marshal_cmd_MakeImageHandleNonResidentARB * cmd) argument
27511 struct marshal_cmd_MakeImageHandleNonResidentARB *cmd; local in function:_mesa_marshal_MakeImageHandleNonResidentARB
27534 _mesa_unmarshal_UniformHandleui64ARB(struct gl_context * ctx,const struct marshal_cmd_UniformHandleui64ARB * cmd) argument
27545 struct marshal_cmd_UniformHandleui64ARB *cmd; local in function:_mesa_marshal_UniformHandleui64ARB
27581 _mesa_unmarshal_ProgramUniformHandleui64ARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniformHandleui64ARB * cmd) argument
27593 struct marshal_cmd_ProgramUniformHandleui64ARB *cmd; local in function:_mesa_marshal_ProgramUniformHandleui64ARB
27651 _mesa_unmarshal_VertexAttribL1ui64ARB(struct gl_context * ctx,const struct marshal_cmd_VertexAttribL1ui64ARB * cmd) argument
27662 struct marshal_cmd_VertexAttribL1ui64ARB *cmd; local in function:_mesa_marshal_VertexAttribL1ui64ARB
27712 _mesa_unmarshal_DispatchComputeGroupSizeARB(struct gl_context * ctx,const struct marshal_cmd_DispatchComputeGroupSizeARB * cmd) argument
27727 struct marshal_cmd_DispatchComputeGroupSizeARB *cmd; local in function:_mesa_marshal_DispatchComputeGroupSizeARB
27758 _mesa_unmarshal_MultiDrawArraysIndirectCountARB(struct gl_context * ctx,const struct marshal_cmd_MultiDrawArraysIndirectCountARB * cmd) argument
27772 struct marshal_cmd_MultiDrawArraysIndirectCountARB *cmd; local in function:_mesa_marshal_MultiDrawArraysIndirectCountARB
27803 _mesa_unmarshal_MultiDrawElementsIndirectCountARB(struct gl_context * ctx,const struct marshal_cmd_MultiDrawElementsIndirectCountARB * cmd) argument
27818 struct marshal_cmd_MultiDrawElementsIndirectCountARB *cmd; local in function:_mesa_marshal_MultiDrawElementsIndirectCountARB
27846 _mesa_unmarshal_ClipControl(struct gl_context * ctx,const struct marshal_cmd_ClipControl * cmd) argument
27857 struct marshal_cmd_ClipControl *cmd; local in function:_mesa_marshal_ClipControl
27893 _mesa_unmarshal_TransformFeedbackBufferBase(struct gl_context * ctx,const struct marshal_cmd_TransformFeedbackBufferBase * cmd) argument
27905 struct marshal_cmd_TransformFeedbackBufferBase *cmd; local in function:_mesa_marshal_TransformFeedbackBufferBase
27933 _mesa_unmarshal_TransformFeedbackBufferRange(struct gl_context * ctx,const struct marshal_cmd_TransformFeedbackBufferRange * cmd) argument
27947 struct marshal_cmd_TransformFeedbackBufferRange *cmd; local in function:_mesa_marshal_TransformFeedbackBufferRange
28032 _mesa_unmarshal_CopyNamedBufferSubData(struct gl_context * ctx,const struct marshal_cmd_CopyNamedBufferSubData * cmd) argument
28046 struct marshal_cmd_CopyNamedBufferSubData *cmd; local in function:_mesa_marshal_CopyNamedBufferSubData
28129 _mesa_unmarshal_FlushMappedNamedBufferRange(struct gl_context * ctx,const struct marshal_cmd_FlushMappedNamedBufferRange * cmd) argument
28141 struct marshal_cmd_FlushMappedNamedBufferRange *cmd; local in function:_mesa_marshal_FlushMappedNamedBufferRange
28223 _mesa_unmarshal_NamedFramebufferRenderbuffer(struct gl_context * ctx,const struct marshal_cmd_NamedFramebufferRenderbuffer * cmd) argument
28236 struct marshal_cmd_NamedFramebufferRenderbuffer *cmd; local in function:_mesa_marshal_NamedFramebufferRenderbuffer
28263 _mesa_unmarshal_NamedFramebufferParameteri(struct gl_context * ctx,const struct marshal_cmd_NamedFramebufferParameteri * cmd) argument
28275 struct marshal_cmd_NamedFramebufferParameteri *cmd; local in function:_mesa_marshal_NamedFramebufferParameteri
28302 _mesa_unmarshal_NamedFramebufferTexture(struct gl_context * ctx,const struct marshal_cmd_NamedFramebufferTexture * cmd) argument
28315 struct marshal_cmd_NamedFramebufferTexture *cmd; local in function:_mesa_marshal_NamedFramebufferTexture
28344 _mesa_unmarshal_NamedFramebufferTextureLayer(struct gl_context * ctx,const struct marshal_cmd_NamedFramebufferTextureLayer * cmd) argument
28358 struct marshal_cmd_NamedFramebufferTextureLayer *cmd; local in function:_mesa_marshal_NamedFramebufferTextureLayer
28385 _mesa_unmarshal_NamedFramebufferDrawBuffer(struct gl_context * ctx,const struct marshal_cmd_NamedFramebufferDrawBuffer * cmd) argument
28396 struct marshal_cmd_NamedFramebufferDrawBuffer *cmd; local in function:_mesa_marshal_NamedFramebufferDrawBuffer
28431 _mesa_unmarshal_NamedFramebufferReadBuffer(struct gl_context * ctx,const struct marshal_cmd_NamedFramebufferReadBuffer * cmd) argument
28442 struct marshal_cmd_NamedFramebufferReadBuffer *cmd; local in function:_mesa_marshal_NamedFramebufferReadBuffer
28524 _mesa_unmarshal_ClearNamedFramebufferfi(struct gl_context * ctx,const struct marshal_cmd_ClearNamedFramebufferfi * cmd) argument
28538 struct marshal_cmd_ClearNamedFramebufferfi *cmd; local in function:_mesa_marshal_ClearNamedFramebufferfi
28575 _mesa_unmarshal_BlitNamedFramebuffer(struct gl_context * ctx,const struct marshal_cmd_BlitNamedFramebuffer * cmd) argument
28596 struct marshal_cmd_BlitNamedFramebuffer *cmd; local in function:_mesa_marshal_BlitNamedFramebuffer
28676 _mesa_unmarshal_NamedRenderbufferStorage(struct gl_context * ctx,const struct marshal_cmd_NamedRenderbufferStorage * cmd) argument
28689 struct marshal_cmd_NamedRenderbufferStorage *cmd; local in function:_mesa_marshal_NamedRenderbufferStorage
28718 _mesa_unmarshal_NamedRenderbufferStorageMultisample(struct gl_context * ctx,const struct marshal_cmd_NamedRenderbufferStorageMultisample * cmd) argument
28732 struct marshal_cmd_NamedRenderbufferStorageMultisample *cmd; local in function:_mesa_marshal_NamedRenderbufferStorageMultisample
28782 _mesa_unmarshal_TextureBuffer(struct gl_context * ctx,const struct marshal_cmd_TextureBuffer * cmd) argument
28794 struct marshal_cmd_TextureBuffer *cmd; local in function:_mesa_marshal_TextureBuffer
28822 _mesa_unmarshal_TextureBufferRange(struct gl_context * ctx,const struct marshal_cmd_TextureBufferRange * cmd) argument
28836 struct marshal_cmd_TextureBufferRange *cmd; local in function:_mesa_marshal_TextureBufferRange
28865 _mesa_unmarshal_TextureStorage1D(struct gl_context * ctx,const struct marshal_cmd_TextureStorage1D * cmd) argument
28878 struct marshal_cmd_TextureStorage1D *cmd; local in function:_mesa_marshal_TextureStorage1D
28907 _mesa_unmarshal_TextureStorage2D(struct gl_context * ctx,const struct marshal_cmd_TextureStorage2D * cmd) argument
28921 struct marshal_cmd_TextureStorage2D *cmd; local in function:_mesa_marshal_TextureStorage2D
28952 _mesa_unmarshal_TextureStorage3D(struct gl_context * ctx,const struct marshal_cmd_TextureStorage3D * cmd) argument
28967 struct marshal_cmd_TextureStorage3D *cmd; local in function:_mesa_marshal_TextureStorage3D
28999 _mesa_unmarshal_TextureStorage2DMultisample(struct gl_context * ctx,const struct marshal_cmd_TextureStorage2DMultisample * cmd) argument
29014 struct marshal_cmd_TextureStorage2DMultisample *cmd; local in function:_mesa_marshal_TextureStorage2DMultisample
29047 _mesa_unmarshal_TextureStorage3DMultisample(struct gl_context * ctx,const struct marshal_cmd_TextureStorage3DMultisample * cmd) argument
29063 struct marshal_cmd_TextureStorage3DMultisample *cmd; local in function:_mesa_marshal_TextureStorage3DMultisample
29162 _mesa_unmarshal_CopyTextureSubImage1D(struct gl_context * ctx,const struct marshal_cmd_CopyTextureSubImage1D * cmd) argument
29177 struct marshal_cmd_CopyTextureSubImage1D *cmd; local in function:_mesa_marshal_CopyTextureSubImage1D
29211 _mesa_unmarshal_CopyTextureSubImage2D(struct gl_context * ctx,const struct marshal_cmd_CopyTextureSubImage2D * cmd) argument
29228 struct marshal_cmd_CopyTextureSubImage2D *cmd; local in function:_mesa_marshal_CopyTextureSubImage2D
29265 _mesa_unmarshal_CopyTextureSubImage3D(struct gl_context * ctx,const struct marshal_cmd_CopyTextureSubImage3D * cmd) argument
29283 struct marshal_cmd_CopyTextureSubImage3D *cmd; local in function:_mesa_marshal_CopyTextureSubImage3D
29315 _mesa_unmarshal_TextureParameterf(struct gl_context * ctx,const struct marshal_cmd_TextureParameterf * cmd) argument
29327 struct marshal_cmd_TextureParameterf *cmd; local in function:_mesa_marshal_TextureParameterf
29364 _mesa_unmarshal_TextureParameteri(struct gl_context * ctx,const struct marshal_cmd_TextureParameteri * cmd) argument
29376 struct marshal_cmd_TextureParameteri *cmd; local in function:_mesa_marshal_TextureParameteri
29433 _mesa_unmarshal_GenerateTextureMipmap(struct gl_context * ctx,const struct marshal_cmd_GenerateTextureMipmap * cmd) argument
29443 struct marshal_cmd_GenerateTextureMipmap *cmd; local in function:_mesa_marshal_GenerateTextureMipmap
29466 _mesa_unmarshal_BindTextureUnit(struct gl_context * ctx,const struct marshal_cmd_BindTextureUnit * cmd) argument
29477 struct marshal_cmd_BindTextureUnit *cmd; local in function:_mesa_marshal_BindTextureUnit
29600 _mesa_unmarshal_DisableVertexArrayAttrib(struct gl_context * ctx,const struct marshal_cmd_DisableVertexArrayAttrib * cmd) argument
29611 struct marshal_cmd_DisableVertexArrayAttrib *cmd; local in function:_mesa_marshal_DisableVertexArrayAttrib
29635 _mesa_unmarshal_EnableVertexArrayAttrib(struct gl_context * ctx,const struct marshal_cmd_EnableVertexArrayAttrib * cmd) argument
29646 struct marshal_cmd_EnableVertexArrayAttrib *cmd; local in function:_mesa_marshal_EnableVertexArrayAttrib
29670 _mesa_unmarshal_VertexArrayElementBuffer(struct gl_context * ctx,const struct marshal_cmd_VertexArrayElementBuffer * cmd) argument
29681 struct marshal_cmd_VertexArrayElementBuffer *cmd; local in function:_mesa_marshal_VertexArrayElementBuffer
29708 _mesa_unmarshal_VertexArrayVertexBuffer(struct gl_context * ctx,const struct marshal_cmd_VertexArrayVertexBuffer * cmd) argument
29722 struct marshal_cmd_VertexArrayVertexBuffer *cmd; local in function:_mesa_marshal_VertexArrayVertexBuffer
29764 _mesa_unmarshal_VertexArrayAttribFormat(struct gl_context * ctx,const struct marshal_cmd_VertexArrayAttribFormat * cmd) argument
29779 struct marshal_cmd_VertexArrayAttribFormat *cmd; local in function:_mesa_marshal_VertexArrayAttribFormat
29810 _mesa_unmarshal_VertexArrayAttribIFormat(struct gl_context * ctx,const struct marshal_cmd_VertexArrayAttribIFormat * cmd) argument
29824 struct marshal_cmd_VertexArrayAttribIFormat *cmd; local in function:_mesa_marshal_VertexArrayAttribIFormat
29854 _mesa_unmarshal_VertexArrayAttribLFormat(struct gl_context * ctx,const struct marshal_cmd_VertexArrayAttribLFormat * cmd) argument
29868 struct marshal_cmd_VertexArrayAttribLFormat *cmd; local in function:_mesa_marshal_VertexArrayAttribLFormat
29896 _mesa_unmarshal_VertexArrayAttribBinding(struct gl_context * ctx,const struct marshal_cmd_VertexArrayAttribBinding * cmd) argument
29908 struct marshal_cmd_VertexArrayAttribBinding *cmd; local in function:_mesa_marshal_VertexArrayAttribBinding
29934 _mesa_unmarshal_VertexArrayBindingDivisor(struct gl_context * ctx,const struct marshal_cmd_VertexArrayBindingDivisor * cmd) argument
29946 struct marshal_cmd_VertexArrayBindingDivisor *cmd; local in function:_mesa_marshal_VertexArrayBindingDivisor
30039 _mesa_unmarshal_GetQueryBufferObjectiv(struct gl_context * ctx,const struct marshal_cmd_GetQueryBufferObjectiv * cmd) argument
30052 struct marshal_cmd_GetQueryBufferObjectiv *cmd; local in function:_mesa_marshal_GetQueryBufferObjectiv
30080 _mesa_unmarshal_GetQueryBufferObjectuiv(struct gl_context * ctx,const struct marshal_cmd_GetQueryBufferObjectuiv * cmd) argument
30093 struct marshal_cmd_GetQueryBufferObjectuiv *cmd; local in function:_mesa_marshal_GetQueryBufferObjectuiv
30121 _mesa_unmarshal_GetQueryBufferObjecti64v(struct gl_context * ctx,const struct marshal_cmd_GetQueryBufferObjecti64v * cmd) argument
30134 struct marshal_cmd_GetQueryBufferObjecti64v *cmd; local in function:_mesa_marshal_GetQueryBufferObjecti64v
30162 _mesa_unmarshal_GetQueryBufferObjectui64v(struct gl_context * ctx,const struct marshal_cmd_GetQueryBufferObjectui64v * cmd) argument
30175 struct marshal_cmd_GetQueryBufferObjectui64v *cmd; local in function:_mesa_marshal_GetQueryBufferObjectui64v
30221 _mesa_unmarshal_TextureBarrierNV(struct gl_context * ctx,const struct marshal_cmd_TextureBarrierNV * cmd) argument
30230 struct marshal_cmd_TextureBarrierNV *cmd; local in function:_mesa_marshal_TextureBarrierNV
30256 _mesa_unmarshal_BufferPageCommitmentARB(struct gl_context * ctx,const struct marshal_cmd_BufferPageCommitmentARB * cmd) argument
30269 struct marshal_cmd_BufferPageCommitmentARB *cmd; local in function:_mesa_marshal_BufferPageCommitmentARB
30297 _mesa_unmarshal_NamedBufferPageCommitmentARB(struct gl_context * ctx,const struct marshal_cmd_NamedBufferPageCommitmentARB * cmd) argument
30310 struct marshal_cmd_NamedBufferPageCommitmentARB *cmd; local in function:_mesa_marshal_NamedBufferPageCommitmentARB
30342 _mesa_unmarshal_PrimitiveBoundingBox(struct gl_context * ctx,const struct marshal_cmd_PrimitiveBoundingBox * cmd) argument
30359 struct marshal_cmd_PrimitiveBoundingBox *cmd; local in function:_mesa_marshal_PrimitiveBoundingBox
30387 _mesa_unmarshal_BlendBarrier(struct gl_context * ctx,const struct marshal_cmd_BlendBarrier * cmd) argument
30396 struct marshal_cmd_BlendBarrier *cmd; local in function:_mesa_marshal_BlendBarrier
30420 _mesa_unmarshal_Uniform1i64ARB(struct gl_context * ctx,const struct marshal_cmd_Uniform1i64ARB * cmd) argument
30431 struct marshal_cmd_Uniform1i64ARB *cmd; local in function:_mesa_marshal_Uniform1i64ARB
30456 _mesa_unmarshal_Uniform2i64ARB(struct gl_context * ctx,const struct marshal_cmd_Uniform2i64ARB * cmd) argument
30468 struct marshal_cmd_Uniform2i64ARB *cmd; local in function:_mesa_marshal_Uniform2i64ARB
30495 _mesa_unmarshal_Uniform3i64ARB(struct gl_context * ctx,const struct marshal_cmd_Uniform3i64ARB * cmd) argument
30508 struct marshal_cmd_Uniform3i64ARB *cmd; local in function:_mesa_marshal_Uniform3i64ARB
30537 _mesa_unmarshal_Uniform4i64ARB(struct gl_context * ctx,const struct marshal_cmd_Uniform4i64ARB * cmd) argument
30551 struct marshal_cmd_Uniform4i64ARB *cmd; local in function:_mesa_marshal_Uniform4i64ARB
30579 _mesa_unmarshal_Uniform1i64vARB(struct gl_context * ctx,const struct marshal_cmd_Uniform1i64vARB * cmd) argument
30594 struct marshal_cmd_Uniform1i64vARB *cmd; local in function:_mesa_marshal_Uniform1i64vARB
30626 _mesa_unmarshal_Uniform2i64vARB(struct gl_context * ctx,const struct marshal_cmd_Uniform2i64vARB * cmd) argument
30641 struct marshal_cmd_Uniform2i64vARB *cmd; local in function:_mesa_marshal_Uniform2i64vARB
30673 _mesa_unmarshal_Uniform3i64vARB(struct gl_context * ctx,const struct marshal_cmd_Uniform3i64vARB * cmd) argument
30688 struct marshal_cmd_Uniform3i64vARB *cmd; local in function:_mesa_marshal_Uniform3i64vARB
30720 _mesa_unmarshal_Uniform4i64vARB(struct gl_context * ctx,const struct marshal_cmd_Uniform4i64vARB * cmd) argument
30735 struct marshal_cmd_Uniform4i64vARB *cmd; local in function:_mesa_marshal_Uniform4i64vARB
30766 _mesa_unmarshal_Uniform1ui64ARB(struct gl_context * ctx,const struct marshal_cmd_Uniform1ui64ARB * cmd) argument
30777 struct marshal_cmd_Uniform1ui64ARB *cmd; local in function:_mesa_marshal_Uniform1ui64ARB
30802 _mesa_unmarshal_Uniform2ui64ARB(struct gl_context * ctx,const struct marshal_cmd_Uniform2ui64ARB * cmd) argument
30814 struct marshal_cmd_Uniform2ui64ARB *cmd; local in function:_mesa_marshal_Uniform2ui64ARB
30841 _mesa_unmarshal_Uniform3ui64ARB(struct gl_context * ctx,const struct marshal_cmd_Uniform3ui64ARB * cmd) argument
30854 struct marshal_cmd_Uniform3ui64ARB *cmd; local in function:_mesa_marshal_Uniform3ui64ARB
30883 _mesa_unmarshal_Uniform4ui64ARB(struct gl_context * ctx,const struct marshal_cmd_Uniform4ui64ARB * cmd) argument
30897 struct marshal_cmd_Uniform4ui64ARB *cmd; local in function:_mesa_marshal_Uniform4ui64ARB
30925 _mesa_unmarshal_Uniform1ui64vARB(struct gl_context * ctx,const struct marshal_cmd_Uniform1ui64vARB * cmd) argument
30940 struct marshal_cmd_Uniform1ui64vARB *cmd; local in function:_mesa_marshal_Uniform1ui64vARB
30972 _mesa_unmarshal_Uniform2ui64vARB(struct gl_context * ctx,const struct marshal_cmd_Uniform2ui64vARB * cmd) argument
30987 struct marshal_cmd_Uniform2ui64vARB *cmd; local in function:_mesa_marshal_Uniform2ui64vARB
31019 _mesa_unmarshal_Uniform3ui64vARB(struct gl_context * ctx,const struct marshal_cmd_Uniform3ui64vARB * cmd) argument
31034 struct marshal_cmd_Uniform3ui64vARB *cmd; local in function:_mesa_marshal_Uniform3ui64vARB
31066 _mesa_unmarshal_Uniform4ui64vARB(struct gl_context * ctx,const struct marshal_cmd_Uniform4ui64vARB * cmd) argument
31081 struct marshal_cmd_Uniform4ui64vARB *cmd; local in function:_mesa_marshal_Uniform4ui64vARB
31157 _mesa_unmarshal_ProgramUniform1i64ARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform1i64ARB * cmd) argument
31169 struct marshal_cmd_ProgramUniform1i64ARB *cmd; local in function:_mesa_marshal_ProgramUniform1i64ARB
31196 _mesa_unmarshal_ProgramUniform2i64ARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform2i64ARB * cmd) argument
31209 struct marshal_cmd_ProgramUniform2i64ARB *cmd; local in function:_mesa_marshal_ProgramUniform2i64ARB
31238 _mesa_unmarshal_ProgramUniform3i64ARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform3i64ARB * cmd) argument
31252 struct marshal_cmd_ProgramUniform3i64ARB *cmd; local in function:_mesa_marshal_ProgramUniform3i64ARB
31283 _mesa_unmarshal_ProgramUniform4i64ARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform4i64ARB * cmd) argument
31298 struct marshal_cmd_ProgramUniform4i64ARB *cmd; local in function:_mesa_marshal_ProgramUniform4i64ARB
31328 _mesa_unmarshal_ProgramUniform1i64vARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform1i64vARB * cmd) argument
31344 struct marshal_cmd_ProgramUniform1i64vARB *cmd; local in function:_mesa_marshal_ProgramUniform1i64vARB
31378 _mesa_unmarshal_ProgramUniform2i64vARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform2i64vARB * cmd) argument
31394 struct marshal_cmd_ProgramUniform2i64vARB *cmd; local in function:_mesa_marshal_ProgramUniform2i64vARB
31428 _mesa_unmarshal_ProgramUniform3i64vARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform3i64vARB * cmd) argument
31444 struct marshal_cmd_ProgramUniform3i64vARB *cmd; local in function:_mesa_marshal_ProgramUniform3i64vARB
31478 _mesa_unmarshal_ProgramUniform4i64vARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform4i64vARB * cmd) argument
31494 struct marshal_cmd_ProgramUniform4i64vARB *cmd; local in function:_mesa_marshal_ProgramUniform4i64vARB
31527 _mesa_unmarshal_ProgramUniform1ui64ARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform1ui64ARB * cmd) argument
31539 struct marshal_cmd_ProgramUniform1ui64ARB *cmd; local in function:_mesa_marshal_ProgramUniform1ui64ARB
31566 _mesa_unmarshal_ProgramUniform2ui64ARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform2ui64ARB * cmd) argument
31579 struct marshal_cmd_ProgramUniform2ui64ARB *cmd; local in function:_mesa_marshal_ProgramUniform2ui64ARB
31608 _mesa_unmarshal_ProgramUniform3ui64ARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform3ui64ARB * cmd) argument
31622 struct marshal_cmd_ProgramUniform3ui64ARB *cmd; local in function:_mesa_marshal_ProgramUniform3ui64ARB
31653 _mesa_unmarshal_ProgramUniform4ui64ARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform4ui64ARB * cmd) argument
31668 struct marshal_cmd_ProgramUniform4ui64ARB *cmd; local in function:_mesa_marshal_ProgramUniform4ui64ARB
31698 _mesa_unmarshal_ProgramUniform1ui64vARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform1ui64vARB * cmd) argument
31714 struct marshal_cmd_ProgramUniform1ui64vARB *cmd; local in function:_mesa_marshal_ProgramUniform1ui64vARB
31748 _mesa_unmarshal_ProgramUniform2ui64vARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform2ui64vARB * cmd) argument
31764 struct marshal_cmd_ProgramUniform2ui64vARB *cmd; local in function:_mesa_marshal_ProgramUniform2ui64vARB
31798 _mesa_unmarshal_ProgramUniform3ui64vARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform3ui64vARB * cmd) argument
31814 struct marshal_cmd_ProgramUniform3ui64vARB *cmd; local in function:_mesa_marshal_ProgramUniform3ui64vARB
31848 _mesa_unmarshal_ProgramUniform4ui64vARB(struct gl_context * ctx,const struct marshal_cmd_ProgramUniform4ui64vARB * cmd) argument
31864 struct marshal_cmd_ProgramUniform4ui64vARB *cmd; local in function:_mesa_marshal_ProgramUniform4ui64vARB
31895 _mesa_unmarshal_MaxShaderCompilerThreadsKHR(struct gl_context * ctx,const struct marshal_cmd_MaxShaderCompilerThreadsKHR * cmd) argument
31905 struct marshal_cmd_MaxShaderCompilerThreadsKHR *cmd; local in function:_mesa_marshal_MaxShaderCompilerThreadsKHR
31942 _mesa_unmarshal_ColorPointerEXT(struct gl_context * ctx,const struct marshal_cmd_ColorPointerEXT * cmd) argument
31956 struct marshal_cmd_ColorPointerEXT *cmd; local in function:_mesa_marshal_ColorPointerEXT
31991 _mesa_unmarshal_EdgeFlagPointerEXT(struct gl_context * ctx,const struct marshal_cmd_EdgeFlagPointerEXT * cmd) argument
32003 struct marshal_cmd_EdgeFlagPointerEXT *cmd; local in function:_mesa_marshal_EdgeFlagPointerEXT
32037 _mesa_unmarshal_IndexPointerEXT(struct gl_context * ctx,const struct marshal_cmd_IndexPointerEXT * cmd) argument
32050 struct marshal_cmd_IndexPointerEXT *cmd; local in function:_mesa_marshal_IndexPointerEXT
32085 _mesa_unmarshal_NormalPointerEXT(struct gl_context * ctx,const struct marshal_cmd_NormalPointerEXT * cmd) argument
32098 struct marshal_cmd_NormalPointerEXT *cmd; local in function:_mesa_marshal_NormalPointerEXT
32134 _mesa_unmarshal_TexCoordPointerEXT(struct gl_context * ctx,const struct marshal_cmd_TexCoordPointerEXT * cmd) argument
32148 struct marshal_cmd_TexCoordPointerEXT *cmd; local in function:_mesa_marshal_TexCoordPointerEXT
32185 _mesa_unmarshal_VertexPointerEXT(struct gl_context * ctx,const struct marshal_cmd_VertexPointerEXT * cmd) argument
32199 struct marshal_cmd_VertexPointerEXT *cmd; local in function:_mesa_marshal_VertexPointerEXT
32233 _mesa_unmarshal_LockArraysEXT(struct gl_context * ctx,const struct marshal_cmd_LockArraysEXT * cmd) argument
32244 struct marshal_cmd_LockArraysEXT *cmd; local in function:_mesa_marshal_LockArraysEXT
32266 _mesa_unmarshal_UnlockArraysEXT(struct gl_context * ctx,const struct marshal_cmd_UnlockArraysEXT * cmd) argument
32275 struct marshal_cmd_UnlockArraysEXT *cmd; local in function:_mesa_marshal_UnlockArraysEXT
32300 _mesa_unmarshal_ViewportArrayv(struct gl_context * ctx,const struct marshal_cmd_ViewportArrayv * cmd) argument
32315 struct marshal_cmd_ViewportArrayv *cmd; local in function:_mesa_marshal_ViewportArrayv
32349 _mesa_unmarshal_ViewportIndexedf(struct gl_context * ctx,const struct marshal_cmd_ViewportIndexedf * cmd) argument
32363 struct marshal_cmd_ViewportIndexedf *cmd; local in function:_mesa_marshal_ViewportIndexedf
32390 _mesa_unmarshal_ViewportIndexedfv(struct gl_context * ctx,const struct marshal_cmd_ViewportIndexedfv * cmd) argument
32401 struct marshal_cmd_ViewportIndexedfv *cmd; local in function:_mesa_marshal_ViewportIndexedfv
32426 _mesa_unmarshal_ScissorArrayv(struct gl_context * ctx,const struct marshal_cmd_ScissorArrayv * cmd) argument
32441 struct marshal_cmd_ScissorArrayv *cmd; local in function:_mesa_marshal_ScissorArrayv
32475 _mesa_unmarshal_ScissorIndexed(struct gl_context * ctx,const struct marshal_cmd_ScissorIndexed * cmd) argument
32489 struct marshal_cmd_ScissorIndexed *cmd; local in function:_mesa_marshal_ScissorIndexed
32516 _mesa_unmarshal_ScissorIndexedv(struct gl_context * ctx,const struct marshal_cmd_ScissorIndexedv * cmd) argument
32527 struct marshal_cmd_ScissorIndexedv *cmd; local in function:_mesa_marshal_ScissorIndexedv
32552 _mesa_unmarshal_DepthRangeArrayv(struct gl_context * ctx,const struct marshal_cmd_DepthRangeArrayv * cmd) argument
32567 struct marshal_cmd_DepthRangeArrayv *cmd; local in function:_mesa_marshal_DepthRangeArrayv
32599 _mesa_unmarshal_DepthRangeIndexed(struct gl_context * ctx,const struct marshal_cmd_DepthRangeIndexed * cmd) argument
32611 struct marshal_cmd_DepthRangeIndexed *cmd; local in function:_mesa_marshal_DepthRangeIndexed
32678 _mesa_unmarshal_EvaluateDepthValuesARB(struct gl_context * ctx,const struct marshal_cmd_EvaluateDepthValuesARB * cmd) argument
32687 struct marshal_cmd_EvaluateDepthValuesARB *cmd; local in function:_mesa_marshal_EvaluateDepthValuesARB
32713 _mesa_unmarshal_WindowPos4dMESA(struct gl_context * ctx,const struct marshal_cmd_WindowPos4dMESA * cmd) argument
32726 struct marshal_cmd_WindowPos4dMESA *cmd; local in function:_mesa_marshal_WindowPos4dMESA
32765 _mesa_unmarshal_WindowPos4fMESA(struct gl_context * ctx,const struct marshal_cmd_WindowPos4fMESA * cmd) argument
32778 struct marshal_cmd_WindowPos4fMESA *cmd; local in function:_mesa_marshal_WindowPos4fMESA
32817 _mesa_unmarshal_WindowPos4iMESA(struct gl_context * ctx,const struct marshal_cmd_WindowPos4iMESA * cmd) argument
32830 struct marshal_cmd_WindowPos4iMESA *cmd; local in function:_mesa_marshal_WindowPos4iMESA
32869 _mesa_unmarshal_WindowPos4sMESA(struct gl_context * ctx,const struct marshal_cmd_WindowPos4sMESA * cmd) argument
32882 struct marshal_cmd_WindowPos4sMESA *cmd; local in function:_mesa_marshal_WindowPos4sMESA
32941 _mesa_unmarshal_VertexAttrib1sNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib1sNV * cmd) argument
32952 struct marshal_cmd_VertexAttrib1sNV *cmd; local in function:_mesa_marshal_VertexAttrib1sNV
32976 _mesa_unmarshal_VertexAttrib1svNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib1svNV * cmd) argument
32987 struct marshal_cmd_VertexAttrib1svNV *cmd; local in function:_mesa_marshal_VertexAttrib1svNV
33012 _mesa_unmarshal_VertexAttrib2sNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib2sNV * cmd) argument
33024 struct marshal_cmd_VertexAttrib2sNV *cmd; local in function:_mesa_marshal_VertexAttrib2sNV
33049 _mesa_unmarshal_VertexAttrib2svNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib2svNV * cmd) argument
33060 struct marshal_cmd_VertexAttrib2svNV *cmd; local in function:_mesa_marshal_VertexAttrib2svNV
33086 _mesa_unmarshal_VertexAttrib3sNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib3sNV * cmd) argument
33099 struct marshal_cmd_VertexAttrib3sNV *cmd; local in function:_mesa_marshal_VertexAttrib3sNV
33125 _mesa_unmarshal_VertexAttrib3svNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib3svNV * cmd) argument
33136 struct marshal_cmd_VertexAttrib3svNV *cmd; local in function:_mesa_marshal_VertexAttrib3svNV
33163 _mesa_unmarshal_VertexAttrib4sNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4sNV * cmd) argument
33177 struct marshal_cmd_VertexAttrib4sNV *cmd; local in function:_mesa_marshal_VertexAttrib4sNV
33204 _mesa_unmarshal_VertexAttrib4svNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4svNV * cmd) argument
33215 struct marshal_cmd_VertexAttrib4svNV *cmd; local in function:_mesa_marshal_VertexAttrib4svNV
33239 _mesa_unmarshal_VertexAttrib1fNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib1fNV * cmd) argument
33250 struct marshal_cmd_VertexAttrib1fNV *cmd; local in function:_mesa_marshal_VertexAttrib1fNV
33274 _mesa_unmarshal_VertexAttrib1fvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib1fvNV * cmd) argument
33285 struct marshal_cmd_VertexAttrib1fvNV *cmd; local in function:_mesa_marshal_VertexAttrib1fvNV
33310 _mesa_unmarshal_VertexAttrib2fNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib2fNV * cmd) argument
33322 struct marshal_cmd_VertexAttrib2fNV *cmd; local in function:_mesa_marshal_VertexAttrib2fNV
33347 _mesa_unmarshal_VertexAttrib2fvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib2fvNV * cmd) argument
33358 struct marshal_cmd_VertexAttrib2fvNV *cmd; local in function:_mesa_marshal_VertexAttrib2fvNV
33384 _mesa_unmarshal_VertexAttrib3fNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib3fNV * cmd) argument
33397 struct marshal_cmd_VertexAttrib3fNV *cmd; local in function:_mesa_marshal_VertexAttrib3fNV
33423 _mesa_unmarshal_VertexAttrib3fvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib3fvNV * cmd) argument
33434 struct marshal_cmd_VertexAttrib3fvNV *cmd; local in function:_mesa_marshal_VertexAttrib3fvNV
33461 _mesa_unmarshal_VertexAttrib4fNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4fNV * cmd) argument
33475 struct marshal_cmd_VertexAttrib4fNV *cmd; local in function:_mesa_marshal_VertexAttrib4fNV
33502 _mesa_unmarshal_VertexAttrib4fvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4fvNV * cmd) argument
33513 struct marshal_cmd_VertexAttrib4fvNV *cmd; local in function:_mesa_marshal_VertexAttrib4fvNV
33537 _mesa_unmarshal_VertexAttrib1dNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib1dNV * cmd) argument
33548 struct marshal_cmd_VertexAttrib1dNV *cmd; local in function:_mesa_marshal_VertexAttrib1dNV
33572 _mesa_unmarshal_VertexAttrib1dvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib1dvNV * cmd) argument
33583 struct marshal_cmd_VertexAttrib1dvNV *cmd; local in function:_mesa_marshal_VertexAttrib1dvNV
33608 _mesa_unmarshal_VertexAttrib2dNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib2dNV * cmd) argument
33620 struct marshal_cmd_VertexAttrib2dNV *cmd; local in function:_mesa_marshal_VertexAttrib2dNV
33645 _mesa_unmarshal_VertexAttrib2dvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib2dvNV * cmd) argument
33656 struct marshal_cmd_VertexAttrib2dvNV *cmd; local in function:_mesa_marshal_VertexAttrib2dvNV
33682 _mesa_unmarshal_VertexAttrib3dNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib3dNV * cmd) argument
33695 struct marshal_cmd_VertexAttrib3dNV *cmd; local in function:_mesa_marshal_VertexAttrib3dNV
33721 _mesa_unmarshal_VertexAttrib3dvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib3dvNV * cmd) argument
33732 struct marshal_cmd_VertexAttrib3dvNV *cmd; local in function:_mesa_marshal_VertexAttrib3dvNV
33759 _mesa_unmarshal_VertexAttrib4dNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4dNV * cmd) argument
33773 struct marshal_cmd_VertexAttrib4dNV *cmd; local in function:_mesa_marshal_VertexAttrib4dNV
33800 _mesa_unmarshal_VertexAttrib4dvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4dvNV * cmd) argument
33811 struct marshal_cmd_VertexAttrib4dvNV *cmd; local in function:_mesa_marshal_VertexAttrib4dvNV
33838 _mesa_unmarshal_VertexAttrib4ubNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4ubNV * cmd) argument
33852 struct marshal_cmd_VertexAttrib4ubNV *cmd; local in function:_mesa_marshal_VertexAttrib4ubNV
33879 _mesa_unmarshal_VertexAttrib4ubvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttrib4ubvNV * cmd) argument
33890 struct marshal_cmd_VertexAttrib4ubvNV *cmd; local in function:_mesa_marshal_VertexAttrib4ubvNV
33915 _mesa_unmarshal_VertexAttribs1svNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttribs1svNV * cmd) argument
33930 struct marshal_cmd_VertexAttribs1svNV *cmd; local in function:_mesa_marshal_VertexAttribs1svNV
33962 _mesa_unmarshal_VertexAttribs2svNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttribs2svNV * cmd) argument
33977 struct marshal_cmd_VertexAttribs2svNV *cmd; local in function:_mesa_marshal_VertexAttribs2svNV
34009 _mesa_unmarshal_VertexAttribs3svNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttribs3svNV * cmd) argument
34024 struct marshal_cmd_VertexAttribs3svNV *cmd; local in function:_mesa_marshal_VertexAttribs3svNV
34056 _mesa_unmarshal_VertexAttribs4svNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttribs4svNV * cmd) argument
34071 struct marshal_cmd_VertexAttribs4svNV *cmd; local in function:_mesa_marshal_VertexAttribs4svNV
34103 _mesa_unmarshal_VertexAttribs1fvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttribs1fvNV * cmd) argument
34118 struct marshal_cmd_VertexAttribs1fvNV *cmd; local in function:_mesa_marshal_VertexAttribs1fvNV
34150 _mesa_unmarshal_VertexAttribs2fvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttribs2fvNV * cmd) argument
34165 struct marshal_cmd_VertexAttribs2fvNV *cmd; local in function:_mesa_marshal_VertexAttribs2fvNV
34197 _mesa_unmarshal_VertexAttribs3fvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttribs3fvNV * cmd) argument
34212 struct marshal_cmd_VertexAttribs3fvNV *cmd; local in function:_mesa_marshal_VertexAttribs3fvNV
34244 _mesa_unmarshal_VertexAttribs4fvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttribs4fvNV * cmd) argument
34259 struct marshal_cmd_VertexAttribs4fvNV *cmd; local in function:_mesa_marshal_VertexAttribs4fvNV
34291 _mesa_unmarshal_VertexAttribs1dvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttribs1dvNV * cmd) argument
34306 struct marshal_cmd_VertexAttribs1dvNV *cmd; local in function:_mesa_marshal_VertexAttribs1dvNV
34338 _mesa_unmarshal_VertexAttribs2dvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttribs2dvNV * cmd) argument
34353 struct marshal_cmd_VertexAttribs2dvNV *cmd; local in function:_mesa_marshal_VertexAttribs2dvNV
34385 _mesa_unmarshal_VertexAttribs3dvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttribs3dvNV * cmd) argument
34400 struct marshal_cmd_VertexAttribs3dvNV *cmd; local in function:_mesa_marshal_VertexAttribs3dvNV
34432 _mesa_unmarshal_VertexAttribs4dvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttribs4dvNV * cmd) argument
34447 struct marshal_cmd_VertexAttribs4dvNV *cmd; local in function:_mesa_marshal_VertexAttribs4dvNV
34479 _mesa_unmarshal_VertexAttribs4ubvNV(struct gl_context * ctx,const struct marshal_cmd_VertexAttribs4ubvNV * cmd) argument
34494 struct marshal_cmd_VertexAttribs4ubvNV *cmd; local in function:_mesa_marshal_VertexAttribs4ubvNV
34535 _mesa_unmarshal_BindFragmentShaderATI(struct gl_context * ctx,const struct marshal_cmd_BindFragmentShaderATI * cmd) argument
34545 struct marshal_cmd_BindFragmentShaderATI *cmd; local in function:_mesa_marshal_BindFragmentShaderATI
34567 _mesa_unmarshal_DeleteFragmentShaderATI(struct gl_context * ctx,const struct marshal_cmd_DeleteFragmentShaderATI * cmd) argument
34577 struct marshal_cmd_DeleteFragmentShaderATI *cmd; local in function:_mesa_marshal_DeleteFragmentShaderATI
34598 _mesa_unmarshal_BeginFragmentShaderATI(struct gl_context * ctx,const struct marshal_cmd_BeginFragmentShaderATI * cmd) argument
34607 struct marshal_cmd_BeginFragmentShaderATI *cmd; local in function:_mesa_marshal_BeginFragmentShaderATI
34629 _mesa_unmarshal_EndFragmentShaderATI(struct gl_context * ctx,const struct marshal_cmd_EndFragmentShaderATI * cmd) argument
34638 struct marshal_cmd_EndFragmentShaderATI *cmd; local in function:_mesa_marshal_EndFragmentShaderATI
34663 _mesa_unmarshal_PassTexCoordATI(struct gl_context * ctx,const struct marshal_cmd_PassTexCoordATI * cmd) argument
34675 struct marshal_cmd_PassTexCoordATI *cmd; local in function:_mesa_marshal_PassTexCoordATI
34701 _mesa_unmarshal_SampleMapATI(struct gl_context * ctx,const struct marshal_cmd_SampleMapATI * cmd) argument
34713 struct marshal_cmd_SampleMapATI *cmd; local in function:_mesa_marshal_SampleMapATI
34743 _mesa_unmarshal_ColorFragmentOp1ATI(struct gl_context * ctx,const struct marshal_cmd_ColorFragmentOp1ATI * cmd) argument
34759 struct marshal_cmd_ColorFragmentOp1ATI *cmd; local in function:_mesa_marshal_ColorFragmentOp1ATI
34796 _mesa_unmarshal_ColorFragmentOp2ATI(struct gl_context * ctx,const struct marshal_cmd_ColorFragmentOp2ATI * cmd) argument
34815 struct marshal_cmd_ColorFragmentOp2ATI *cmd; local in function:_mesa_marshal_ColorFragmentOp2ATI
34858 _mesa_unmarshal_ColorFragmentOp3ATI(struct gl_context * ctx,const struct marshal_cmd_ColorFragmentOp3ATI * cmd) argument
34880 struct marshal_cmd_ColorFragmentOp3ATI *cmd; local in function:_mesa_marshal_ColorFragmentOp3ATI
34919 _mesa_unmarshal_AlphaFragmentOp1ATI(struct gl_context * ctx,const struct marshal_cmd_AlphaFragmentOp1ATI * cmd) argument
34934 struct marshal_cmd_AlphaFragmentOp1ATI *cmd; local in function:_mesa_marshal_AlphaFragmentOp1ATI
34969 _mesa_unmarshal_AlphaFragmentOp2ATI(struct gl_context * ctx,const struct marshal_cmd_AlphaFragmentOp2ATI * cmd) argument
34987 struct marshal_cmd_AlphaFragmentOp2ATI *cmd; local in function:_mesa_marshal_AlphaFragmentOp2ATI
35028 _mesa_unmarshal_AlphaFragmentOp3ATI(struct gl_context * ctx,const struct marshal_cmd_AlphaFragmentOp3ATI * cmd) argument
35049 struct marshal_cmd_AlphaFragmentOp3ATI *cmd; local in function:_mesa_marshal_AlphaFragmentOp3ATI
35093 _mesa_unmarshal_ActiveStencilFaceEXT(struct gl_context * ctx,const struct marshal_cmd_ActiveStencilFaceEXT * cmd) argument
35103 struct marshal_cmd_ActiveStencilFaceEXT *cmd; local in function:_mesa_marshal_ActiveStencilFaceEXT
35159 _mesa_unmarshal_DepthBoundsEXT(struct gl_context * ctx,const struct marshal_cmd_DepthBoundsEXT * cmd) argument
35170 struct marshal_cmd_DepthBoundsEXT *cmd; local in function:_mesa_marshal_DepthBoundsEXT
35194 _mesa_unmarshal_BindRenderbufferEXT(struct gl_context * ctx,const struct marshal_cmd_BindRenderbufferEXT * cmd) argument
35205 struct marshal_cmd_BindRenderbufferEXT *cmd; local in function:_mesa_marshal_BindRenderbufferEXT
35229 _mesa_unmarshal_BindFramebufferEXT(struct gl_context * ctx,const struct marshal_cmd_BindFramebufferEXT * cmd) argument
35240 struct marshal_cmd_BindFramebufferEXT *cmd; local in function:_mesa_marshal_BindFramebufferEXT
35274 _mesa_unmarshal_ProvokingVertex(struct gl_context * ctx,const struct marshal_cmd_ProvokingVertex * cmd) argument
35284 struct marshal_cmd_ProvokingVertex *cmd; local in function:_mesa_marshal_ProvokingVertex
35310 _mesa_unmarshal_ColorMaski(struct gl_context * ctx,const struct marshal_cmd_ColorMaski * cmd) argument
35324 struct marshal_cmd_ColorMaski *cmd; local in function:_mesa_marshal_ColorMaski
35373 _mesa_unmarshal_Enablei(struct gl_context * ctx,const struct marshal_cmd_Enablei * cmd) argument
35384 struct marshal_cmd_Enablei *cmd; local in function:_mesa_marshal_Enablei
35408 _mesa_unmarshal_Disablei(struct gl_context * ctx,const struct marshal_cmd_Disablei * cmd) argument
35419 struct marshal_cmd_Disablei *cmd; local in function:_mesa_marshal_Disablei
35541 _mesa_unmarshal_BeginPerfMonitorAMD(struct gl_context * ctx,const struct marshal_cmd_BeginPerfMonitorAMD * cmd) argument
35551 struct marshal_cmd_BeginPerfMonitorAMD *cmd; local in function:_mesa_marshal_BeginPerfMonitorAMD
35573 _mesa_unmarshal_EndPerfMonitorAMD(struct gl_context * ctx,const struct marshal_cmd_EndPerfMonitorAMD * cmd) argument
35583 struct marshal_cmd_EndPerfMonitorAMD *cmd; local in function:_mesa_marshal_EndPerfMonitorAMD
35617 _mesa_unmarshal_SubpixelPrecisionBiasNV(struct gl_context * ctx,const struct marshal_cmd_SubpixelPrecisionBiasNV * cmd) argument
35628 struct marshal_cmd_SubpixelPrecisionBiasNV *cmd; local in function:_mesa_marshal_SubpixelPrecisionBiasNV
35652 _mesa_unmarshal_ConservativeRasterParameterfNV(struct gl_context * ctx,const struct marshal_cmd_ConservativeRasterParameterfNV * cmd) argument
35663 struct marshal_cmd_ConservativeRasterParameterfNV *cmd; local in function:_mesa_marshal_ConservativeRasterParameterfNV
35687 _mesa_unmarshal_ConservativeRasterParameteriNV(struct gl_context * ctx,const struct marshal_cmd_ConservativeRasterParameteriNV * cmd) argument
35698 struct marshal_cmd_ConservativeRasterParameteriNV *cmd; local in function:_mesa_marshal_ConservativeRasterParameteriNV
35787 _mesa_unmarshal_DeletePerfQueryINTEL(struct gl_context * ctx,const struct marshal_cmd_DeletePerfQueryINTEL * cmd) argument
35797 struct marshal_cmd_DeletePerfQueryINTEL *cmd; local in function:_mesa_marshal_DeletePerfQueryINTEL
35819 _mesa_unmarshal_BeginPerfQueryINTEL(struct gl_context * ctx,const struct marshal_cmd_BeginPerfQueryINTEL * cmd) argument
35829 struct marshal_cmd_BeginPerfQueryINTEL *cmd; local in function:_mesa_marshal_BeginPerfQueryINTEL
35851 _mesa_unmarshal_EndPerfQueryINTEL(struct gl_context * ctx,const struct marshal_cmd_EndPerfQueryINTEL * cmd) argument
35861 struct marshal_cmd_EndPerfQueryINTEL *cmd; local in function:_mesa_marshal_EndPerfQueryINTEL
35896 _mesa_unmarshal_PolygonOffsetClampEXT(struct gl_context * ctx,const struct marshal_cmd_PolygonOffsetClampEXT * cmd) argument
35908 struct marshal_cmd_PolygonOffsetClampEXT *cmd; local in function:_mesa_marshal_PolygonOffsetClampEXT
35942 _mesa_unmarshal_FramebufferFetchBarrierEXT(struct gl_context * ctx,const struct marshal_cmd_FramebufferFetchBarrierEXT * cmd) argument
35951 struct marshal_cmd_FramebufferFetchBarrierEXT *cmd; local in function:_mesa_marshal_FramebufferFetchBarrierEXT
35979 _mesa_unmarshal_RenderbufferStorageMultisampleAdvancedAMD(struct gl_context * ctx,const struct marshal_cmd_RenderbufferStorageMultisampleAdvancedAMD * cmd) argument
35994 struct marshal_cmd_RenderbufferStorageMultisampleAdvancedAMD *cmd; local in function:_mesa_marshal_RenderbufferStorageMultisampleAdvancedAMD
36026 _mesa_unmarshal_NamedRenderbufferStorageMultisampleAdvancedAMD(struct gl_context * ctx,const struct marshal_cmd_NamedRenderbufferStorageMultisampleAdvancedAMD * cmd) argument
36041 struct marshal_cmd_NamedRenderbufferStorageMultisampleAdvancedAMD *cmd; local in function:_mesa_marshal_NamedRenderbufferStorageMultisampleAdvancedAMD
36071 _mesa_unmarshal_StencilFuncSeparateATI(struct gl_context * ctx,const struct marshal_cmd_StencilFuncSeparateATI * cmd) argument
36084 struct marshal_cmd_StencilFuncSeparateATI *cmd; local in function:_mesa_marshal_StencilFuncSeparateATI
36156 _mesa_unmarshal_ClearColorIiEXT(struct gl_context * ctx,const struct marshal_cmd_ClearColorIiEXT * cmd) argument
36169 struct marshal_cmd_ClearColorIiEXT *cmd; local in function:_mesa_marshal_ClearColorIiEXT
36197 _mesa_unmarshal_ClearColorIuiEXT(struct gl_context * ctx,const struct marshal_cmd_ClearColorIuiEXT * cmd) argument
36210 struct marshal_cmd_ClearColorIuiEXT *cmd; local in function:_mesa_marshal_ClearColorIuiEXT
36280 _mesa_unmarshal_VertexAttribI1iEXT(struct gl_context * ctx,const struct marshal_cmd_VertexAttribI1iEXT * cmd) argument
36291 struct marshal_cmd_VertexAttribI1iEXT *cmd; local in function:_mesa_marshal_VertexAttribI1iEXT
36316 _mesa_unmarshal_VertexAttribI2iEXT(struct gl_context * ctx,const struct marshal_cmd_VertexAttribI2iEXT * cmd) argument
36328 struct marshal_cmd_VertexAttribI2iEXT *cmd; local in function:_mesa_marshal_VertexAttribI2iEXT
36355 _mesa_unmarshal_VertexAttribI3iEXT(struct gl_context * ctx,const struct marshal_cmd_VertexAttribI3iEXT * cmd) argument
36368 struct marshal_cmd_VertexAttribI3iEXT *cmd; local in function:_mesa_marshal_VertexAttribI3iEXT
36397 _mesa_unmarshal_VertexAttribI4iEXT(struct gl_context * ctx,const struct marshal_cmd_VertexAttribI4iEXT * cmd) argument
36411 struct marshal_cmd_VertexAttribI4iEXT *cmd; local in function:_mesa_marshal_VertexAttribI4iEXT
36438 _mesa_unmarshal_VertexAttribI1uiEXT(struct gl_context * ctx,const struct marshal_cmd_VertexAttribI1uiEXT * cmd) argument
36449 struct marshal_cmd_VertexAttribI1uiEXT *cmd; local in function:_mesa_marshal_VertexAttribI1uiEXT
36474 _mesa_unmarshal_VertexAttribI2uiEXT(struct gl_context * ctx,const struct marshal_cmd_VertexAttribI2uiEXT * cmd) argument
36486 struct marshal_cmd_VertexAttribI2uiEXT *cmd; local in function:_mesa_marshal_VertexAttribI2uiEXT
36513 _mesa_unmarshal_VertexAttribI3uiEXT(struct gl_context * ctx,const struct marshal_cmd_VertexAttribI3uiEXT * cmd) argument
36526 struct marshal_cmd_VertexAttribI3uiEXT *cmd; local in function:_mesa_marshal_VertexAttribI3uiEXT
36555 _mesa_unmarshal_VertexAttribI4uiEXT(struct gl_context * ctx,const struct marshal_cmd_VertexAttribI4uiEXT * cmd) argument
36569 struct marshal_cmd_VertexAttribI4uiEXT *cmd; local in function:_mesa_marshal_VertexAttribI4uiEXT
36731 _mesa_unmarshal_VertexAttribIPointer(struct gl_context * ctx,const struct marshal_cmd_VertexAttribIPointer * cmd) argument
36745 struct marshal_cmd_VertexAttribIPointer *cmd; local in function:_mesa_marshal_VertexAttribIPointer
36801 _mesa_unmarshal_Uniform1ui(struct gl_context * ctx,const struct marshal_cmd_Uniform1ui * cmd) argument
36812 struct marshal_cmd_Uniform1ui *cmd; local in function:_mesa_marshal_Uniform1ui
36837 _mesa_unmarshal_Uniform2ui(struct gl_context * ctx,const struct marshal_cmd_Uniform2ui * cmd) argument
36849 struct marshal_cmd_Uniform2ui *cmd; local in function:_mesa_marshal_Uniform2ui
36876 _mesa_unmarshal_Uniform3ui(struct gl_context * ctx,const struct marshal_cmd_Uniform3ui * cmd) argument
36889 struct marshal_cmd_Uniform3ui *cmd; local in function:_mesa_marshal_Uniform3ui
36918 _mesa_unmarshal_Uniform4ui(struct gl_context * ctx,const struct marshal_cmd_Uniform4ui * cmd) argument
36932 struct marshal_cmd_Uniform4ui *cmd; local in function:_mesa_marshal_Uniform4ui
36960 _mesa_unmarshal_Uniform1uiv(struct gl_context * ctx,const struct marshal_cmd_Uniform1uiv * cmd) argument
36975 struct marshal_cmd_Uniform1uiv *cmd; local in function:_mesa_marshal_Uniform1uiv
37007 _mesa_unmarshal_Uniform2uiv(struct gl_context * ctx,const struct marshal_cmd_Uniform2uiv * cmd) argument
37022 struct marshal_cmd_Uniform2uiv *cmd; local in function:_mesa_marshal_Uniform2uiv
37054 _mesa_unmarshal_Uniform3uiv(struct gl_context * ctx,const struct marshal_cmd_Uniform3uiv * cmd) argument
37069 struct marshal_cmd_Uniform3uiv *cmd; local in function:_mesa_marshal_Uniform3uiv
37101 _mesa_unmarshal_Uniform4uiv(struct gl_context * ctx,const struct marshal_cmd_Uniform4uiv * cmd) argument
37116 struct marshal_cmd_Uniform4uiv *cmd; local in function:_mesa_marshal_Uniform4uiv
37190 _mesa_unmarshal_BeginTransformFeedback(struct gl_context * ctx,const struct marshal_cmd_BeginTransformFeedback * cmd) argument
37200 struct marshal_cmd_BeginTransformFeedback *cmd; local in function:_mesa_marshal_BeginTransformFeedback
37221 _mesa_unmarshal_EndTransformFeedback(struct gl_context * ctx,const struct marshal_cmd_EndTransformFeedback * cmd) argument
37230 struct marshal_cmd_EndTransformFeedback *cmd; local in function:_mesa_marshal_EndTransformFeedback
37257 _mesa_unmarshal_BindBufferRange(struct gl_context * ctx,const struct marshal_cmd_BindBufferRange * cmd) argument
37271 struct marshal_cmd_BindBufferRange *cmd; local in function:_mesa_marshal_BindBufferRange
37299 _mesa_unmarshal_BindBufferBase(struct gl_context * ctx,const struct marshal_cmd_BindBufferBase * cmd) argument
37311 struct marshal_cmd_BindBufferBase *cmd; local in function:_mesa_marshal_BindBufferBase
37358 _mesa_unmarshal_BeginConditionalRender(struct gl_context * ctx,const struct marshal_cmd_BeginConditionalRender * cmd) argument
37369 struct marshal_cmd_BeginConditionalRender *cmd; local in function:_mesa_marshal_BeginConditionalRender
37391 _mesa_unmarshal_EndConditionalRender(struct gl_context * ctx,const struct marshal_cmd_EndConditionalRender * cmd) argument
37400 struct marshal_cmd_EndConditionalRender *cmd; local in function:_mesa_marshal_EndConditionalRender
37423 _mesa_unmarshal_PrimitiveRestartIndex(struct gl_context * ctx,const struct marshal_cmd_PrimitiveRestartIndex * cmd) argument
37433 struct marshal_cmd_PrimitiveRestartIndex *cmd; local in function:_mesa_marshal_PrimitiveRestartIndex
37480 _mesa_unmarshal_FramebufferTexture(struct gl_context * ctx,const struct marshal_cmd_FramebufferTexture * cmd) argument
37493 struct marshal_cmd_FramebufferTexture *cmd; local in function:_mesa_marshal_FramebufferTexture
37517 _mesa_unmarshal_PrimitiveRestartNV(struct gl_context * ctx,const struct marshal_cmd_PrimitiveRestartNV * cmd) argument
37526 struct marshal_cmd_PrimitiveRestartNV *cmd; local in function:_mesa_marshal_PrimitiveRestartNV
37552 _mesa_unmarshal_BindBufferOffsetEXT(struct gl_context * ctx,const struct marshal_cmd_BindBufferOffsetEXT * cmd) argument
37565 struct marshal_cmd_BindBufferOffsetEXT *cmd; local in function:_mesa_marshal_BindBufferOffsetEXT
37591 _mesa_unmarshal_BindTransformFeedback(struct gl_context * ctx,const struct marshal_cmd_BindTransformFeedback * cmd) argument
37602 struct marshal_cmd_BindTransformFeedback *cmd; local in function:_mesa_marshal_BindTransformFeedback
37657 _mesa_unmarshal_PauseTransformFeedback(struct gl_context * ctx,const struct marshal_cmd_PauseTransformFeedback * cmd) argument
37666 struct marshal_cmd_PauseTransformFeedback *cmd; local in function:_mesa_marshal_PauseTransformFeedback
37688 _mesa_unmarshal_ResumeTransformFeedback(struct gl_context * ctx,const struct marshal_cmd_ResumeTransformFeedback * cmd) argument
37697 struct marshal_cmd_ResumeTransformFeedback *cmd; local in function:_mesa_marshal_ResumeTransformFeedback
37721 _mesa_unmarshal_DrawTransformFeedback(struct gl_context * ctx,const struct marshal_cmd_DrawTransformFeedback * cmd) argument
37732 struct marshal_cmd_DrawTransformFeedback *cmd; local in function:_mesa_marshal_DrawTransformFeedback
37765 _mesa_unmarshal_VDPAUFiniNV(struct gl_context * ctx,const struct marshal_cmd_VDPAUFiniNV * cmd) argument
37774 struct marshal_cmd_VDPAUFiniNV *cmd; local in function:_mesa_marshal_VDPAUFiniNV
37830 _mesa_unmarshal_VDPAUUnregisterSurfaceNV(struct gl_context * ctx,const struct marshal_cmd_VDPAUUnregisterSurfaceNV * cmd) argument
37840 struct marshal_cmd_VDPAUUnregisterSurfaceNV *cmd; local in function:_mesa_marshal_VDPAUUnregisterSurfaceNV
37874 _mesa_unmarshal_VDPAUSurfaceAccessNV(struct gl_context * ctx,const struct marshal_cmd_VDPAUSurfaceAccessNV * cmd) argument
37885 struct marshal_cmd_VDPAUSurfaceAccessNV *cmd; local in function:_mesa_marshal_VDPAUSurfaceAccessNV
38013 _mesa_unmarshal_TexStorageMem2DEXT(struct gl_context * ctx,const struct marshal_cmd_TexStorageMem2DEXT * cmd) argument
38029 struct marshal_cmd_TexStorageMem2DEXT *cmd; local in function:_mesa_marshal_TexStorageMem2DEXT
38064 _mesa_unmarshal_TexStorageMem2DMultisampleEXT(struct gl_context * ctx,const struct marshal_cmd_TexStorageMem2DMultisampleEXT * cmd) argument
38081 struct marshal_cmd_TexStorageMem2DMultisampleEXT *cmd; local in function:_mesa_marshal_TexStorageMem2DMultisampleEXT
38117 _mesa_unmarshal_TexStorageMem3DEXT(struct gl_context * ctx,const struct marshal_cmd_TexStorageMem3DEXT * cmd) argument
38134 struct marshal_cmd_TexStorageMem3DEXT *cmd; local in function:_mesa_marshal_TexStorageMem3DEXT
38171 _mesa_unmarshal_TexStorageMem3DMultisampleEXT(struct gl_context * ctx,const struct marshal_cmd_TexStorageMem3DMultisampleEXT * cmd) argument
38189 struct marshal_cmd_TexStorageMem3DMultisampleEXT *cmd; local in function:_mesa_marshal_TexStorageMem3DMultisampleEXT
38222 _mesa_unmarshal_BufferStorageMemEXT(struct gl_context * ctx,const struct marshal_cmd_BufferStorageMemEXT * cmd) argument
38235 struct marshal_cmd_BufferStorageMemEXT *cmd; local in function:_mesa_marshal_BufferStorageMemEXT
38266 _mesa_unmarshal_TextureStorageMem2DEXT(struct gl_context * ctx,const struct marshal_cmd_TextureStorageMem2DEXT * cmd) argument
38282 struct marshal_cmd_TextureStorageMem2DEXT *cmd; local in function:_mesa_marshal_TextureStorageMem2DEXT
38317 _mesa_unmarshal_TextureStorageMem2DMultisampleEXT(struct gl_context * ctx,const struct marshal_cmd_TextureStorageMem2DMultisampleEXT * cmd) argument
38334 struct marshal_cmd_TextureStorageMem2DMultisampleEXT *cmd; local in function:_mesa_marshal_TextureStorageMem2DMultisampleEXT
38370 _mesa_unmarshal_TextureStorageMem3DEXT(struct gl_context * ctx,const struct marshal_cmd_TextureStorageMem3DEXT * cmd) argument
38387 struct marshal_cmd_TextureStorageMem3DEXT *cmd; local in function:_mesa_marshal_TextureStorageMem3DEXT
38424 _mesa_unmarshal_TextureStorageMem3DMultisampleEXT(struct gl_context * ctx,const struct marshal_cmd_TextureStorageMem3DMultisampleEXT * cmd) argument
38442 struct marshal_cmd_TextureStorageMem3DMultisampleEXT *cmd; local in function:_mesa_marshal_TextureStorageMem3DMultisampleEXT
38475 _mesa_unmarshal_NamedBufferStorageMemEXT(struct gl_context * ctx,const struct marshal_cmd_NamedBufferStorageMemEXT * cmd) argument
38488 struct marshal_cmd_NamedBufferStorageMemEXT *cmd; local in function:_mesa_marshal_NamedBufferStorageMemEXT
38518 _mesa_unmarshal_TexStorageMem1DEXT(struct gl_context * ctx,const struct marshal_cmd_TexStorageMem1DEXT * cmd) argument
38533 struct marshal_cmd_TexStorageMem1DEXT *cmd; local in function:_mesa_marshal_TexStorageMem1DEXT
38565 _mesa_unmarshal_TextureStorageMem1DEXT(struct gl_context * ctx,const struct marshal_cmd_TextureStorageMem1DEXT * cmd) argument
38580 struct marshal_cmd_TextureStorageMem1DEXT *cmd; local in function:_mesa_marshal_TextureStorageMem1DEXT
38687 _mesa_unmarshal_ImportMemoryFdEXT(struct gl_context * ctx,const struct marshal_cmd_ImportMemoryFdEXT * cmd) argument
38700 struct marshal_cmd_ImportMemoryFdEXT *cmd; local in function:_mesa_marshal_ImportMemoryFdEXT
38727 _mesa_unmarshal_ImportSemaphoreFdEXT(struct gl_context * ctx,const struct marshal_cmd_ImportSemaphoreFdEXT * cmd) argument
38739 struct marshal_cmd_ImportSemaphoreFdEXT *cmd; local in function:_mesa_marshal_ImportSemaphoreFdEXT
38763 _mesa_unmarshal_MemoryBarrierByRegion(struct gl_context * ctx,const struct marshal_cmd_MemoryBarrierByRegion * cmd) argument
38773 struct marshal_cmd_MemoryBarrierByRegion *cmd; local in function:_mesa_marshal_MemoryBarrierByRegion
38796 _mesa_unmarshal_AlphaFuncx(struct gl_context * ctx,const struct marshal_cmd_AlphaFuncx * cmd) argument
38807 struct marshal_cmd_AlphaFuncx *cmd; local in function:_mesa_marshal_AlphaFuncx
38833 _mesa_unmarshal_ClearColorx(struct gl_context * ctx,const struct marshal_cmd_ClearColorx * cmd) argument
38846 struct marshal_cmd_ClearColorx *cmd; local in function:_mesa_marshal_ClearColorx
38871 _mesa_unmarshal_ClearDepthx(struct gl_context * ctx,const struct marshal_cmd_ClearDepthx * cmd) argument
38881 struct marshal_cmd_ClearDepthx *cmd; local in function:_mesa_marshal_ClearDepthx
38906 _mesa_unmarshal_Color4x(struct gl_context * ctx,const struct marshal_cmd_Color4x * cmd) argument
38919 struct marshal_cmd_Color4x *cmd; local in function:_mesa_marshal_Color4x
38945 _mesa_unmarshal_DepthRangex(struct gl_context * ctx,const struct marshal_cmd_DepthRangex * cmd) argument
38956 struct marshal_cmd_DepthRangex *cmd; local in function:_mesa_marshal_DepthRangex
38980 _mesa_unmarshal_Fogx(struct gl_context * ctx,const struct marshal_cmd_Fogx * cmd) argument
38991 struct marshal_cmd_Fogx *cmd; local in function:_mesa_marshal_Fogx
39030 _mesa_unmarshal_Frustumx(struct gl_context * ctx,const struct marshal_cmd_Frustumx * cmd) argument
39045 struct marshal_cmd_Frustumx *cmd; local in function:_mesa_marshal_Frustumx
39073 _mesa_unmarshal_LightModelx(struct gl_context * ctx,const struct marshal_cmd_LightModelx * cmd) argument
39084 struct marshal_cmd_LightModelx *cmd; local in function:_mesa_marshal_LightModelx
39120 _mesa_unmarshal_Lightx(struct gl_context * ctx,const struct marshal_cmd_Lightx * cmd) argument
39132 struct marshal_cmd_Lightx *cmd; local in function:_mesa_marshal_Lightx
39167 _mesa_unmarshal_LineWidthx(struct gl_context * ctx,const struct marshal_cmd_LineWidthx * cmd) argument
39177 struct marshal_cmd_LineWidthx *cmd; local in function:_mesa_marshal_LineWidthx
39199 _mesa_unmarshal_LoadMatrixx(struct gl_context * ctx,const struct marshal_cmd_LoadMatrixx * cmd) argument
39209 struct marshal_cmd_LoadMatrixx *cmd; local in function:_mesa_marshal_LoadMatrixx
39233 _mesa_unmarshal_Materialx(struct gl_context * ctx,const struct marshal_cmd_Materialx * cmd) argument
39245 struct marshal_cmd_Materialx *cmd; local in function:_mesa_marshal_Materialx
39280 _mesa_unmarshal_MultMatrixx(struct gl_context * ctx,const struct marshal_cmd_MultMatrixx * cmd) argument
39290 struct marshal_cmd_MultMatrixx *cmd; local in function:_mesa_marshal_MultMatrixx
39316 _mesa_unmarshal_MultiTexCoord4x(struct gl_context * ctx,const struct marshal_cmd_MultiTexCoord4x * cmd) argument
39330 struct marshal_cmd_MultiTexCoord4x *cmd; local in function:_mesa_marshal_MultiTexCoord4x
39358 _mesa_unmarshal_Normal3x(struct gl_context * ctx,const struct marshal_cmd_Normal3x * cmd) argument
39370 struct marshal_cmd_Normal3x *cmd; local in function:_mesa_marshal_Normal3x
39399 _mesa_unmarshal_Orthox(struct gl_context * ctx,const struct marshal_cmd_Orthox * cmd) argument
39414 struct marshal_cmd_Orthox *cmd; local in function:_mesa_marshal_Orthox
39441 _mesa_unmarshal_PointSizex(struct gl_context * ctx,const struct marshal_cmd_PointSizex * cmd) argument
39451 struct marshal_cmd_PointSizex *cmd; local in function:_mesa_marshal_PointSizex
39474 _mesa_unmarshal_PolygonOffsetx(struct gl_context * ctx,const struct marshal_cmd_PolygonOffsetx * cmd) argument
39485 struct marshal_cmd_PolygonOffsetx *cmd; local in function:_mesa_marshal_PolygonOffsetx
39511 _mesa_unmarshal_Rotatex(struct gl_context * ctx,const struct marshal_cmd_Rotatex * cmd) argument
39524 struct marshal_cmd_Rotatex *cmd; local in function:_mesa_marshal_Rotatex
39550 _mesa_unmarshal_SampleCoveragex(struct gl_context * ctx,const struct marshal_cmd_SampleCoveragex * cmd) argument
39561 struct marshal_cmd_SampleCoveragex *cmd; local in function:_mesa_marshal_SampleCoveragex
39586 _mesa_unmarshal_Scalex(struct gl_context * ctx,const struct marshal_cmd_Scalex * cmd) argument
39598 struct marshal_cmd_Scalex *cmd; local in function:_mesa_marshal_Scalex
39624 _mesa_unmarshal_TexEnvx(struct gl_context * ctx,const struct marshal_cmd_TexEnvx * cmd) argument
39636 struct marshal_cmd_TexEnvx *cmd; local in function:_mesa_marshal_TexEnvx
39673 _mesa_unmarshal_TexParameterx(struct gl_context * ctx,const struct marshal_cmd_TexParameterx * cmd) argument
39685 struct marshal_cmd_TexParameterx *cmd; local in function:_mesa_marshal_TexParameterx
39711 _mesa_unmarshal_Translatex(struct gl_context * ctx,const struct marshal_cmd_Translatex * cmd) argument
39723 struct marshal_cmd_Translatex *cmd; local in function:_mesa_marshal_Translatex
39748 _mesa_unmarshal_ClipPlanex(struct gl_context * ctx,const struct marshal_cmd_ClipPlanex * cmd) argument
39759 struct marshal_cmd_ClipPlanex *cmd; local in function:_mesa_marshal_ClipPlanex
39849 _mesa_unmarshal_PointParameterx(struct gl_context * ctx,const struct marshal_cmd_PointParameterx * cmd) argument
39860 struct marshal_cmd_PointParameterx *cmd; local in function:_mesa_marshal_PointParameterx
39918 _mesa_unmarshal_TexGenxOES(struct gl_context * ctx,const struct marshal_cmd_TexGenxOES * cmd) argument
39930 struct marshal_cmd_TexGenxOES *cmd; local in function:_mesa_marshal_TexGenxOES
39966 _mesa_unmarshal_ClipPlanef(struct gl_context * ctx,const struct marshal_cmd_ClipPlanef * cmd) argument
39977 struct marshal_cmd_ClipPlanef *cmd; local in function:_mesa_marshal_ClipPlanef
40016 _mesa_unmarshal_Frustumf(struct gl_context * ctx,const struct marshal_cmd_Frustumf * cmd) argument
40031 struct marshal_cmd_Frustumf *cmd; local in function:_mesa_marshal_Frustumf
40063 _mesa_unmarshal_Orthof(struct gl_context * ctx,const struct marshal_cmd_Orthof * cmd) argument
40078 struct marshal_cmd_Orthof *cmd; local in function:_mesa_marshal_Orthof
40109 _mesa_unmarshal_DrawTexiOES(struct gl_context * ctx,const struct marshal_cmd_DrawTexiOES * cmd) argument
40123 struct marshal_cmd_DrawTexiOES *cmd; local in function:_mesa_marshal_DrawTexiOES
40149 _mesa_unmarshal_DrawTexivOES(struct gl_context * ctx,const struct marshal_cmd_DrawTexivOES * cmd) argument
40159 struct marshal_cmd_DrawTexivOES *cmd; local in function:_mesa_marshal_DrawTexivOES
40185 _mesa_unmarshal_DrawTexfOES(struct gl_context * ctx,const struct marshal_cmd_DrawTexfOES * cmd) argument
40199 struct marshal_cmd_DrawTexfOES *cmd; local in function:_mesa_marshal_DrawTexfOES
40225 _mesa_unmarshal_DrawTexfvOES(struct gl_context * ctx,const struct marshal_cmd_DrawTexfvOES * cmd) argument
40235 struct marshal_cmd_DrawTexfvOES *cmd; local in function:_mesa_marshal_DrawTexfvOES
40261 _mesa_unmarshal_DrawTexsOES(struct gl_context * ctx,const struct marshal_cmd_DrawTexsOES * cmd) argument
40275 struct marshal_cmd_DrawTexsOES *cmd; local in function:_mesa_marshal_DrawTexsOES
40301 _mesa_unmarshal_DrawTexsvOES(struct gl_context * ctx,const struct marshal_cmd_DrawTexsvOES * cmd) argument
40311 struct marshal_cmd_DrawTexsvOES *cmd; local in function:_mesa_marshal_DrawTexsvOES
40337 _mesa_unmarshal_DrawTexxOES(struct gl_context * ctx,const struct marshal_cmd_DrawTexxOES * cmd) argument
40351 struct marshal_cmd_DrawTexxOES *cmd; local in function:_mesa_marshal_DrawTexxOES
40377 _mesa_unmarshal_DrawTexxvOES(struct gl_context * ctx,const struct marshal_cmd_DrawTexxvOES * cmd) argument
40387 struct marshal_cmd_DrawTexxvOES *cmd; local in function:_mesa_marshal_DrawTexxvOES
40433 _mesa_unmarshal_DiscardFramebufferEXT(struct gl_context * ctx,const struct marshal_cmd_DiscardFramebufferEXT * cmd) argument
40448 struct marshal_cmd_DiscardFramebufferEXT *cmd; local in function:_mesa_marshal_DiscardFramebufferEXT
40483 _mesa_unmarshal_FramebufferTexture2DMultisampleEXT(struct gl_context * ctx,const struct marshal_cmd_FramebufferTexture2DMultisampleEXT * cmd) argument
40498 struct marshal_cmd_FramebufferTexture2DMultisampleEXT *cmd; local in function:_mesa_marshal_FramebufferTexture2DMultisampleEXT
40538 _mesa_unmarshal_DepthRangeIndexedfOES(struct gl_context * ctx,const struct marshal_cmd_DepthRangeIndexedfOES * cmd) argument
40550 struct marshal_cmd_DepthRangeIndexedfOES *cmd; local in function:_mesa_marshal_DepthRangeIndexedfOES
40568 _mesa_unmarshal_dispatch_cmd(struct gl_context * ctx,const void * cmd) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A DgenX_boilerplate.h129 #define _brw_cmd_length(cmd) cmd ## _length
130 #define _brw_cmd_length_bias(cmd) cmd ## _length_bias
131 #define _brw_cmd_header(cmd) cmd ## _header
132 #define _brw_cmd_pack(cmd) cmd ## _pack
134 #define brw_batch_emit(brw, cmd, name) \
135 for (struct cmd nam
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A DgenX_boilerplate.h129 #define _brw_cmd_length(cmd) cmd ## _length
130 #define _brw_cmd_length_bias(cmd) cmd ## _length_bias
131 #define _brw_cmd_header(cmd) cmd ## _header
132 #define _brw_cmd_pack(cmd) cmd ## _pack
134 #define brw_batch_emit(brw, cmd, name) \
135 for (struct cmd nam
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_cmd_buffer.c41 tu6_emit_event_write(struct tu_cmd_buffer *cmd, argument
62 tu_cs_emit_qw(cs, global_iova(cmd, seqno_dummy));
186 tu6_emit_zs(struct tu_cmd_buffer *cmd, argument
212 const struct tu_image_view *iview = cmd->state.attachments[a];
214 &cmd->state.pass->attachments[a];
252 tu6_emit_mrt(struct tu_cmd_buffer *cmd, argument
256 const struct tu_framebuffer *fb = cmd->state.framebuffer;
263 const struct tu_image_view *iview = cmd->state.attachments[a];
268 tu_cs_emit(cs, cmd->state.pass->attachments[a].gmem_offset);
353 tu6_emit_render_cntl(struct tu_cmd_buffer *cmd, argument
412 tu6_emit_blit_scissor(struct tu_cmd_buffer * cmd,struct tu_cs * cs,bool align) argument
550 use_hw_binning(struct tu_cmd_buffer * cmd) argument
571 use_sysmem_rendering(struct tu_cmd_buffer * cmd) argument
598 tu6_emit_tile_select(struct tu_cmd_buffer * cmd,struct tu_cs * cs,uint32_t tx,uint32_t ty,uint32_t pipe,uint32_t slot) argument
644 tu6_emit_sysmem_resolve(struct tu_cmd_buffer * cmd,struct tu_cs * cs,uint32_t layer_mask,uint32_t a,uint32_t gmem_a) argument
658 tu6_emit_sysmem_resolves(struct tu_cmd_buffer * cmd,struct tu_cs * cs,const struct tu_subpass * subpass) argument
706 tu6_emit_tile_store(struct tu_cmd_buffer * cmd,struct tu_cs * cs) argument
736 tu_disable_draw_states(struct tu_cmd_buffer * cmd,struct tu_cs * cs) argument
749 tu6_init_hw(struct tu_cmd_buffer * cmd,struct tu_cs * cs) argument
895 update_vsc_pipe(struct tu_cmd_buffer * cmd,struct tu_cs * cs) argument
920 emit_vsc_overflow_test(struct tu_cmd_buffer * cmd,struct tu_cs * cs) argument
952 tu6_emit_binning_pass(struct tu_cmd_buffer * cmd,struct tu_cs * cs) argument
1038 tu_emit_input_attachments(struct tu_cmd_buffer * cmd,const struct tu_subpass * subpass,bool gmem) argument
1149 tu_set_input_attachments(struct tu_cmd_buffer * cmd,const struct tu_subpass * subpass) argument
1161 tu_emit_renderpass_begin(struct tu_cmd_buffer * cmd,const VkRenderPassBeginInfo * info) argument
1189 tu6_sysmem_render_begin(struct tu_cmd_buffer * cmd,struct tu_cs * cs) argument
1223 tu6_sysmem_render_end(struct tu_cmd_buffer * cmd,struct tu_cs * cs) argument
1241 tu6_tile_render_begin(struct tu_cmd_buffer * cmd,struct tu_cs * cs) argument
1295 tu6_render_tile(struct tu_cmd_buffer * cmd,struct tu_cs * cs) argument
1319 tu6_tile_render_end(struct tu_cmd_buffer * cmd,struct tu_cs * cs) argument
1334 tu_cmd_render_tiles(struct tu_cmd_buffer * cmd) argument
1370 tu_cmd_render_sysmem(struct tu_cmd_buffer * cmd) argument
2151 tu_cmd_dynamic_state(struct tu_cmd_buffer * cmd,uint32_t id,uint32_t size) argument
3433 tu6_emit_consts(struct tu_cmd_buffer * cmd,const struct tu_pipeline * pipeline,struct tu_descriptor_state * descriptors_state,gl_shader_stage type) argument
3451 tu6_emit_consts_geom(struct tu_cmd_buffer * cmd,const struct tu_pipeline * pipeline,struct tu_descriptor_state * descriptors_state) argument
3522 tu6_emit_tess_consts(struct tu_cmd_buffer * cmd,uint32_t draw_count,const struct tu_pipeline * pipeline,struct tu_draw_state * state,uint64_t * factor_iova) argument
3679 tu6_calculate_lrz_state(struct tu_cmd_buffer * cmd,const uint32_t a) argument
3746 tu6_build_lrz(struct tu_cmd_buffer * cmd) argument
3766 tu6_writes_depth(struct tu_cmd_buffer * cmd,bool depth_test_enable) argument
3780 tu6_writes_stencil(struct tu_cmd_buffer * cmd) argument
3824 tu6_build_depth_plane_z_mode(struct tu_cmd_buffer * cmd) argument
3855 tu6_draw_common(struct tu_cmd_buffer * cmd,struct tu_cs * cs,bool indexed,uint32_t draw_count) argument
4051 tu_draw_initiator(struct tu_cmd_buffer * cmd,enum pc_di_src_sel src_sel) argument
4100 vs_params_offset(struct tu_cmd_buffer * cmd) argument
4121 tu6_emit_empty_vs_params(struct tu_cmd_buffer * cmd) argument
4130 tu6_emit_vs_params(struct tu_cmd_buffer * cmd,uint32_t vertex_offset,uint32_t first_instance) argument
4232 draw_wfm(struct tu_cmd_buffer * cmd) argument
4419 tu_emit_compute_driver_params(struct tu_cmd_buffer * cmd,struct tu_cs * cs,struct tu_pipeline * pipeline,const struct tu_dispatch_info * info) argument
4523 tu_dispatch(struct tu_cmd_buffer * cmd,const struct tu_dispatch_info * info) argument
4709 tu_barrier(struct tu_cmd_buffer * cmd,uint32_t memoryBarrierCount,const VkMemoryBarrier * pMemoryBarriers,uint32_t bufferMemoryBarrierCount,const VkBufferMemoryBarrier * pBufferMemoryBarriers,uint32_t imageMemoryBarrierCount,const VkImageMemoryBarrier * pImageMemoryBarriers,const struct tu_barrier_info * info) argument
4839 write_event(struct tu_cmd_buffer * cmd,struct tu_event * event,VkPipelineStageFlags stageMask,unsigned value) argument
[all...]

Completed in 152 milliseconds

1234567891011>>