Home
last modified time | relevance | path

Searched refs:is_readonly (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_def_use.cpp111 if (!v || v->is_readonly()) in process_uses()
115 if (!v->rel->is_readonly()) in process_uses()
135 if (!v->rel->is_readonly()) in process_uses()
Dsb_gvn.cpp169 if (c && c->is_readonly() && ++const_count == 2) { in process_alu_src_constants()
197 if (rewrite && v->gvn_source && v->gvn_source->is_readonly() && in process_op()
Dsb_gcm.cpp478 if (!v || v->is_readonly()) in bu_release_defs()
482 if (!v->rel->is_readonly()) in bu_release_defs()
680 if (v && !v->is_readonly()) in bu_release_phi_defs()
770 if (!v || v->is_readonly()) in get_dc_vec()
Dsb_liveness.cpp285 if (!v || v->is_readonly()) in add_vec()
397 if (!v->is_readonly()) { in process_phi_branch()
Dsb_ssa_builder.cpp342 if (!v || v->is_readonly()) in rename_src_vec()
346 if (!v->rel->is_readonly()) in rename_src_vec()
Dsb_sched.cpp240 if (v->is_readonly() || v->is_undef()) in unreserve()
270 if (v->is_readonly() || v->is_undef()) { in try_reserve()
299 if (!v->is_readonly() && !v->is_undef()) { in try_reserve()
750 if (!v || v->is_readonly()) in init_uc_vec()
1939 if (!v || v->is_readonly()) in release_src_vec()
Dsb_shader.cpp240 assert(!v->is_readonly() && !v->is_rel()); in set_undef()
367 assert(!v->is_readonly() && !v->is_rel()); in get_value_version()
Dsb_ir.h550 bool is_readonly() { return flags & VLF_READONLY; } in is_readonly() function
/external/python/cpython2/Lib/
Dimaplib.py169 self.is_readonly = False # READ-ONLY desired state
660 self.is_readonly = readonly
848 and not self.is_readonly:
/external/python/cpython3/Lib/
Dimaplib.py195 self.is_readonly = False # READ-ONLY desired state
751 self.is_readonly = readonly
978 and not self.is_readonly:
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.h101 bool is_readonly() const { in is_readonly() function
Dbuffer_assignment.cc1007 if (allocation->is_readonly()) { in MaybeAssignBuffer()