HomeSort by relevance Sort by last modified time
    Searched refs:clear_flags (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/mesa3d/src/gallium/drivers/ilo/
ilo_blitter.h 120 unsigned clear_flags,
148 unsigned clear_flags,
156 unsigned clear_flags,
ilo_blitter_rectlist.c 342 unsigned clear_flags,
388 if (clear_flags & PIPE_CLEAR_DEPTH) {
393 if (clear_flags & PIPE_CLEAR_STENCIL) {
421 clear_flags & PIPE_CLEAR_STENCIL);
428 if (clear_flags & PIPE_CLEAR_DEPTH)
430 if (clear_flags & PIPE_CLEAR_STENCIL)
ilo_blitter_pipe.c 193 unsigned clear_flags,
201 zs, clear_flags, depth, stencil, x, y, width, height);
ilo_blit.c 110 unsigned clear_flags,
128 dst, clear_flags, depth, stencil, dstx, dsty, width, height))
132 dst, clear_flags, depth, stencil, dstx, dsty, width, height);
ilo_blitter_blt.c 511 unsigned clear_flags,
525 if (!(clear_flags & PIPE_CLEAR_DEPTH))
532 if (!(clear_flags & PIPE_CLEAR_DEPTH))
539 if (!(clear_flags & PIPE_CLEAR_DEPTH))
546 if (!(clear_flags & PIPE_CLEAR_DEPTHSTENCIL))
551 if ((clear_flags & PIPE_CLEAR_DEPTHSTENCIL) == PIPE_CLEAR_DEPTHSTENCIL)
553 else if (clear_flags & PIPE_CLEAR_DEPTH)
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_rasterizer.c 45 clear_flags(struct pipe_rasterizer_state *rast) function
77 * of flags which get cleared in clear_flags().
92 clear_flags(&state->lp_state);
94 clear_flags(&state->draw_state);
lp_surface.c 209 unsigned clear_flags,
221 util_clear_depth_stencil(pipe, dst, clear_flags,
  /external/libchrome/base/trace_event/
memory_allocator_dump.h 75 void clear_flags(int flags) { flags_ &= ~flags; } function in class:base::trace_event::MemoryAllocatorDump
process_memory_dump.cc 216 mad->clear_flags(MemoryAllocatorDump::Flags::WEAK);
  /external/mesa3d/src/gallium/auxiliary/util/
u_surface.h 95 unsigned clear_flags,
u_surface.c 489 unsigned clear_flags,
501 if ((clear_flags & PIPE_CLEAR_DEPTHSTENCIL) &&
502 ((clear_flags & PIPE_CLEAR_DEPTHSTENCIL) != PIPE_CLEAR_DEPTHSTENCIL) &&
568 if (clear_flags & PIPE_CLEAR_DEPTH)
592 if (clear_flags & PIPE_CLEAR_DEPTH)
u_blitter.h 331 unsigned clear_flags,
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tile_cache.c 132 memset(tc->clear_flags, 255, sizeof(tc->clear_flags));
159 FREE(tc->clear_flags);
190 FREE(tc->clear_flags);
202 tc->clear_flags = CALLOC(1, tc->clear_flags_size);
365 if (is_clear_flag_set(tc->clear_flags, addr, tc->clear_flags_size)) {
468 memset(tc->clear_flags, 0, tc->clear_flags_size);
574 if (is_clear_flag_set(tc->clear_flags, addr, tc->clear_flags_size)) {
582 clear_clear_flag(tc->clear_flags, addr, tc->clear_flags_size);
646 memset(tc->clear_flags, 255, tc->clear_flags_size)
    [all...]
sp_surface.c 116 unsigned clear_flags,
128 util_clear_depth_stencil(pipe, dst, clear_flags,
sp_tile_cache.h 92 uint *clear_flags; member in struct:softpipe_tile_cache
  /external/mesa3d/src/gallium/drivers/i915/
i915_surface.c 166 unsigned clear_flags,
187 i915_clear_emit(pipe, clear_flags & PIPE_CLEAR_DEPTHSTENCIL,
311 unsigned clear_flags,
329 if (clear_flags & PIPE_CLEAR_DEPTH)
334 if ((clear_flags & PIPE_CLEAR_STENCIL) ||
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_clear.c 303 unsigned clear_flags = 0; local
316 clear_flags |= PIPE_CLEAR_DEPTH;
319 clear_flags |= PIPE_CLEAR_STENCIL;
337 clear_flags,
343 clear_flags,
355 dsv, clear_flags,
  /external/python/cpython3/Lib/test/
test_decimal.py 341 self.context.clear_flags()
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 429 * \param clear_flags bitfield of PIPE_CLEAR_DEPTH/STENCIL values.
435 unsigned clear_flags,
  /external/python/cpython3/Modules/_decimal/tests/
deccheck.py 247 self.c.clear_flags()
248 self.p.clear_flags()
291 maxcontext.clear_flags()
    [all...]
  /external/mesa3d/src/gallium/drivers/noop/
noop_pipe.c 246 unsigned clear_flags,
  /hardware/intel/img/psb_video/src/mrst/
lnc_cmdbuf.c 367 req->clear_flags = (~(PSB_GPU_ACCESS_READ | PSB_GPU_ACCESS_WRITE)) & mask;
  /hardware/intel/img/psb_video/src/
vsp_cmdbuf.c 316 req->clear_flags = (~(PSB_GPU_ACCESS_READ | PSB_GPU_ACCESS_WRITE)) & mask;
  /external/e2fsprogs/lib/ext2fs/
inode.c 248 int clear_flags)
256 scan->scan_flags &= ~clear_flags;
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_clear_blit.c 265 unsigned clear_flags, double depth, unsigned stencil,
274 util_blitter_clear_depth_stencil(ctx->blitter, dst, clear_flags, depth,

Completed in 658 milliseconds

1 2 3