Searched refs:util_pack_z_stencil (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_clear.c | 91 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()
|
D | i915_surface.c | 252 packedds = util_pack_z_stencil(dst->format, depth, stencil); in i915_clear_depth_stencil_blitter()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_pack_color.h | 581 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()
|
D | u_surface.c | 311 unsigned zstencil = util_pack_z_stencil(dst->texture->format, depth, stencil); in util_clear_depth_stencil()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_blit.c | 158 return util_pack_z_stencil(format, depth, stencil); in r300_depth_clear_value()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup.c | 400 zsvalue = util_pack_z_stencil(setup->fb.zsbuf->format, in lp_setup_try_clear()
|