Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/i915/
Di915_clear.c91 packed_z_stencil = util_pack_z_stencil(depth_tex->b.b.format, depth, stencil); in i915_clear_emit()
114 packed_z_stencil = util_pack_z_stencil(depth_tex->b.b.format, depth, stencil); in i915_clear_emit()
Di915_surface.c252 packedds = util_pack_z_stencil(dst->format, depth, stencil); in i915_clear_depth_stencil_blitter()
/external/mesa3d/src/gallium/auxiliary/util/
Du_pack_color.h581 util_pack_z_stencil(enum pipe_format format, double z, uint8_t s) in util_pack_z_stencil() function
614 return util_pack_z_stencil(format, z, s); in util_pack64_z_stencil()
Du_surface.c311 unsigned zstencil = util_pack_z_stencil(dst->texture->format, depth, stencil); in util_clear_depth_stencil()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c158 return util_pack_z_stencil(format, depth, stencil); in r300_depth_clear_value()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup.c400 zsvalue = util_pack_z_stencil(setup->fb.zsbuf->format, in lp_setup_try_clear()