Searched refs:pipe_image_view (Results 1 - 25 of 146) sorted by relevance

123456

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_image.h31 struct pipe_image_view sp_iview[PIPE_MAX_SHADER_IMAGES];
H A Dsp_state_image.c33 const struct pipe_image_view *images)
50 memset(&softpipe->tgsi.image[shader]->sp_iview[idx], 0, sizeof(struct pipe_image_view));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_image.h31 struct pipe_image_view sp_iview[PIPE_MAX_SHADER_IMAGES];
H A Dsp_state_image.c34 const struct pipe_image_view *images)
51 memset(&softpipe->tgsi.image[shader]->sp_iview[idx], 0, sizeof(struct pipe_image_view));
59 memset(&softpipe->tgsi.image[shader]->sp_iview[idx], 0, sizeof(struct pipe_image_view));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_debug_describe.h38 struct pipe_image_view;
45 void debug_describe_image_view(char* buf, const struct pipe_image_view *ptr);
H A Du_debug_describe.c84 debug_describe_image_view(char* buf, const struct pipe_image_view *ptr)
88 util_sprintf(buf, "pipe_image_view<%s,%s>", res,
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_debug_describe.h38 struct pipe_image_view;
45 void debug_describe_image_view(char* buf, const struct pipe_image_view *ptr);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_image.h33 void fd6_emit_image_tex(struct fd_ringbuffer *ring, const struct pipe_image_view *pimg);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_image.h34 const struct pipe_image_view *pimg) assert_dt;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state.h187 struct pipe_image_view *views);
192 struct pipe_image_view *views);
197 struct pipe_image_view *views);
202 struct pipe_image_view *views);
H A Dlp_state_cs.h149 struct pipe_image_view current;
H A Dlp_state_sampler.c449 struct pipe_image_view *views,
464 struct pipe_image_view *view = i < num ? &views[i] : NULL;
548 struct pipe_image_view *views)
560 struct pipe_image_view *views)
571 struct pipe_image_view *views)
582 struct pipe_image_view *views)
592 struct pipe_image_view *views;
603 struct pipe_image_view *view = &views[i];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_state.h67 const struct pipe_image_view *images);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.h92 void trace_dump_image_view(const struct pipe_image_view *view);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atom_image.c49 * Convert a gl_image_unit object to a pipe_image_view object.
53 struct pipe_image_view *img, unsigned shader_access)
140 * Get a pipe_image_view object from an image unit.
144 struct pipe_image_view *img,
163 struct pipe_image_view images[MAX_IMAGE_UNIFORMS];
172 struct pipe_image_view *img = &images[i];
H A Dst_texture.h330 struct pipe_image_view *img, unsigned shader_access);
334 struct pipe_image_view *img,
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atom_image.c49 * Convert a gl_image_unit object to a pipe_image_view object.
53 struct pipe_image_view *img, unsigned shader_access)
140 * Get a pipe_image_view object from an image unit.
144 struct pipe_image_view *img,
163 struct pipe_image_view images[MAX_IMAGE_UNIFORMS];
171 struct pipe_image_view *img = &images[i];
H A Dst_texture.h357 struct pipe_image_view *img, unsigned shader_access);
361 struct pipe_image_view *img,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.h102 void trace_dump_image_view(const struct pipe_image_view *view);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.h279 struct pipe_image_view images[6][NVC0_MAX_IMAGES];
374 const struct pipe_image_view *,
376 void nvc0_mark_image_range_valid(const struct pipe_image_view *);
392 const struct pipe_image_view *);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_context.h65 struct pipe_image_view images[PIPE_MAX_SHADER_IMAGES];
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dresource.hpp78 pipe_image_view create_image_view(command_queue &q);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.h281 struct pipe_image_view images[6][NVC0_MAX_IMAGES];
376 const struct pipe_image_view *,
378 void nvc0_mark_image_range_valid(const struct pipe_image_view *);
393 const struct pipe_image_view *);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_resource.h252 struct pipe_image_view base;
486 const struct pipe_image_view *pview,
489 const struct pipe_image_view *img);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_compute_blit.c347 struct pipe_image_view saved_image[2] = {0};
358 struct pipe_image_view image[2] = {0};
441 struct pipe_image_view saved_img[3] = {};
451 struct pipe_image_view img[3];
549 struct pipe_image_view saved_image = {0};
559 struct pipe_image_view image = {0};

Completed in 21 milliseconds

123456