Lines Matching defs:target
379 tmpl.target = PIPE_BUFFER;
419 tmpl.target = PIPE_TEXTURE_2D;
510 tmplt.target = PIPE_TEXTURE_2D;
535 templ.target = This->dummy_texture->target;
1722 src_res->target,
1848 dst_res->target,
3223 struct pipe_stream_output_target *target;
3285 templ.target = PIPE_BUFFER;
3298 target = pipe_sw->create_stream_output_target(pipe_sw, resource,
3300 if (!target) {
3318 pipe_sw->set_stream_output_targets(pipe_sw, 1, &target, offsets);
3323 pipe_sw->stream_output_target_destroy(pipe_sw, target);