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

  /external/mesa3d/src/gallium/drivers/i915/
i915_clear.c 91 packed_z_stencil = util_pack_z_stencil(depth_tex->b.b.format, depth, stencil);
114 packed_z_stencil = util_pack_z_stencil(depth_tex->b.b.format, depth, stencil);
i915_surface.c 252 packedds = util_pack_z_stencil(dst->format, depth, stencil);
  /external/mesa3d/src/gallium/auxiliary/util/
u_pack_color.h 434 /* Integer versions of util_pack_z and util_pack_z_stencil - useful for
548 /* this case can get it via util_pack_z_stencil() */
581 util_pack_z_stencil(enum pipe_format format, double z, uint8_t s) function
614 return util_pack_z_stencil(format, z, s);
u_surface.c 311 unsigned zstencil = util_pack_z_stencil(dst->texture->format, depth, stencil);
  /external/mesa3d/src/gallium/drivers/r300/
r300_blit.c 158 return util_pack_z_stencil(format, depth, stencil);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup.c 400 zsvalue = util_pack_z_stencil(setup->fb.zsbuf->format,

Completed in 137 milliseconds