Home
last modified time | relevance | path

Searched defs:func_id (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dwrap_opkill.cpp65 uint32_t func_id = GetKillingFuncId(inst->opcode()); in ReplaceWithFunctionCall() local
H A Dstruct_cfg_analysis.cpp239 uint32_t func_id = funcs_to_process.front(); in FindFuncsCalledFromContinue() local
H A Dinstrument_pass.cpp791 uint32_t func_id = param2input_func_id_[param_cnt]; in GetDirectReadFunctionId() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dwrap_opkill.cpp65 uint32_t func_id = GetKillingFuncId(inst->opcode()); in ReplaceWithFunctionCall() local
H A Dstruct_cfg_analysis.cpp239 uint32_t func_id = funcs_to_process.front(); in FindFuncsCalledFromContinue() local
H A Dinstrument_pass.cpp791 uint32_t func_id = param2input_func_id_[param_cnt]; in GetDirectReadFunctionId() local
/third_party/spirv-tools/source/opt/
H A Dwrap_opkill.cpp66 uint32_t func_id = GetKillingFuncId(inst->opcode()); in ReplaceWithFunctionCall() local
H A Dstruct_cfg_analysis.cpp238 uint32_t func_id = funcs_to_process.front(); in FindFuncsCalledFromContinue() local
H A Dinst_buff_addr_check_pass.cpp209 const uint32_t func_id = TakeNextId(); in GetSearchAndTestFuncId() local
249 const uint32_t func_id = GetSearchAndTestFuncId(); in GenSearchAndTest() local
H A Dinst_bindless_check_pass.cpp71 const uint32_t func_id = TakeNextId(); in GenDescCheckFunctionId() local
106 const uint32_t func_id = GenDescCheckFunctionId(); in GenDescCheckCall() local
H A Dinstrument_pass.cpp83 StartFunction( uint32_t func_id, const analysis::Type* return_type, const std::vector<const analysis::Type*>& param_types) StartFunction() argument
290 GenReadFunctionCall( uint32_t return_id, uint32_t func_id, const std::vector<uint32_t>& func_call_args, InstructionBuilder* ref_builder) GenReadFunctionCall() argument
/third_party/node/deps/v8/src/parsing/
H A Dpreparser.cc285 int func_id = GetNextFunctionLiteralId(); in ParseFunctionLiteral() local
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_msl.cpp1567 void CompilerMSL::extract_global_variables_from_function(uint32_t func_id, std::set<uint32_t> &added_arg_ids, in extract_global_variables_from_function() argument
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder.cc610 auto func_id = func_op.to_i(); in GenerateFunction() local
2242 auto func_id = func_symbol_to_id_[ident->symbol]; in GenerateFunctionCall() local
/third_party/libbpf/src/
H A Dlibbpf.c7215 static bool insn_is_helper_call(struct bpf_insn *insn, enum bpf_func_id *func_id) argument
7231 enum bpf_func_id func_id; local

Completed in 49 milliseconds