Home
last modified time | relevance | path

Searched defs:logical (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/sfnt/
DSkOTUtils.cpp156 unsigned char* logical = data + originalDataSize + nameTableLogicalSize; in RenameFont() local
/third_party/mesa3d/src/amd/compiler/
Daco_insert_waitcnt.cpp119 bool logical : 1; member
Daco_spill.cpp366 bool logical = false; in get_rematerialize_info() local
Daco_instruction_selection.cpp10069 get_phi_operand(isel_context* ctx, nir_ssa_def* ssa, RegClass rc, bool logical) in get_phi_operand()
10094 bool logical = !dst.is_linear() || nir_dest_is_divergent(instr->dest); in visit_phi() local
10508 bool logical = ctx->cf_info.has_branch || ctx->cf_info.parent_loop.has_divergent_branch; in visit_loop() local
/third_party/python/Lib/msilib/
D__init__.py206 def append(self, full, file, logical): argument