HomeSort by relevance Sort by last modified time
    Searched defs:pipe (Results 176 - 200 of 541) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/mesa3d/src/gallium/drivers/swr/
swr_screen.cpp 31 #include "pipe/p_screen.h"
32 #include "pipe/p_defines.h"
873 struct pipe_context *pipe = screen->pipe; local
906 struct pipe_context *pipe = screen->pipe; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/dri/
drisw.c 41 #include "pipe/p_context.h"
42 #include "pipe-loader/pipe_loader.h"
335 struct pipe_context *pipe = st_ctx->pipe; local
344 map = pipe_transfer_map(pipe, res,
352 /* The pipe transfer has a pitch rounded up to the nearest 64 pixels.
361 pipe_transfer_unmap(pipe, transfer);
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.h 85 struct pipe_context *pipe; member in struct:xmesa_display
xm_st.c 96 struct pipe_context *pipe; local
101 pipe = xmesa_get_context(stfbi);
106 pipe->resource_copy_region(pipe, dst_ptex, 0, x, y, 0,
396 struct pipe_context *pipe; local
399 pipe = xstfb->display->pipe;
400 if (!pipe) {
401 pipe = xstfb->screen->context_create(xstfb->screen, NULL, 0);
402 if (!pipe)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
basetexture9.c 420 struct pipe_context *pipe; local
467 pipe = nine_context_get_pipe_acquire(This->base.base.device);
470 pipe->resource_copy_region(pipe,
494 struct pipe_context *pipe; local
575 pipe = nine_context_get_pipe_acquire(This->base.base.device);
576 This->view[sRGB] = pipe->create_sampler_view(pipe, resource, &templ);
surface9.c 37 #include "pipe/p_context.h"
38 #include "pipe/p_screen.h"
39 #include "pipe/p_state.h"
208 struct pipe_context *pipe = nine_context_get_pipe_multithread(This->base.base.device); local
209 pipe->transfer_unmap(pipe, This->transfer);
233 struct pipe_context *pipe; local
254 pipe = nine_context_get_pipe_acquire(This->base.base.device);
256 This->surface[0] = pipe->create_surface(pipe, resource, &templ)
412 struct pipe_context *pipe; local
539 struct pipe_context *pipe; local
686 struct pipe_context *pipe; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
decode.c 48 struct pipe_context *pipe; local
71 pipe = dev->context;
126 vldecoder->decoder = pipe->create_video_codec(pipe, &templat);
mixer.c 252 struct pipe_context *pipe = NULL; local
347 pipe = vmixer->device->context;
365 res = pipe->screen->resource_create(pipe->screen, &res_tmpl);
368 sampler_view = pipe->create_sampler_view(pipe, res, &sv_templ);
372 surface = pipe->create_surface(pipe, res, &surf_templ);
410 res = pipe->screen->resource_create(pipe->screen, &res_tmpl)
465 struct pipe_context *pipe = vmixer->device->context; local
    [all...]
output.c 52 struct pipe_context *pipe; local
66 pipe = dev->context;
67 if (!pipe)
97 if (!CheckSurfaceParams(pipe->screen, &res_tmpl))
100 res = pipe->screen->resource_create(pipe->screen, &res_tmpl);
105 vlsurface->sampler_view = pipe->create_sampler_view(pipe, res, &sv_templ);
111 vlsurface->surface = pipe->create_surface(pipe, res, &surf_templ)
147 struct pipe_context *pipe; local
202 struct pipe_context *pipe; local
250 struct pipe_context *pipe; local
433 struct pipe_context *pipe; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_composite.c 396 struct pipe_context *pipe = ctx->pipe; local
426 src_view = pipe->create_sampler_view(pipe, src_pic->srf->tex,
450 src_view = pipe->create_sampler_view(pipe, mask_pic->srf->tex,
xa_context.c 35 #include "pipe/p_context.h"
44 ctx->pipe->flush(ctx->pipe, &ctx->last_fence, 0);
59 ctx->pipe = xa->screen->context_create(xa->screen, NULL, 0);
60 ctx->cso = cso_create_context(ctx->pipe);
93 r->pipe->destroy(r->pipe);
107 struct pipe_context *pipe = ctx->pipe; local
116 map = pipe_transfer_map(pipe, srf->tex, 0, 0
141 struct pipe_context *pipe = ctx->pipe; local
180 struct pipe_context *pipe = srf->mapping_pipe; local
    [all...]
xa_tracker.c 33 #include "pipe/p_state.h"
34 #include "pipe/p_format.h"
35 #include "pipe-loader/pipe_loader.h"
496 struct pipe_context *pipe = xa->default_ctx->pipe; local
500 pipe->resource_copy_region(pipe, texture,
553 res = screen->resource_get_handle(screen, srf->xa->default_ctx->pipe,
  /external/mesa3d/src/gallium/state_trackers/xvmc/
surface.c 33 #include "pipe/p_video_codec.h"
34 #include "pipe/p_video_state.h"
35 #include "pipe/p_state.h"
157 struct pipe_context *pipe; local
171 pipe = context_priv->pipe;
178 tmpl.buffer_format = pipe->screen->get_video_param
180 pipe->screen,
188 tmpl.interlaced = pipe->screen->get_video_param
190 pipe->screen
356 struct pipe_context *pipe; local
474 struct pipe_context *pipe; local
    [all...]
  /external/mesa3d/src/gallium/tests/trivial/
quad-tex.c 35 #include "pipe/p_state.h"
37 #include "pipe/p_context.h"
39 #include "pipe/p_screen.h"
41 #include "pipe/p_defines.h"
43 #include "pipe/p_shader_tokens.h"
60 /* to get a hardware pipe driver */
61 #include "pipe-loader/pipe_loader.h"
67 struct pipe_context *pipe; member in struct:program
98 /* init a pipe screen */
102 /* create the pipe driver context and cso context *
    [all...]
tri.c 35 #include "pipe/p_state.h"
37 #include "pipe/p_context.h"
39 #include "pipe/p_screen.h"
41 #include "pipe/p_defines.h"
43 #include "pipe/p_shader_tokens.h"
58 /* to get a hardware pipe driver */
59 #include "pipe-loader/pipe_loader.h"
65 struct pipe_context *pipe; member in struct:program
93 /* init a pipe screen */
97 /* create the pipe driver context and cso context *
    [all...]
  /external/mesa3d/src/mesa/main/
pipelineobj.c 229 struct gl_pipeline_object *pipe = _mesa_lookup_pipeline_object(ctx, pipeline); local
237 if (!pipe) {
245 pipe->EverBound = GL_TRUE;
277 if (ctx->_Shader == pipe) {
328 _mesa_use_shader_program(ctx, GL_VERTEX_SHADER, shProg, pipe);
331 _mesa_use_shader_program(ctx, GL_FRAGMENT_SHADER, shProg, pipe);
334 _mesa_use_shader_program(ctx, GL_GEOMETRY_SHADER, shProg, pipe);
337 _mesa_use_shader_program(ctx, GL_TESS_CONTROL_SHADER, shProg, pipe);
340 _mesa_use_shader_program(ctx, GL_TESS_EVALUATION_SHADER, shProg, pipe);
343 _mesa_use_shader_program(ctx, GL_COMPUTE_SHADER, shProg, pipe);
357 struct gl_pipeline_object *pipe = _mesa_lookup_pipeline_object(ctx, pipeline); local
621 struct gl_pipeline_object *pipe = _mesa_lookup_pipeline_object(ctx, pipeline); local
964 struct gl_pipeline_object *pipe = _mesa_lookup_pipeline_object(ctx, pipeline); local
985 struct gl_pipeline_object *pipe = _mesa_lookup_pipeline_object(ctx, pipeline); local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_clear.c 51 #include "pipe/p_context.h"
52 #include "pipe/p_shader_tokens.h"
53 #include "pipe/p_state.h"
54 #include "pipe/p_defines.h"
110 util_make_fragment_passthrough_shader(st->pipe, TGSI_SEMANTIC_GENERIC,
132 st->clear.vs = util_make_vertex_passthrough_shader(st->pipe, 2,
146 struct pipe_context *pipe = st->pipe; local
148 if (!pipe->screen->get_param(pipe->screen, PIPE_CAP_TGSI_INSTANCEID))
    [all...]
st_cb_copyimage.c 252 blit(struct pipe_context *pipe,
276 pipe->blit(pipe, &blit);
280 swizzled_copy(struct pipe_context *pipe,
333 blit(pipe, dst, blit_dst_format, dst_level, dstx, dsty, dstz,
398 handle_complex_copy(struct pipe_context *pipe,
430 blit(pipe, dst, noncanon_format, dst_level, dstx, dsty, dstz, src,
437 blit(pipe, dst, canon_format, dst_level, dstx, dsty, dstz, src,
445 temp = create_texture(pipe->screen, canon_format, src->nr_samples,
452 blit(pipe, temp, canon_format, 0, 0, 0, 0, src, noncanon_format
630 struct pipe_context *pipe = st->pipe; local
    [all...]
st_cb_drawtex.c 28 #include "pipe/p_context.h"
29 #include "pipe/p_defines.h"
31 #include "pipe/p_shader_tokens.h"
60 lookup_shader(struct pipe_context *pipe,
95 util_make_vertex_passthrough_shader(pipe,
110 struct pipe_context *pipe = st->pipe; local
246 void *vs = lookup_shader(pipe, numAttribs,
279 util_draw_vertex_buffer(pipe, cso, vbuffer,
st_cb_fbo.c 45 #include "pipe/p_context.h"
46 #include "pipe/p_defines.h"
47 #include "pipe/p_screen.h"
115 struct pipe_context *pipe = st->pipe; local
116 struct pipe_screen *screen = st->pipe->screen;
219 strb->surface = pipe->create_surface(pipe,
242 pipe_surface_release(st->pipe, &strb->surface);
389 struct pipe_context *pipe = st->pipe local
486 struct pipe_context *pipe = st->pipe; local
755 struct pipe_context *pipe = st->pipe; local
825 struct pipe_context *pipe = st->pipe; local
    [all...]
st_cb_perfmon.c 35 #include "pipe/p_context.h"
36 #include "pipe/p_screen.h"
44 struct pipe_context *pipe = st->pipe; local
103 cntr->query = pipe->create_query(pipe, stc->query_type, 0);
113 stm->batch_query = pipe->create_batch_query(pipe, num_batch_counters,
130 struct pipe_context *pipe)
137 pipe->destroy_query(pipe, query)
164 struct pipe_context *pipe = st_context(ctx)->pipe; local
174 struct pipe_context *pipe = st_context(ctx)->pipe; local
206 struct pipe_context *pipe = st_context(ctx)->pipe; local
224 struct pipe_context *pipe = st_context(ctx)->pipe; local
240 struct pipe_context *pipe = st_context(ctx)->pipe; local
272 struct pipe_context *pipe = st_context(ctx)->pipe; local
    [all...]
st_cb_readpixels.c 101 struct pipe_context *pipe = st->pipe; local
102 struct pipe_screen *screen = pipe->screen;
183 sampler_view = pipe->create_sampler_view(pipe, texture, &templ);
245 pipe->memory_barrier(pipe, PIPE_BARRIER_ALL);
272 struct pipe_context *pipe = st->pipe; local
273 struct pipe_screen *screen = pipe->screen
413 struct pipe_context *pipe = st->pipe; local
    [all...]
st_pbo.c 35 #include "pipe/p_context.h"
36 #include "pipe/p_defines.h"
37 #include "pipe/p_screen.h"
342 return ureg_create_shader_and_destroy(ureg, st->pipe);
386 return ureg_create_shader_and_destroy(ureg, st->pipe);
410 struct pipe_context *pipe = st->pipe; local
411 struct pipe_screen *screen = pipe->screen;
548 return ureg_create_shader_and_destroy(ureg, pipe);
599 struct pipe_context *pipe = st->pipe local
    [all...]
  /external/webrtc/webrtc/video/
video_quality_test.h 60 FakeNetworkPipe::Config pipe; member in struct:webrtc::VideoQualityTest::Params
  /frameworks/base/core/java/com/android/internal/os/
TransferPipe.java 40 * Helper for transferring data through a pipe from a client app.
104 ParcelFileDescriptor[] pipe = ParcelFileDescriptor.createPipe(); local
106 TransferPipe.dumpAsync(binder, pipe[1].getFileDescriptor(), args);
109 pipe[1].close();
110 pipe[1] = null;
114 try (FileInputStream is = new FileInputStream(pipe[0].getFileDescriptor())) {
128 pipe[0].close();
129 IoUtils.closeQuietly(pipe[1]);
255 Slog.w(TAG, "Pipe has been closed...");
262 if (DEBUG) Slog.i(TAG, "Ready to read pipe...")
    [all...]

Completed in 415 milliseconds

1 2 3 4 5 6 78 91011>>