Home
last modified time | relevance | path

Searched defs:overload (Results 1 – 25 of 25) sorted by relevance

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_function.c95 enum overload_type overload; member
127 enum overload_type overload) in allocate_function_from_predefined()
142 const char *name, enum overload_type overload) in dxil_get_function()
161 const char *name, enum overload_type overload) in dxil_add_function()
172 enum overload_type overload, int *idx) in get_type_from_string()
207 enum overload_type overload, in dxil_alloc_func_with_rettype()
246 dxil_alloc_func(struct dxil_module *mod, const char *name, enum overload_type overload, in dxil_alloc_func()
Ddxil_enums.c164 const char *dxil_overload_suffix( enum overload_type overload) in dxil_overload_suffix()
Dnir_to_dxil.c510 emit_unary_call(struct ntd_context *ctx, enum overload_type overload, in emit_unary_call()
533 emit_binary_call(struct ntd_context *ctx, enum overload_type overload, in emit_binary_call()
555 emit_tertiary_call(struct ntd_context *ctx, enum overload_type overload, in emit_tertiary_call()
580 emit_quaternary_call(struct ntd_context *ctx, enum overload_type overload, in emit_quaternary_call()
693 enum overload_type overload) in emit_bufferload_call()
712 enum overload_type overload) in emit_bufferstore_call()
735 enum overload_type overload) in emit_textureload_call()
759 enum overload_type overload) in emit_texturestore_call()
2040 enum overload_type overload = get_overload(info->input_types[0], src_bits); in emit_unary_intin() local
2060 enum overload_type overload = get_overload(info->output_type, dst_bits); in emit_binary_intin() local
[all …]
Ddxil_module.c675 dxil_get_overload_type(struct dxil_module *mod, enum overload_type overload) in dxil_get_overload_type()
704 dxil_module_get_cbuf_ret_type(struct dxil_module *mod, enum overload_type overload) in dxil_module_get_cbuf_ret_type()
845 dxil_module_get_resret_type(struct dxil_module *m, enum overload_type overload) in dxil_module_get_resret_type()
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.0/overload_support_in_jsdoc/
Doverload_support_in_jsdoc_6.ts40 overload(a: string, b?: string): string { method in PrintValue
Doverload_support_in_jsdoc_4.ts40 overload(a: string | number, b?: number): string | number { method in PrintValue
Doverload_support_in_jsdoc_10.ts41 overload(a: string | number, b: string | number): string | number | undefined { method in PrintValue
Doverload_support_in_jsdoc_5.ts41 overload(a: string | number, b: string | number): string | number | undefined { method in PrintValue
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl_intrinsic_texture_test.cc25 ast::intrinsic::test::ValidTextureOverload overload) { in expected_texture_overload()
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl_intrinsic_texture_test.cc36 ast::intrinsic::test::ValidTextureOverload overload) { in expected_texture_overload()
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl_intrinsic_texture_test.cc37 ast::intrinsic::test::ValidTextureOverload overload) { in expected_texture_overload()
/third_party/typescript/src/deprecatedCompat/
Ddeprecations.ts78 overload<T extends OverloadDefinitions>(overloads: T): BindableOverloadBuilder<T>; method
/third_party/skia/third_party/externals/tint/src/resolver/
Dintrinsic_validation_test.cc237 auto overload = std::get<0>(p); in TEST_P() local
284 auto overload = std::get<0>(p); in TEST_P() local
Dintrinsic_test.cc1727 ast::intrinsic::test::ValidTextureOverload overload) { in expected_texture_overload()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_intrinsic_texture_test.cc34 ast::intrinsic::test::ValidTextureOverload overload) { in expected_texture_overload()
/third_party/skia/third_party/externals/tint/src/
Dintrinsic_table.cc180 OverloadInfo const& overload; member in tint::__anon8c5d36cb0111::MatchState
924 const OverloadInfo* overload; in Lookup() member
934 auto& overload = intrinsic.overloads[o]; in Lookup() local
967 const OverloadInfo& overload, in Match()
1079 const OverloadInfo& overload, in Match()
1085 const OverloadInfo& overload, in PrintOverload()
/third_party/node/deps/v8/src/asmjs/
Dasm-types.cc304 void AsmOverloadedFunctionType::AddOverload(AsmType* overload) { in AddOverload()
/third_party/skia/third_party/externals/tint/src/ast/
Dintrinsic_texture_helper_test.h238 const ValidTextureOverload overload; member
/third_party/node/tools/lint-md/
Dlint-md.mjs8473 function overload(node, parents) { function
12062 function overload(node, parents) { function
12974 function overload(node, parents) { function
13225 function overload(node, parents) { function
13608 function overload(node, parents) { function
13861 function overload(node, parents) { function
14121 function overload(node, parents) { function
14398 function overload(node, parents) { function
14641 function overload(node, parents) { function
14862 function overload(node, parents) { function
[all …]
/third_party/lwip/src/core/ipv4/
Ddhcp.c1772 u32_t overload = dhcp_get_option_value(dhcp, DHCP_OPTION_IDX_OVERLOAD); local
/third_party/python/Lib/
Dtyping.py2561 def overload(func): function
/third_party/typescript/src/compiler/
Dutilities.ts3444 Invalid = 1 << 2, // Function is a signature or overload and does not have a body. enumerator
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c2102 const char *overload[3] = {"", "", ""}; in ac_build_image_opcode() local
/third_party/typescript/lib/
Dtsc.js56590 function isImplementationCompatibleWithOverload(implementation, overload) { argument
DtypingsInstaller.js67630 function isImplementationCompatibleWithOverload(implementation, overload) { argument