Searched refs:tfbbuf (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_shader_state.c | 302 if (nvc0->tfbbuf[b]) 303 nvc0_so_target(nvc0->tfbbuf[b])->stride = tfb->stride[b]; 315 struct nvc0_so_target *targ = nvc0_so_target(nvc0->tfbbuf[b]);
|
| H A D | nvc0_state.c | 1105 const bool changed = nvc0->tfbbuf[i] != targets[i]; 1111 if (nvc0->tfbbuf[i] && changed) 1112 nvc0_so_target_save_offset(pipe, nvc0->tfbbuf[i], i, &serialize); 1117 pipe_so_target_reference(&nvc0->tfbbuf[i], targets[i]); 1120 if (nvc0->tfbbuf[i]) { 1122 nvc0_so_target_save_offset(pipe, nvc0->tfbbuf[i], i, &serialize); 1123 pipe_so_target_reference(&nvc0->tfbbuf[i], NULL);
|
| H A D | nvc0_context.h | 260 struct pipe_stream_output_target *tfbbuf[4]; member in struct:nvc0_context
|
| H A D | nvc0_context.c | 175 pipe_so_target_reference(&nvc0->tfbbuf[i], NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_shader_state.c | 334 if (nvc0->tfbbuf[b]) 335 nvc0_so_target(nvc0->tfbbuf[b])->stride = tfb->stride[b]; 347 struct nvc0_so_target *targ = nvc0_so_target(nvc0->tfbbuf[b]);
|
| H A D | nvc0_state.c | 1149 const bool changed = nvc0->tfbbuf[i] != targets[i]; 1155 if (nvc0->tfbbuf[i] && changed) 1156 nvc0_so_target_save_offset(pipe, nvc0->tfbbuf[i], i, &serialize); 1161 pipe_so_target_reference(&nvc0->tfbbuf[i], targets[i]); 1164 if (nvc0->tfbbuf[i]) { 1166 nvc0_so_target_save_offset(pipe, nvc0->tfbbuf[i], i, &serialize); 1167 pipe_so_target_reference(&nvc0->tfbbuf[i], NULL);
|
| H A D | nvc0_context.h | 262 struct pipe_stream_output_target *tfbbuf[4]; member in struct:nvc0_context
|
| H A D | nvc0_context.c | 228 pipe_so_target_reference(&nvc0->tfbbuf[i], NULL);
|
Completed in 11 milliseconds