Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_clear.c88 cv = util_pack64_z_stencil(zsbuf->format, depth, stencil); in softpipe_clear()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c383 uint64_t zstencil = util_pack64_z_stencil(dst->format, depth, stencil); in llvmpipe_clear_depth_stencil()
431 zstencil = util_pack64_z_stencil(tex->format, depth, stencil); in llvmpipe_clear_texture()
Dlp_setup.c493 zsvalue = util_pack64_z_stencil(format, depth, stencil); in lp_setup_try_clear_zs()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_surface.c643 zstencil = util_pack64_z_stencil(tex->format, depth, stencil); in util_clear_texture()
682 zstencil = util_pack64_z_stencil(dst->format, depth, stencil); in util_clear_depth_stencil()
Du_pack_color.h616 util_pack64_z_stencil(enum pipe_format format, double z, uint8_t s) in util_pack64_z_stencil() function