HomeSort by: relevance | last modified time | path
    Searched defs:update_flags (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_stream.h 225 union stream_update_flags update_flags; member in struct:dc_stream_state
dc.h 781 union surface_update_flags update_flags; member in struct:dc_plane_state
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc.c 1498 union surface_update_flags *update_flags = &u->surface->update_flags; local
1505 update_flags->bits.color_space_change = 1;
1510 update_flags->bits.horizontal_mirror_change = 1;
1515 update_flags->bits.rotation_change = 1;
1520 update_flags->bits.pixel_format_change = 1;
1525 update_flags->bits.stereo_format_change = 1;
1530 update_flags->bits.per_pixel_alpha_change = 1;
1535 update_flags->bits.global_alpha_change = 1;
1542 update_flags->bits.dcc_change = 1
1586 union surface_update_flags *update_flags = &u->surface->update_flags; local
1643 union surface_update_flags *update_flags = &u->surface->update_flags; local
    [all...]
  /src/sys/uvm/pmap/
pmap.c 1412 u_int update_flags = (flags & VM_PROT_ALL) != 0 ? PMAP_TLB_INSERT : 0; local
1512 update_flags |= PMAP_TLB_NEED_IPI;
1538 pmap_tlb_update_addr(pmap, va, npte, update_flags);
  /src/external/bsd/openldap/dist/libraries/libldap/
tls2.c 331 update_flags( Sockbuf *sb, tls_session * ssl, int rc ) function
426 if ( update_flags( sb, ssl, err )) {
497 if ( update_flags( sb, ssl, err )) return 1;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
core_types.h 302 union pipe_update_flags update_flags; member in struct:pipe_ctx
  /src/external/gpl3/gcc.old/dist/gcc/
tree-into-ssa.cc 3130 algorithm. The value of UPDATE_FLAGS controls how PHI nodes for
3133 - If UPDATE_FLAGS == TODO_update_ssa, we are only interested in PHI
3146 - If UPDATE_FLAGS == TODO_update_ssa_full_phi, the IDF for real
3151 unsigned update_flags)
3177 if (update_flags == TODO_update_ssa)
3194 gcc_checking_assert (update_flags == TODO_update_ssa_full_phi);
3306 even be useful for the optimizers. UPDATE_FLAGS controls various
3311 update_ssa (unsigned update_flags)
3321 gcc_assert (update_flags == TODO_update_ssa
3322 || update_flags == TODO_update_ssa_no_ph
3494 update_flags); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-into-ssa.cc 3211 algorithm. The value of UPDATE_FLAGS controls how PHI nodes for
3214 - If UPDATE_FLAGS == TODO_update_ssa, we are only interested in PHI
3227 - If UPDATE_FLAGS == TODO_update_ssa_full_phi, the IDF for real
3232 unsigned update_flags)
3258 if (update_flags == TODO_update_ssa)
3275 gcc_checking_assert (update_flags == TODO_update_ssa_full_phi);
3387 even be useful for the optimizers. UPDATE_FLAGS controls various
3392 update_ssa (unsigned update_flags)
3402 gcc_assert (update_flags == TODO_update_ssa
3403 || update_flags == TODO_update_ssa_no_ph
3572 insert_updated_phi_nodes_for (ssa_name (i), dfs, update_flags); local
    [all...]

Completed in 38 milliseconds