Home
last modified time | relevance | path

Searched refs:defs (Results 101 - 125 of 200) sorted by relevance

12345678

/third_party/skia/third_party/externals/icu/source/samples/ufortune/
H A DMakefile22 include ../defs.mk
/third_party/skia/third_party/externals/icu/source/samples/ufortune/resources/
H A DMakefile30 include ../../defs.mk
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_ra.cpp291 auto it = defs.find(val); in entry()
293 if (it == defs.end()) { in entry()
294 std::list<ValueDef *> &res = defs[val]; in entry()
295 res = val->defs; in entry()
302 std::unordered_map<Value *, std::list<ValueDef *> > defs; member in nv50_ir::MergedDefs
318 defs.erase(def->get()); in removeDefsOfInstruction()
319 for (auto &p : defs) in removeDefsOfInstruction()
325 for (auto &p : defs) in merge()
326 p.first->defs = p.second; in merge()
910 for (Value::DefCIterator def = lval->defs in isShortRegVal()
1028 const std::list<ValueDef *> &defs = mergedDefs(val); coalesceValues() local
1830 std::list<ValueDef *> &defs = mergedDefs(lval); run() local
[all...]
H A Dnv50_ir.h755 std::list<ValueDef *> defs; member in nv50_ir::Value
876 inline ValueDef& def(int s) { return defs[s]; } in def()
878 inline const ValueDef& def(int s) const { return defs[s]; } in def()
880 inline Value *getDef(int d) const { return defs[d].get(); } in getDef()
886 return d < defs.size() && defs[d].exists(); in defExists()
904 unsigned int defCount() const { return defs.size(); }; in defCount()
928 // check whether the defs interfere with srcs and defs of another instruction
982 std::deque<ValueDef> defs; // n member in nv50_ir::Instruction
[all...]
H A Dnv50_ir.cpp152 value->defs.remove(this); in set()
154 defVal->defs.push_back(this); in set()
269 if (defs.size() > 1) in isUniform()
623 // must unlink defs too since the list pointers will get deallocated in ~Instruction()
631 int size = defs.size(); in setDef()
633 defs.resize(i + 1); in setDef()
635 defs[size++].setInsn(this); in setDef()
637 defs[i].set(val); in setDef()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_phi_builder.c65 /* Array of SSA defs, indexed by block. For each block, this array has has
76 * one of the defs provided by nir_phi_builder_value_set_blocK_def().
118 unsigned bit_size, const BITSET_WORD *defs) in nir_phi_builder_add_value()
135 BITSET_FOREACH_SET(i, defs, pb->num_blocks) { in nir_phi_builder_add_value()
220 * Because a phi node may use SSA defs that it does not dominate (this in nir_phi_builder_value_get_block_def()
117 nir_phi_builder_add_value(struct nir_phi_builder *pb, unsigned num_components, unsigned bit_size, const BITSET_WORD *defs) nir_phi_builder_add_value() argument
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dconvert_relaxed_to_half_test.cpp1343 const std::string defs = in TEST_F() local
1423 SinglePassRunAndMatch<ConvertToHalfPass>(defs + func, true); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dconvert_relaxed_to_half_test.cpp1343 const std::string defs = in TEST_F() local
1423 SinglePassRunAndMatch<ConvertToHalfPass>(defs + func, true); in TEST_F()
/third_party/spirv-tools/test/opt/
H A Dconvert_relaxed_to_half_test.cpp1343 const std::string defs = in TEST_F() local
1423 SinglePassRunAndMatch<ConvertToHalfPass>(defs + func, true); in TEST_F()
/third_party/jerryscript/targets/nuttx-stm32f4/
H A DMakefile15 -include $(TOPDIR)/Make.defs
/third_party/icu/icu4c/source/samples/udata/
H A DMakefile16 include ../defs.mk
/third_party/skia/third_party/externals/icu/source/samples/udata/
H A DMakefile16 include ../defs.mk
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgenerate_entry_points.py1777 self.defs = []
1786 self.defs.append(
2666 eps.defs.insert(0, "extern \"C\" {")
2667 eps.defs.append("} // extern \"C\"")
2691 write_file(annotation, "GLES " + comment, TEMPLATE_ENTRY_POINT_SOURCE, "\n".join(eps.defs),
2736 extension_defs += [comment] + eps.defs
2826 ver_defs += [cpp_comment] + eps.defs
2878 cl_defs += [comment] + eps.defs
2899 cl_defs += [comment] + eps.defs
2954 egl_defs += [comment] + eps.defs
[all...]
/third_party/rust/crates/clap/clap_mangen/src/
H A Drender.rs109 if let Some(defs) = option_default_values(opt) {
111 header.push(roman(defs));
172 if let Some(defs) = option_default_values(pos) {
173 header.push(roman(format!(" {defs}")));
/third_party/icu/icu4c/source/samples/uresb/
H A DMakefile14 include ../defs.mk
/third_party/mesa3d/src/broadcom/compiler/
H A Dvir_opt_small_immediates.c62 struct qinst *src_def = c->defs[inst->src[i].index]; in vir_opt_small_immediates()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_opt_vpm.c87 struct qinst *mov = c->defs[temp]; in qir_opt_vpm()
H A Dvc4_opt_dead_code.c125 c->defs[inst->dst.index] = NULL; in qir_opt_dead_code()
H A Dvc4_qir_lower_uniforms.c175 c->defs[mov->dst.index] = mov; in qir_lower_uniforms()
/third_party/skia/third_party/externals/icu/source/samples/uresb/
H A DMakefile14 include ../defs.mk
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXProxyRegErasure.cpp97 auto &OutOp = *MI.defs().begin(); in replaceMachineInstructionUsage()
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_atomics_test.cpp543 const std::string defs = R"( in TEST_F() local
558 CompileSuccessfully(GenerateShaderComputeCode(body, extra, defs), in TEST_F()
579 const std::string defs = R"( in TEST_F() local
594 CompileSuccessfully(GenerateShaderComputeCode(body, extra, defs), in TEST_F()
600 const std::string defs = R"( in TEST_F() local
615 CompileSuccessfully(GenerateShaderComputeCode(body, extra, defs), in TEST_F()
649 const std::string defs = R"( in TEST_F() local
664 CompileSuccessfully(GenerateShaderComputeCode(body, extra, defs), in TEST_F()
670 const std::string defs = R"( in TEST_F() local
685 CompileSuccessfully(GenerateShaderComputeCode(body, extra, defs), in TEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_atomics_test.cpp543 const std::string defs = R"( in TEST_F() local
558 CompileSuccessfully(GenerateShaderComputeCode(body, extra, defs), in TEST_F()
579 const std::string defs = R"( in TEST_F() local
594 CompileSuccessfully(GenerateShaderComputeCode(body, extra, defs), in TEST_F()
600 const std::string defs = R"( in TEST_F() local
615 CompileSuccessfully(GenerateShaderComputeCode(body, extra, defs), in TEST_F()
649 const std::string defs = R"( in TEST_F() local
664 CompileSuccessfully(GenerateShaderComputeCode(body, extra, defs), in TEST_F()
670 const std::string defs = R"( in TEST_F() local
685 CompileSuccessfully(GenerateShaderComputeCode(body, extra, defs), in TEST_F()
[all...]
/third_party/spirv-tools/test/val/
H A Dval_atomics_test.cpp543 const std::string defs = R"( in TEST_F() local
558 CompileSuccessfully(GenerateShaderComputeCode(body, extra, defs), in TEST_F()
579 const std::string defs = R"( in TEST_F() local
594 CompileSuccessfully(GenerateShaderComputeCode(body, extra, defs), in TEST_F()
600 const std::string defs = R"( in TEST_F() local
615 CompileSuccessfully(GenerateShaderComputeCode(body, extra, defs), in TEST_F()
649 const std::string defs = R"( in TEST_F() local
664 CompileSuccessfully(GenerateShaderComputeCode(body, extra, defs), in TEST_F()
670 const std::string defs = R"( in TEST_F() local
685 CompileSuccessfully(GenerateShaderComputeCode(body, extra, defs), in TEST_F()
[all...]
/third_party/unity/test/
H A Drakefile_helper.rb228 }.each_pair do |name, defs|
239 obj_list = src_files.map { |f| compile(f, defs) }

Completed in 25 milliseconds

12345678