Home
last modified time | relevance | path

Searched refs:zstencil (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_surface.c471 uint64_t zstencil) in util_fill_zs_rect() argument
478 memset(dst_map, (uint8_t) zstencil, height * width); in util_fill_zs_rect()
481 memset(dst_map, (uint8_t) zstencil, width); in util_fill_zs_rect()
491 *row++ = (uint16_t) zstencil; in util_fill_zs_rect()
498 util_memset32(dst_map, (uint32_t)zstencil, width); in util_fill_zs_rect()
516 *row++ = tmp | ((uint32_t) zstencil & ~dst_mask); in util_fill_zs_rect()
525 util_memset64(dst_map, zstencil, width); in util_fill_zs_rect()
541 *row++ = tmp | (zstencil & src_mask); in util_fill_zs_rect()
563 uint64_t zstencil) in util_fill_zs_box() argument
569 width, height, zstencil); in util_fill_zs_box()
[all …]
Du_surface.h74 uint64_t zstencil);
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c336 uint64_t zstencil, unsigned sample, in lp_clear_depth_stencil_texture_msaa() argument
362 box->width, box->height, box->depth, zstencil); in lp_clear_depth_stencil_texture_msaa()
383 uint64_t zstencil = util_pack64_z_stencil(dst->format, depth, stencil); in llvmpipe_clear_depth_stencil() local
393 zstencil, s, &box); in llvmpipe_clear_depth_stencil()
419 uint64_t zstencil; in llvmpipe_clear_texture() local
431 zstencil = util_pack64_z_stencil(tex->format, depth, stencil); in llvmpipe_clear_texture()
434 lp_clear_depth_stencil_texture_msaa(pipe, tex, tex->format, clear, zstencil, in llvmpipe_clear_texture()
/third_party/mesa3d/docs/relnotes/
D20.2.0.rst1355 - gallium/util: split out zstencil clearing code.