Searched defs:pipe_box (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/mesa3d/src/util/ |
H A D | box.h | 10 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 D | context.rs | 76 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 D | transfer.rs | 61 pub fn bx(&self) -> &pipe_box { in bx()
|
/aosp_15_r20/external/virglrenderer/src/gallium/include/pipe/ |
H A D | p_state.h | 392 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 D | util.rs | 37 ) -> CLResult<pipe_box> { in create_pipe_box()
|
H A D | device.rs | 125 bx: &pipe_box, 143 bx: &pipe_box, in texture_subdata()
|
H A D | memory.rs | 251 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 D | nine_state.c | 2539 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()
|