HomeSort by: relevance | last modified time | path
    Searched defs:clear (Results 1 - 25 of 147) sorted by relevancy

1 2 3 4 5 6

  /xsrc/external/mit/glu/dist/src/libnurbs/internals/
bufpool.cc 95 * Pool::clear - free buffers associated with pool but keep pool
100 Pool::clear( void ) function in class:Pool
trimvertpool.cc 77 * TrimVertexPool::clear
81 TrimVertexPool::clear( void ) function in class:TrimVertexPool
84 pool.clear();
gridtrimvertex.h 57 inline void clear( void ) { t = 0; g = 0; }; function in class:GridTrimVertex
  /xsrc/external/mit/xterm/dist/vttests/
vt52chars.pl 34 sub clear() { subroutine
66 &clear;
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nv20_context.c 45 uint32_t clear = 0; local
60 clear |= NV20_3D_CLEAR_BUFFERS_COLOR_R;
62 clear |= NV20_3D_CLEAR_BUFFERS_COLOR_G;
64 clear |= NV20_3D_CLEAR_BUFFERS_COLOR_B;
66 clear |= NV20_3D_CLEAR_BUFFERS_COLOR_A;
79 clear |= NV20_3D_CLEAR_BUFFERS_DEPTH;
81 clear |= NV20_3D_CLEAR_BUFFERS_STENCIL;
84 PUSH_DATA (push, pack_zs_f(s->format, ctx->Depth.Clear,
85 ctx->Stencil.Clear));
91 PUSH_DATA (push, clear);
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
pan_job.h 47 unsigned clear; member in struct:panfrost_job
49 /* Packed clear values */
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
nv20_context.c 44 uint32_t clear = 0; local
59 clear |= NV20_3D_CLEAR_BUFFERS_COLOR_R;
61 clear |= NV20_3D_CLEAR_BUFFERS_COLOR_G;
63 clear |= NV20_3D_CLEAR_BUFFERS_COLOR_B;
65 clear |= NV20_3D_CLEAR_BUFFERS_COLOR_A;
78 clear |= NV20_3D_CLEAR_BUFFERS_DEPTH;
80 clear |= NV20_3D_CLEAR_BUFFERS_STENCIL;
83 PUSH_DATA (push, pack_zs_f(s->format, ctx->Depth.Clear,
84 ctx->Stencil.Clear));
90 PUSH_DATA (push, clear);
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
string_to_uint_map.h 77 void clear() function in struct:string_to_uint_map
opt_vectorize.cpp 65 void clear() function in class:__anon750::ir_vectorize_visitor
79 clear();
169 * Attempt to vectorize the previously saved assignments, and clear them from
207 clear();
372 * Finally, clear ::current_assignment and ::has_swizzle.
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
fd5_draw.c 173 uint32_t clear = util_pack_z(PIPE_FORMAT_Z16_UNORM, depth); local
221 OUT_RING(ring, clear); /* RB_CLEAR_COLOR_DW0 */
314 uint32_t clear = util_pack_z_stencil(pfb->zsbuf->format, depth, stencil); variable
331 OUT_RING(ring, clear); /* RB_CLEAR_COLOR_DW0 */
344 /* disable fast clear to not interfere w/ gmem->mem, etc.. */
356 ctx->clear = fd5_clear;
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
string_to_uint_map.h 77 void clear() function in struct:string_to_uint_map
opt_vectorize.cpp 65 void clear() function in class:__anon3385::ir_vectorize_visitor
79 clear();
169 * Attempt to vectorize the previously saved assignments, and clear them from
207 clear();
372 * Finally, clear ::current_assignment and ::has_swizzle.
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
freedreno_perfcntr.h 46 /* Optional, most counters don't have enable/clear registers: */
48 unsigned clear; member in struct:fd_perfcntr_counter
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
fifo.hpp 52 void clear(ArenaT& arena) function in struct:QUEUE
56 mBlocks.clear();
tileset.h 56 INLINE void clear() function in struct:TileSet
  /xsrc/external/mit/libdrm/dist/tests/tegra/
vic-blit.c 34 /* clear output image to red */
35 static int clear(struct vic *vic, struct drm_tegra_channel *channel, function
57 fprintf(stderr, "failed to clear surface: %s\n", strerror(-err));
300 err = clear(vic, channel, input);
302 fprintf(stderr, "failed to clear image: %s\n", strerror(-err));
vic-flip.c 34 /* clear output image to red */
35 static int clear(struct vic *vic, struct drm_tegra_channel *channel, function
63 fprintf(stderr, "failed to clear surface: %s\n", strerror(-err));
300 err = clear(vic, channel, input);
302 fprintf(stderr, "failed to clear image: %s\n", strerror(-err));
  /xsrc/external/mit/xf86-video-intel/dist/test/
basic-lines.c 51 static void clear(struct test_display *dpy, struct test_target *tt) function
111 clear(&t->out, &out);
112 clear(&t->ref, &ref);
DrawSegments.c 51 static void clear(struct test_display *dpy, struct test_target *tt) function
156 clear(&t->out, &out);
157 clear(&t->ref, &ref);
213 clear(&t->out, &out);
214 clear(&t->ref, &ref);
basic-copyplane.c 36 static void clear(struct test_display *dpy, struct test_target *tt) function
52 clear(&t->out, &out);
55 clear(&t->ref, &ref);
basic-rectangle.c 24 static void clear(struct test_display *dpy, struct test_target *tt) function
40 clear(&t->out, &out);
43 clear(&t->ref, &ref);
81 clear(&t->out, &out);
84 clear(&t->ref, &ref);
123 clear(&t->out, &out);
126 clear(&t->ref, &ref);
165 clear(&t->out, &out);
168 clear(&t->ref, &ref);
basic-stress.c 23 static void clear(struct test_target *tt) function
124 clear(&out);
125 clear(&ref);
  /xsrc/external/mit/xf86-video-intel-2014/dist/test/
basic-lines.c 51 static void clear(struct test_display *dpy, struct test_target *tt) function
111 clear(&t->out, &out);
112 clear(&t->ref, &ref);
  /xsrc/external/mit/MesaLib/dist/src/asahi/lib/
agx_device.h 64 uint32_t clear; member in struct:agx_device::__anon615
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
fd5_draw.c 191 uint32_t clear = util_pack_z(PIPE_FORMAT_Z16_UNORM, depth); local
194 // splitting both clear and lrz clear out into their own rb's. And
195 // just throw away any draws prior to clear. (Anything not fullscreen
196 // clear, just fallback to generic path that treats it as a normal
248 OUT_RING(ring, clear); /* RB_CLEAR_COLOR_DW0 */
347 uint32_t clear = local
365 OUT_RING(ring, clear); /* RB_CLEAR_COLOR_DW0 */
378 /* disable fast clear to not interfere w/ gmem->mem, etc.. */
390 ctx->clear = fd5_clear
    [all...]

Completed in 36 milliseconds

1 2 3 4 5 6