Searched defs:pipe_box (Results 1 – 8 of 8) sorted by relevance
| /external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/ |
| D | context.rs | 95 bx: &pipe_box, in texture_subdata() 162 pub fn clear_texture(&self, res: &PipeResource, pattern: &[u32], bx: &pipe_box) { in clear_texture() 184 bx: &pipe_box, 204 bx: &pipe_box, in resource_map() 277 bx: &pipe_box, in _texture_map() 286 bx: &pipe_box, in texture_map() 298 bx: &pipe_box, in texture_map_directly()
|
| D | transfer.rs | 68 pub fn bx(&self) -> &pipe_box { in bx()
|
| /external/mesa3d/src/gallium/frontends/rusticl/core/ |
| D | util.rs | 39 ) -> CLResult<pipe_box> { in create_pipe_box()
|
| D | device.rs | 77 bx: &pipe_box, in texture_map_directly() 84 bx: &pipe_box, in texture_map_coherent() 109 bx: &pipe_box, 127 bx: &pipe_box, in texture_subdata() 170 bx: &pipe_box, in texture_map_directly() 179 bx: &pipe_box, in texture_map_coherent()
|
| D | memory.rs | 261 fn bx(&self) -> CLResult<pipe_box>; in bx() 330 fn bx(&self) -> CLResult<pipe_box> { in bx() 1504 bx: &pipe_box, in tx_image() 1517 bx: &pipe_box, in tx_raw_async()
|
| /external/virglrenderer/src/gallium/include/pipe/ |
| 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;
|
| /external/mesa3d/src/gallium/include/pipe/ |
| D | p_state.h | 553 struct pipe_box struct 558 int x; 559 int16_t y; 560 int16_t z; 561 int width; 562 int16_t height; 563 int16_t depth;
|
| /external/mesa3d/src/gallium/frontends/nine/ |
| D | nine_state.c | 2557 ARG_COPY_REF(struct pipe_box, dst_box), in CSMT_ITEM_NO_WAIT() 2642 ARG_COPY_REF(struct pipe_box, dst_box), in CSMT_ITEM_NO_WAIT_WITH_COUNTER()
|