HomeSort by: relevance | last modified time | path
    Searched defs:zstencil (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_surface.c 336 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
393 zstencil, s, &box);
419 uint64_t zstencil; local
431 zstencil = util_pack64_z_stencil(tex->format, depth, stencil);
434 lp_clear_depth_stencil_texture_msaa(pipe, tex, tex->format, clear, zstencil,
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_surface.c 471 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);
631 uint64_t zstencil; local
675 uint64_t zstencil; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_surface.c 504 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
655 zstencil = util_pack64_z_stencil(tex->format, depth, stencil)
692 uint64_t zstencil; local
    [all...]

Completed in 34 milliseconds