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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_shader_state.c302 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 Dnvc0_state.c1105 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 Dnvc0_context.h260 struct pipe_stream_output_target *tfbbuf[4]; member in struct:nvc0_context
H A Dnvc0_context.c175 pipe_so_target_reference(&nvc0->tfbbuf[i], NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_shader_state.c334 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 Dnvc0_state.c1149 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 Dnvc0_context.h262 struct pipe_stream_output_target *tfbbuf[4]; member in struct:nvc0_context
H A Dnvc0_context.c228 pipe_so_target_reference(&nvc0->tfbbuf[i], NULL);

Completed in 11 milliseconds