Searched refs:util_pack64_z_stencil (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_clear.c | 88 cv = util_pack64_z_stencil(zsbuf->format, depth, stencil); in softpipe_clear()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_surface.c | 383 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()
|
D | lp_setup.c | 474 zsvalue = util_pack64_z_stencil(format, depth, stencil); in lp_setup_try_clear_zs()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_surface.c | 612 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()
|
D | u_pack_color.h | 616 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/ |
D | lvp_execute.c | 2165 …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()
|