HomeSort by relevance Sort by last modified time
    Searched refs:pipe_image_view (Results 1 - 25 of 39) sorted by null

1 2

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_image.h 31 struct pipe_image_view sp_iview[PIPE_MAX_SHADER_IMAGES];
sp_state_image.c 33 const struct pipe_image_view *images)
50 memset(&softpipe->tgsi.image[shader]->sp_iview[idx], 0, sizeof(struct pipe_image_view));
sp_context.h 87 struct pipe_image_view images[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_IMAGES];
sp_image.c 36 const struct pipe_image_view *iview,
147 get_dimensions(const struct pipe_image_view *iview,
212 struct pipe_image_view *iview;
314 struct pipe_image_view *iview;
381 handle_op_uint(const struct pipe_image_view *iview,
498 handle_op_int(const struct pipe_image_view *iview,
612 handle_op_r32f_xchg(const struct pipe_image_view *iview,
661 struct pipe_image_view *iview;
743 struct pipe_image_view *iview;
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_describe.h 38 struct pipe_image_view;
45 void debug_describe_image_view(char* buf, const struct pipe_image_view *ptr);
u_debug_describe.c 84 debug_describe_image_view(char* buf, const struct pipe_image_view *ptr)
88 util_sprintf(buf, "pipe_image_view<%s,%s>", res,
u_dump.h 172 util_dump_image_view(FILE *stream, const struct pipe_image_view *state);
u_inlines.h 635 util_copy_image_view(struct pipe_image_view *dst,
636 const struct pipe_image_view *src)
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.h 92 void trace_dump_image_view(const struct pipe_image_view *view);
  /external/mesa3d/src/mesa/state_tracker/
st_atom_image.c 49 * Convert a gl_image_unit object to a pipe_image_view object.
53 struct pipe_image_view *img)
122 * Get a pipe_image_view object from an image unit.
126 struct pipe_image_view *img,
144 struct pipe_image_view images[MAX_IMAGE_UNIFORMS];
153 struct pipe_image_view *img = &images[i];
st_texture.h 322 struct pipe_image_view *img);
326 struct pipe_image_view *img,
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_context.h 270 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 *);
nvc0_screen.h 101 struct pipe_image_view **entries;
nvc0_tex.c 242 const struct pipe_image_view *view)
884 nvc0_get_surface_dims(const struct pipe_image_view *view,
920 nvc0_mark_image_range_valid(const struct pipe_image_view *view)
933 const struct pipe_image_view *view,
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 55 struct pipe_image_view;
366 const struct pipe_image_view *images);
    [all...]
p_state.h 471 struct pipe_image_view struct
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_state.c 168 const struct pipe_image_view *images)
178 struct pipe_image_view *buf = &so->si[n];
199 struct pipe_image_view *img = &so->si[n];
freedreno_context.h 82 struct pipe_image_view si[PIPE_MAX_SHADER_IMAGES];
freedreno_draw.c 187 struct pipe_image_view *img =
475 struct pipe_image_view *img =
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.h 205 struct pipe_image_view *views);
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_descriptors.c 624 struct pipe_image_view *view = &images->views[i];
638 struct pipe_image_view *view = &images->views[i];
666 si_mark_image_range_valid(const struct pipe_image_view *view)
678 const struct pipe_image_view *view,
766 unsigned slot, const struct pipe_image_view *view,
819 const struct pipe_image_view *views)
    [all...]
si_pipe.h 269 struct pipe_image_view views[SI_NUM_IMAGES];
411 struct pipe_image_view view;
si_blit.c 573 const struct pipe_image_view *view;
653 const struct pipe_image_view *view;
697 struct pipe_image_view *view;
759 struct pipe_image_view *view = &(*img_handle)->view;
    [all...]
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_pipe.h 231 struct pipe_image_view shader_images[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_IMAGES];
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_image.c 60 static void translate_image(struct fd5_image *img, struct pipe_image_view *pimg)

Completed in 1034 milliseconds

1 2