Home
last modified time | relevance | path

Searched defs:pipe (Results 401 - 425 of 1735) sorted by relevance

1...<<11121314151617181920>>...70

/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.c171 struct pipe_context *pipe = tc->pipe; in sp_tile_cache_set_surface() local
[all...]
H A Dsp_tex_tile_cache.h84 struct pipe_context *pipe; member
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DInputAssembly.cpp132 struct pipe_context *pipe = pDevice->pipe; in IaSetVertexBuffers() local
275 struct pipe_context *pipe = CastPipeContext(hDevice); in CreateElementLayout() local
341 struct pipe_context *pipe = CastPipeContext(hDevice); in DestroyElementLayout() local
364 struct pipe_context *pipe = CastPipeContext(hDevice); IaSetInputLayout() local
[all...]
H A DDxgiFns.cpp61 struct pipe_context *pipe = CastPipeDevice(pPresentData->hDevice); in _Present() local
295 struct pipe_context *pipe = CastPipeDevice(RotateResourceIdentities->hDevice); in _RotateResourceIdentities() local
H A DDraw.cpp70 struct pipe_context *pipe = pDevice->pipe; in ResolveState() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_image_view.c120 svga_set_shader_images(struct pipe_context *pipe, in svga_set_shader_images() argument
H A Dsvga_pipe_rasterizer.c188 svga_create_rasterizer_state(struct pipe_context *pipe, in svga_create_rasterizer_state() argument
427 svga_bind_rasterizer_state(struct pipe_context *pipe, void *state) in svga_bind_rasterizer_state() argument
453 svga_delete_rasterizer_state(struct pipe_context *pipe, void *state) in svga_delete_rasterizer_state() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/xvmc/
H A Dcontext.c193 struct pipe_context *pipe; in XvMCCreateContext() local
[all...]
/third_party/node/src/
H A Dstream_pipe.cc109 StreamPipe* pipe = ContainerOf(&StreamPipe::readable_listener_, this); in OnStreamAlloc() local
117 StreamPipe* pipe = ContainerOf(&StreamPipe::readable_listener_, this); in OnStreamRead() local
159 StreamPipe* pipe = ContainerOf(&StreamPipe::writable_listener_, this); OnStreamAfterWrite() local
197 StreamPipe* pipe = ContainerOf(&StreamPipe::writable_listener_, this); OnStreamAfterShutdown() local
205 StreamPipe* pipe = ContainerOf(&StreamPipe::readable_listener_, this); OnStreamDestroy() local
213 StreamPipe* pipe = ContainerOf(&StreamPipe::writable_listener_, this); OnStreamDestroy() local
221 StreamPipe* pipe = ContainerOf(&StreamPipe::writable_listener_, this); OnStreamWantsWrite() local
286 StreamPipe* pipe; Start() local
293 StreamPipe* pipe; Unpipe() local
299 StreamPipe* pipe; IsClosed() local
305 StreamPipe* pipe; PendingWrites() local
320 Local<FunctionTemplate> pipe = NewFunctionTemplate(isolate, StreamPipe::New); InitializeStreamPipe() local
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_eglimage.c240 struct pipe_context *pipe = st_context(ctx)->pipe; in st_egl_image_target_renderbuffer_storage() local
H A Dst_atom_constbuf.c58 struct pipe_context *pipe = st->pipe; in st_unbind_unused_cb0() local
123 struct pipe_context *pipe = st->pipe; in st_upload_constants() local
176 struct pipe_context *pipe = st->pipe; st_upload_constants() local
271 struct pipe_context *pipe = st->pipe; st_bind_ubos() local
[all...]
H A Dst_atom_texture.c95 struct pipe_context *pipe = st->pipe; in st_get_sampler_views() local
263 struct pipe_context *pipe = st->pipe; update_textures() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dobjectlabel.c229 struct gl_pipeline_object *pipe = in get_label_pointer() local
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
H A DtokenTypes.js35 var pipe = 124; // `|`.charCodeAt(0); variable
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_query.c52 llvmpipe_create_query(struct pipe_context *pipe, in llvmpipe_create_query() argument
72 llvmpipe_destroy_query(struct pipe_context *pipe, struct pipe_query *q) in llvmpipe_destroy_query() argument
94 llvmpipe_get_query_result(struct pipe_context *pipe, in llvmpipe_get_query_result() argument
205 llvmpipe_get_query_result_resource(struct pipe_context *pipe, in llvmpipe_get_query_result_resource() argument
383 llvmpipe_begin_query(struct pipe_context *pipe, struct pipe_query *q) llvmpipe_begin_query() argument
446 llvmpipe_end_query(struct pipe_context *pipe, struct pipe_query *q) llvmpipe_end_query() argument
527 struct pipe_context *pipe = &lp->pipe; llvmpipe_check_render_cond() local
549 llvmpipe_set_active_query_state(struct pipe_context *pipe, bool enable) llvmpipe_set_active_query_state() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_context.h13 struct pipe_context pipe; member
60 nouveau_context(struct pipe_context *pipe) in nouveau_context() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_clear.c53 nv30_clear(struct pipe_context *pipe, unsigned buffers, const struct pipe_scissor_state *scissor_state, in nv30_clear() argument
122 nv30_clear_render_target(struct pipe_context *pipe, struct pipe_surface *ps, in nv30_clear_render_target() argument
183 nv30_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *ps, in nv30_clear_depth_stencil() argument
250 nv30_clear_init(struct pipe_context *pipe) in nv30_clear_init() argument
[all...]
H A Dnv30_query.c99 nv30_query(struct pipe_query *pipe) in nv30_query() argument
105 nv30_query_create(struct pipe_context *pipe, unsigned type, unsigned index) in nv30_query_create() argument
141 nv30_query_destroy(struct pipe_context *pipe, struct pipe_query *pq) in nv30_query_destroy() argument
147 nv30_query_begin(struct pipe_context *pipe, struct pipe_query *pq) in nv30_query_begin() argument
177 nv30_query_end(struct pipe_context *pipe, struct pipe_query *pq) in nv30_query_end() argument
199 nv30_query_result(struct pipe_context *pipe, struct pipe_query *pq, in nv30_query_result() argument
238 nv40_query_render_condition(struct pipe_context *pipe, struct pipe_query *pq, bool condition, enum pipe_render_cond_flag mode) nv40_query_render_condition() argument
267 nv30_set_active_query_state(struct pipe_context *pipe, bool enable) nv30_set_active_query_state() argument
272 nv30_query_init(struct pipe_context *pipe) nv30_query_init() argument
[all...]
H A Dnv30_fragtex.c153 nv30_fragtex_sampler_states_bind(struct pipe_context *pipe, in nv30_fragtex_sampler_states_bind() argument
175 nv30_fragtex_set_sampler_views(struct pipe_context *pipe, unsigned nr, bool take_ownership, struct pipe_sampler_view **views) nv30_fragtex_set_sampler_views() argument
205 nv30_set_sampler_views(struct pipe_context *pipe, enum pipe_shader_type shader, unsigned start, unsigned nr, unsigned unbind_num_trailing_slots, bool take_ownership, struct pipe_sampler_view **views) nv30_set_sampler_views() argument
226 nv30_fragtex_init(struct pipe_context *pipe) nv30_fragtex_init() argument
[all...]
H A Dnv30_texture.c41 wrap_mode(unsigned pipe) in wrap_mode() argument
128 nv30_sampler_state_create(struct pipe_context *pipe, in nv30_sampler_state_create() argument
184 nv30_sampler_state_delete(struct pipe_context *pipe, void *hwcso) in nv30_sampler_state_delete() argument
190 nv30_bind_sampler_states(struct pipe_context *pipe, in nv30_bind_sampler_states() argument
219 nv30_sampler_view_create(struct pipe_context *pipe, struct pipe_resource *pt, const struct pipe_sampler_view *tmpl) nv30_sampler_view_create() argument
311 nv30_sampler_view_destroy(struct pipe_context *pipe, struct pipe_sampler_view *view) nv30_sampler_view_destroy() argument
319 nv30_texture_init(struct pipe_context *pipe) nv30_texture_init() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_program.c545 const struct pipe_shader_state pipe = p->pipe; in nv50_program_destroy() local
[all...]
H A Dnv50_query.c34 nv50_create_query(struct pipe_context *pipe, unsigned type, unsigned index) in nv50_create_query() argument
44 nv50_destroy_query(struct pipe_context *pipe, struct pipe_query *pq) in nv50_destroy_query() argument
51 nv50_begin_query(struct pipe_context *pipe, struct pipe_query *pq) in nv50_begin_query() argument
58 nv50_end_query(struct pipe_context *pipe, struct pipe_query *pq) in nv50_end_query() argument
66 nv50_get_query_result(struct pipe_context *pipe, struct pipe_query *pq, in nv50_get_query_result() argument
74 nv50_render_condition(struct pipe_context *pipe, struct pipe_query *pq, bool condition, enum pipe_render_cond_flag mode) nv50_render_condition() argument
147 nv50_set_active_query_state(struct pipe_context *pipe, bool enable) nv50_set_active_query_state() argument
154 struct pipe_context *pipe = &nv50->base.pipe; nv50_init_query_functions() local
[all...]
H A Dnv50_tex.c47 nv50_create_sampler_view(struct pipe_context *pipe, in nv50_create_sampler_view() argument
60 nv50_create_texture_view(struct pipe_context *pipe, in nv50_create_texture_view() argument
[all...]
H A Dnv50_stateobj.h20 struct pipe_blend_state pipe; member
26 struct pipe_rasterizer_state pipe; member
32 struct pipe_depth_stencil_alpha_state pipe; member
48 struct pipe_vertex_element pipe; member
72 struct pipe_stream_output_target pipe; member
H A Dnv98_video.c335 nv98_video_buffer_create(struct pipe_context *pipe, in nv98_video_buffer_create() argument

Completed in 12 milliseconds

1...<<11121314151617181920>>...70