Home
last modified time | relevance | path

Searched refs:other_sig (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
H A Dlinker.cpp2370 ir_function_signature *other_sig = in link_intrastage_shaders() local
2373 if (other_sig != NULL && other_sig->is_defined) { in link_intrastage_shaders()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects.cc2031 const WasmModule* other_module, const wasm::FunctionSig* other_sig) { in MatchesSignature()
2033 if (sig->parameter_count() != other_sig->parameter_count() || in MatchesSignature()
2034 sig->return_count() != other_sig->return_count()) { in MatchesSignature()
2039 if (!wasm::EquivalentTypes(sig->all()[i], other_sig->all()[i], in MatchesSignature()
2030 MatchesSignature( const WasmModule* other_module, const wasm::FunctionSig* other_sig) MatchesSignature() argument
H A Dwasm-objects.h607 const wasm::FunctionSig* other_sig);

Completed in 11 milliseconds