Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd_vgpu10.c1126 uint32 streamOutputStrideInBytes[SVGA3D_DX_MAX_SOTARGETS], in SVGA3D_vgpu10_DefineStreamOutput()
1135 for (i = 0; i < ARRAY_SIZE(cmd->streamOutputStrideInBytes); i++) in SVGA3D_vgpu10_DefineStreamOutput()
1136 cmd->streamOutputStrideInBytes[i] = streamOutputStrideInBytes[i]; in SVGA3D_vgpu10_DefineStreamOutput()
1754 uint32 streamOutputStrideInBytes[SVGA3D_DX_MAX_SOTARGETS], in SVGA3D_sm5_DefineAndBindStreamOutput()
1781 for (i = 0; i < ARRAY_SIZE(dcmd->streamOutputStrideInBytes); i++) in SVGA3D_sm5_DefineAndBindStreamOutput()
1782 dcmd->streamOutputStrideInBytes[i] = streamOutputStrideInBytes[i]; in SVGA3D_sm5_DefineAndBindStreamOutput()
Dsvga_cmd.h619 uint32 streamOutputStrideInBytes[SVGA3D_DX_MAX_SOTARGETS],
779 uint32 streamOutputStrideInBytes[SVGA3D_DX_MAX_SOTARGETS],
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_dx.h1866 uint32 streamOutputStrideInBytes[SVGA3D_DX_MAX_SOTARGETS]; member
1885 uint32 streamOutputStrideInBytes[SVGA3D_DX_MAX_SOTARGETS]; member
1901 uint32 streamOutputStrideInBytes[SVGA3D_DX_MAX_SOTARGETS]; member
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c1916 i, cmd->streamOutputStrideInBytes[i]); in SVGA3D_DUMP_HEADER()