Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_function.c80 enum overload_type overload; member
112 enum overload_type overload) in allocate_function_from_predefined()
127 const char *name, enum overload_type overload) in dxil_get_function()
146 const char *name, enum overload_type overload) in dxil_add_function()
157 enum overload_type overload, int *idx) in get_type_from_string()
191 enum overload_type overload, in dxil_alloc_func_with_rettype()
230 dxil_alloc_func(struct dxil_module *mod, const char *name, enum overload_type overload, in dxil_alloc_func()
Ddxil_enums.c160 const char *dxil_overload_suffix( enum overload_type overload) in dxil_overload_suffix()
Dnir_to_dxil.c453 emit_unary_call(struct ntd_context *ctx, enum overload_type overload, in emit_unary_call()
476 emit_binary_call(struct ntd_context *ctx, enum overload_type overload, in emit_binary_call()
498 emit_tertiary_call(struct ntd_context *ctx, enum overload_type overload, in emit_tertiary_call()
609 enum overload_type overload) in emit_bufferload_call()
628 enum overload_type overload) in emit_bufferstore_call()
651 enum overload_type overload) in emit_textureload_call()
675 enum overload_type overload) in emit_texturestore_call()
1774 enum overload_type overload = get_overload(info->input_types[0], src_bits); in emit_unary_intin() local
1794 enum overload_type overload = get_overload(info->output_type, dst_bits); in emit_binary_intin() local
1821 enum overload_type overload = get_overload(info->output_type, dst_bits); in emit_tertiary_intin() local
[all …]
Ddxil_module.c677 dxil_get_overload_type(struct dxil_module *mod, enum overload_type overload) in dxil_get_overload_type()
706 dxil_module_get_cbuf_ret_type(struct dxil_module *mod, enum overload_type overload) in dxil_module_get_cbuf_ret_type()
847 dxil_module_get_resret_type(struct dxil_module *m, enum overload_type overload) in dxil_module_get_resret_type()
/third_party/boost/libs/hana/include/boost/hana/functional/
Doverload.hpp35 constexpr auto overload = [](auto&& f1, auto&& f2, ..., auto&& fn) { in __anonc896ff5e0102() variable
/third_party/boost/boost/hana/functional/
Doverload.hpp35 constexpr auto overload = [](auto&& f1, auto&& f2, ..., auto&& fn) { in __anon7fb9a9cb0102() variable
/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/boost/libs/process/test/
Dextensions.cpp84 BOOST_AUTO_TEST_CASE(overload) in BOOST_AUTO_TEST_CASE() argument
/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::__anon059d43ac0111::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/skia/third_party/externals/tint/src/ast/
Dintrinsic_texture_helper_test.h238 const ValidTextureOverload overload; member
/third_party/lwip/src/core/ipv4/
Ddhcp.c1705 u32_t overload = dhcp_get_option_value(dhcp, DHCP_OPTION_IDX_OVERLOAD); in dhcp_parse_reply() local
/third_party/boost/boost/variant2/
Dvariant.hpp778 template<> struct overload<> struct
783 template<class T1, class... T> struct overload<T1, T...>: overload<T...> struct
/third_party/boost/libs/hof/doc/html/
Dsearchindex.js1 …decorators","doc/src/definitions","doc/src/discussion","doc/src/example_overloading","doc/src/exam… property
/third_party/python/Lib/
Dtyping.py1996 def overload(func): function
/third_party/boost/libs/gil/doc/html/
Dsearchindex.js1 …pace","design/concepts","design/conclusions","design/dynamic_image","design/examples","design/exte…
/third_party/typescript/src/compiler/
Dutilities.ts3331 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.c2089 const char *overload[3] = {"", "", ""}; in ac_build_image_opcode() local
/third_party/node/tools/
Dlint-md.mjs45859 function overload(node, parents) { function
47460 function overload(node, parents) { function
/third_party/typescript/lib/
DtypingsInstaller.js59053 function isImplementationCompatibleWithOverload(implementation, overload) { argument
Dtsc.js49097 function isImplementationCompatibleWithOverload(implementation, overload) { argument

12