HomeSort by relevance Sort by last modified time
    Searched refs:zslice (Results 1 - 4 of 4) sorted by null

  /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 120 "svga: Create surface view: face %d zslice %d mips %d..%d\n",
193 unsigned face, zslice; local
209 zslice = 0;
213 zslice = surf_tmpl->u.tex.first_layer;
262 pt, surf_tmpl->u.tex.level, face, zslice, s);
266 1, face, zslice, &s->key);
272 pt, surf_tmpl->u.tex.level, face, zslice, s);
277 s->real_zslice = zslice;
356 unsigned zslice, face; local
362 zslice = 0
    [all...]
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_core.c 270 gptr->level, gptr->face + gptr->zslice,

Completed in 106 milliseconds