| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | 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; 71 llvmpipe_set_so_targets(struct pipe_context * pipe,unsigned num_targets,struct pipe_stream_output_target ** targets,const unsigned * offsets) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | 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[ [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | 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]); 64 llvmpipe_set_so_targets(struct pipe_context * pipe,unsigned num_targets,struct pipe_stream_output_target ** targets,const unsigned * offsets) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | 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; 63 softpipe_set_so_targets(struct pipe_context * pipe,unsigned num_targets,struct pipe_stream_output_target ** targets,const unsigned * offsets) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | 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[ [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/ |
| H A D | 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); 67 virgl_set_so_targets(struct pipe_context * ctx,unsigned num_targets,struct pipe_stream_output_target ** targets,const unsigned * offset) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | 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[ 90 si_set_streamout_targets(struct pipe_context * ctx,unsigned num_targets,struct pipe_stream_output_target ** targets,const unsigned * offsets) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/ |
| H A D | 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); 72 virgl_set_so_targets(struct pipe_context * ctx,unsigned num_targets,struct pipe_stream_output_target ** targets,const unsigned * offset) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | 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[ 77 si_set_streamout_targets(struct pipe_context * ctx,unsigned num_targets,struct pipe_stream_output_target ** targets,const unsigned * offsets) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | 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]); 63 softpipe_set_so_targets(struct pipe_context * pipe,unsigned num_targets,struct pipe_stream_output_target ** targets,const unsigned * offsets) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | 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/auxiliary/draw/ |
| H A D | 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/drivers/r600/ |
| H A D | 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; 113 r600_set_streamout_targets(struct pipe_context * ctx,unsigned num_targets,struct pipe_stream_output_target ** targets,const unsigned * offsets) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | 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; 113 r600_set_streamout_targets(struct pipe_context * ctx,unsigned num_targets,struct pipe_stream_output_target ** targets,const unsigned * offsets) argument
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/ |
| H A D | x-selection.h | 50 Atom primary, clipboard, text, utf8_string, string, targets, multiple,
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/pbproxy/ |
| H A D | x-selection.h | 50 Atom primary, clipboard, text, utf8_string, string, targets, multiple,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/ |
| H A D | blend.rst | 27 performed on all render targets. 30 The blend_enable flag is ignored for all render targets when logical 62 These members affect all render targets. 71 drivers for any reason, and some render targets may always or never be 87 If disabled, blend state is the same for all render targets, and only
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/cso/ |
| H A D | blend.rst | 27 performed on all render targets. 30 The blend_enable flag is ignored for all render targets when logical 62 These members affect all render targets. 71 drivers for any reason, and some render targets may always or never be 87 If disabled, blend state is the same for all render targets, and only
|
| /xsrc/external/mit/MesaLib.old/dist/scons/ |
| H A D | gallium.py | 63 targets = [] 68 targets += install(env, dlls, 'bin') 70 targets += install(env, libs, 'lib') 76 targets += last 82 targets += last 83 return targets
|
| /xsrc/external/mit/freetype/dist/builds/ |
| H A D | link_dos.mk | 25 # The cleanup targets.
|
| H A D | link_std.mk | 25 # The cleanup targets.
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/openswr/ |
| H A D | usage.rst | 31 build/linux-x86_64/gallium/targets/libgl-xlib/libGL.so
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | Makefile.cygnus | 92 targets: $(LIBDIR)/$(GLUT_LIB)
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 17.0.6.rst | 90 - travis: add separate "scons" and "scons llvm" targets 95 - travis: add Gallium state-tracker targets 110 - gallium/targets: fix bool setting on BE architectures 145 - freedreno/a3xx: fix hang w/ large render targets and small gmem
|
| /xsrc/external/mit/xorg-server.old/dist/ |
| H A D | manpages.am | 13 # The calling Makefile should only contain man page targets
|