Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_clear.c88 cv = util_pack64_z_stencil(zsbuf->format, depth, stencil); in softpipe_clear()
/external/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.c474 zsvalue = util_pack64_z_stencil(format, depth, stencil); in lp_setup_try_clear_zs()
/external/mesa3d/src/gallium/auxiliary/util/
Du_surface.c612 zstencil = util_pack64_z_stencil(tex->format, depth, stencil); in util_clear_texture()
651 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
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c2165 …col_val = util_pack64_z_stencil(image->bo->format, cmd->u.clear_ds_image.clear_val.depth, cmd->u.c… in handle_clear_ds_image()
2216 …int64_t val = util_pack64_z_stencil(imgv->pformat, att->clearValue.depthStencil.depth, att->clearV… in handle_clear_attachments()