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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_surface.c471 uint64_t zstencil)
478 memset(dst_map, (uint8_t) zstencil, height * width);
481 memset(dst_map, (uint8_t) zstencil, width);
491 *row++ = (uint16_t) zstencil;
498 util_memset32(dst_map, (uint32_t)zstencil, width);
516 *row++ = tmp | ((uint32_t) zstencil & ~dst_mask);
525 util_memset64(dst_map, zstencil, width);
541 *row++ = tmp | (zstencil & src_mask);
563 uint64_t zstencil)
569 width, height, zstencil);
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) 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) 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) argument
631 uint64_t zstencil; local in function:util_clear_texture
675 uint64_t zstencil; local in function:util_clear_depth_stencil
[all...]
H A Du_surface.h74 uint64_t zstencil);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_surface.c504 uint64_t zstencil, unsigned level,
542 memset(dst_map, (uint8_t) zstencil, height * width);
545 memset(dst_map, (uint8_t) zstencil, width);
555 *row++ = (uint16_t) zstencil;
564 *row++ = (uint32_t) zstencil;
582 *row++ = tmp | ((uint32_t) zstencil & ~dst_mask);
593 *row++ = zstencil;
609 *row++ = tmp | (zstencil & src_mask);
643 uint64_t zstencil; local in function:util_clear_texture
655 zstencil
500 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) argument
692 uint64_t zstencil; local in function:util_clear_depth_stencil
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c336 uint64_t zstencil, unsigned sample,
362 box->width, box->height, box->depth, zstencil);
383 uint64_t zstencil = util_pack64_z_stencil(dst->format, depth, stencil); local in function:llvmpipe_clear_depth_stencil
393 zstencil, s, &box);
419 uint64_t zstencil; local in function:llvmpipe_clear_texture
431 zstencil = util_pack64_z_stencil(tex->format, depth, stencil);
434 lp_clear_depth_stencil_texture_msaa(pipe, tex, tex->format, clear, zstencil,
332 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) argument
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.0.rst1355 - gallium/util: split out zstencil clearing code.

Completed in 14 milliseconds