Searched refs:util_pack64_z_stencil (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_clear.c | 85 cv = util_pack64_z_stencil(zsbuf->format, depth, stencil); in softpipe_clear()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_surface.c | 655 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()
|
D | u_pack_color.h | 607 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/ |
D | lp_setup.c | 487 zsvalue = util_pack64_z_stencil(format, depth, stencil); in lp_setup_try_clear_zs()
|