Searched refs:dirty (Results 1 - 25 of 316) sorted by relevance

1234567891011>>

/external/jmonkeyengine/engine/src/bullet-native/
H A DjmeMotionState.cpp43 dirty = true;
52 dirty = true;
57 dirty = true;
62 dirty = true;
67 dirty = true;
72 dirty = true;
76 if (dirty) {
81 dirty = false;
/external/vboot_reference/scripts/
H A Dgetversion.sh10 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/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state.c147 assert(atoms[i]->dirty);
150 if (check_state(*state, atoms[i]->dirty)) {
170 accumulate_state(&examined, atoms[i]->dirty);
175 if (check_state(*state, atoms[i]->dirty)) {
201 svga->dirty |= SVGA_NEW_TEXTURE;
205 svga->dirty |= svga->state.dirty[i];
207 if (svga->dirty) {
210 &svga->dirty );
214 svga->state.dirty[
[all...]
H A Dsvga_pipe_constants.c68 svga->dirty |= SVGA_NEW_FS_CONST_BUFFER;
70 svga->dirty |= SVGA_NEW_VS_CONST_BUFFER;
H A Dsvga_state.h42 unsigned dirty; member in struct:svga_tracked_state
43 enum pipe_error (*update)( struct svga_context *svga, unsigned dirty );
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen7_cc_state.c43 .dirty = {
63 .dirty = {
83 .dirty = {
H A Dintel_pixel_read.c84 GLuint dirty; local
135 dirty = intel->front_buffer_dirty;
137 intel->front_buffer_dirty = dirty;
175 bool dirty; local
185 /* glReadPixels() wont dirty the front buffer, so reset the dirty
187 dirty = intel->front_buffer_dirty;
189 intel->front_buffer_dirty = dirty;
204 intel->front_buffer_dirty = dirty;
H A Dgen6_sampler_state.c51 .dirty = {
/external/dhcpcd/mk/
H A Dfiles.mk1 # Quick and dirty files
H A Dscripts.mk1 # Quick and dirty scripts
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_texture.h45 GLboolean dirty; member in struct:nouveau_texture
50 to_nouveau_texture(t)->dirty = GL_TRUE
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_derived.c139 llvmpipe->dirty |= LP_NEW_SAMPLER_VIEW;
142 if (llvmpipe->dirty & (LP_NEW_RASTERIZER |
147 if (llvmpipe->dirty & (LP_NEW_FS |
157 if (llvmpipe->dirty & (LP_NEW_FS |
161 if (llvmpipe->dirty & LP_NEW_BLEND_COLOR)
165 if (llvmpipe->dirty & LP_NEW_SCISSOR)
168 if (llvmpipe->dirty & LP_NEW_DEPTH_STENCIL_ALPHA) {
175 if (llvmpipe->dirty & LP_NEW_CONSTANTS)
179 if (llvmpipe->dirty & (LP_NEW_SAMPLER_VIEW))
184 if (llvmpipe->dirty
[all...]
H A Dlp_state_clip.c56 llvmpipe->dirty |= LP_NEW_VIEWPORT;
69 llvmpipe->dirty |= LP_NEW_SCISSOR;
82 llvmpipe->dirty |= LP_NEW_STIPPLE;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom.c120 st->dirty.st |= ST_NEW_VERTEX_PROGRAM;
123 st->dirty.st |= ST_NEW_FRAGMENT_PROGRAM;
126 st->dirty.st |= ST_NEW_GEOMETRY_PROGRAM;
141 st->dirty.st |= ST_NEW_EDGEFLAGS_DATA;
152 struct st_state_flags *state = &st->dirty;
156 st->dirty.st |= st->ctx->NewDriverState;
194 /*printf("atom %s %x/%x\n", atom->name, atom->dirty.mesa, atom->dirty.st);*/
196 if (!(atom->dirty.mesa || atom->dirty
[all...]
H A Dst_cb_program.c62 st->dirty.st |= ST_NEW_VERTEX_PROGRAM;
65 st->dirty.st |= ST_NEW_FRAGMENT_PROGRAM;
68 st->dirty.st |= ST_NEW_GEOMETRY_PROGRAM;
83 st->dirty.st |= ST_NEW_FRAGMENT_PROGRAM;
84 st->dirty.st |= ST_NEW_VERTEX_PROGRAM;
85 st->dirty.st |= ST_NEW_GEOMETRY_PROGRAM;
204 st->dirty.st |= ST_NEW_FRAGMENT_PROGRAM;
217 st->dirty.st |= ST_NEW_GEOMETRY_PROGRAM;
225 st->dirty.st |= ST_NEW_VERTEX_PROGRAM;
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state.h40 unsigned dirty; member in struct:i915_tracked_state
/external/skia/src/animator/
H A DSkPostParts.h21 void dirty() override;
H A DSkPostParts.cpp39 void SkDataInput::dirty() { function in class:SkDataInput
40 fParent->dirty();
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_read.c84 GLuint dirty; local
135 dirty = intel->front_buffer_dirty;
137 intel->front_buffer_dirty = dirty;
175 bool dirty; local
185 /* glReadPixels() wont dirty the front buffer, so reset the dirty
187 dirty = intel->front_buffer_dirty;
189 intel->front_buffer_dirty = dirty;
204 intel->front_buffer_dirty = dirty;
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel_read.c84 GLuint dirty; local
135 dirty = intel->front_buffer_dirty;
137 intel->front_buffer_dirty = dirty;
175 bool dirty; local
185 /* glReadPixels() wont dirty the front buffer, so reset the dirty
187 dirty = intel->front_buffer_dirty;
189 intel->front_buffer_dirty = dirty;
204 intel->front_buffer_dirty = dirty;
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv40_verttex.c33 unsigned dirty = nv30->vertprog.dirty_samplers; local
35 while (dirty) {
36 unsigned unit = ffs(dirty) - 1;
68 nv30->dirty |= NV30_NEW_VERTTEX;
92 nv30->dirty |= NV30_NEW_VERTTEX;
/external/bison/build-aux/
H A Dgit-version-gen193 # 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/strace/
H A Dgit-version-gen199 # Test whether to append the "-dirty" suffix only if the version
203 # Don't declare a version "dirty" merely because a time stamp has changed.
206 dirty=`exec 2>/dev/null;git diff-index --name-only HEAD` || dirty=
207 case "$dirty" in
211 *-dirty) ;;
212 *) v="$v-dirty" ;;
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_blend.c56 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/toybox/toys/other/
H A Dpmap.c35 long long start, end, pss, tpss = 0, dirty, tdirty = 0, swap, tswap = 0, local
79 || 0<sscanf(line, "Private_Dirty: %lld", &dirty)
86 printf("% 7lld %7lld %7lld ", pss, dirty, swap);
88 tdirty += dirty;

Completed in 1388 milliseconds

1234567891011>>