| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| lp_state_so.c | 73 struct pipe_stream_output_target **targets, 85 if (targets[i] && targets[i]->context != pipe) { 89 pipe_so_target_reference((struct pipe_stream_output_target **)&llvmpipe->so_targets[i], targets[i]); 96 if (targets[i]) { 97 void *buf = llvmpipe_resource(targets[i]->buffer)->data;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| sp_state_so.c | 65 struct pipe_stream_output_target **targets, 72 pipe_so_target_reference((struct pipe_stream_output_target **)&softpipe->so_targets[i], targets[i]); 74 if (targets[i]) { 75 void *buf = softpipe_resource(targets[i]->buffer)->data;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| st_cb_xformfb.c | 55 struct pipe_stream_output_target *targets[PIPE_MAX_SO_BUFFERS]; member in struct:st_transform_feedback_object 58 * It contains stream output targets from the last call of 95 /* Unreference targets. */ 97 pipe_so_target_reference(&sobj->targets[i], NULL); 117 ARRAY_SIZE(sobj->targets)); 128 if (!sobj->targets[i] || 129 sobj->targets[i] == sobj->draw_count[stream] || 130 sobj->targets[i]->buffer != bo->buffer || 131 sobj->targets[i]->buffer_offset != sobj->base.Offset[i] || 132 sobj->targets[i]->buffer_size != sobj->base.Size[i]) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| lp_state_so.c | 66 struct pipe_stream_output_target **targets, 78 if (targets[i] && targets[i]->context != pipe) { 82 pipe_so_target_reference((struct pipe_stream_output_target **)&llvmpipe->so_targets[i], targets[i]);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| st_cb_xformfb.c | 54 struct pipe_stream_output_target *targets[PIPE_MAX_SO_BUFFERS]; member in struct:st_transform_feedback_object 57 * It contains stream output targets from the last call of 94 /* Unreference targets. */ 96 pipe_so_target_reference(&sobj->targets[i], NULL); 120 ARRAY_SIZE(sobj->targets)); 131 if (!sobj->targets[i] || 132 sobj->targets[i] == sobj->draw_count[stream] || 133 sobj->targets[i]->buffer != bo->buffer || 134 sobj->targets[i]->buffer_offset != sobj->base.Offset[i] || 135 sobj->targets[i]->buffer_size != sobj->base.Size[i]) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/ |
| SConstruct | 55 targets = ARGUMENTS['targets'] 59 targets = targets.split(',') 60 print('scons: warning: targets option is deprecated; pass the targets on their own such as') 62 print(' scons %s' % ' '.join(targets)) 64 COMMAND_LINE_TARGETS.append(targets) 164 env.Help('Recognized targets:\n')
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/ |
| virgl_streamout.c | 69 struct pipe_stream_output_target **targets, 75 if (targets[i]) 76 pipe_resource_reference(&vctx->so_targets[i].base.buffer, targets[i]->buffer); 83 virgl_encoder_set_so_targets(vctx, num_targets, targets, 0);//append_bitmask);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| si_state_streamout.c | 92 struct pipe_stream_output_target **targets, 111 if (sctx->streamout.targets[i]) 112 si_resource(sctx->streamout.targets[i]->b.buffer)->TC_L2_dirty = true; 129 /* All readers of the streamout targets need to be finished before we can 130 * start writing to the targets. 145 /* Set the new targets. */ 148 si_so_target_reference(&sctx->streamout.targets[i], targets[i]); 149 if (!targets[i]) 152 si_context_add_resource_size(sctx, targets[i]->buffer) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| si_state_streamout.c | 78 struct pipe_stream_output_target **targets, 98 if (sctx->streamout.targets[i]) 99 si_resource(sctx->streamout.targets[i]->b.buffer)->TC_L2_dirty = true; 129 /* All readers of the streamout targets need to be finished before we can 130 * start writing to the targets. 149 /* Set the new targets. */ 152 si_so_target_reference(&sctx->streamout.targets[i], targets[i]); 153 if (!targets[i]) 156 si_context_add_resource_size(sctx, targets[i]->buffer) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/ |
| virgl_streamout.c | 74 struct pipe_stream_output_target **targets, 80 if (targets[i]) { 82 struct virgl_resource *res = virgl_resource(targets[i]->buffer); 84 pipe_resource_reference(&vctx->so_targets[i].base.buffer, targets[i]->buffer); 94 virgl_encoder_set_so_targets(vctx, num_targets, targets, 0);//append_bitmask);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| sp_state_so.c | 65 struct pipe_stream_output_target **targets, 72 pipe_so_target_reference((struct pipe_stream_output_target **)&softpipe->so_targets[i], targets[i]);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| draw_pt_so_emit.c | 99 if (draw->so.targets[i]) { 136 struct draw_so_target *target = draw->so.targets[i]; 157 if (!draw->so.targets[ob]) { 161 draw->so.targets[ob]->target.buffer_size) { 193 buffer = (float *)((char *)draw->so.targets[ob]->mapping + 194 draw->so.targets[ob]->target.buffer_offset + 195 draw->so.targets[ob]->internal_offset) + 209 draw->so.targets[ob]->internal_offset, 220 struct draw_so_target *target = draw->so.targets[ob];
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| draw_pt_so_emit.c | 95 if (draw->so.targets[i]) { 132 struct draw_so_target *target = draw->so.targets[i]; 153 if (!draw->so.targets[ob]) { 157 draw->so.targets[ob]->target.buffer_size) { 189 buffer = (float *)((char *)draw->so.targets[ob]->mapping + 190 draw->so.targets[ob]->target.buffer_offset + 191 draw->so.targets[ob]->internal_offset) + 205 draw->so.targets[ob]->internal_offset, 216 struct draw_so_target *target = draw->so.targets[ob];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| r600_streamout.c | 115 struct pipe_stream_output_target **targets, 127 /* Set the new targets. */ 129 pipe_so_target_reference((struct pipe_stream_output_target**)&rctx->streamout.targets[i], targets[i]); 130 if (!targets[i]) 133 r600_context_add_resource_size(ctx, targets[i]->buffer); 139 pipe_so_target_reference((struct pipe_stream_output_target**)&rctx->streamout.targets[i], NULL); 184 struct r600_so_target **t = rctx->streamout.targets; 257 struct r600_so_target **t = rctx->streamout.targets;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| r600_streamout.c | 115 struct pipe_stream_output_target **targets, 127 /* Set the new targets. */ 129 pipe_so_target_reference((struct pipe_stream_output_target**)&rctx->streamout.targets[i], targets[i]); 130 if (!targets[i]) 133 r600_context_add_resource_size(ctx, targets[i]->buffer); 139 pipe_so_target_reference((struct pipe_stream_output_target**)&rctx->streamout.targets[i], NULL); 184 struct r600_so_target **t = rctx->streamout.targets; 257 struct r600_so_target **t = rctx->streamout.targets;
|
| /xsrc/external/mit/libICE/dist/ |
| docbook.am | 78 --stringparam targets.filename "$@" \ 79 --stringparam collect.xref.targets "only" \
|
| /xsrc/external/mit/libSM/dist/ |
| docbook.am | 78 --stringparam targets.filename "$@" \ 79 --stringparam collect.xref.targets "only" \
|
| /xsrc/external/mit/libX11/dist/ |
| docbook.am | 78 --stringparam targets.filename "$@" \ 79 --stringparam collect.xref.targets "only" \
|
| /xsrc/external/mit/libX11/dist/specs/i18n/compose/ |
| docbook-nl.am | 95 --stringparam targets.filename "$@" \ 96 --stringparam collect.xref.targets "only"
|
| /xsrc/external/mit/libXaw/dist/ |
| docbook.am | 78 --stringparam targets.filename "$@" \ 79 --stringparam collect.xref.targets "only" \
|
| /xsrc/external/mit/libXdmcp/dist/ |
| docbook.am | 78 --stringparam targets.filename "$@" \ 79 --stringparam collect.xref.targets "only" \
|
| /xsrc/external/mit/libXext/dist/ |
| docbook.am | 78 --stringparam targets.filename "$@" \ 79 --stringparam collect.xref.targets "only" \
|
| /xsrc/external/mit/libXi/dist/ |
| docbook.am | 78 --stringparam targets.filename "$@" \ 79 --stringparam collect.xref.targets "only" \
|
| /xsrc/external/mit/libXmu/dist/ |
| docbook.am | 78 --stringparam targets.filename "$@" \ 79 --stringparam collect.xref.targets "only" \
|
| /xsrc/external/mit/libXt/dist/ |
| docbook.am | 78 --stringparam targets.filename "$@" \ 79 --stringparam collect.xref.targets "only" \
|