Searched refs:MaxStreams (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dstateblock9.c396 const int MaxStreams)
471 * dst->changed.vtxbuf = (1ULL << MaxStreams) - 1;
472 * dst->changed.stream_freq = (1ULL << MaxStreams) - 1;
541 const int MaxStreams = device->caps.MaxStreams; local in function:NineStateBlock9_Capture
546 nine_state_copy_common_all(device, dst, src, dst, FALSE, NULL, MaxStreams);
564 const int MaxStreams = device->caps.MaxStreams; local in function:NineStateBlock9_Apply
569 nine_state_copy_common_all(device, dst, src, src, TRUE, pool, MaxStreams);
390 nine_state_copy_common_all(struct NineDevice9 * device,struct nine_state * dst,struct nine_state * src,struct nine_state * help,const boolean apply,struct nine_range_pool * pool,const int MaxStreams) argument
H A Dbuffer9.c193 for (i = 0; i < device->caps.MaxStreams; i++) {
H A Dnine_state.c813 char used_streams[device->caps.MaxStreams];
820 memset(used_streams, 0, device->caps.MaxStreams);
845 for (i = 0; i < device->caps.MaxStreams; i++ ) {
2781 context->changed.vtxbuf = (1ULL << device->caps.MaxStreams) - 1;
2843 context->changed.vtxbuf = (1ULL << device->caps.MaxStreams) - 1;
2912 pipe->set_vertex_buffers(pipe, 0, device->caps.MaxStreams, NULL);
2975 char used_streams[device->caps.MaxStreams];
2982 memset(used_streams, 0, device->caps.MaxStreams);
3007 for (i = 0; i < device->caps.MaxStreams; i++ ) {
H A Dvertexdeclaration9.c189 user_assert(nelems <= caps->MaxStreams, D3DERR_INVALIDCALL);
H A Dadapter9.c814 pCaps->MaxStreams =
H A Dnine_dump.c733 C2S("\nMaxStreams: %u", caps->MaxStreams);
H A Ddevice9.c2385 dst->changed.vtxbuf = (1ULL << This->caps.MaxStreams) - 1;
3472 user_assert(StreamNumber < This->caps.MaxStreams, D3DERR_INVALIDCALL);
3514 user_assert(StreamNumber < This->caps.MaxStreams, D3DERR_INVALIDCALL);
3535 user_assert(StreamNumber < This->caps.MaxStreams, D3DERR_INVALIDCALL);
3562 user_assert(StreamNumber < This->caps.MaxStreams, D3DERR_INVALIDCALL);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dstateblock9.c396 const int MaxStreams)
471 * dst->changed.vtxbuf = (1ULL << MaxStreams) - 1;
472 * dst->changed.stream_freq = (1ULL << MaxStreams) - 1;
541 const int MaxStreams = device->caps.MaxStreams; local in function:NineStateBlock9_Capture
546 nine_state_copy_common_all(device, dst, src, dst, FALSE, NULL, MaxStreams);
564 const int MaxStreams = device->caps.MaxStreams; local in function:NineStateBlock9_Apply
569 nine_state_copy_common_all(device, dst, src, src, TRUE, pool, MaxStreams);
390 nine_state_copy_common_all(struct NineDevice9 * device,struct nine_state * dst,struct nine_state * src,struct nine_state * help,const boolean apply,struct nine_range_pool * pool,const int MaxStreams) argument
H A Dnine_state.c875 u_foreach_bit(bit, BITFIELD_MASK(device->caps.MaxStreams) & ~used_streams) {
2838 context->changed.vtxbuf = (1ULL << device->caps.MaxStreams) - 1;
2902 context->changed.vtxbuf = (1ULL << device->caps.MaxStreams) - 1;
2975 pipe->set_vertex_buffers(pipe, 0, 0, device->caps.MaxStreams, false, NULL);
3044 char used_streams[device->caps.MaxStreams];
3051 memset(used_streams, 0, device->caps.MaxStreams);
3076 for (i = 0; i < device->caps.MaxStreams; i++ ) {
H A Dbuffer9.c230 for (i = 0; i < device->caps.MaxStreams; i++) {
H A Dvertexdeclaration9.c189 user_assert(nelems <= caps->MaxStreams, D3DERR_INVALIDCALL);
H A Ddevice9.c2539 dst->changed.vtxbuf = (1ULL << This->caps.MaxStreams) - 1;
3005 for (i = 0; i < This->caps.MaxStreams; i++) {
3051 for (i = 0; i < This->caps.MaxStreams; i++) {
3713 user_assert(StreamNumber < This->caps.MaxStreams, D3DERR_INVALIDCALL);
3773 user_assert(StreamNumber < This->caps.MaxStreams, D3DERR_INVALIDCALL);
3794 user_assert(StreamNumber < This->caps.MaxStreams, D3DERR_INVALIDCALL);
3822 user_assert(StreamNumber < This->caps.MaxStreams, D3DERR_INVALIDCALL);
H A Dadapter9.c852 pCaps->MaxStreams =
H A Dnine_dump.c733 C2S("\nMaxStreams: %u", caps->MaxStreams);
/xsrc/external/mit/MesaLib.old/dist/include/D3D9/
H A Dd3d9caps.h352 DWORD MaxStreams; member in struct:_D3DCAPS9
/xsrc/external/mit/MesaLib/dist/include/D3D9/
H A Dd3d9caps.h352 DWORD MaxStreams; member in struct:_D3DCAPS9

Completed in 35 milliseconds