Searched refs:util_pack_z_stencil (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_clear.c | 90 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()
|
D | i915_surface.c | 324 packedds = util_pack_z_stencil(dst->format, depth, stencil); in i915_clear_depth_stencil_blitter()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_pack_color.h | 593 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/ |
D | fd5_draw.c | 313 uint32_t clear = util_pack_z_stencil(pfb->zsbuf->format, depth, stencil); in fd5_clear()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_blit.c | 165 return util_pack_z_stencil(format, depth, stencil); in r300_depth_clear_value()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_gmem.c | 1125 util_pack_z_stencil(pfmt, batch->clear_depth, batch->clear_stencil); in emit_clears()
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.10.rst | 1818 - util: Cleanup util_pack_z_stencil and friends.
|