Searched refs:dirty (Results 126 - 150 of 628) sorted by relevance

1234567891011>>

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
H A DComponentResults.java342 boolean dirty = false;
365 dirty = true;
369 dirty = true;
372 if (dataDir != null && dirty && (System.currentTimeMillis() - readTime) > 300000) { // save every 5mn
374 dirty = false;
386 writeData(buildName, dataDir, false, dirty);
397 void writeData(String buildName, File dir, boolean temp, boolean dirty) { argument
403 if (!dirty) { // only possible on final write
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_vertex.c64 llvmpipe->dirty |= LP_NEW_VERTEX;
89 llvmpipe->dirty |= LP_NEW_VERTEX;
H A Dlp_setup.c126 setup->dirty = ~0;
373 setup->dirty |= LP_SETUP_NEW_SCISSOR;
495 setup->dirty |= LP_SETUP_NEW_SCISSOR;
542 setup->dirty |= LP_SETUP_NEW_FS;
553 setup->dirty |= LP_SETUP_NEW_CONSTANTS;
565 setup->dirty |= LP_SETUP_NEW_FS;
579 setup->dirty |= LP_SETUP_NEW_FS;
593 setup->dirty |= LP_SETUP_NEW_BLEND_COLOR;
610 setup->dirty |= LP_SETUP_NEW_SCISSOR;
705 setup->dirty |
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dpolygon.c59 VGboolean dirty; member in struct:polygon
91 poly->dirty = VG_TRUE;
103 poly->dirty = VG_TRUE;
124 poly->dirty = VG_TRUE;
157 p->dirty = VG_TRUE;
173 p->dirty = VG_TRUE;
253 if (poly->user_vbuf == NULL || poly->dirty) {
256 poly->dirty = VG_FALSE;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen7_urb.c69 .dirty = {
141 .dirty = {
H A Dgen7_viewport_state.c76 .dirty = {
97 .dirty = {
H A Dbrw_misc_state.c61 .dirty = {
91 .dirty = {
127 .dirty = {
175 brw->state.dirty.brw |= BRW_NEW_PSP;
186 .dirty = {
596 .dirty = {
645 .dirty = {
690 .dirty = {
721 .dirty = {
756 .dirty
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_fragtex.c39 unsigned dirty = nv30->fragprog.dirty_samplers; local
41 while (dirty) {
42 unsigned unit = ffs(dirty) - 1;
146 dirty &= ~(1 << unit);
170 nv30->dirty |= NV30_NEW_FRAGTEX;
194 nv30->dirty |= NV30_NEW_FRAGTEX;
H A Dnv30_state_validate.c232 if (!(nv30->dirty & NV30_NEW_SCISSOR) &&
276 if (nv30->dirty & NV30_NEW_CLIP) {
437 nv30->dirty = NV30_NEW_ALL;
440 nv30->dirty &= ~(NV30_NEW_VERTEX | NV30_NEW_ARRAYS);
443 nv30->dirty &= ~NV30_NEW_VERTPROG;
445 nv30->dirty &= ~NV30_NEW_FRAGPROG;
448 nv30->dirty &= ~NV30_NEW_BLEND;
450 nv30->dirty &= ~NV30_NEW_RASTERIZER;
452 nv30->dirty &= ~NV30_NEW_ZSA;
471 nv30->draw_dirty |= nv30->dirty;
[all...]
H A Dnv30_state.c122 nv30->dirty |= NV30_NEW_BLEND;
199 nv30->dirty |= NV30_NEW_RASTERIZER;
269 nv30->dirty |= NV30_NEW_ZSA;
285 nv30->dirty |= NV30_NEW_BLEND_COLOUR;
295 nv30->dirty |= NV30_NEW_STENCIL_REF;
306 nv30->dirty |= NV30_NEW_CLIP;
315 nv30->dirty |= NV30_NEW_SAMPLE_MASK;
339 nv30->dirty |= NV30_NEW_VERTCONST;
344 nv30->dirty |= NV30_NEW_FRAGCONST;
361 nv30->dirty |
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_context.c83 st->dirty.st |= ST_NEW_FRAGMENT_PROGRAM;
88 st->dirty.st |= ST_NEW_VERTEX_PROGRAM;
91 st->dirty.mesa |= new_state;
92 st->dirty.st |= ST_NEW_MESA;
137 st->dirty.mesa = ~0;
138 st->dirty.st = ~0;
/external/chromium_org/tools/grit/grit/
H A Dtclib.py36 self.dirty = True # True if self.id is (or might be) wrong
101 self.dirty = True
108 self.dirty = True
115 self.dirty = True # user might modify content
128 if self.dirty:
130 self.dirty = False
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_fragtex.c39 unsigned dirty = nv30->fragprog.dirty_samplers; local
41 while (dirty) {
42 unsigned unit = ffs(dirty) - 1;
146 dirty &= ~(1 << unit);
170 nv30->dirty |= NV30_NEW_FRAGTEX;
194 nv30->dirty |= NV30_NEW_FRAGTEX;
H A Dnv30_state_validate.c232 if (!(nv30->dirty & NV30_NEW_SCISSOR) &&
276 if (nv30->dirty & NV30_NEW_CLIP) {
437 nv30->dirty = NV30_NEW_ALL;
440 nv30->dirty &= ~(NV30_NEW_VERTEX | NV30_NEW_ARRAYS);
443 nv30->dirty &= ~NV30_NEW_VERTPROG;
445 nv30->dirty &= ~NV30_NEW_FRAGPROG;
448 nv30->dirty &= ~NV30_NEW_BLEND;
450 nv30->dirty &= ~NV30_NEW_RASTERIZER;
452 nv30->dirty &= ~NV30_NEW_ZSA;
471 nv30->draw_dirty |= nv30->dirty;
[all...]
H A Dnv30_state.c122 nv30->dirty |= NV30_NEW_BLEND;
199 nv30->dirty |= NV30_NEW_RASTERIZER;
269 nv30->dirty |= NV30_NEW_ZSA;
285 nv30->dirty |= NV30_NEW_BLEND_COLOUR;
295 nv30->dirty |= NV30_NEW_STENCIL_REF;
306 nv30->dirty |= NV30_NEW_CLIP;
315 nv30->dirty |= NV30_NEW_SAMPLE_MASK;
339 nv30->dirty |= NV30_NEW_VERTCONST;
344 nv30->dirty |= NV30_NEW_FRAGCONST;
361 nv30->dirty |
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_context.c83 st->dirty.st |= ST_NEW_FRAGMENT_PROGRAM;
88 st->dirty.st |= ST_NEW_VERTEX_PROGRAM;
91 st->dirty.mesa |= new_state;
92 st->dirty.st |= ST_NEW_MESA;
137 st->dirty.mesa = ~0;
138 st->dirty.st = ~0;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c126 setup->dirty = ~0;
373 setup->dirty |= LP_SETUP_NEW_SCISSOR;
495 setup->dirty |= LP_SETUP_NEW_SCISSOR;
542 setup->dirty |= LP_SETUP_NEW_FS;
553 setup->dirty |= LP_SETUP_NEW_CONSTANTS;
565 setup->dirty |= LP_SETUP_NEW_FS;
579 setup->dirty |= LP_SETUP_NEW_FS;
593 setup->dirty |= LP_SETUP_NEW_BLEND_COLOR;
610 setup->dirty |= LP_SETUP_NEW_SCISSOR;
705 setup->dirty |
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_state_validate.c145 if (!(nv50->dirty &
215 nv50->dirty |= NV50_NEW_VERTPROG;
218 nv50->dirty |= NV50_NEW_GMTYPROG;
231 if (nv50->dirty & NV50_NEW_CLIP) {
306 ctx_to->dirty = ~0;
309 ctx_to->dirty &= ~(NV50_NEW_VERTEX | NV50_NEW_ARRAYS);
312 ctx_to->dirty &= ~NV50_NEW_VERTPROG;
314 ctx_to->dirty &= ~NV50_NEW_FRAGPROG;
317 ctx_to->dirty &= ~NV50_NEW_BLEND;
320 ctx_to->dirty
[all...]
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_state_validate.c145 if (!(nv50->dirty &
215 nv50->dirty |= NV50_NEW_VERTPROG;
218 nv50->dirty |= NV50_NEW_GMTYPROG;
231 if (nv50->dirty & NV50_NEW_CLIP) {
306 ctx_to->dirty = ~0;
309 ctx_to->dirty &= ~(NV50_NEW_VERTEX | NV50_NEW_ARRAYS);
312 ctx_to->dirty &= ~NV50_NEW_VERTPROG;
314 ctx_to->dirty &= ~NV50_NEW_FRAGPROG;
317 ctx_to->dirty &= ~NV50_NEW_BLEND;
320 ctx_to->dirty
[all...]
/external/chromium_org/net/http/
H A Dtransport_security_persister.cc188 bool* dirty) {
192 return Deserialize(serialized, dirty, transport_security_state_);
197 bool* dirty,
295 // Make sure we dirty the state if we drop an entry.
309 *dirty = dirtied;
319 bool dirty = false;
320 if (!LoadEntries(state, &dirty)) {
324 if (dirty)
187 LoadEntries(const std::string& serialized, bool* dirty) argument
196 Deserialize(const std::string& serialized, bool* dirty, TransportSecurityState* state) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di830_vtbl.c383 GLuint dirty = get_dirty(state); local
387 if (dirty & I830_UPLOAD_INVARIENT)
390 if (dirty & I830_UPLOAD_RASTER_RULES)
393 if (dirty & I830_UPLOAD_CTX)
396 if (dirty & I830_UPLOAD_BUFFERS)
399 if (dirty & I830_UPLOAD_STIPPLE)
403 if ((dirty & I830_UPLOAD_TEX(i)))
406 if (dirty & I830_UPLOAD_TEXBLEND(i))
422 GLuint dirty; local
442 dirty
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_vtbl.c383 GLuint dirty = get_dirty(state); local
387 if (dirty & I830_UPLOAD_INVARIENT)
390 if (dirty & I830_UPLOAD_RASTER_RULES)
393 if (dirty & I830_UPLOAD_CTX)
396 if (dirty & I830_UPLOAD_BUFFERS)
399 if (dirty & I830_UPLOAD_STIPPLE)
403 if ((dirty & I830_UPLOAD_TEX(i)))
406 if (dirty & I830_UPLOAD_TEXBLEND(i))
422 GLuint dirty; local
442 dirty
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_misc_state.c61 .dirty = {
91 .dirty = {
127 .dirty = {
175 brw->state.dirty.brw |= BRW_NEW_PSP;
186 .dirty = {
596 .dirty = {
645 .dirty = {
690 .dirty = {
721 .dirty = {
756 .dirty
[all...]
H A Dbrw_cc.c59 brw->state.dirty.cache |= CACHE_NEW_CC_VP;
63 .dirty = {
220 brw->state.dirty.cache |= CACHE_NEW_CC_UNIT;
231 .dirty = {
254 .dirty = {
H A Dgen6_cc.c196 brw->state.dirty.cache |= CACHE_NEW_BLEND_STATE;
200 .dirty = {
234 brw->state.dirty.cache |= CACHE_NEW_COLOR_CALC_STATE;
238 .dirty = {
259 .dirty = {

Completed in 381 milliseconds

1234567891011>>