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

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/client/tests/iosched_bugs/src/
Makefile 3 TESTS=dirty
7 dirty: dirty.c
  /external/e2fsprogs/util/
get-ver 3 ver=$(git describe --always --dirty); echo "e2fsprogs $ver ($(git log -1 --pretty=%cD))"
  /external/mesa3d/src/mesa/state_tracker/
st_atom.c 77 uint64_t dirty = 0; local
84 dirty |= old_vp->affected_states;
86 dirty |= ST_NEW_VERTEX_PROGRAM(st, st_vertex_program(new_vp));
91 dirty |= old_tcp->affected_states;
93 dirty |= st_tessctrl_program(new_tcp)->affected_states;
98 dirty |= old_tep->affected_states;
100 dirty |= st_tesseval_program(new_tep)->affected_states;
105 dirty |= old_gp->affected_states;
107 dirty |= st_geometry_program(new_gp)->affected_states;
112 dirty |= old_fp->affected_states
157 uint64_t dirty, pipeline_mask; local
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Sector.java 39 private boolean dirty; field in class:Sector
46 this.dirty = true;
51 * internal buffer and resets the "dirty" state.
60 this.dirty = false;
64 return this.dirty;
68 this.dirty = true;
86 this.dirty = false;
103 dirty = true;
108 dirty = true;
118 dirty = true
    [all...]
  /external/vboot_reference/scripts/
getversion.sh 10 if gdesc=$(git describe --dirty --match='v*' 2>/dev/null); then
22 # avoid putting the -dirty attribute if only the timestamp
26 dirty=$(sh -c "[ '$(git diff-index --name-only HEAD)' ] \
27 && echo '-dirty'")
28 ver="${ver_major}.${ver_branch}.${numcommits}-${ghash}${dirty}"
  /external/webrtc/webrtc/modules/desktop_capture/
