Home
last modified time | relevance | path

Searched defs:pipe (Results 426 - 450 of 584) sorted by relevance

1...<<11121314151617181920>>...24

/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_priv.h84 struct pipe_context *pipe; member
/third_party/node/lib/internal/streams/
H A Dreadable.js
/third_party/mesa3d/src/mesa/main/
H A Dexternalobjects.c635 struct pipe_context *pipe = ctx->pipe; in import_semaphoreobj_fd() local
652 struct pipe_context *pipe in import_semaphoreobj_win32() local
668 struct pipe_context *pipe = ctx->pipe; server_wait_semaphore() local
716 struct pipe_context *pipe = ctx->pipe; server_signal_semaphore() local
[all...]
H A Dtransformfeedback.c424 struct pipe_context *pipe = ctx->pipe; in begin_transform_feedback() local
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_copyimage.c264 blit(struct pipe_context *pipe, in blit() argument
292 swizzled_copy(struct pipe_context *pipe, in swizzled_copy() argument
411 handle_complex_copy(struct pipe_context *pipe, in handle_complex_copy() argument
501 copy_image(struct pipe_context *pipe, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) copy_image() argument
648 struct pipe_context *pipe = st->pipe; st_CopyImageSubData() local
[all...]
H A Dst_program.c500 struct pipe_context *pipe = st->pipe; st_create_nir_shader() local
[all...]
H A Dst_pbo.c188 struct pipe_context *pipe = st->pipe; in st_pbo_draw() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_context.h77 struct pipe_context *pipe; member
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_buffer.c392 nouveau_buffer_transfer_map(struct pipe_context *pipe, in nouveau_buffer_transfer_map() argument
530 nouveau_buffer_transfer_flush_region(struct pipe_context *pipe, in nouveau_buffer_transfer_flush_region() argument
552 nouveau_buffer_transfer_unmap(struct pipe_context *pipe, in nouveau_buffer_transfer_unmap() argument
656 nouveau_user_ptr_transfer_map(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) nouveau_user_ptr_transfer_map() argument
671 nouveau_user_ptr_transfer_unmap(struct pipe_context *pipe, struct pipe_transfer *transfer) nouveau_user_ptr_transfer_unmap() argument
912 nouveau_buffer_invalidate(struct pipe_context *pipe, struct pipe_resource *resource) nouveau_buffer_invalidate() argument
[all...]
H A Dnouveau_video.c647 struct pipe_context *pipe; in nouveau_video_buffer_sampler_view_planes() local
682 struct pipe_context *pipe; in nouveau_video_buffer_sampler_view_components() local
721 struct pipe_context *pipe; in nouveau_video_buffer_surfaces() local
768 nouveau_video_buffer_create(struct pipe_context *pipe, struct nouveau_screen *screen, const struct pipe_video_buffer *templat) nouveau_video_buffer_create() argument
877 nouveau_context_video_buffer_create(struct pipe_context *pipe, const struct pipe_video_buffer *templat) nouveau_context_video_buffer_create() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_context.h128 nv30_context(struct pipe_context *pipe) in nv30_context() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv84_video.c602 nv84_video_buffer_create(struct pipe_context *pipe, in nv84_video_buffer_create() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_gmem.c450 const struct fd_vsc_pipe *pipe = &gmem->vsc_pipe[i]; in update_vsc_pipe() local
925 const struct fd_vsc_pipe *pipe = &gmem->vsc_pipe[tile->p]; in fd6_emit_tile_prep() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.h106 struct pipe_context *pipe; /**< pipe context */ member
H A Du_simple_shaders.c60 util_make_vertex_passthrough_shader(struct pipe_context *pipe, in util_make_vertex_passthrough_shader() argument
73 util_make_vertex_passthrough_shader_with_so(struct pipe_context *pipe, in util_make_vertex_passthrough_shader_with_so() argument
118 void *util_make_layered_clear_vertex_shader(struct pipe_context *pipe) in util_make_layered_clear_vertex_shader() argument
132 void *util_make_layered_clear_helper_vertex_shader(struct pipe_context *pipe) in util_make_layered_clear_helper_vertex_shader() argument
162 util_make_layered_clear_geometry_shader(struct pipe_context *pipe) util_make_layered_clear_geometry_shader() argument
236 util_make_fragment_tex_shader_xrbias(struct pipe_context *pipe, enum tgsi_texture_type tex_target) util_make_fragment_tex_shader_xrbias() argument
286 util_make_fragment_tex_shader_writemask(struct pipe_context *pipe, enum tgsi_texture_type tex_target, enum tgsi_interpolate_mode interp_mode, unsigned writemask, enum tgsi_return_type stype, enum tgsi_return_type dtype, bool load_level_zero, bool use_txf) util_make_fragment_tex_shader_writemask() argument
364 util_make_fragment_tex_shader(struct pipe_context *pipe, enum tgsi_texture_type tex_target, enum tgsi_interpolate_mode interp_mode, enum tgsi_return_type stype, enum tgsi_return_type dtype, bool load_level_zero, bool use_txf) util_make_fragment_tex_shader() argument
386 util_make_fs_blit_zs(struct pipe_context *pipe, unsigned zs_mask, enum tgsi_texture_type tex_target, bool load_level_zero, bool use_txf) util_make_fs_blit_zs() argument
445 util_make_fragment_passthrough_shader(struct pipe_context *pipe, int input_semantic, int input_interpolate, boolean write_all_cbufs) util_make_fragment_passthrough_shader() argument
482 util_make_empty_fragment_shader(struct pipe_context *pipe) util_make_empty_fragment_shader() argument
497 util_make_fragment_cloneinput_shader(struct pipe_context *pipe, int num_cbufs, int input_semantic, int input_interpolate) util_make_fragment_cloneinput_shader() argument
528 util_make_fs_blit_msaa_gen(struct pipe_context *pipe, enum tgsi_texture_type tgsi_tex, bool sample_shading, const char *samp_type, const char *output_semantic, const char *output_mask, const char *conversion_decl, const char *conversion) util_make_fs_blit_msaa_gen() argument
587 util_make_fs_blit_msaa_color(struct pipe_context *pipe, enum tgsi_texture_type tgsi_tex, enum tgsi_return_type stype, enum tgsi_return_type dtype, bool sample_shading) util_make_fs_blit_msaa_color() argument
628 util_make_fs_blit_msaa_depth(struct pipe_context *pipe, enum tgsi_texture_type tgsi_tex, bool sample_shading) util_make_fs_blit_msaa_depth() argument
644 util_make_fs_blit_msaa_stencil(struct pipe_context *pipe, enum tgsi_texture_type tgsi_tex, bool sample_shading) util_make_fs_blit_msaa_stencil() argument
662 util_make_fs_blit_msaa_depthstencil(struct pipe_context *pipe, enum tgsi_texture_type tgsi_tex, bool sample_shading) util_make_fs_blit_msaa_depthstencil() argument
710 util_make_fs_msaa_resolve(struct pipe_context *pipe, enum tgsi_texture_type tgsi_tex, unsigned nr_samples, enum tgsi_return_type stype) util_make_fs_msaa_resolve() argument
770 util_make_fs_msaa_resolve_bilinear(struct pipe_context *pipe, enum tgsi_texture_type tgsi_tex, unsigned nr_samples, enum tgsi_return_type stype) util_make_fs_msaa_resolve_bilinear() argument
866 util_make_geometry_passthrough_shader(struct pipe_context *pipe, uint num_attribs, const ubyte *semantic_names, const ubyte *semantic_indexes) util_make_geometry_passthrough_shader() argument
929 util_make_fs_pack_color_zs(struct pipe_context *pipe, enum tgsi_texture_type tex_target, enum pipe_format zs_format, bool dst_is_color) util_make_fs_pack_color_zs() argument
1085 util_make_tess_ctrl_passthrough_shader(struct pipe_context *pipe, uint num_vs_outputs, uint num_tes_inputs, const ubyte *vs_semantic_names, const ubyte *vs_semantic_indexes, const ubyte *tes_semantic_names, const ubyte *tes_semantic_indexes, const unsigned vertices_per_patch) util_make_tess_ctrl_passthrough_shader() argument
1186 util_make_fs_stencil_blit(struct pipe_context *pipe, bool msaa_src) util_make_fs_stencil_blit() argument
1224 util_make_fs_clear_all_cbufs(struct pipe_context *pipe) util_make_fs_clear_all_cbufs() argument
[all...]
H A Du_inlines.h127 pipe_surface_release(struct pipe_context *pipe, struct pipe_surface **ptr) in pipe_surface_release() argument
377 pipe_buffer_map_range(struct pipe_context *pipe, in pipe_buffer_map_range() argument
408 pipe_buffer_map(struct pipe_context *pipe, struct pipe_resource *buffer, unsigned access, struct pipe_transfer **transfer) pipe_buffer_map() argument
419 pipe_buffer_unmap(struct pipe_context *pipe, struct pipe_transfer *transfer) pipe_buffer_unmap() argument
426 pipe_buffer_flush_mapped_range(struct pipe_context *pipe, struct pipe_transfer *transfer, unsigned offset, unsigned length) pipe_buffer_flush_mapped_range() argument
450 pipe_buffer_write(struct pipe_context *pipe, struct pipe_resource *buf, unsigned offset, unsigned size, const void *data) pipe_buffer_write() argument
467 pipe_buffer_write_nooverlap(struct pipe_context *pipe, struct pipe_resource *buf, unsigned offset, unsigned size, const void *data) pipe_buffer_write_nooverlap() argument
482 pipe_buffer_copy(struct pipe_context *pipe, struct pipe_resource *dst, struct pipe_resource *src, unsigned dst_offset, unsigned src_offset, unsigned size) pipe_buffer_copy() argument
502 pipe_buffer_create_with_data(struct pipe_context *pipe, unsigned bind, enum pipe_resource_usage usage, unsigned size, const void *ptr) pipe_buffer_create_with_data() argument
515 pipe_buffer_read(struct pipe_context *pipe, struct pipe_resource *buf, unsigned offset, unsigned size, void *data) pipe_buffer_read() argument
584 pipe_set_constant_buffer(struct pipe_context *pipe, enum pipe_shader_type shader, uint index, struct pipe_resource *buf) pipe_set_constant_buffer() argument
[all...]
H A Du_surface.c202 util_resource_copy_region(struct pipe_context *pipe, in util_resource_copy_region() argument
380 util_clear_color_texture(struct pipe_context *pipe, struct pipe_resource *texture, enum pipe_format format, const union pipe_color_union *color, unsigned level, unsigned dstx, unsigned dsty, unsigned dstz, unsigned width, unsigned height, unsigned depth) util_clear_color_texture() argument
421 util_clear_render_target(struct pipe_context *pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) util_clear_render_target() argument
575 util_clear_depth_stencil_texture(struct pipe_context *pipe, struct pipe_resource *texture, enum pipe_format format, unsigned clear_flags, uint64_t zstencil, unsigned level, unsigned dstx, unsigned dsty, unsigned dstz, unsigned width, unsigned height, unsigned depth) util_clear_depth_stencil_texture() argument
615 util_clear_texture(struct pipe_context *pipe, struct pipe_resource *tex, unsigned level, const struct pipe_box *box, const void *data) util_clear_texture() argument
667 util_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) util_clear_depth_stencil() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_idct.c687 vl_idct_upload_matrix(struct pipe_context *pipe, float scale) vl_idct_upload_matrix() argument
753 vl_idct_init(struct vl_idct *idct, struct pipe_context *pipe, unsigned buffer_width, unsigned buffer_height, unsigned nr_of_render_targets, struct pipe_sampler_view *matrix, struct pipe_sampler_view *transpose) vl_idct_init() argument
[all...]
H A Dvl_winsys_dri3.c77 struct pipe_context *pipe; member
560 vl_dri3_flush_frontbuffer(struct pipe_screen *screen, struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned layer, void *context_private, struct pipe_box *sub_box) vl_dri3_flush_frontbuffer() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_screen.c177 struct pipe_context *pipe = _pipe ? dd_context(_pipe)->pipe : NULL; in dd_screen_flush_frontbuffer() local
311 struct pipe_context *pipe = _pipe ? dd_context(_pipe)->pipe : NULL; in dd_screen_resource_get_handle() local
328 struct pipe_context *pipe = _pipe ? dd_context(_pipe)->pipe : NULL; in dd_screen_resource_get_param() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_private.h51 struct pipe_context *pipe; member
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.h146 ureg_create_shader_with_so_and_destroy( struct ureg_program *p, struct pipe_context *pipe, const struct pipe_stream_output_info *so ) ureg_create_shader_with_so_and_destroy() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_tex.c52 nvc0_create_sampler_view(struct pipe_context *pipe, in nvc0_create_sampler_view() argument
65 gm107_create_texture_view(struct pipe_context *pipe, in gm107_create_texture_view() argument
240 gm107_create_texture_view_from_image(struct pipe_context *pipe, const struct pipe_image_view *view) gm107_create_texture_view_from_image() argument
277 gf100_create_texture_view(struct pipe_context *pipe, struct pipe_resource *texture, const struct pipe_sampler_view *templ, uint32_t flags) gf100_create_texture_view() argument
442 nvc0_create_texture_view(struct pipe_context *pipe, struct pipe_resource *texture, const struct pipe_sampler_view *templ, uint32_t flags) nvc0_create_texture_view() argument
791 nve4_create_texture_handle(struct pipe_context *pipe, struct pipe_sampler_view *view, const struct pipe_sampler_state *sampler) nve4_create_texture_handle() argument
856 nve4_delete_texture_handle(struct pipe_context *pipe, uint64_t handle) nve4_delete_texture_handle() argument
876 nve4_make_texture_handle_resident(struct pipe_context *pipe, uint64_t handle, bool resident) nve4_make_texture_handle_resident() argument
1347 nve4_create_image_handle(struct pipe_context *pipe, const struct pipe_image_view *view) nve4_create_image_handle() argument
1379 nve4_delete_image_handle(struct pipe_context *pipe, uint64_t handle) nve4_delete_image_handle() argument
1390 nve4_make_image_handle_resident(struct pipe_context *pipe, uint64_t handle, unsigned access, bool resident) nve4_make_image_handle_resident() argument
1421 gm107_create_image_handle(struct pipe_context *pipe, const struct pipe_image_view *view) gm107_create_image_handle() argument
1465 gm107_delete_image_handle(struct pipe_context *pipe, uint64_t handle) gm107_delete_image_handle() argument
1479 gm107_make_image_handle_resident(struct pipe_context *pipe, uint64_t handle, unsigned access, bool resident) gm107_make_image_handle_resident() argument
1512 nvc0_init_bindless_functions(struct pipe_context *pipe) nvc0_init_bindless_functions() argument
[all...]
H A Dnvc0_vbo.c39 nvc0_vertex_state_delete(struct pipe_context *pipe, in nvc0_vertex_state_delete() argument
50 nvc0_vertex_state_create(struct pipe_context *pipe, in nvc0_vertex_state_create() argument
927 nvc0_draw_vbo(struct pipe_context *pipe, const struct pipe_draw_info *info, unsigned drawid_offset, const struct pipe_draw_indirect_info *indirect, const struct pipe_draw_start_count_bias *draws, unsigned num_draws) nvc0_draw_vbo() argument
[all...]
H A Dnvc0_state_validate.c805 struct pipe_context *pipe = &nvc0->base.pipe; nvc0_validate_fbread() local
[all...]

Completed in 27 milliseconds

1...<<11121314151617181920>>...24