Searched refs:zslice (Results 1 - 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/rbug/ |
H A D | rbug_texture.h | 61 uint32_t zslice; member in struct:rbug_proto_texture_write 77 uint32_t zslice; member in struct:rbug_proto_texture_read 136 uint32_t zslice, 150 uint32_t zslice,
|
H A D | rbug_texture.c | 117 uint32_t zslice, 136 LEN(4); /* zslice */ 156 WRITE(4, uint32_t, zslice); /* zslice */ 183 uint32_t zslice, 199 LEN(4); /* zslice */ 217 WRITE(4, uint32_t, zslice); /* zslice */ 482 READ(4, uint32_t, zslice); /* zslice */ 113 rbug_send_texture_write(struct rbug_connection *__con, rbug_texture_t texture, uint32_t face, uint32_t level, uint32_t zslice, uint32_t x, uint32_t y, uint32_t w, uint32_t h, uint8_t *data, uint32_t data_len, uint32_t stride, uint32_t *__serial) argument 179 rbug_send_texture_read(struct rbug_connection *__con, rbug_texture_t texture, uint32_t face, uint32_t level, uint32_t zslice, uint32_t x, uint32_t y, uint32_t w, uint32_t h, uint32_t *__serial) argument [all...] |
/external/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_surface.c | 126 "svga: Create surface view: layer %d zslice %d mips %d..%d\n", 215 unsigned layer, zslice, bind; local 229 zslice = 0; 234 zslice = 0; 239 zslice = surf_tmpl->u.tex.first_layer; 275 pt, surf_tmpl->u.tex.level, layer, zslice, s); 306 layer, nlayers, zslice, &s->key); 319 pt, surf_tmpl->u.tex.level, layer, zslice, s); 325 s->real_zslice = zslice; 622 unsigned zslice, laye local [all...] |
/external/mesa3d/src/gallium/drivers/rbug/ |
H A D | rbug_core.c | 273 gptr->level, gptr->face + gptr->zslice,
|
Completed in 116 milliseconds