Home
last modified time | relevance | path

Searched defs:pipe (Results 826 - 850 of 1650) sorted by relevance

1...<<31323334353637383940>>...66

/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_texture.c306 struct pipe_context *pipe = st->pipe; in st_texture_image_unmap() local
325 print_center_pixel(struct pipe_context *pipe, struct pipe_resource *src) in print_center_pixel() argument
353 st_texture_image_copy(struct pipe_context *pipe, struct pipe_resource *dst, GLuint dstLevel, struct pipe_resource *src, GLuint srcLevel, GLuint face) st_texture_image_copy() argument
436 struct pipe_context *pipe = st->pipe; st_destroy_bound_texture_handles_per_stage() local
476 struct pipe_context *pipe = st->pipe; st_destroy_bound_image_handles_per_stage() local
515 struct pipe_context *pipe = st->pipe; st_create_texture_handle_from_unit() local
541 struct pipe_context *pipe = st->pipe; st_create_image_handle_from_unit() local
559 struct pipe_context *pipe = st->pipe; st_make_bound_samplers_resident() local
606 struct pipe_context *pipe = st->pipe; st_make_bound_images_resident() local
[all...]
H A Dst_draw.c117 struct pipe_context *pipe = st->pipe; in prepare_draw() local
359 struct pipe_context *pipe = st->pipe; in st_draw_gallium_vertex_state() local
[all...]
H A Dst_cb_bitmap.c125 struct pipe_context *pipe = st->pipe; in make_bitmap_texture() local
174 struct pipe_context *pipe = st->pipe; in setup_render_state() local
398 struct pipe_context *pipe = st->pipe; create_cache_trans() local
426 struct pipe_context *pipe = st->pipe; st_flush_bitmap_cache() local
652 struct pipe_context *pipe = st->pipe; st_DrawAtlasBitmaps() local
783 struct pipe_context *pipe = st->pipe; st_destroy_bitmap() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dpipelineobj.c211 use_program_stage(struct gl_context *ctx, GLenum type, struct gl_shader_program *shProg, struct gl_pipeline_object *pipe) use_program_stage() argument
223 use_program_stages(struct gl_context *ctx, struct gl_shader_program *shProg, GLbitfield stages, struct gl_pipeline_object *pipe) use_program_stages() argument
269 struct gl_pipeline_object *pipe = _mesa_UseProgramStages_no_error() local
292 struct gl_pipeline_object *pipe = _mesa_lookup_pipeline_object(ctx, pipeline); _mesa_UseProgramStages() local
385 struct gl_pipeline_object *pipe = _mesa_lookup_pipeline_object(ctx, pipeline); active_shader_program() local
508 _mesa_bind_pipeline(struct gl_context *ctx, struct gl_pipeline_object *pipe) _mesa_bind_pipeline() argument
711 struct gl_pipeline_object *pipe = _mesa_lookup_pipeline_object(ctx, pipeline); _mesa_GetProgramPipelineiv() local
789 program_stages_all_active(struct gl_pipeline_object *pipe, const struct gl_program *prog) program_stages_all_active() argument
820 program_stages_interleaved_illegally(const struct gl_pipeline_object *pipe) program_stages_interleaved_illegally() argument
855 _mesa_validate_program_pipeline(struct gl_context* ctx, struct gl_pipeline_object *pipe) _mesa_validate_program_pipeline() argument
1054 struct gl_pipeline_object *pipe = _mesa_lookup_pipeline_object(ctx, pipeline); _mesa_ValidateProgramPipeline() local
1076 struct gl_pipeline_object *pipe = _mesa_lookup_pipeline_object(ctx, pipeline); _mesa_GetProgramPipelineInfoLog() local
[all...]
H A Dperformance_monitor.c69 struct pipe_context *pipe = ctx->pipe; in init_perf_monitor() local
151 do_reset_perf_monitor(struct gl_perf_monitor_object *m, struct pipe_context *pipe) do_reset_perf_monitor() argument
176 struct pipe_context *pipe = st_context(ctx)->pipe; delete_perf_monitor() local
185 struct pipe_context *pipe = st_context(ctx)->pipe; begin_perf_monitor() local
216 struct pipe_context *pipe = st_context(ctx)->pipe; end_perf_monitor() local
233 struct pipe_context *pipe = st_context(ctx)->pipe; reset_perf_monitor() local
248 struct pipe_context *pipe = st_context(ctx)->pipe; is_perf_monitor_result_available() local
279 struct pipe_context *pipe = st_context(ctx)->pipe; get_perf_monitor_result() local
[all...]
H A Dperformance_query.c354 struct pipe_context *pipe in get_perf_counter_info() local
[all...]
H A Dtexturebindless.c228 struct pipe_context *pipe = ctx->pipe; new_texture_handle() local
[all...]
H A Dqueryobj.c61 free_queries(struct pipe_context *pipe, struct gl_query_object *q) in free_queries() argument
78 struct pipe_context *pipe in delete_query() local
131 struct pipe_context *pipe = ctx->pipe; begin_query() local
228 struct pipe_context *pipe = ctx->pipe; end_query() local
254 get_query_result(struct pipe_context *pipe, struct gl_query_object *q, boolean wait) get_query_result() argument
339 struct pipe_context *pipe = ctx->pipe; _mesa_wait_query() local
357 struct pipe_context *pipe = ctx->pipe; _mesa_check_query() local
366 struct pipe_context *pipe = ctx->pipe; _mesa_get_timestamp() local
385 struct pipe_context *pipe = ctx->pipe; store_query_result() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_context.h59 struct pipe_context pipe; /**< base class */ member
H A Dlp_scene.h141 struct pipe_context *pipe; member
H A Dlp_surface.c40 lp_resource_copy_ms(struct pipe_context *pipe, in lp_resource_copy_ms() argument
85 lp_resource_copy(struct pipe_context *pipe, in lp_resource_copy() argument
117 lp_blit(struct pipe_context *pipe, const struct pipe_blit_info *blit_info) lp_blit() argument
194 llvmpipe_create_surface(struct pipe_context *pipe, struct pipe_resource *pt, const struct pipe_surface *surf_tmpl) llvmpipe_create_surface() argument
241 llvmpipe_surface_destroy(struct pipe_context *pipe, struct pipe_surface *surf) llvmpipe_surface_destroy() argument
256 llvmpipe_get_sample_position(struct pipe_context *pipe, unsigned sample_count, unsigned sample_index, float *out_value) llvmpipe_get_sample_position() argument
290 lp_clear_color_texture_msaa(struct pipe_context *pipe, struct pipe_resource *texture, enum pipe_format format, const union pipe_color_union *color, unsigned sample, const struct pipe_box *box) lp_clear_color_texture_msaa() argument
313 llvmpipe_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, bool render_condition_enabled) llvmpipe_clear_render_target() argument
346 lp_clear_depth_stencil_texture_msaa(struct pipe_context *pipe, struct pipe_resource *texture, enum pipe_format format, unsigned clear_flags, uint64_t zstencil, unsigned sample, const struct pipe_box *box) lp_clear_depth_stencil_texture_msaa() argument
382 llvmpipe_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, bool render_condition_enabled) llvmpipe_clear_depth_stencil() argument
418 llvmpipe_clear_texture(struct pipe_context *pipe, struct pipe_resource *tex, unsigned level, const struct pipe_box *box, const void *data) llvmpipe_clear_texture() argument
464 llvmpipe_clear_buffer(struct pipe_context *pipe, struct pipe_resource *res, unsigned offset, unsigned size, const void *clear_value, int clear_value_size) llvmpipe_clear_buffer() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_draw.c379 nv30_render_vbo(struct pipe_context *pipe, const struct pipe_draw_info *info, in nv30_render_vbo() argument
499 nv30_draw_init(struct pipe_context *pipe) nv30_draw_init() argument
[all...]
H A Dnv30_miptree.c143 nv30_resource_copy_region(struct pipe_context *pipe, in nv30_resource_copy_region() argument
218 nv30_blit(struct pipe_context *pipe, in nv30_blit() argument
274 nv30_flush_resource(struct pipe_context *pipe, in nv30_flush_resource() argument
280 nv30_miptree_transfer_map(struct pipe_context *pipe, struct pipe_resource *pt, in nv30_miptree_transfer_map() argument
374 nv30_miptree_transfer_unmap(struct pipe_context *pipe, in nv30_miptree_transfer_unmap() argument
544 nv30_miptree_surface_new(struct pipe_context *pipe, struct pipe_resource *pt, const struct pipe_surface *tmpl) nv30_miptree_surface_new() argument
582 nv30_miptree_surface_del(struct pipe_context *pipe, struct pipe_surface *ps) nv30_miptree_surface_del() argument
[all...]
H A Dnv30_transfer.c115 struct pipe_context *pipe = &nv30->base.pipe; in nv30_transfer_rect_fragprog() local
H A Dnv30_state.h22 struct pipe_blend_state pipe; member
28 struct pipe_rasterizer_state pipe; member
34 struct pipe_depth_stencil_alpha_state pipe; member
40 struct pipe_sampler_state pipe; member
52 struct pipe_sampler_view pipe; member
81 struct pipe_shader_state pipe; member
110 struct pipe_shader_state pipe; member
137 struct pipe_vertex_element pipe[PIPE_MAX_ATTRIBS]; member
H A Dnvfx_vertprog.c43 struct pipe_shader_state pipe; member
92 constant(struct nvfx_vpc *vpc, int pipe, float x, float y, float z, float w) in constant() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_program.h58 struct pipe_shader_state pipe; member
H A Dnv50_vbo.c38 nv50_vertex_state_delete(struct pipe_context *pipe, in nv50_vertex_state_delete() argument
49 nv50_vertex_state_create(struct pipe_context *pipe, in nv50_vertex_state_create() argument
760 nv50_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) nv50_draw_vbo() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_gmem.c345 struct fd_vsc_pipe *pipe = &gmem->vsc_pipe[i]; in gmem_stateobj_init() local
368 struct fd_vsc_pipe *pipe = &gmem->vsc_pipe[i]; in gmem_stateobj_init() local
376 struct fd_vsc_pipe *pipe = &gmem->vsc_pipe[i]; gmem_stateobj_init() local
[all...]
H A Dfreedreno_screen.h121 struct fd_pipe *pipe; member
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_resource_texture.c785 i915_texture_transfer_map(struct pipe_context *pipe, in i915_texture_transfer_map() argument
865 i915_texture_transfer_unmap(struct pipe_context *pipe, in i915_texture_transfer_unmap() argument
894 i915_texture_subdata(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) i915_texture_subdata() argument
[all...]
H A Di915_surface.c75 i915_surface_copy_render(struct pipe_context *pipe, struct pipe_resource *dst, in i915_surface_copy_render() argument
130 i915_clear_render_target_render(struct pipe_context *pipe, in i915_clear_render_target_render() argument
160 i915_clear_depth_stencil_render(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) i915_clear_depth_stencil_render() argument
196 i915_surface_copy_blitter(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) i915_surface_copy_blitter() argument
253 i915_blit(struct pipe_context *pipe, const struct pipe_blit_info *blit_info) i915_blit() argument
285 i915_clear_render_target_blitter(struct pipe_context *pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) i915_clear_render_target_blitter() argument
308 i915_clear_depth_stencil_blitter(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) i915_clear_depth_stencil_blitter() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c366 struct pipe_context *pipe = aapoint->stage.draw->pipe; in generate_aapoint_fs() local
411 struct pipe_context *pipe = aapoint->stage.draw->pipe; in generate_aapoint_fs_nir() local
439 struct pipe_context *pipe in bind_aapoint_fragment_shader() local
574 struct pipe_context *pipe = draw->pipe; aapoint_first_point() local
611 struct pipe_context *pipe = draw->pipe; aapoint_flush() local
642 struct pipe_context *pipe = stage->draw->pipe; aapoint_destroy() local
723 aapoint_stage_from_pipe(struct pipe_context *pipe) aapoint_stage_from_pipe() argument
735 aapoint_create_fs_state(struct pipe_context *pipe, const struct pipe_shader_state *fs) aapoint_create_fs_state() argument
756 aapoint_bind_fs_state(struct pipe_context *pipe, void *fs) aapoint_bind_fs_state() argument
769 aapoint_delete_fs_state(struct pipe_context *pipe, void *fs) aapoint_delete_fs_state() argument
795 draw_install_aapoint_stage(struct draw_context *draw, struct pipe_context *pipe) draw_install_aapoint_stage() argument
[all...]
H A Ddraw_pipe_aaline.c277 struct pipe_context *pipe = aaline->stage.draw->pipe; in generate_aaline_fs() local
318 struct pipe_context *pipe = aaline->stage.draw->pipe; in generate_aaline_fs_nir() local
343 struct pipe_context *pipe in bind_aaline_fragment_shader() local
488 struct pipe_context *pipe = draw->pipe; aaline_first_line() local
535 struct pipe_context *pipe = draw->pipe; aaline_flush() local
566 struct pipe_context *pipe = stage->draw->pipe; aaline_destroy() local
606 aaline_stage_from_pipe(struct pipe_context *pipe) aaline_stage_from_pipe() argument
623 aaline_create_fs_state(struct pipe_context *pipe, const struct pipe_shader_state *fs) aaline_create_fs_state() argument
651 aaline_bind_fs_state(struct pipe_context *pipe, void *fs) aaline_bind_fs_state() argument
668 aaline_delete_fs_state(struct pipe_context *pipe, void *fs) aaline_delete_fs_state() argument
721 draw_install_aaline_stage(struct draw_context *draw, struct pipe_context *pipe) draw_install_aaline_stage() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_compositor.c770 vl_compositor_init(struct vl_compositor *c, struct pipe_context *pipe) vl_compositor_init() argument
804 vl_compositor_init_state(struct vl_compositor_state *s, struct pipe_context *pipe) vl_compositor_init_state() argument
[all...]

Completed in 19 milliseconds

1...<<31323334353637383940>>...66