Home
last modified time | relevance | path

Searched refs:util_pack_z_stencil (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
Di915_clear.c90 packed_z_stencil = util_pack_z_stencil(depth_tex->b.b.format, depth, stencil); in i915_clear_emit()
113 packed_z_stencil = util_pack_z_stencil(depth_tex->b.b.format, depth, stencil); in i915_clear_emit()
Di915_surface.c327 packedds = util_pack_z_stencil(dst->format, depth, stencil); in i915_clear_depth_stencil_blitter()
/external/mesa3d/src/gallium/auxiliary/util/
Du_pack_color.h584 util_pack_z_stencil(enum pipe_format format, double z, uint8_t s) in util_pack_z_stencil() function
617 return util_pack_z_stencil(format, z, s); in util_pack64_z_stencil()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_draw.c351 util_pack_z_stencil(pfb->zsbuf->format, depth, stencil); in fd5_clear()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c165 return util_pack_z_stencil(format, depth, stencil); in r300_depth_clear_value()