Home
last modified time | relevance | path

Searched refs:def (Results 626 - 650 of 927) sorted by relevance

1...<<21222324252627282930>>...38

/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cExplicitUniformLocationTest.cpp2573 std::string def = "layout (location = x) uniform float u0;";
2574 return doRunNegativeCompile(def);
2582 std::string def = NL "const int i = 1;" NL "layout (location = i) uniform float u0;";
2583 return doRunNegativeCompile(def);
2781 std::string def =
2785 return doRunNegativeCompile(def);
2793 std::string def = NL "const int i = 1;" NL "subroutine vec4 st0(float param);" NL
2796 return doRunNegativeCompile(def);
3021 std::string def = NL "subroutine vec4 st0(float param);" NL
3023 return doRunNegativeCompile(def);
[all...]
/third_party/icu/tools/multi/proj/provider/
H A Dcolldiff.cpp98 int32_t def = ucol_getShortDefinitionString(col,locID/*NULL*/,xbuf3,200,&subStatus); in main() local
/third_party/lzma/CPP/7zip/Bundles/Format7zR/
H A Dmakefile2 DEF_FILE = ../../Archive/Archive2.def
/third_party/node/src/crypto/
H A Dcrypto_common.h49 long def = X509_V_ERR_UNSPECIFIED); // NOLINT(runtime/int)
/third_party/ltp/tools/sparse/sparse-src/
H A Dexpression.h262 struct expression *def; member
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_def_use.cpp98 v->def = n; in process_defs()
/third_party/node/deps/openssl/openssl/crypto/engine/
H A Dtb_asnmth.c168 static void look_str_cb(int nid, STACK_OF(ENGINE) *sk, ENGINE *def, void *arg) in look_str_cb() argument
/third_party/openssl/crypto/engine/
H A Dtb_asnmth.c168 static void look_str_cb(int nid, STACK_OF(ENGINE) *sk, ENGINE *def, void *arg) in look_str_cb() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h229 virtual void adjustSchedDependency(SUnit *def, SUnit *use, SDep &dep) const {} in adjustSchedDependency() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h183 void addDefinedSymbol(StringRef Name, const GlobalValue *def,
/third_party/ffmpeg/libavformat/
H A Dvapoursynth.c307 static int get_vs_prop_int(AVFormatContext *s, const VSMap *map, const char *name, int def) in get_vs_prop_int() argument
314 return err || res < INT_MIN || res > INT_MAX ? def : res; in get_vs_prop_int()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_validate.c40 * don't have SSA uses that occure before def's
78 if (!(reg->flags & IR3_REG_SSA) || !reg->def) in validate_src()
81 struct ir3_register *src = reg->def; in validate_src()
H A Dir3_print.c260 if (!reg->def) in print_ssa_name()
263 print_ssa_def_name(stream, reg->def); in print_ssa_name()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_vectorize.c239 nir_ssa_def *def = nir_build_imm(&b, total_components, bit_size, value); in instr_try_combine() local
241 new_alu->src[i].src = nir_src_for_ssa(def); in instr_try_combine()
H A Dnir_builder.c227 instr->src[i].src = nir_src_for_ssa(comp[i].def); in nir_vec_scalars()
236 comp[0].def->bit_size, NULL); in nir_vec_scalars()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_fs_out_to_vector.cpp361 srcs[i] = &instr_undef->def; in vec_instr_stack_pop()
378 if (srcs[var2->data.location_frac] == &instr_undef->def) { in vec_instr_stack_pop()
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H A Dload-actual.js219 const def = kid.isLink ? `file:${kid.realpath.replace(/#/g, '%23')}` : '*'
220 dependencies[name] = dependencies[name] || def
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DPHIElimination.cpp309 // each for each incoming block), the "def" block and instruction fields in LowerPHINode()
326 // Update LiveIntervals for the new copy or implicit def. in LowerPHINode()
363 DestVNI->def = DestCopyIndex.getRegSlot(); in LowerPHINode()
409 // Clean up the old implicit-def, if there even was one. in LowerPHINode()
495 if (VNI && VNI->def != startIdx) { in LowerPHINode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonNewValueJump.cpp149 // Make sure that the (unique) def operand is a register from IntRegs. in canBeFeederToNewValueJump()
162 // Make sure there is no 'def' or 'use' of any of the uses of in canBeFeederToNewValueJump()
226 // The following pseudo Hexagon instructions sets "use" and "def" in commonChecksToProhibitNewValueJump()
295 MachineInstr *def = MRI.getVRegDef(cmpOp2); in canCompareBeNewValueJump() local
296 if (def->getOpcode() == TargetOpcode::COPY) in canCompareBeNewValueJump()
301 // Walk the instructions after the compare (predicate def) to the jump, in canCompareBeNewValueJump()
314 // If there is a def or use of predicate (result of compare), bail out. in canCompareBeNewValueJump()
320 // If there is a def of any of the use of the compare (operands of compare), in canCompareBeNewValueJump()
/third_party/typescript/tests/baselines/reference/
H A DintraExpressionInferences.js117 declare function createMappingComponent<I extends WrappedMap, O extends WrappedMap>(def: MappingComponent<I, O>): void;
361 declare function createMappingComponent<I extends WrappedMap, O extends WrappedMap>(def: MappingComponent<I, O>): void;
/third_party/selinux/libsepol/cil/src/
H A Dcil_build_ast.h219 void cil_destroy_default(struct cil_default *def);
225 void cil_destroy_defaultrange(struct cil_defaultrange *def);
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.c338 nir_ssa_def *def = NULL; in lower_intrinsics() local
341 def = nir_ieq_imm(&b, intrin->src[0].ssa, 0); in lower_intrinsics()
344 def = nir_ior(&b, intrin->src[0].ssa, intrin->src[1].ssa); in lower_intrinsics()
349 def = nir_imm_zero(&b, 1, 32); in lower_intrinsics()
355 nir_ssa_def_rewrite_uses(&intrin->dest.ssa, def); in lower_intrinsics()
555 nir_ssa_def *def = NULL; in radv_lower_fs_intrinsics() local
559 def = nir_iand(&b, sample_coverage, nir_ishl(&b, nir_imm_int(&b, 1u), sample_id)); in radv_lower_fs_intrinsics()
561 def = sample_coverage; in radv_lower_fs_intrinsics()
564 nir_ssa_def_rewrite_uses(&intrin->dest.ssa, def); in radv_lower_fs_intrinsics()
1117 nir_ssa_def *def in lower_view_index() local
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl.cc812 const auto* def = def_use_mgr_->GetDef(id); in RegisterWorkgroupSizeBuiltin()
813 if (!def || in RegisterWorkgroupSizeBuiltin()
814 (def->opcode() != SpvOpSpecConstant && in RegisterWorkgroupSizeBuiltin()
815 def->opcode() != SpvOpConstant) || in RegisterWorkgroupSizeBuiltin()
816 (def->NumInOperands() != 1)) { in RegisterWorkgroupSizeBuiltin()
818 << (def ? def->PrettyPrint() in RegisterWorkgroupSizeBuiltin()
823 *value_ptr = def->GetSingleWordInOperand(0); in RegisterWorkgroupSizeBuiltin()
/test/testfwk/arkxtest/uitest/napi/
H A Duitest_napi.cpp495 const auto &def = enumDef.values_[idx]; in ExportEnumerator() local
497 NAPI_CALL_BASE(env, napi_create_string_utf8(env, def.valueJson_.data(), NAPI_AUTO_LENGTH, &prop), NAPI_ERR); in ExportEnumerator()
499 NAPI_CALL_BASE(env, napi_set_named_property(env, enumerator, def.name_.data(), prop), NAPI_ERR); in ExportEnumerator()
/third_party/curl/tests/server/
H A Dmqttd.c669 char *def = (char *)"this is random payload yes yes it is"; in mqttit() local
670 publish(dump, fd, packet_id, topic, def, strlen(def)); in mqttit()

Completed in 25 milliseconds

1...<<21222324252627282930>>...38