HomeSort by relevance Sort by last modified time
    Searched full:pipe (Results 251 - 275 of 5243) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_flush.h 31 #include "pipe/p_compiler.h"
38 llvmpipe_flush(struct pipe_context *pipe,
43 llvmpipe_finish( struct pipe_context *pipe,
47 llvmpipe_flush_resource(struct pipe_context *pipe,
lp_state_so.c 37 llvmpipe_create_stream_output_state(struct pipe_context *pipe,
53 llvmpipe_bind_stream_output_state(struct pipe_context *pipe,
56 struct llvmpipe_context *lp = llvmpipe_context(pipe);
68 llvmpipe_delete_stream_output_state(struct pipe_context *pipe, void *so)
74 llvmpipe_set_stream_output_buffers(struct pipe_context *pipe,
79 struct llvmpipe_context *lp = llvmpipe_context(pipe);
122 llvmpipe->pipe.create_stream_output_state =
124 llvmpipe->pipe.bind_stream_output_state =
126 llvmpipe->pipe.delete_stream_output_state =
129 llvmpipe->pipe.set_stream_output_buffers
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_fragprog.c 38 struct pipe_context *pipe = &nv30->base.pipe; local
44 fp->buffer = pipe_buffer_create(pipe->screen, 0, 0, fp->insn_len * 4);
47 map = pipe_buffer_map(pipe, fp->buffer, PIPE_TRANSFER_WRITE, &transfer);
54 pipe_buffer_unmap(pipe, transfer);
131 nv30_fp_state_create(struct pipe_context *pipe,
138 fp->pipe.tokens = tgsi_dup_tokens(cso->tokens);
139 tgsi_scan_shader(fp->pipe.tokens, &fp->info);
144 nv30_fp_state_delete(struct pipe_context *pipe, void *hwcso)
150 FREE((void *)fp->pipe.tokens)
    [all...]
nv30_fragtex.c 49 const struct nv30_texfmt *fmt = nv30_texfmt(pscreen, sv->pipe.format);
50 struct pipe_resource *pt = sv->pipe.texture;
60 if (ss->pipe.min_mip_filter == PIPE_TEX_MIPFILTER_NONE) {
75 if (ss->pipe.compare_mode != PIPE_TEX_COMPARE_R_TO_TEXTURE) {
97 if (ss->pipe.compare_mode != PIPE_TEX_COMPARE_R_TO_TEXTURE) {
99 if (ss->pipe.normalized_coords)
105 if (ss->pipe.normalized_coords)
110 if (ss->pipe.normalized_coords)
116 if (ss->pipe.normalized_coords)
153 nv30_fragtex_sampler_states_bind(struct pipe_context *pipe,
    [all...]
nv40_verttex.c 51 nv40_verttex_sampler_states_bind(struct pipe_context *pipe,
54 struct nv30_context *nv30 = nv30_context(pipe);
73 nv40_verttex_set_sampler_views(struct pipe_context *pipe, unsigned nr,
76 struct nv30_context *nv30 = nv30_context(pipe);
96 nv40_verttex_init(struct pipe_context *pipe)
98 pipe->bind_vertex_sampler_states = nv40_verttex_sampler_states_bind;
99 pipe->set_vertex_sampler_views = nv40_verttex_set_sampler_views;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_transfer.h 5 #include "pipe/p_state.h"
nv50_resource.c 2 #include "pipe/p_context.h"
34 nv50_surface_from_buffer(struct pipe_context *pipe,
62 sf->base.context = pipe;
67 nv50_surface_create(struct pipe_context *pipe,
72 return nv50_surface_from_buffer(pipe, pres, templ);
73 return nv50_miptree_surface_new(pipe, pres, templ);
77 nv50_surface_destroy(struct pipe_context *pipe, struct pipe_surface *ps)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_resource.c 2 #include "pipe/p_context.h"
35 nvc0_surface_create(struct pipe_context *pipe,
40 return nv50_surface_from_buffer(pipe, pres, templ);
41 return nvc0_miptree_surface_new(pipe, pres, templ);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_flush.h 31 #include "pipe/p_compiler.h"
39 softpipe_flush(struct pipe_context *pipe,
44 softpipe_flush_wrapped( struct pipe_context *pipe,
48 softpipe_flush_resource(struct pipe_context *pipe,
sp_screen.h 34 #include "pipe/p_screen.h"
35 #include "pipe/p_defines.h"
53 softpipe_screen( struct pipe_screen *pipe )
55 return (struct softpipe_screen *)pipe;
  /external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/
drisw_api.h 4 #include "pipe/p_compiler.h"
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_renderer.h 4 #include "pipe/p_context.h"
5 #include "pipe/p_state.h"
19 struct pipe_context *pipe; member in struct:xorg_renderer
38 struct xorg_renderer *renderer_create(struct pipe_context *pipe);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_flush.h 31 #include "pipe/p_compiler.h"
38 llvmpipe_flush(struct pipe_context *pipe,
43 llvmpipe_finish( struct pipe_context *pipe,
47 llvmpipe_flush_resource(struct pipe_context *pipe,
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_fragprog.c 38 struct pipe_context *pipe = &nv30->base.pipe; local
44 fp->buffer = pipe_buffer_create(pipe->screen, 0, 0, fp->insn_len * 4);
47 map = pipe_buffer_map(pipe, fp->buffer, PIPE_TRANSFER_WRITE, &transfer);
54 pipe_buffer_unmap(pipe, transfer);
131 nv30_fp_state_create(struct pipe_context *pipe,
138 fp->pipe.tokens = tgsi_dup_tokens(cso->tokens);
139 tgsi_scan_shader(fp->pipe.tokens, &fp->info);
144 nv30_fp_state_delete(struct pipe_context *pipe, void *hwcso)
150 FREE((void *)fp->pipe.tokens)
    [all...]
nv30_fragtex.c 49 const struct nv30_texfmt *fmt = nv30_texfmt(pscreen, sv->pipe.format);
50 struct pipe_resource *pt = sv->pipe.texture;
60 if (ss->pipe.min_mip_filter == PIPE_TEX_MIPFILTER_NONE) {
75 if (ss->pipe.compare_mode != PIPE_TEX_COMPARE_R_TO_TEXTURE) {
97 if (ss->pipe.compare_mode != PIPE_TEX_COMPARE_R_TO_TEXTURE) {
99 if (ss->pipe.normalized_coords)
105 if (ss->pipe.normalized_coords)
110 if (ss->pipe.normalized_coords)
116 if (ss->pipe.normalized_coords)
153 nv30_fragtex_sampler_states_bind(struct pipe_context *pipe,
    [all...]
nv40_verttex.c 51 nv40_verttex_sampler_states_bind(struct pipe_context *pipe,
54 struct nv30_context *nv30 = nv30_context(pipe);
73 nv40_verttex_set_sampler_views(struct pipe_context *pipe, unsigned nr,
76 struct nv30_context *nv30 = nv30_context(pipe);
96 nv40_verttex_init(struct pipe_context *pipe)
98 pipe->bind_vertex_sampler_states = nv40_verttex_sampler_states_bind;
99 pipe->set_vertex_sampler_views = nv40_verttex_set_sampler_views;
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_transfer.h 5 #include "pipe/p_state.h"
nv50_resource.c 2 #include "pipe/p_context.h"
34 nv50_surface_from_buffer(struct pipe_context *pipe,
62 sf->base.context = pipe;
67 nv50_surface_create(struct pipe_context *pipe,
72 return nv50_surface_from_buffer(pipe, pres, templ);
73 return nv50_miptree_surface_new(pipe, pres, templ);
77 nv50_surface_destroy(struct pipe_context *pipe, struct pipe_surface *ps)
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_resource.c 2 #include "pipe/p_context.h"
35 nvc0_surface_create(struct pipe_context *pipe,
40 return nv50_surface_from_buffer(pipe, pres, templ);
41 return nvc0_miptree_surface_new(pipe, pres, templ);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_flush.h 31 #include "pipe/p_compiler.h"
39 softpipe_flush(struct pipe_context *pipe,
44 softpipe_flush_wrapped( struct pipe_context *pipe,
48 softpipe_flush_resource(struct pipe_context *pipe,
sp_screen.h 34 #include "pipe/p_screen.h"
35 #include "pipe/p_defines.h"
53 softpipe_screen( struct pipe_screen *pipe )
55 return (struct softpipe_screen *)pipe;
  /external/mesa3d/src/gallium/include/state_tracker/
drisw_api.h 4 #include "pipe/p_compiler.h"
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_renderer.h 4 #include "pipe/p_context.h"
5 #include "pipe/p_state.h"
19 struct pipe_context *pipe; member in struct:xorg_renderer
38 struct xorg_renderer *renderer_create(struct pipe_context *pipe);
  /frameworks/native/libs/input/tests/
TestHelpers.h 26 class Pipe {
31 Pipe() {
33 ::pipe(fds);
39 ~Pipe() {
  /system/core/libutils/tests/
TestHelpers.h 24 class Pipe {
29 Pipe() {
31 ::pipe(fds);
37 ~Pipe() {

Completed in 779 milliseconds

<<11121314151617181920>>