Home
last modified time | relevance | path

Searched refs:pipe_image_view (Results 1 – 25 of 40) sorted by relevance

12

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_image.c53 struct pipe_image_view *img) in st_convert_image()
126 struct pipe_image_view *img, in st_convert_image_from_unit()
144 struct pipe_image_view images[MAX_IMAGE_UNIFORMS]; in st_bind_images()
153 struct pipe_image_view *img = &images[i]; in st_bind_images()
Dst_texture.h322 struct pipe_image_view *img);
326 struct pipe_image_view *img,
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_describe.h38 struct pipe_image_view;
45 void debug_describe_image_view(char* buf, const struct pipe_image_view *ptr);
Du_debug_describe.c84 debug_describe_image_view(char* buf, const struct pipe_image_view *ptr) in debug_describe_image_view()
Du_dump.h172 util_dump_image_view(FILE *stream, const struct pipe_image_view *state);
Du_inlines.h635 util_copy_image_view(struct pipe_image_view *dst, in util_copy_image_view()
636 const struct pipe_image_view *src) in util_copy_image_view()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_image.c36 const struct pipe_image_view *iview, in get_image_offset()
147 get_dimensions(const struct pipe_image_view *iview, in get_dimensions()
212 struct pipe_image_view *iview; in sp_tgsi_load()
314 struct pipe_image_view *iview; in sp_tgsi_store()
381 handle_op_uint(const struct pipe_image_view *iview, in handle_op_uint()
498 handle_op_int(const struct pipe_image_view *iview, in handle_op_int()
612 handle_op_r32f_xchg(const struct pipe_image_view *iview, in handle_op_r32f_xchg()
661 struct pipe_image_view *iview; in sp_tgsi_op()
743 struct pipe_image_view *iview; in sp_tgsi_get_dims()
Dsp_state_image.c33 const struct pipe_image_view *images) in softpipe_set_shader_images()
50 memset(&softpipe->tgsi.image[shader]->sp_iview[idx], 0, sizeof(struct pipe_image_view)); in softpipe_set_shader_images()
Dsp_image.h31 struct pipe_image_view sp_iview[PIPE_MAX_SHADER_IMAGES];
Dsp_context.h87 struct pipe_image_view images[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_IMAGES];
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.h270 struct pipe_image_view images[6][NVC0_MAX_IMAGES];
362 const struct pipe_image_view *,
364 void nvc0_mark_image_range_valid(const struct pipe_image_view *);
380 const struct pipe_image_view *);
Dnvc0_tex.c242 const struct pipe_image_view *view) in gm107_create_texture_view_from_image()
884 nvc0_get_surface_dims(const struct pipe_image_view *view, in nvc0_get_surface_dims()
920 nvc0_mark_image_range_valid(const struct pipe_image_view *view) in nvc0_mark_image_range_valid()
933 const struct pipe_image_view *view, in nve4_set_surface_info()
1066 const struct pipe_image_view *view, uint64_t address, in nvc0_set_surface_info()
1114 struct pipe_image_view *view = &nvc0->images[s][i]; in nvc0_validate_suf()
1220 struct pipe_image_view *view, int stage, int slot) in gm107_validate_surfaces()
1275 struct pipe_image_view *view = &nvc0->images[s][i]; in nve4_update_surface_bindings()
1317 const struct pipe_image_view *view) in nve4_create_image_handle()
1331 screen->img.entries[i] = calloc(1, sizeof(struct pipe_image_view)); in nve4_create_image_handle()
[all …]
Dnvc0_screen.h101 struct pipe_image_view **entries;
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h55 struct pipe_image_view;
366 const struct pipe_image_view *images);
854 const struct pipe_image_view *image);
Dp_state.h471 struct pipe_image_view struct
/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump_state.h92 void trace_dump_image_view(const struct pipe_image_view *view);
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c624 struct pipe_image_view *view = &images->views[i]; in si_release_image_views()
638 struct pipe_image_view *view = &images->views[i]; in si_image_views_begin_new_cs()
666 si_mark_image_range_valid(const struct pipe_image_view *view) in si_mark_image_range_valid()
678 const struct pipe_image_view *view, in si_set_shader_image_desc()
766 unsigned slot, const struct pipe_image_view *view, in si_set_shader_image()
819 const struct pipe_image_view *views) in si_set_shader_images()
1466 struct pipe_image_view *view = &(*img_handle)->view; in si_resident_handles_update_needs_color_decompress()
1701 struct pipe_image_view *view = &(*img_handle)->view; in si_rebind_buffer()
1835 struct pipe_image_view *view = &img_handle->view; in si_update_bindless_image_descriptor()
1882 struct pipe_image_view *view = &images->views[i]; in si_update_all_texture_descriptors()
[all …]
Dsi_pipe.h269 struct pipe_image_view views[SI_NUM_IMAGES];
411 struct pipe_image_view view;
Dsi_blit.c573 const struct pipe_image_view *view; in si_decompress_image_color_textures()
653 const struct pipe_image_view *view; in si_check_render_feedback_images()
697 struct pipe_image_view *view; in si_check_render_feedback_resident_images()
759 struct pipe_image_view *view = &(*img_handle)->view; in si_decompress_resident_images()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_state.c168 const struct pipe_image_view *images) in fd_set_shader_images()
178 struct pipe_image_view *buf = &so->si[n]; in fd_set_shader_images()
199 struct pipe_image_view *img = &so->si[n]; in fd_set_shader_images()
Dfreedreno_draw.c187 struct pipe_image_view *img = in fd_draw_vbo()
475 struct pipe_image_view *img = in fd_launch_grid()
Dfreedreno_context.h82 struct pipe_image_view si[PIPE_MAX_SHADER_IMAGES];
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.h205 struct pipe_image_view *views);
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_pipe.h231 struct pipe_image_view shader_images[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_IMAGES];
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_image.c60 static void translate_image(struct fd5_image *img, struct pipe_image_view *pimg) in translate_image()

12