Searched refs:pipe_context (Results 1 - 25 of 760) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
H A Did_context.h36 struct pipe_context base; /**< base class */
38 struct pipe_context *pipe;
42 struct pipe_context *
43 identity_context_create(struct pipe_screen *screen, struct pipe_context *pipe);
47 identity_context(struct pipe_context *pipe)
H A Did_public.h32 struct pipe_context;
/external/mesa3d/src/gallium/drivers/identity/
H A Did_context.h36 struct pipe_context base; /**< base class */
38 struct pipe_context *pipe;
42 struct pipe_context *
43 identity_context_create(struct pipe_screen *screen, struct pipe_context *pipe);
47 identity_context(struct pipe_context *pipe)
H A Did_public.h32 struct pipe_context;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_simple_shaders.h36 struct pipe_context;
47 util_make_vertex_passthrough_shader(struct pipe_context *pipe,
53 util_make_vertex_passthrough_shader_with_so(struct pipe_context *pipe,
61 util_make_fragment_tex_shader_writemask(struct pipe_context *pipe,
67 util_make_fragment_tex_shader(struct pipe_context *pipe, unsigned tex_target,
72 util_make_fragment_tex_shader_writedepth(struct pipe_context *pipe,
78 util_make_fragment_tex_shader_writedepthstencil(struct pipe_context *pipe,
84 util_make_fragment_tex_shader_writestencil(struct pipe_context *pipe,
90 util_make_fragment_passthrough_shader(struct pipe_context *pipe);
94 util_make_fragment_cloneinput_shader(struct pipe_context *pip
[all...]
H A Du_pstipple.h34 struct pipe_context;
40 util_pstipple_create_stipple_texture(struct pipe_context *pipe,
44 util_pstipple_create_sampler_view(struct pipe_context *pipe,
48 util_pstipple_create_sampler(struct pipe_context *pipe);
51 util_pstipple_create_fragment_shader(struct pipe_context *pipe,
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_simple_shaders.h36 struct pipe_context;
47 util_make_vertex_passthrough_shader(struct pipe_context *pipe,
53 util_make_vertex_passthrough_shader_with_so(struct pipe_context *pipe,
61 util_make_fragment_tex_shader_writemask(struct pipe_context *pipe,
67 util_make_fragment_tex_shader(struct pipe_context *pipe, unsigned tex_target,
72 util_make_fragment_tex_shader_writedepth(struct pipe_context *pipe,
78 util_make_fragment_tex_shader_writedepthstencil(struct pipe_context *pipe,
84 util_make_fragment_tex_shader_writestencil(struct pipe_context *pipe,
90 util_make_fragment_passthrough_shader(struct pipe_context *pipe);
94 util_make_fragment_cloneinput_shader(struct pipe_context *pip
[all...]
H A Du_pstipple.h34 struct pipe_context;
40 util_pstipple_create_stipple_texture(struct pipe_context *pipe,
44 util_pstipple_create_sampler_view(struct pipe_context *pipe,
48 util_pstipple_create_sampler(struct pipe_context *pipe);
51 util_pstipple_create_fragment_shader(struct pipe_context *pipe,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
H A Dtr_context.h47 struct pipe_context base;
49 struct pipe_context *pipe;
54 trace_context(struct pipe_context *pipe)
61 struct pipe_context *
63 struct pipe_context *pipe);
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_context.h77 struct pipe_context { struct
83 void (*destroy)( struct pipe_context * );
89 void (*draw_vbo)( struct pipe_context *pipe,
98 void (*render_condition)( struct pipe_context *pipe,
106 struct pipe_query *(*create_query)( struct pipe_context *pipe,
109 void (*destroy_query)(struct pipe_context *pipe,
112 void (*begin_query)(struct pipe_context *pipe, struct pipe_query *q);
113 void (*end_query)(struct pipe_context *pipe, struct pipe_query *q);
120 boolean (*get_query_result)(struct pipe_context *pipe,
130 void * (*create_blend_state)(struct pipe_context *,
[all...]
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_context.h47 struct pipe_context base;
49 struct pipe_context *pipe;
54 trace_context(struct pipe_context *pipe)
61 struct pipe_context *
63 struct pipe_context *pipe);
/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h77 struct pipe_context { struct
83 void (*destroy)( struct pipe_context * );
89 void (*draw_vbo)( struct pipe_context *pipe,
98 void (*render_condition)( struct pipe_context *pipe,
106 struct pipe_query *(*create_query)( struct pipe_context *pipe,
109 void (*destroy_query)(struct pipe_context *pipe,
112 void (*begin_query)(struct pipe_context *pipe, struct pipe_query *q);
113 void (*end_query)(struct pipe_context *pipe, struct pipe_query *q);
120 boolean (*get_query_result)(struct pipe_context *pipe,
130 void * (*create_blend_state)(struct pipe_context *,
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_clear.h36 struct pipe_context;
39 llvmpipe_clear(struct pipe_context *pipe, unsigned buffers,
H A Dlp_flush.h33 struct pipe_context;
38 llvmpipe_flush(struct pipe_context *pipe,
43 llvmpipe_finish( struct pipe_context *pipe,
47 llvmpipe_flush_resource(struct pipe_context *pipe,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_clear.h35 struct pipe_context;
38 softpipe_clear(struct pipe_context *pipe, unsigned buffers,
H A Dsp_flush.h33 struct pipe_context;
39 softpipe_flush(struct pipe_context *pipe,
44 softpipe_flush_wrapped( struct pipe_context *pipe,
48 softpipe_flush_resource(struct pipe_context *pipe,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_ext_gallium.h36 struct pipe_context;
43 struct pipe_context * APIENTRY
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_clear.h36 struct pipe_context;
39 llvmpipe_clear(struct pipe_context *pipe, unsigned buffers,
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_clear.h35 struct pipe_context;
38 softpipe_clear(struct pipe_context *pipe, unsigned buffers,
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_ext_gallium.h36 struct pipe_context;
43 struct pipe_context * APIENTRY
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
H A Dglhd_public.h32 struct pipe_context;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_query.h32 struct pipe_context;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_transfer.h32 r300_texture_get_transfer(struct pipe_context *ctx,
39 r300_texture_transfer_destroy(struct pipe_context *ctx,
43 r300_texture_transfer_map(struct pipe_context *ctx,
47 r300_texture_transfer_unmap(struct pipe_context *ctx,
/external/mesa3d/src/gallium/drivers/galahad/
H A Dglhd_public.h32 struct pipe_context;
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_query.h32 struct pipe_context;

Completed in 425 milliseconds

1234567891011>>