HomeSort by relevance Sort by last modified time
    Searched full:zslice (Results 1 - 9 of 9) 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/nvc0/
nvc0_miptree.c 326 /* Offset of zslice @z from start of level @l. */
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_tile_cache.c 205 * Given the texture face, level, zslice, x and y values, compute
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_miptree.c 345 /* Offset of zslice @z from start of level @l. */
  /external/mesa3d/src/gallium/docs/
d3d11ddi.txt 427 - Gallium does not support geometry shader selection of texture array image / 3D texture zslice
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.h 357 /* Size of one zslice or face or 2D image based on the texture target. */
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_core.c 270 gptr->level, gptr->face + gptr->zslice,

Completed in 384 milliseconds