/external/mesa3d/src/gallium/auxiliary/rbug/ |
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,
|
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 */ [all...] |
/external/mesa3d/src/gallium/drivers/svga/ |
svga_surface.c | 170 "svga: Create surface view: layer %d zslice %d mips %d..%d\n", 262 unsigned layer, zslice, bind; local 276 zslice = 0; 281 zslice = 0; 286 zslice = surf_tmpl->u.tex.first_layer; 330 pt, surf_tmpl->u.tex.level, layer, zslice, s); 361 layer, nlayers, zslice, 375 pt, surf_tmpl->u.tex.level, layer, zslice, s); 381 s->real_zslice = zslice; 459 unsigned int layer, zslice; local 751 unsigned zslice, layer; local [all...] |
/external/mesa3d/src/gallium/drivers/rbug/ |
rbug_core.c | 274 gptr->level, gptr->face + gptr->zslice,
|