Searched refs:streamOutputStrideInBytes (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_cmd_vgpu10.c1119 uint32 streamOutputStrideInBytes[SVGA3D_DX_MAX_SOTARGETS],
1128 for (i = 0; i < ARRAY_SIZE(cmd->streamOutputStrideInBytes); i++)
1129 cmd->streamOutputStrideInBytes[i] = streamOutputStrideInBytes[i];
1565 uint32 streamOutputStrideInBytes[SVGA3D_DX_MAX_SOTARGETS],
1592 for (i = 0; i < ARRAY_SIZE(dcmd->streamOutputStrideInBytes); i++)
1593 dcmd->streamOutputStrideInBytes[i] = streamOutputStrideInBytes[i];
1116 SVGA3D_vgpu10_DefineStreamOutput(struct svga_winsys_context * swc,SVGA3dStreamOutputId soid,uint32 numOutputStreamEntries,uint32 streamOutputStrideInBytes[SVGA3D_DX_MAX_SOTARGETS],const SVGA3dStreamOutputDeclarationEntry decl[SVGA3D_MAX_STREAMOUT_DECLS]) argument
1561 SVGA3D_sm5_DefineAndBindStreamOutput(struct svga_winsys_context * swc,SVGA3dStreamOutputId soid,uint32 numOutputStreamEntries,uint32 numOutputStreamStrides,uint32 streamOutputStrideInBytes[SVGA3D_DX_MAX_SOTARGETS],struct svga_winsys_buffer * declBuf,uint32 rasterizedStream,uint32 sizeInBytes) argument
H A Dsvga_cmd.h619 uint32 streamOutputStrideInBytes[SVGA3D_DX_MAX_SOTARGETS],
730 uint32 streamOutputStrideInBytes[SVGA3D_DX_MAX_SOTARGETS],
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
H A Dsvga3d_dx.h1453 uint32 streamOutputStrideInBytes[SVGA3D_DX_MAX_SOTARGETS]; member in struct:SVGAOTableStreamOutputEntry
1466 uint32 streamOutputStrideInBytes[SVGA3D_DX_MAX_SOTARGETS]; member in struct:SVGA3dCmdDXDefineStreamOutput
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_cmd_vgpu10.c1119 uint32 streamOutputStrideInBytes[SVGA3D_DX_MAX_SOTARGETS],
1128 for (i = 0; i < ARRAY_SIZE(cmd->streamOutputStrideInBytes); i++)
1129 cmd->streamOutputStrideInBytes[i] = streamOutputStrideInBytes[i];
1116 SVGA3D_vgpu10_DefineStreamOutput(struct svga_winsys_context * swc,SVGA3dStreamOutputId soid,uint32 numOutputStreamEntries,uint32 streamOutputStrideInBytes[SVGA3D_DX_MAX_SOTARGETS],const SVGA3dStreamOutputDeclarationEntry decl[SVGA3D_MAX_STREAMOUT_DECLS]) argument
H A Dsvga_cmd.h619 uint32 streamOutputStrideInBytes[SVGA3D_DX_MAX_SOTARGETS],
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
H A Dsvga3d_dx.h1561 uint32 streamOutputStrideInBytes[SVGA3D_DX_MAX_SOTARGETS]; member in struct:SVGAOTableStreamOutputEntry
1580 uint32 streamOutputStrideInBytes[SVGA3D_DX_MAX_SOTARGETS]; member in struct:SVGA3dCmdDXDefineStreamOutput
1602 uint32 streamOutputStrideInBytes[SVGA3D_DX_MAX_SOTARGETS]; member in struct:SVGA3dCmdDXDefineStreamOutputWithMob
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c1915 _debug_printf("\t\t.streamOutputStrideInBytes[%d] = %u\n",
1916 i, cmd->streamOutputStrideInBytes[i]);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c1915 _debug_printf("\t\t.streamOutputStrideInBytes[%d] = %u\n",
1916 i, cmd->streamOutputStrideInBytes[i]);

Completed in 20 milliseconds