| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | stateblock9.c | 396 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 D | buffer9.c | 193 for (i = 0; i < device->caps.MaxStreams; i++) {
|
| H A D | nine_state.c | 813 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 D | vertexdeclaration9.c | 189 user_assert(nelems <= caps->MaxStreams, D3DERR_INVALIDCALL);
|
| H A D | adapter9.c | 814 pCaps->MaxStreams =
|
| H A D | nine_dump.c | 733 C2S("\nMaxStreams: %u", caps->MaxStreams);
|
| H A D | device9.c | 2385 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 D | stateblock9.c | 396 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 D | nine_state.c | 875 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 D | buffer9.c | 230 for (i = 0; i < device->caps.MaxStreams; i++) {
|
| H A D | vertexdeclaration9.c | 189 user_assert(nelems <= caps->MaxStreams, D3DERR_INVALIDCALL);
|
| H A D | device9.c | 2539 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 D | adapter9.c | 852 pCaps->MaxStreams =
|
| H A D | nine_dump.c | 733 C2S("\nMaxStreams: %u", caps->MaxStreams);
|
| /xsrc/external/mit/MesaLib.old/dist/include/D3D9/ |
| H A D | d3d9caps.h | 352 DWORD MaxStreams; member in struct:_D3DCAPS9
|
| /xsrc/external/mit/MesaLib/dist/include/D3D9/ |
| H A D | d3d9caps.h | 352 DWORD MaxStreams; member in struct:_D3DCAPS9
|