/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | CalcSpillWeights.cpp | 99 MachineInstr *MI = LIS.getInstructionFromIndex(VNI->def); in isRematerializable() 122 LiveQueryResult SrcQ = SrcLI.Query(VNI->def); in isRematerializable() 127 MI = LIS.getInstructionFromIndex(VNI->def); in isRematerializable()
|
/third_party/backends/backend/ |
H A D | teco1.c | 513 dev->def = &(scanners[i]); in teco_identify_scanner() 652 size = dev->def->window_size; in teco_set_window() 773 if (dev->def->pass == 3) in get_filled_data_length() 1012 dev->sane.vendor = dev->def->real_vendor; in attach_scanner() 1013 dev->sane.model = dev->def->real_product; in attach_scanner() 1088 dev->opt[OPT_RESOLUTION].constraint.range = &dev->def->res_range; in teco_init_options() 1350 if (dev->def->pass == 1) in teco_fill_image() 1870 if (dev->x_resolution > dev->def->x_resolution_max) in sane_get_parameters() 1872 dev->x_resolution = dev->def->x_resolution_max; in sane_get_parameters() 1927 dev->pass = dev->def in sane_get_parameters() [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_nir.cpp | 115 Instruction *loadFrom(DataFile, uint8_t, DataType, Value *def, uint32_t base, 761 Converter::convert(nir_ssa_def *def) in convert() argument 763 NirDefMap::iterator it = ssaDefs.find(def->index); in convert() 767 LValues newDef(def->num_components); in convert() 768 for (uint8_t i = 0; i < def->num_components; i++) in convert() 769 newDef[i] = getSSA(std::max(4, def->bit_size / 8)); in convert() 770 return ssaDefs[def->index] = newDef; in convert() 1226 Converter::loadFrom(DataFile file, uint8_t i, DataType ty, Value *def, 1251 return mkOp2(OP_MERGE, ty, def, lo, hi); in isAccessSupported() 1254 mkLoad(ty, def, mkSymbo [all...] |
H A D | nv50_ir_lowering_gm107.cpp | 120 Value *def[4][4]; in handleManualTXD() local 206 def[c][l] = bld.getSSA(); in handleManualTXD() 207 mov = bld.mkMov(def[c][l], tex->getDef(c)); in handleManualTXD() 216 u->setSrc(l, def[c][l]); in handleManualTXD()
|
/third_party/libabigail/tools/ |
H A D | fedabipkgdiff | 163 def __call__(self, parser, namespace, values, option_string=None): 168 def is_distro_valid(distro): 180 def get_distro_from_string(str): 200 def match_nvr(s): 205 def match_nvra(s): 210 def is_rpm_file(filename): 225 def cmp_nvr(left, right): 245 def log_call(func): 258 def proxy(*args, **kwargs): 269 def delete_download_cach [all...] |
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_cfg.c | 87 call->params[(*param_idx)++] = nir_src_for_ssa(value->def); in vtn_ssa_value_add_to_call_params() 103 value->def = nir_load_param(&b->nb, (*param_idx)++); in vtn_ssa_value_load_function_param() 1332 nir_ssa_def *cond = vtn_ssa_value(b, block->branch[1])->def; in vtn_emit_cf_func_unstructured() 1355 struct vtn_case *def = NULL; in vtn_emit_cf_func_unstructured() local 1359 assert(def == NULL); in vtn_emit_cf_func_unstructured() 1360 def = cse; in vtn_emit_cf_func_unstructured() 1377 vtn_assert(def != NULL); in vtn_emit_cf_func_unstructured() 1378 vtn_add_unstructured_block(b, func, &work_list, def->block); in vtn_emit_cf_func_unstructured() 1381 nir_goto(&b->nb, def->block->block); in vtn_emit_cf_func_unstructured()
|
H A D | vtn_subgroup.c | 59 intrin->src[0] = nir_src_for_ssa(src0->def); in vtn_build_subgroup_instr() 68 dst->def = &intrin->dest.ssa; in vtn_build_subgroup_instr() 340 vtn_push_nir_ssa(b, w[2], nir_bcsel(nb, cond, current->def, next->def)); in vtn_handle_subgroup()
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
H A D | vid_enc.c | 333 OMX_PARAM_PORTDEFINITIONTYPE *def = param; in vid_enc_SetParameter() local 339 if (def->nPortIndex == OMX_BASE_FILTER_INPUTPORT_INDEX) { in vid_enc_SetParameter() 360 priv->frame_rate = def->format.video.xFramerate; in vid_enc_SetParameter() 753 OMX_VIDEO_PORTDEFINITIONTYPE *def = &port->sPortParam.format.video; in enc_NeedTask() local 757 return enc_NeedTask_common(priv, def); in enc_NeedTask() 765 OMX_VIDEO_PORTDEFINITIONTYPE *def = &port->sPortParam.format.video; in enc_LoadImage() local 766 return enc_LoadImage_common(priv, def, buf, vbuf); in enc_LoadImage() 773 OMX_VIDEO_PORTDEFINITIONTYPE *def = &port->sPortParam.format.video; in enc_ScaleInput() local 774 enc_ScaleInput_common(priv, def, vbuf, size); in enc_ScaleInput()
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/system_storage/src/ |
H A D | napi_system_storage.cpp | 31 std::string def; member 193 ParseString(env, argv[0], "default", false, context->def); in Operate() 236 if (context->def.size() > MAX_VALUE_LENGTH) { in NapiGet() 242 context->val = pref->GetString(context->key, context->def); in NapiGet()
|
/third_party/cups-filters/filter/ |
H A D | bannertopdf.c | 47 float def) in get_float_option() 50 return value ? atof(value) : def; in get_float_option() 57 int def) in get_int_option() 60 return value ? atoi(value) : def; in get_int_option() 44 get_float_option(const char *name, int noptions, cups_option_t *options, float def) get_float_option() argument 54 get_int_option(const char *name, int noptions, cups_option_t *options, int def) get_int_option() argument
|
/third_party/ltp/lib/ |
H A D | tst_res.c | 141 #define PAIR(def) [def] = {.name = #def, .val = def},
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_live_variables.cpp | 44 * However, we internally track use/def information at the per-GRF level for 69 if (!BITSET_TEST(bd->def, var)) in setup_one_read() 83 /* The def[] bitset marks when an initialization in a block completely in setup_one_write() 88 BITSET_SET(bd->def, var); in setup_one_write() 95 * Sets up the use[] and def[] bitsets. 131 /* Set def[] for this instruction */ in setup_def_use() 189 ~bd->def[i])); in compute_live_variables() 296 block_data[i].def = rzalloc_array(mem_ctx, BITSET_WORD, bitset_words); in fs_live_variables()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | constants.cpp | 234 auto def = context()->get_def_use_mgr()->GetDef(decl_id); in GetDefiningInstruction() local 235 assert(def != nullptr); in GetDefiningInstruction() 236 assert((type_id == 0 || def->type_id() == type_id) && in GetDefiningInstruction() 238 return def; in GetDefiningInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | constants.cpp | 234 auto def = context()->get_def_use_mgr()->GetDef(decl_id); in GetDefiningInstruction() local 235 assert(def != nullptr); in GetDefiningInstruction() 236 assert((type_id == 0 || def->type_id() == type_id) && in GetDefiningInstruction() 238 return def; in GetDefiningInstruction()
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_reset_ast.c | 463 static void cil_reset_default(struct cil_default *def) in cil_reset_default() argument 465 cil_list_destroy(&def->class_datums, CIL_FALSE); in cil_reset_default() 468 static void cil_reset_defaultrange(struct cil_defaultrange *def) in cil_reset_defaultrange() argument 470 cil_list_destroy(&def->class_datums, CIL_FALSE); in cil_reset_defaultrange()
|
/third_party/nghttp2/third-party/ |
H A D | build_config.rb | 0 def config(conf)
|
/third_party/pulseaudio/src/pulse/ |
H A D | subscribe.h | 26 #include <pulse/def.h>
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/ |
H A D | passthroughlum2d11ps.h | 44 def c0, 1, 0, 0, 0
|
H A D | passthrougha2d11ps.h | 44 def c0, 0, 1, 0, 0
|
H A D | passthroughr2d11ps.h | 44 def c0, 1, 0, 0, 0
|
H A D | passthroughrg2d11ps.h | 44 def c0, 1, 0, 0, 0
|
H A D | passthrough2d11vs.h | 37 def c1, 0, 1, 0, 0
|
H A D | passthroughrgb2d11ps.h | 44 def c0, 1, 0, 0, 0
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/ |
H A D | tilde_open_block.rb | 25 def self.is_delimited_block? line, return_match_data = false
|
H A D | vuid-expander.rb | 10 def process document
|