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

1 2 3 4 5 6 7

  /external/mesa3d/src/gallium/drivers/r300/
r300_transfer.h 36 const struct pipe_box *box,
  /external/mesa3d/src/gallium/auxiliary/util/
u_transfer.h 26 const struct pipe_box *box,
33 const struct pipe_box *box);
56 const struct pipe_box *,
62 const struct pipe_box *);
88 const struct pipe_box *box,
93 const struct pipe_box *box);
u_box.h 8 u_box_1d(unsigned x, unsigned w, struct pipe_box *box)
19 u_box_2d(unsigned x,unsigned y, unsigned w, unsigned h, struct pipe_box *box)
30 u_box_origin_2d(unsigned w, unsigned h, struct pipe_box *box)
42 unsigned w, unsigned h, struct pipe_box *box)
55 struct pipe_box *box)
74 u_box_clip_2d(struct pipe_box *dst,
75 const struct pipe_box *box, int w, int h)
117 u_box_volume_3d(const struct pipe_box *box)
124 u_box_union_2d(struct pipe_box *dst,
125 const struct pipe_box *a, const struct pipe_box *b
    [all...]
u_transfer.c 13 struct pipe_box box;
42 const struct pipe_box *box,
95 const struct pipe_box *box)
134 const struct pipe_box *box,
144 const struct pipe_box *box)
u_surface.h 83 const struct pipe_box *src_box);
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_tiling.h 67 const struct pipe_box *box);
71 const struct pipe_box *box);
vc4_tiling.c 105 check_box_utile_alignment(const struct pipe_box *box, int cpp)
116 int cpp, const struct pipe_box *box)
137 int cpp, const struct pipe_box *box)
213 int cpp, const struct pipe_box *box,
228 struct pipe_box partial_box;
272 int cpp, const struct pipe_box *box)
282 int cpp, const struct pipe_box *box)
297 const struct pipe_box *box)
321 const struct pipe_box *box)
vc4_resource.h 37 struct pipe_box ss_box;
  /external/mesa3d/src/gallium/include/state_tracker/
sw_winsys.h 51 struct pipe_box;
134 struct pipe_box *box );
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_winsys.h 29 struct pipe_box;
52 const struct pipe_box *box,
58 const struct pipe_box *box,
109 struct pipe_box *sub_box);
virgl_context.h 108 const struct pipe_box *box,
  /external/mesa3d/src/gallium/state_trackers/nine/
volume9.h 85 const struct pipe_box *box );
91 struct pipe_box *pSrcBox );
95 const struct pipe_box *damaged );
texture9.h 33 struct pipe_box dirty_rect; /* covers all mip levels */
volumetexture9.h 33 struct pipe_box dirty_box;
surface9.h 120 const struct pipe_box *box );
124 const struct pipe_box *damaged );
cubetexture9.h 33 struct pipe_box dirty_rect[6]; /* covers all mip levels */
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_resource.h 52 const struct pipe_box *box,
  /external/mesa3d/src/gallium/winsys/virgl/vtest/
virgl_vtest_winsys.h 134 const struct pipe_box *box,
144 const struct pipe_box *box,
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 45 struct pipe_box;
391 const struct pipe_box *src_box);
449 const struct pipe_box *box,
533 const struct pipe_box *,
542 const struct pipe_box *);
561 const struct pipe_box *,
p_screen.h 59 struct pipe_box;
243 struct pipe_box *subbox );
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_blitter.h 108 const struct pipe_box *src_box);
136 const struct pipe_box *src_box);
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_resource.h 134 const struct pipe_box *box,
161 const struct pipe_box *box,
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump.h 43 struct pipe_box;
92 const struct pipe_box *box,
tr_dump_state.h 37 void trace_dump_box(const struct pipe_box *box);
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_resource.h 66 const struct pipe_box *src_box);

Completed in 194 milliseconds

1 2 3 4 5 6 7