Home
last modified time | relevance | path

Searched refs:var_id (Results 51 - 75 of 94) sorted by relevance

1234

/third_party/spirv-tools/source/opt/
H A Dfix_func_call_arguments.cpp48 uint32_t var_id = in FixFuncCallArguments() local
50 func_call_inst->SetInOperand(i, {var_id}); in FixFuncCallArguments()
H A Dinterface_var_sroa.cpp93 // Creates an OpDecorate instruction whose Target is |var_id| and Decoration is
96 uint32_t var_id, spv::Decoration decoration, in CreateDecoration()
99 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {var_id}}, in CreateDecoration()
232 uint32_t var_id) { in KillLocationAndComponentDecorations()
234 var_id, [](const Instruction& inst) { in KillLocationAndComponentDecorations()
308 uint32_t var_id = vars.GetComponentVariable()->result_id(); in AddLocationAndComponentDecorations() local
309 CreateDecoration(context()->get_decoration_mgr(), var_id, in AddLocationAndComponentDecorations()
311 CreateDecoration(context()->get_decoration_mgr(), var_id, in AddLocationAndComponentDecorations()
548 Instruction* annotation_inst, uint32_t var_id) { in CloneAnnotationForVariable()
553 new_inst->SetInOperand(0, {var_id}); in CloneAnnotationForVariable()
95 CreateDecoration(analysis::DecorationManager* decoration_mgr, uint32_t var_id, spv::Decoration decoration, uint32_t literal) CreateDecoration() argument
231 KillLocationAndComponentDecorations( uint32_t var_id) KillLocationAndComponentDecorations() argument
547 CloneAnnotationForVariable( Instruction* annotation_inst, uint32_t var_id) CloneAnnotationForVariable() argument
[all...]
H A Dinterface_var_sroa.h265 // operand of the new annotation instruction as |var_id|.
267 uint32_t var_id);
353 // variable whose id is |var_id|.
354 void KillLocationAndComponentDecorations(uint32_t var_id);
H A Dlocal_single_store_elim_pass.h97 // Replaces DebugDeclares of |var_id| with DebugValues using the value
99 bool RewriteDebugDeclares(Instruction* store_inst, uint32_t var_id);
H A Dmerge_return_pass.cpp601 uint32_t var_id = TakeNextId(); in AddReturnValue() local
603 new Instruction(context(), spv::Op::OpVariable, return_ptr_type, var_id, in AddReturnValue()
616 function_->result_id(), var_id, {spv::Decoration::RelaxedPrecision}); in AddReturnValue()
637 uint32_t var_id = TakeNextId(); in AddReturnFlag() local
639 context(), spv::Op::OpVariable, bool_ptr_id, var_id, in AddReturnFlag()
H A Ddebug_info_manager.h219 // |var_id| as a key.
220 void RegisterDbgDeclare(uint32_t var_id, Instruction* dbg_declare);
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Dsynth.c413 (var->var_id >= 0) && (var->var_id < MAXVARS); var++) in do_synth_init()
441 for (var = synth->vars; var->var_id != MAXVARS; var++) in synth_release()
442 speakup_unregister_var(var->var_id); in synth_release()
H A Dkobjects.c477 var = spk_get_punc_var(p_header->var_id); in punc_show()
479 pr_warn("var is null, p_header->var_id is %i\n", in punc_show()
480 p_header->var_id); in punc_show()
519 var = spk_get_punc_var(p_header->var_id); in punc_store()
521 pr_warn("var is null, p_header->var_id is %i\n", in punc_store()
522 p_header->var_id); in punc_store()
667 if (param->var_id == VOICE && synth && in spk_var_store()
H A Dspk_priv.h46 struct var_t *spk_get_var(enum var_id_t var_id);
H A Dmain.c1841 int var_id = (int)value - VAR_START; in inc_dec_var() local
1842 int how = (var_id & 1) ? E_INC : E_DEC; in inc_dec_var()
1844 var_id = var_id / 2 + FIRST_SET_VAR; in inc_dec_var()
1845 p_header = spk_get_var_header(var_id); in inc_dec_var()
2364 for (var = spk_vars; var->var_id != MAXVARS; var++) in speakup_init()
2367 (var->var_id >= 0) && (var->var_id < MAXVARS); var++) in speakup_init()
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A Dsynth.c418 (var->var_id >= 0) && (var->var_id < MAXVARS); var++) in do_synth_init()
446 for (var = synth->vars; var->var_id != MAXVARS; var++) in synth_release()
447 speakup_unregister_var(var->var_id); in synth_release()
H A Dkobjects.c477 var = spk_get_punc_var(p_header->var_id); in punc_show()
479 pr_warn("var is null, p_header->var_id is %i\n", in punc_show()
480 p_header->var_id); in punc_show()
519 var = spk_get_punc_var(p_header->var_id); in punc_store()
521 pr_warn("var is null, p_header->var_id is %i\n", in punc_store()
522 p_header->var_id); in punc_store()
667 if (param->var_id == VOICE && synth && in spk_var_store()
H A Dspk_priv.h46 struct var_t *spk_get_var(enum var_id_t var_id);
H A Dmain.c1853 int var_id = (int)value - VAR_START; in inc_dec_var() local
1854 int how = (var_id & 1) ? E_INC : E_DEC; in inc_dec_var()
1856 var_id = var_id / 2 + FIRST_SET_VAR; in inc_dec_var()
1857 p_header = spk_get_var_header(var_id); in inc_dec_var()
2376 for (var = spk_vars; var->var_id != MAXVARS; var++) in speakup_init()
2379 (var->var_id >= 0) && (var->var_id < MAXVARS); var++) in speakup_init()
/third_party/libabigail/src/
H A Dabg-corpus-priv.h381 var_id_is_in_id_var_map(const string& var_id) const in var_id_is_in_id_var_map()
384 str_var_ptr_map_type::const_iterator i = m.find(var_id); in var_id_is_in_id_var_map()
397 const string& var_id = get_id(*var); in add_var_to_map() local
398 id_var_map()[var_id] = var; in add_var_to_map()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dlocal_single_store_elim_pass.h97 // Replaces DebugDeclares of |var_id| with DebugValues using the value
99 bool RewriteDebugDeclares(Instruction* store_inst, uint32_t var_id);
H A Dmerge_return_pass.cpp594 uint32_t var_id = TakeNextId(); in AddReturnValue() local
596 context(), SpvOpVariable, return_ptr_type, var_id, in AddReturnValue()
608 function_->result_id(), var_id, {SpvDecorationRelaxedPrecision}); in AddReturnValue()
629 uint32_t var_id = TakeNextId(); in AddReturnFlag() local
631 context(), SpvOpVariable, bool_ptr_id, var_id, in AddReturnFlag()
H A Ddebug_info_manager.h220 // |var_id| as a key.
221 void RegisterDbgDeclare(uint32_t var_id, Instruction* dbg_declare);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dlocal_single_store_elim_pass.h97 // Replaces DebugDeclares of |var_id| with DebugValues using the value
99 bool RewriteDebugDeclares(Instruction* store_inst, uint32_t var_id);
H A Dmerge_return_pass.cpp594 uint32_t var_id = TakeNextId(); in AddReturnValue() local
596 context(), SpvOpVariable, return_ptr_type, var_id, in AddReturnValue()
608 function_->result_id(), var_id, {SpvDecorationRelaxedPrecision}); in AddReturnValue()
629 uint32_t var_id = TakeNextId(); in AddReturnFlag() local
631 context(), SpvOpVariable, bool_ptr_id, var_id, in AddReturnFlag()
H A Ddebug_info_manager.h220 // |var_id| as a key.
221 void RegisterDbgDeclare(uint32_t var_id, Instruction* dbg_declare);
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_instruction.cpp424 spv_result_t LimitCheckNumVars(ValidationState_t& _, const uint32_t var_id, in LimitCheckNumVars() argument
427 _.registerLocalVariable(var_id); in LimitCheckNumVars()
437 _.registerGlobalVariable(var_id); in LimitCheckNumVars()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_instruction.cpp424 spv_result_t LimitCheckNumVars(ValidationState_t& _, const uint32_t var_id, in LimitCheckNumVars() argument
427 _.registerLocalVariable(var_id); in LimitCheckNumVars()
437 _.registerGlobalVariable(var_id); in LimitCheckNumVars()
/third_party/spirv-tools/source/val/
H A Dvalidate_instruction.cpp420 spv_result_t LimitCheckNumVars(ValidationState_t& _, const uint32_t var_id, in LimitCheckNumVars() argument
423 _.registerLocalVariable(var_id); in LimitCheckNumVars()
433 _.registerGlobalVariable(var_id); in LimitCheckNumVars()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder.cc476 uint32_t var_id = scope_stack_.Get(var->Declaration()->symbol); in GenerateEntryPoint() local
477 if (var_id == 0) { in GenerateEntryPoint()
483 operands.push_back(Operand::Int(var_id)); in GenerateEntryPoint()
728 auto var_id = result.to_i(); in GenerateFunctionVariable() local
737 {Operand::Int(var_id), in GenerateFunctionVariable()
751 if (!GenerateStore(var_id, init_id)) { in GenerateFunctionVariable()
756 scope_stack_.Set(var->symbol, var_id); in GenerateFunctionVariable()
757 spirv_id_to_variable_[var_id] = var; in GenerateFunctionVariable()
819 auto var_id = result.to_i(); in GenerateGlobalVariable() local
831 {Operand::Int(var_id), in GenerateGlobalVariable()
[all...]

Completed in 24 milliseconds

1234