Home
last modified time | relevance | path

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

12345678910>>...16

/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom.c91 uint64_t dirty = 0; in check_program_state() local
100 dirty |= old_vp->affected_states; in check_program_state()
102 dirty |= ST_NEW_VERTEX_PROGRAM(st, new_vp); in check_program_state()
107 dirty |= old_tcp->affected_states; in check_program_state()
109 dirty |= new_tcp->affected_states; in check_program_state()
114 dirty |= old_tep->affected_states; in check_program_state()
116 dirty |= new_tep->affected_states; in check_program_state()
121 dirty |= old_gp->affected_states; in check_program_state()
123 dirty |= new_gp->affected_states; in check_program_state()
128 dirty | in check_program_state()
200 uint64_t dirty, pipeline_mask; st_validate_state() local
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_emit.c129 uint32_t dirty = ctx->dirty; in emit_halti5_only_state() local
133 if (unlikely(dirty & (ETNA_DIRTY_SHADER))) { in emit_halti5_only_state()
142 if (unlikely(dirty & (ETNA_DIRTY_VERTEX_ELEMENTS | ETNA_DIRTY_SHADER))) { in emit_halti5_only_state()
147 if (unlikely(dirty & (ETNA_DIRTY_SHADER))) { in emit_halti5_only_state()
163 uint32_t dirty = ctx->dirty; in emit_pre_halti5_state() local
167 if (unlikely(dirty & (ETNA_DIRTY_SHADER))) { in emit_pre_halti5_state()
170 if (unlikely(dirty & (ETNA_DIRTY_SHADER))) { in emit_pre_halti5_state()
175 if (unlikely(dirty in emit_pre_halti5_state()
230 uint32_t dirty = ctx->dirty; etna_emit_state() local
[all...]
H A Detnaviv_texture_state.c300 uint32_t dirty = ctx->dirty; in etna_emit_ts_state() local
305 if (unlikely(dirty & ETNA_DIRTY_SAMPLER_VIEWS)) { in etna_emit_ts_state()
341 uint32_t dirty = ctx->dirty; in etna_emit_new_texture_state() local
348 if (unlikely(dirty & (ETNA_DIRTY_SAMPLER_VIEWS | ETNA_DIRTY_SAMPLERS))) { in etna_emit_new_texture_state()
364 if (unlikely(dirty & (ETNA_DIRTY_SAMPLER_VIEWS))) { in etna_emit_new_texture_state()
387 if (unlikely(dirty & (ETNA_DIRTY_SAMPLER_VIEWS | ETNA_DIRTY_SAMPLERS))) { in etna_emit_new_texture_state()
406 if (unlikely(dirty & (ETNA_DIRTY_SAMPLER_VIEWS))) { in etna_emit_new_texture_state()
435 if (unlikely(screen->specs.tex_astc && (dirty in etna_emit_new_texture_state()
473 uint32_t dirty = ctx->dirty; etna_emit_texture_state() local
[all...]
/third_party/openssl/apps/
H A Dinfo.c40 int ret = 1, dirty = 0, type = 0; in info_main() local
57 dirty++; in info_main()
61 dirty++; in info_main()
65 dirty++; in info_main()
69 dirty++; in info_main()
73 dirty++; in info_main()
77 dirty++; in info_main()
81 dirty++; in info_main()
85 dirty++; in info_main()
91 if (dirty > in info_main()
[all...]
H A Dversion.c45 int ret = 1, dirty = 0, seed = 0; in version_main() local
64 dirty = date = 1; in version_main()
67 dirty = dir = 1; in version_main()
70 dirty = engdir = 1; in version_main()
73 dirty = moddir = 1; in version_main()
76 dirty = cflags = 1; in version_main()
79 dirty = options = 1; in version_main()
82 dirty = platform = 1; in version_main()
85 dirty = seed = 1; in version_main()
88 dirty in version_main()
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dinfo.c47 int ret = 1, dirty = 0, type = 0; in info_main() local
64 dirty++; in info_main()
68 dirty++; in info_main()
72 dirty++; in info_main()
76 dirty++; in info_main()
80 dirty++; in info_main()
84 dirty++; in info_main()
88 dirty++; in info_main()
92 dirty++; in info_main()
97 dirty in info_main()
[all...]
H A Dversion.c45 int ret = 1, dirty = 0, seed = 0; in version_main() local
64 dirty = date = 1; in version_main()
67 dirty = dir = 1; in version_main()
70 dirty = engdir = 1; in version_main()
73 dirty = moddir = 1; in version_main()
76 dirty = cflags = 1; in version_main()
79 dirty = options = 1; in version_main()
82 dirty = platform = 1; in version_main()
85 dirty = seed = 1; in version_main()
88 dirty in version_main()
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Dgfx7_cmd_buffer.c66 if ((cmd_buffer->state.gfx.dirty & (ANV_CMD_DIRTY_PIPELINE | in cmd_buffer_flush_dynamic_state()
68 BITSET_TEST(dyn->dirty, MESA_VK_DYNAMIC_IA_PRIMITIVE_TOPOLOGY) || in cmd_buffer_flush_dynamic_state()
69 BITSET_TEST(dyn->dirty, MESA_VK_DYNAMIC_RS_CULL_MODE) || in cmd_buffer_flush_dynamic_state()
70 BITSET_TEST(dyn->dirty, MESA_VK_DYNAMIC_RS_FRONT_FACE) || in cmd_buffer_flush_dynamic_state()
71 BITSET_TEST(dyn->dirty, MESA_VK_DYNAMIC_RS_DEPTH_BIAS_ENABLE) || in cmd_buffer_flush_dynamic_state()
72 BITSET_TEST(dyn->dirty, MESA_VK_DYNAMIC_RS_DEPTH_BIAS_FACTORS) || in cmd_buffer_flush_dynamic_state()
73 BITSET_TEST(dyn->dirty, MESA_VK_DYNAMIC_RS_LINE_WIDTH)) { in cmd_buffer_flush_dynamic_state()
107 if (BITSET_TEST(dyn->dirty, MESA_VK_DYNAMIC_DS_STENCIL_REFERENCE) || in cmd_buffer_flush_dynamic_state()
108 BITSET_TEST(dyn->dirty, MESA_VK_DYNAMIC_CB_BLEND_CONSTANTS)) { in cmd_buffer_flush_dynamic_state()
128 if (BITSET_TEST(dyn->dirty, MESA_VK_DYNAMIC_RS_LINE_STIPPL in cmd_buffer_flush_dynamic_state()
[all...]
H A Dgfx8_cmd_buffer.c324 BITSET_TEST(dyn->dirty, MESA_VK_DYNAMIC_FSR)) in cmd_buffer_flush_dynamic_state()
328 if ((cmd_buffer->state.gfx.dirty & ANV_CMD_DIRTY_PIPELINE) || in cmd_buffer_flush_dynamic_state()
329 BITSET_TEST(dyn->dirty, MESA_VK_DYNAMIC_RS_LINE_WIDTH)) { in cmd_buffer_flush_dynamic_state()
347 if ((cmd_buffer->state.gfx.dirty & ANV_CMD_DIRTY_PIPELINE) || in cmd_buffer_flush_dynamic_state()
348 BITSET_TEST(dyn->dirty, MESA_VK_DYNAMIC_IA_PRIMITIVE_TOPOLOGY) || in cmd_buffer_flush_dynamic_state()
349 BITSET_TEST(dyn->dirty, MESA_VK_DYNAMIC_RS_CULL_MODE) || in cmd_buffer_flush_dynamic_state()
350 BITSET_TEST(dyn->dirty, MESA_VK_DYNAMIC_RS_FRONT_FACE) || in cmd_buffer_flush_dynamic_state()
351 BITSET_TEST(dyn->dirty, MESA_VK_DYNAMIC_RS_DEPTH_BIAS_ENABLE) || in cmd_buffer_flush_dynamic_state()
352 BITSET_TEST(dyn->dirty, MESA_VK_DYNAMIC_RS_DEPTH_BIAS_FACTORS)) { in cmd_buffer_flush_dynamic_state()
393 * 3DSTATE_WM_DEPTH_STENCIL in gfx9. That means the dirty bit in cmd_buffer_flush_dynamic_state()
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_constants.c89 svga->dirty |= SVGA_NEW_FS_CONSTS; in svga_set_constant_buffer()
91 svga->dirty |= SVGA_NEW_VS_CONSTS; in svga_set_constant_buffer()
93 svga->dirty |= SVGA_NEW_GS_CONSTS; in svga_set_constant_buffer()
95 svga->dirty |= SVGA_NEW_TCS_CONSTS; in svga_set_constant_buffer()
97 svga->dirty |= SVGA_NEW_TES_CONSTS; in svga_set_constant_buffer()
99 svga->dirty |= SVGA_NEW_CS_CONSTS; in svga_set_constant_buffer()
102 svga->dirty |= SVGA_NEW_FS_CONST_BUFFER; in svga_set_constant_buffer()
104 svga->dirty |= SVGA_NEW_VS_CONST_BUFFER; in svga_set_constant_buffer()
106 svga->dirty |= SVGA_NEW_GS_CONST_BUFFER; in svga_set_constant_buffer()
108 svga->dirty | in svga_set_constant_buffer()
[all...]
H A Dsvga_state.c244 assert(atoms[i]->dirty); in update_state()
247 if (check_state(*state, atoms[i]->dirty)) { in update_state()
267 accumulate_state(&examined, atoms[i]->dirty); in update_state()
272 if (check_state(*state, atoms[i]->dirty)) { in update_state()
299 svga->dirty |= SVGA_NEW_TEXTURE; in svga_update_state()
303 svga->dirty |= svga->state.dirty[i]; in svga_update_state()
305 if (svga->dirty) { in svga_update_state()
308 &svga->dirty ); in svga_update_state()
312 svga->state.dirty[ in svga_update_state()
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_context.h145 /* global 3d pipeline dirty state: */
183 /* per shader-stage dirty state: */
372 /* Generation specific bitmask of dirty state groups: */
376 enum fd_dirty_3d_state dirty dt;
378 /* per shader-stage dirty status: */
538 bool dirty; /* last draw state unknown */ member
569 * Does the dirty state require resource tracking, ie. in general
586 fd_context_dirty_resource(enum fd_dirty_3d_state dirty) in fd_context_dirty_resource() argument
588 return dirty & (FD_DIRTY_FRAMEBUFFER | FD_DIRTY_ZSA | FD_DIRTY_BLEND | in fd_context_dirty_resource()
593 /* Mark specified non-shader-stage related state as dirty
672 fd_context_add_map(struct fd_context *ctx, enum fd_dirty_3d_state dirty, uint32_t gen_dirty) fd_context_add_map() argument
686 fd_context_add_shader_map(struct fd_context *ctx, enum pipe_shader_type shader, enum fd_dirty_shader_state dirty, uint32_t gen_dirty) fd_context_add_shader_map() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_derived.c239 if (llvmpipe->dirty & (LP_NEW_FS | in llvmpipe_update_derived_clear()
261 llvmpipe->dirty |= LP_NEW_SAMPLER_VIEW; in llvmpipe_update_derived()
265 if (llvmpipe->dirty & (LP_NEW_RASTERIZER | in llvmpipe_update_derived()
273 if (llvmpipe->dirty & (LP_NEW_FS | in llvmpipe_update_derived()
284 if (llvmpipe->dirty & (LP_NEW_FS | in llvmpipe_update_derived()
307 if (llvmpipe->dirty & (LP_NEW_FS | in llvmpipe_update_derived()
312 if (llvmpipe->dirty & LP_NEW_SAMPLE_MASK) in llvmpipe_update_derived()
315 if (llvmpipe->dirty & LP_NEW_BLEND_COLOR) in llvmpipe_update_derived()
319 if (llvmpipe->dirty & LP_NEW_SCISSOR) in llvmpipe_update_derived()
322 if (llvmpipe->dirty in llvmpipe_update_derived()
[all...]
H A Dlp_state_blend.c72 llvmpipe->dirty |= LP_NEW_BLEND; in llvmpipe_bind_blend_state()
99 llvmpipe->dirty |= LP_NEW_BLEND_COLOR; in llvmpipe_set_blend_color()
144 llvmpipe->dirty |= LP_NEW_DEPTH_STENCIL_ALPHA; in llvmpipe_bind_depth_stencil_state()
169 llvmpipe->dirty |= LP_NEW_DEPTH_STENCIL_ALPHA; in llvmpipe_set_stencil_ref()
183 llvmpipe->dirty |= LP_NEW_SAMPLE_MASK; in llvmpipe_set_sample_mask()
196 llvmpipe->dirty |= LP_NEW_FS; in llvmpipe_set_min_samples()
217 llvmpipe->dirty |= LP_NEW_SAMPLE_MASK; in llvmpipe_init_blend_funcs()
/third_party/ninja/src/
H A Dgraph_test.cc39 // A missing implicit dep *should* make the output dirty. in TEST_F()
42 EXPECT_TRUE(GetNode("out")->dirty()); in TEST_F()
57 // A modified implicit dep should make the output dirty. in TEST_F()
58 EXPECT_TRUE(GetNode("out")->dirty()); in TEST_F()
79 EXPECT_TRUE(GetNode("out.o")->dirty()); in TEST_F()
102 // the output to be dirty). in TEST_F()
103 EXPECT_TRUE(GetNode("out.o")->dirty()); in TEST_F()
128 EXPECT_TRUE(GetNode("out")->dirty()); in TEST_F()
129 EXPECT_TRUE(GetNode("out.imp")->dirty()); in TEST_F()
144 EXPECT_TRUE(GetNode("out")->dirty()); in TEST_F()
[all...]
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state_derived.c157 i915->dirty |= I915_NEW_VERTEX_FORMAT; in calculate_vertex_layout()
184 i915->dirty &= ~(I915_NEW_FS_CONSTANTS | I915_NEW_FS); in i915_update_derived()
189 i915->dirty &= ~I915_NEW_VS; in i915_update_derived()
192 i915->dirty &= ~I915_NEW_BLEND; in i915_update_derived()
195 i915->dirty &= ~I915_NEW_RASTERIZER; in i915_update_derived()
198 i915->dirty &= ~I915_NEW_DEPTH_STENCIL; in i915_update_derived()
201 if (atoms[i]->dirty & i915->dirty) in i915_update_derived()
204 i915->dirty = 0; in i915_update_derived()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_draw.c110 * related packets as dirty if necessary.
145 ice->state.dirty |= CROCUS_DIRTY_GEN4_CLIP_PROG | CROCUS_DIRTY_GEN4_SF_PROG; in crocus_update_draw_info()
152 ice->state.dirty |= CROCUS_DIRTY_GEN8_VF_TOPOLOGY; in crocus_update_draw_info()
155 ice->state.dirty |= CROCUS_DIRTY_GEN4_FF_GS_PROG; in crocus_update_draw_info()
158 ice->state.dirty |= CROCUS_DIRTY_GEN7_SBE; in crocus_update_draw_info()
164 ice->state.dirty |= CROCUS_DIRTY_CLIP; in crocus_update_draw_info()
173 ice->state.dirty |= CROCUS_DIRTY_GEN8_VF_TOPOLOGY; in crocus_update_draw_info()
177 /* Flag constants dirty for gl_PatchVerticesIn if needed. */ in crocus_update_draw_info()
192 ice->state.dirty |= CROCUS_DIRTY_GEN75_VF; in crocus_update_draw_info()
199 * Update shader draw parameters, flagging VF packets as dirty i
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_draw.c59 * related packets as dirty if necessary.
74 ice->state.dirty |= IRIS_DIRTY_VF_TOPOLOGY; in iris_update_draw_info()
81 ice->state.dirty |= IRIS_DIRTY_CLIP; in iris_update_draw_info()
88 ice->state.dirty |= IRIS_DIRTY_VF_TOPOLOGY; in iris_update_draw_info()
94 /* Flag constants dirty for gl_PatchVerticesIn if needed. */ in iris_update_draw_info()
109 ice->state.dirty |= IRIS_DIRTY_VF; in iris_update_draw_info()
111 ice->state.dirty |= in iris_update_draw_info()
119 * Update shader draw parameters, flagging VF packets as dirty if necessary.
178 ice->state.dirty |= IRIS_DIRTY_VERTEX_BUFFERS | in iris_update_draw_parameters()
210 const uint64_t orig_dirty = ice->state.dirty; in iris_indirect_draw_vbo()
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv40_verttex.c33 unsigned dirty = nv30->vertprog.dirty_samplers; in nv40_verttex_validate() local
35 while (dirty) { in nv40_verttex_validate()
36 unsigned unit = ffs(dirty) - 1; in nv40_verttex_validate()
45 dirty &= ~(1 << unit); in nv40_verttex_validate()
69 nv30->dirty |= NV30_NEW_VERTTEX; in nv40_verttex_sampler_states_bind()
99 nv30->dirty |= NV30_NEW_VERTTEX; in nv40_verttex_set_sampler_views()
H A Dnv30_state.c124 nv30->dirty |= NV30_NEW_BLEND; in nv30_blend_state_bind()
201 nv30->dirty |= NV30_NEW_RASTERIZER; in nv30_rasterizer_state_bind()
279 nv30->dirty |= NV30_NEW_ZSA; in nv30_zsa_state_bind()
295 nv30->dirty |= NV30_NEW_BLEND_COLOUR; in nv30_set_blend_color()
305 nv30->dirty |= NV30_NEW_STENCIL_REF; in nv30_set_stencil_ref()
316 nv30->dirty |= NV30_NEW_CLIP; in nv30_set_clip_state()
325 nv30->dirty |= NV30_NEW_SAMPLE_MASK; in nv30_set_sample_mask()
356 nv30->dirty |= NV30_NEW_VERTCONST; in nv30_set_constant_buffer()
366 nv30->dirty |= NV30_NEW_FRAGCONST; in nv30_set_constant_buffer()
383 nv30->dirty | in nv30_set_framebuffer_state()
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_emit.c189 const enum fd_dirty_3d_state dirty) in fd2_emit_state_binning()
196 if (dirty & (FD_DIRTY_PROG | FD_DIRTY_VTXSTATE)) in fd2_emit_state_binning()
199 if (dirty & (FD_DIRTY_PROG | FD_DIRTY_CONST)) { in fd2_emit_state_binning()
202 (dirty & FD_DIRTY_PROG) ? ctx->prog.vs : NULL); in fd2_emit_state_binning()
205 if (dirty & FD_DIRTY_VIEWPORT) { in fd2_emit_state_binning()
219 if (dirty & (FD_DIRTY_BLEND | FD_DIRTY_FRAMEBUFFER)) { in fd2_emit_state_binning()
235 fd2_emit_state(struct fd_context *ctx, const enum fd_dirty_3d_state dirty) in fd2_emit_state() argument
249 if (dirty & FD_DIRTY_SAMPLE_MASK) { in fd2_emit_state()
255 if (dirty & (FD_DIRTY_ZSA | FD_DIRTY_STENCIL_REF | FD_DIRTY_PROG)) { in fd2_emit_state()
275 if (ctx->rasterizer && dirty in fd2_emit_state()
188 fd2_emit_state_binning(struct fd_context *ctx, const enum fd_dirty_3d_state dirty) fd2_emit_state_binning() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_state.c56 ctx->dirty |= LIMA_CONTEXT_DIRTY_FRAMEBUFFER; in lima_set_framebuffer_state()
87 ctx->dirty |= LIMA_CONTEXT_DIRTY_ZSA; in lima_bind_depth_stencil_alpha_state()
117 ctx->dirty |= LIMA_CONTEXT_DIRTY_RASTERIZER; in lima_bind_rasterizer_state()
147 ctx->dirty |= LIMA_CONTEXT_DIRTY_BLEND; in lima_bind_blend_state()
178 ctx->dirty |= LIMA_CONTEXT_DIRTY_VERTEX_ELEM; in lima_bind_vertex_elements_state()
203 ctx->dirty |= LIMA_CONTEXT_DIRTY_VERTEX_BUFF; in lima_set_vertex_buffers()
233 ctx->dirty |= LIMA_CONTEXT_DIRTY_VIEWPORT; in lima_set_viewport_states()
245 ctx->dirty |= LIMA_CONTEXT_DIRTY_SCISSOR; in lima_set_scissor_states()
255 ctx->dirty |= LIMA_CONTEXT_DIRTY_BLEND_COLOR; in lima_set_blend_color()
265 ctx->dirty | in lima_set_stencil_ref()
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_state.c58 vc4->dirty |= VC4_DIRTY_BLEND_COLOR; in vc4_set_blend_color()
67 vc4->dirty |= VC4_DIRTY_STENCIL_REF; in vc4_set_stencil_ref()
76 vc4->dirty |= VC4_DIRTY_CLIP; in vc4_set_clip_state()
84 vc4->dirty |= VC4_DIRTY_SAMPLE_MASK; in vc4_set_sample_mask()
287 vc4->dirty |= VC4_DIRTY_STIPPLE; in vc4_set_polygon_stipple()
299 vc4->dirty |= VC4_DIRTY_SCISSOR; in vc4_set_scissor_states()
310 vc4->dirty |= VC4_DIRTY_VIEWPORT; in vc4_set_viewport_states()
329 vc4->dirty |= VC4_DIRTY_VTXBUF; in vc4_set_vertex_buffers()
337 vc4->dirty |= VC4_DIRTY_BLEND; in vc4_blend_state_bind()
348 vc4->dirty | in vc4_rasterizer_state_bind()
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_draw.c63 if (emit->dirty & (FD_DIRTY_VTXBUF | FD_DIRTY_VTXSTATE))
129 unsigned dirty = ctx->dirty; variable
151 emit.dirty = dirty;
156 emit.dirty = dirty & ~(FD_DIRTY_BLEND);
/third_party/ltp/testcases/kernel/syscalls/msync/
H A Dmsync04.c11 * is no longer dirty after msync() call.
48 uint64_t dirty; in test_msync() local
57 dirty = get_dirty_bit(mmaped_area); in test_msync()
58 if (!dirty) { in test_msync()
59 tst_res(TFAIL, "Expected dirty bit to be set after writing to" in test_msync()
67 dirty = get_dirty_bit(mmaped_area); in test_msync()
68 if (dirty) in test_msync()
69 tst_res(TFAIL, "msync() failed to write dirty page despite" in test_msync()

Completed in 13 milliseconds

12345678910>>...16