differ_unittest.cc 58 void MergeBlocks(DesktopRegion* dirty) {
59 differ_->MergeBlocks(dirty);
175 DesktopRegion dirty; local
176 MergeBlocks(&dirty);
185 DesktopRegion::Iterator it(dirty);
240 // Make sure each block is marked as dirty.
328 // Make sure each block is marked as dirty.
351 // Make sure last (partial) block in each row/column is marked as dirty.
385 DesktopRegion dirty; local
386 MergeBlocks(&dirty);
541 DesktopRegion dirty; local
    [all...]
  /frameworks/base/libs/hwui/tests/unit/
DamageAccumulatorTests.cpp 29 // Test that push & pop are propegating the dirty rect
30 // There is no transformation of the dirty rect, the input is the same
36 da.dirty(50, 50, 100, 100);
58 da.dirty(50, 50, 100, 100);
66 // Test that dirty rectangles are being unioned across "siblings
73 da.dirty(50, 50, 100, 100);
76 da.dirty(150, 50, 200, 125);
95 da.dirty(0, 0, 25, 25);
99 SkRect dirty; local
100 da.finish(&dirty);
126 SkRect dirty; local
    [all...]
SkiaPipelineTests.cpp 45 SkRect dirty = SkRect::MakeLargest(); local
54 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes,
68 SkRect dirty = SkRect::MakeLargest(); local
76 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes,
80 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes,
92 SkRect dirty = SkRect::MakeXYWH(0, 1, 2, 1); local
100 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes,
119 //make the layer's dirty area one half of the layer and verify only the dirty half is updated.
131 SkRect dirty = SkRect::MakeLargest() local
159 SkRect dirty = SkRect::MakeXYWH(0, 0, 1, 1); local
288 SkRect dirty = SkRect::MakeWH(800, 600); local
318 SkRect dirty = SkRect::MakeLTRB(10, 20, 30, 40); local
349 SkRect dirty = SkRect::MakeLTRB(10, 10, 40, 40); local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv40_verttex.c 33 unsigned dirty = nv30->vertprog.dirty_samplers; local
35 while (dirty) {
36 unsigned unit = ffs(dirty) - 1;
45 dirty &= ~(1 << unit);
69 nv30->dirty |= NV30_NEW_VERTTEX;
93 nv30->dirty |= NV30_NEW_VERTTEX;
  /cts/tests/tests/view/src/android/view/cts/
MockLinearLayout.java 38 public ViewParent invalidateChildInParent(int[] location, Rect dirty) {
40 return super.invalidateChildInParent(location, dirty);
  /external/chromium-libpac/test/js-unittest/
side_effects.js 3 // gCounter remains dirty.
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_texture.h 45 GLboolean dirty; member in struct:nouveau_texture
50 to_nouveau_texture(t)->dirty = GL_TRUE
  /external/dtc/scripts/
setlocalversion 20 printf '%s' -dirty
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_emit.h 45 void fd2_emit_state(struct fd_context *ctx, uint32_t dirty);
  /system/chre/variant/simulator/
variant.mk 7 COMMIT_HASH_COMMAND = git describe --always --long --dirty
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_pixel_read.c 83 GLuint dirty; local
125 dirty = intel->front_buffer_dirty;
127 intel->front_buffer_dirty = dirty;
163 bool dirty; local
179 /* glReadPixels() wont dirty the front buffer, so reset the dirty
181 dirty = intel->front_buffer_dirty;
183 intel->front_buffer_dirty = dirty;
196 intel->front_buffer_dirty = dirty;
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_draw.c 54 if (emit->dirty & (FD_DIRTY_VTXBUF | FD_DIRTY_VTXSTATE))
76 /* fixup dirty shader state in case some "unrelated" (from the state-
92 ctx->dirty |= FD_SHADER_DIRTY_VP;
98 ctx->dirty |= FD_SHADER_DIRTY_FP;
102 ctx->dirty |= FD_SHADER_DIRTY_VP;
105 ctx->dirty |= FD_SHADER_DIRTY_FP;
108 ctx->dirty |= FD_SHADER_DIRTY_FP;
111 ctx->dirty |= FD_SHADER_DIRTY_FP;
114 ctx->dirty |= FD_SHADER_DIRTY_FP;
117 ctx->dirty |= FD_SHADER_DIRTY_FP | FD_SHADER_DIRTY_VP
158 unsigned dirty = ctx->dirty; local
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_draw.c 65 if (emit->dirty & (FD_DIRTY_VTXBUF | FD_DIRTY_VTXSTATE))
92 /* fixup dirty shader state in case some "unrelated" (from the state-
107 ctx->dirty |= FD_SHADER_DIRTY_VP;
112 ctx->dirty |= FD_SHADER_DIRTY_FP;
116 ctx->dirty |= FD_SHADER_DIRTY_VP;
119 ctx->dirty |= FD_SHADER_DIRTY_FP;
122 ctx->dirty |= FD_SHADER_DIRTY_FP;
125 ctx->dirty |= FD_SHADER_DIRTY_FP;
128 ctx->dirty |= FD_SHADER_DIRTY_FP | FD_SHADER_DIRTY_VP;
167 unsigned dirty = ctx->dirty local
    [all...]
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_emit.c 274 * this state that are changed since last call (dirty) will be uploaded as
287 uint32_t dirty = ctx->dirty; local
291 if (unlikely(dirty & (ETNA_DIRTY_BLEND))) {
300 if (unlikely(dirty & (ETNA_DIRTY_TEXTURE_CACHES)))
302 if (unlikely(dirty & (ETNA_DIRTY_FRAMEBUFFER))) /* Framebuffer config changed? */
314 if (unlikely(dirty & (ETNA_DIRTY_FRAMEBUFFER))) {
330 if (dirty & (ETNA_DIRTY_VERTEX_ELEMENTS)) {
366 if (unlikely(dirty & (ETNA_DIRTY_FRAMEBUFFER | ETNA_DIRTY_SAMPLE_MASK))) {
372 if (likely(dirty & (ETNA_DIRTY_INDEX_BUFFER)) &
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_derived.c 191 llvmpipe->dirty |= LP_NEW_SAMPLER_VIEW;
195 if (llvmpipe->dirty & (LP_NEW_RASTERIZER |
200 if (llvmpipe->dirty & (LP_NEW_FS |
211 if (llvmpipe->dirty & (LP_NEW_RASTERIZER)) {
219 if (llvmpipe->dirty & (LP_NEW_FS |
224 if (llvmpipe->dirty & LP_NEW_BLEND_COLOR)
228 if (llvmpipe->dirty & LP_NEW_SCISSOR)
231 if (llvmpipe->dirty & LP_NEW_DEPTH_STENCIL_ALPHA) {
238 if (llvmpipe->dirty & LP_NEW_FS_CONSTANTS)
243 if (llvmpipe->dirty & (LP_NEW_SAMPLER_VIEW)
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_state.c 157 assert(atoms[i]->dirty);
160 if (check_state(*state, atoms[i]->dirty)) {
180 accumulate_state(&examined, atoms[i]->dirty);
185 if (check_state(*state, atoms[i]->dirty)) {
213 svga->dirty |= SVGA_NEW_TEXTURE;
217 svga->dirty |= svga->state.dirty[i];
219 if (svga->dirty) {
222 &svga->dirty );
226 svga->state.dirty[i] = 0
    [all...]
  /external/bison/build-aux/
git-version-gen 193 # Test whether to append the "-dirty" suffix only if the version
197 # Don't declare a version "dirty" merely because a time stamp has changed.
200 dirty=`exec 2>/dev/null;git diff-index --name-only HEAD` || dirty=
201 case "$dirty" in
205 *-dirty) ;;
206 *) v="$v-dirty" ;;
  /external/curl/lib/
share.h 41 CURL_VOLATILE unsigned int dirty; member in struct:Curl_share
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_blend.c 56 softpipe->dirty |= SP_NEW_BLEND;
84 softpipe->dirty |= SP_NEW_BLEND;
104 softpipe->dirty |= SP_NEW_DEPTH_STENCIL_ALPHA;
123 softpipe->dirty |= SP_NEW_DEPTH_STENCIL_ALPHA;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_gs_surface_state.c 59 .dirty = {
89 .dirty = {
112 .dirty = {
136 .dirty = {

Completed in 1463 milliseconds

1 2 3 4 5 6 7 8 91011>>