HomeSort by relevance Sort by last modified time
    Searched refs:tfbbuf (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_shader_state.c 238 if (nvc0->tfbbuf[b])
239 nvc0_so_target(nvc0->tfbbuf[b])->stride = tfb->stride[b];
252 struct nvc0_so_target *targ = nvc0_so_target(nvc0->tfbbuf[b]);
nvc0_state.c 919 if (nvc0->tfbbuf[i] == targets[i] && (append_mask & (1 << i)))
923 if (nvc0->tfbbuf[i] && nvc0->tfbbuf[i] != targets[i])
924 nvc0_so_target_save_offset(pipe, nvc0->tfbbuf[i], i, &serialize);
929 pipe_so_target_reference(&nvc0->tfbbuf[i], targets[i]);
933 nvc0_so_target_save_offset(pipe, nvc0->tfbbuf[i], i, &serialize);
934 pipe_so_target_reference(&nvc0->tfbbuf[i], NULL);
nvc0_context.c 81 pipe_so_target_reference(&nvc0->tfbbuf[i], NULL);
nvc0_context.h 159 struct pipe_stream_output_target *tfbbuf[4]; member in struct:nvc0_context

Completed in 1034 milliseconds