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

1234567891011>>

/external/autotest/client/tests/iosched_bugs/src/
H A DMakefile3 TESTS=dirty
7 dirty: dirty.c
/external/e2fsprogs/util/
H A Dget-ver3 ver=$(git describe --always --dirty); echo "e2fsprogs $ver ($(git log -1 --pretty=%cD))"
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom.c77 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 |
157 uint64_t dirty, pipeline_mask; local
[all...]
/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/webrtc/webrtc/modules/desktop_capture/
H A Ddiffer_unittest.cc58 void MergeBlocks(DesktopRegion* dirty) { argument
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...]
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv40_verttex.c33 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;
/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/dtc/scripts/
H A Dsetlocalversion20 printf '%s' -dirty
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_emit.h45 void fd2_emit_state(struct fd_context *ctx, uint32_t dirty);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_read.c83 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/ltp/testcases/kernel/syscalls/msync/
H A Dmsync04.c23 * is no longer dirty after msync() call.
60 uint64_t dirty; local
68 dirty = get_dirty_bit(mmaped_area);
69 if (!dirty) {
70 tst_res(TFAIL, "Expected dirty bit to be set after writing to"
78 dirty = get_dirty_bit(mmaped_area);
79 if (dirty)
80 tst_res(TFAIL, "msync() failed to write dirty page despite"
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_draw.c54 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 |
158 unsigned dirty = ctx->dirty; local
[all...]
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_draw.c65 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 local
[all...]
/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_emit.c274 * 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
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_derived.c191 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
[all...]
H A Dlp_state_clip.c60 llvmpipe->dirty |= LP_NEW_VIEWPORT;
80 llvmpipe->dirty |= LP_NEW_SCISSOR;
93 llvmpipe->dirty |= LP_NEW_STIPPLE;
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state.c157 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[
[all...]
/external/curl/lib/
H A Dshare.h42 CURL_VOLATILE unsigned int dirty; member in struct:Curl_share
/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;
H A Dsp_state_clip.c60 softpipe->dirty |= SP_NEW_VIEWPORT;
79 softpipe->dirty |= SP_NEW_SCISSOR;
92 softpipe->dirty |= SP_NEW_STIPPLE;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_gs_surface_state.c59 .dirty = {
89 .dirty = {
112 .dirty = {
136 .dirty = {
H A Dbrw_tcs_surface_state.c59 .dirty = {
89 .dirty = {
113 .dirty = {
137 .dirty = {
H A Dbrw_tes_surface_state.c59 .dirty = {
89 .dirty = {
113 .dirty = {
137 .dirty = {
H A Dgen6_sampler_state.c49 .dirty = {
/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 928 milliseconds

1234567891011>>