Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_clear.c90 util_pack_z_stencil(depth_tex->b.format, depth, stencil); in i915_clear_emit()
114 util_pack_z_stencil(depth_tex->b.format, depth, stencil); in i915_clear_emit()
Di915_surface.c324 packedds = util_pack_z_stencil(dst->format, depth, stencil); in i915_clear_depth_stencil_blitter()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_pack_color.h593 util_pack_z_stencil(enum pipe_format format, double z, uint8_t s) in util_pack_z_stencil() function
626 return util_pack_z_stencil(format, z, s); in util_pack64_z_stencil()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_draw.c313 uint32_t clear = util_pack_z_stencil(pfb->zsbuf->format, depth, stencil); in fd5_clear()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c165 return util_pack_z_stencil(format, depth, stencil); in r300_depth_clear_value()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_gmem.c1125 util_pack_z_stencil(pfmt, batch->clear_depth, batch->clear_stencil); in emit_clears()
/third_party/mesa3d/docs/relnotes/
D7.10.rst1818 - util: Cleanup util_pack_z_stencil and friends.