Home
last modified time | relevance | path

Searched refs:iid (Results 26 - 50 of 84) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dsimplification_pass.cpp40 [&inst_seen, &def_use_mgr, &work_list](uint32_t* iid) { in AddNewOperands()
41 Instruction* iid_inst = def_use_mgr->GetDef(*iid); in AddNewOperands()
H A Dinst_buff_addr_check_pass.cpp147 type_inst->ForEachInId([&max, this](const uint32_t* iid) { in GetTypeAlignment()
148 uint32_t alignment = GetTypeAlignment(*iid); in GetTypeAlignment()
191 type_inst->ForEachInId([&len, this](const uint32_t* iid) { in GetTypeLength()
193 uint32_t alignment = GetTypeAlignment(*iid); in GetTypeLength()
198 uint32_t comp_len = GetTypeLength(*iid); in GetTypeLength()
H A Dinstrument_pass.cpp357 this](uint32_t* iid) { in CloneSameBlockOps()
358 const auto map_itr = (*same_blk_post).find(*iid); in CloneSameBlockOps()
360 const auto map_itr2 = (*same_blk_pre).find(*iid); in CloneSameBlockOps()
371 *iid = nid; in CloneSameBlockOps()
378 if (*iid != map_itr->second) { in CloneSameBlockOps()
379 *iid = map_itr->second; in CloneSameBlockOps()
H A Daggressive_dead_code_elim_pass.cpp511 inst->ForEachInId([this](const uint32_t* iid) { in AddOperandsToWorkList()
512 Instruction* inInst = get_def_use_mgr()->GetDef(*iid); in AddOperandsToWorkList()
625 dbg.ForEachInId([this](const uint32_t* iid) { in InitializeModuleScopeLiveInstructions()
626 Instruction* in_inst = get_def_use_mgr()->GetDef(*iid); in InitializeModuleScopeLiveInstructions()
/third_party/spirv-tools/source/opt/
H A Dsimplification_pass.cpp39 [&inst_seen, &def_use_mgr, &work_list](uint32_t* iid) { in AddNewOperands()
40 Instruction* iid_inst = def_use_mgr->GetDef(*iid); in AddNewOperands()
H A Dinstrument_pass.cpp330 this](uint32_t* iid) { in CloneSameBlockOps()
331 const auto map_itr = (*same_blk_post).find(*iid); in CloneSameBlockOps()
333 const auto map_itr2 = (*same_blk_pre).find(*iid); in CloneSameBlockOps()
344 *iid = nid; in CloneSameBlockOps()
351 if (*iid != map_itr->second) { in CloneSameBlockOps()
352 *iid = map_itr->second; in CloneSameBlockOps()
H A Daggressive_dead_code_elim_pass.cpp514 inst->ForEachInId([this](const uint32_t* iid) { in AddOperandsToWorkList()
515 Instruction* inInst = get_def_use_mgr()->GetDef(*iid); in AddOperandsToWorkList()
635 dbg.ForEachInId([this](const uint32_t* iid) { in InitializeModuleScopeLiveInstructions()
636 Instruction* in_inst = get_def_use_mgr()->GetDef(*iid); in InitializeModuleScopeLiveInstructions()
H A Dinst_debug_printf_pass.cpp155 [&is_first_operand, &val_ids, &builder, this](const uint32_t* iid) { in GenOutputCode()
161 Instruction* opnd_inst = get_def_use_mgr()->GetDef(*iid); in GenOutputCode()
163 uint32_t string_id_id = builder.GetUintConstantId(*iid); in GenOutputCode()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dinst_buff_addr_check_pass.cpp147 type_inst->ForEachInId([&max, this](const uint32_t* iid) { in GetTypeAlignment()
148 uint32_t alignment = GetTypeAlignment(*iid); in GetTypeAlignment()
191 type_inst->ForEachInId([&len, this](const uint32_t* iid) { in GetTypeLength()
193 uint32_t alignment = GetTypeAlignment(*iid); in GetTypeLength()
198 uint32_t comp_len = GetTypeLength(*iid); in GetTypeLength()
H A Dinstrument_pass.cpp357 this](uint32_t* iid) { in CloneSameBlockOps()
358 const auto map_itr = (*same_blk_post).find(*iid); in CloneSameBlockOps()
360 const auto map_itr2 = (*same_blk_pre).find(*iid); in CloneSameBlockOps()
371 *iid = nid; in CloneSameBlockOps()
378 if (*iid != map_itr->second) { in CloneSameBlockOps()
379 *iid = map_itr->second; in CloneSameBlockOps()
H A Daggressive_dead_code_elim_pass.cpp511 inst->ForEachInId([this](const uint32_t* iid) { in AddOperandsToWorkList()
512 Instruction* inInst = get_def_use_mgr()->GetDef(*iid); in AddOperandsToWorkList()
625 dbg.ForEachInId([this](const uint32_t* iid) { in InitializeModuleScopeLiveInstructions()
626 Instruction* in_inst = get_def_use_mgr()->GetDef(*iid); in InitializeModuleScopeLiveInstructions()
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_nlmeans_init.c25 const uint32_t *const iid,
/third_party/ffmpeg/libavfilter/
H A Dvf_nlmeans.h32 const uint32_t *const iid,
/third_party/vk-gl-cts/external/amber/src/src/
H A Ddxc_helper.cc115 HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid,
117 return DoBasicQueryInterface<IDxcIncludeHandler>(this, iid, ppvObject);
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-directwrite.cc49 REFIID iid,
70 IFACEMETHOD (QueryInterface) (IID const& iid, OUT void** ppObject) in QueryInterface() argument
101 IFACEMETHOD (QueryInterface) (IID const& iid, OUT void** ppObject) in QueryInterface() argument
296 IFACEMETHOD (QueryInterface) (IID const& iid, OUT void** ppObject) in QueryInterface() argument
/third_party/skia/src/utils/win/
H A DSkDWriteGeometrySink.h43 SK_STDMETHODIMP QueryInterface(REFIID iid, void **object) override;
H A DSkDWriteFontFileStream.h62 SK_STDMETHODIMP QueryInterface(REFIID iid, void** ppvObject) override;
H A DSkIStream.h31 SK_STDMETHODIMP QueryInterface(REFIID iid, void ** ppvObject) override;
/third_party/mesa3d/src/intel/ds/
H A Dintel_driver_ds.h100 uint64_t iid; member
/third_party/ffmpeg/libavdevice/
H A Ddshow_capture.h58 const GUID *iid; member
83 if (IsEqualGUID(riid, ifaces[i].iid)) { \
/third_party/lzma/CPP/7zip/Archive/Common/
H A DCoderMixer2.h206 HRESULT QueryInterface(REFGUID iid, void** pp) const
208 return GetUnknown()->QueryInterface(iid, pp);
/third_party/node/tools/gyp/pylib/gyp/
H A Dwin_tool.py273 def ExecMidlWrapper(self, arch, outdir, tlb, h, dlldata, iid, proxy, idl, *flags):
289 "/iid",
290 iid,
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dwin_tool.py272 def ExecMidlWrapper(self, arch, outdir, tlb, h, dlldata, iid, proxy, idl, *flags):
288 "/iid",
289 iid,
/third_party/python/Modules/_ctypes/
H A Dctypes.h120 GUID *iid; member
295 GUID *iid,
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxcapi.h538 _In_ const DxcBuffer *pData, REFIID iid, void **ppvReflection) = 0;
579 _In_ REFIID iid, _COM_Outptr_opt_result_maybenull_ void **ppvObject,
596 _In_ REFIID iid, _COM_Outptr_opt_result_maybenull_ void **ppvObject,
662 virtual HRESULT STDMETHODCALLTYPE GetPartReflection(UINT32 idx, REFIID iid, void **ppvObject) = 0;

Completed in 23 milliseconds

1234