Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_clear.c85 cv = util_pack64_z_stencil(zsbuf->format, depth, stencil); in softpipe_clear()
/external/mesa3d/src/gallium/auxiliary/util/
Du_surface.c655 zstencil = util_pack64_z_stencil(tex->format, depth, stencil); in util_clear_texture()
699 zstencil = util_pack64_z_stencil(dst->format, depth, stencil); in util_clear_depth_stencil()
Du_pack_color.h607 util_pack64_z_stencil(enum pipe_format format, double z, uint8_t s) in util_pack64_z_stencil() function
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup.c487 zsvalue = util_pack64_z_stencil(format, depth, stencil); in lp_setup_try_clear_zs()