Home
last modified time | relevance | path

Searched defs:pipe_box (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/mesa3d/src/util/
H A Dbox.h10 struct pipe_box struct
24 u_box_1d(unsigned x, unsigned w, struct pipe_box *box) in u_box_1d() argument
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
H A Dcontext.rs76 bx: &pipe_box, in texture_subdata()
143 pub fn clear_texture(&self, res: &PipeResource, pattern: &[u32], bx: &pipe_box) { in clear_texture()
165 bx: &pipe_box,
185 bx: &pipe_box, in resource_map()
233 bx: &pipe_box, in texture_map()
H A Dtransfer.rs61 pub fn bx(&self) -> &pipe_box { in bx()
/aosp_15_r20/external/virglrenderer/src/gallium/include/pipe/
H A Dp_state.h392 struct pipe_box struct
394 int x;
395 int y;
396 int z;
397 int width;
398 int height;
399 int depth;
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Dutil.rs37 ) -> CLResult<pipe_box> { in create_pipe_box()
H A Ddevice.rs125 bx: &pipe_box,
143 bx: &pipe_box, in texture_subdata()
H A Dmemory.rs251 fn bx(&self) -> CLResult<pipe_box>; in bx()
320 fn bx(&self) -> CLResult<pipe_box> { in bx()
1538 bx: &pipe_box, in tx_image()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A Dnine_state.c2539 ARG_COPY_REF(struct pipe_box, dst_box), in CSMT_ITEM_NO_WAIT()
2624 ARG_COPY_REF(struct pipe_box, dst_box), in CSMT_ITEM_NO_WAIT_WITH_COUNTER()