Home
last modified time | relevance | path

Searched refs:zstencil (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_surface.c471 uint64_t zstencil) in util_fill_zs_rect()
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()
569 width, height, zstencil); in util_fill_zs_box()
464 util_fill_zs_rect(ubyte *dst_map, enum pipe_format format, bool need_rmw, unsigned clear_flags, unsigned dst_stride, unsigned width, unsigned height, uint64_t zstencil) util_fill_zs_rect() argument
554 util_fill_zs_box(ubyte *dst, enum pipe_format format, bool need_rmw, unsigned clear_flags, unsigned stride, unsigned layer_stride, unsigned width, unsigned height, unsigned depth, uint64_t zstencil) util_fill_zs_box() argument
575 util_clear_depth_stencil_texture(struct pipe_context *pipe, struct pipe_resource *texture, enum pipe_format format, unsigned clear_flags, uint64_t zstencil, unsigned level, unsigned dstx, unsigned dsty, unsigned dstz, unsigned width, unsigned height, unsigned depth) util_clear_depth_stencil_texture() argument
631 uint64_t zstencil; util_clear_texture() local
675 uint64_t zstencil; util_clear_depth_stencil() local
[all...]
H A Du_surface.h74 uint64_t zstencil);
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c350 uint64_t zstencil, unsigned sample, in lp_clear_depth_stencil_texture_msaa()
376 box->width, box->height, box->depth, zstencil); in lp_clear_depth_stencil_texture_msaa()
400 uint64_t zstencil = util_pack64_z_stencil(dst->format, depth, stencil); in llvmpipe_clear_depth_stencil() local
410 zstencil, s, &box); in llvmpipe_clear_depth_stencil()
436 uint64_t zstencil; in llvmpipe_clear_texture() local
448 zstencil = util_pack64_z_stencil(tex->format, depth, stencil); in llvmpipe_clear_texture()
451 lp_clear_depth_stencil_texture_msaa(pipe, tex, tex->format, clear, zstencil, in llvmpipe_clear_texture()
346 lp_clear_depth_stencil_texture_msaa(struct pipe_context *pipe, struct pipe_resource *texture, enum pipe_format format, unsigned clear_flags, uint64_t zstencil, unsigned sample, const struct pipe_box *box) lp_clear_depth_stencil_texture_msaa() argument

Completed in 3 milliseconds