Home
last modified time | relevance | path

Searched defs:overload (Results 1 - 14 of 14) sorted by relevance

/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_enums.c164 const char *dxil_overload_suffix( enum overload_type overload) in dxil_overload_suffix() argument
H A Ddxil_function.c95 enum overload_type overload; member
125 allocate_function_from_predefined(struct dxil_module *mod, const char *name, enum overload_type overload) allocate_function_from_predefined() argument
141 dxil_get_function(struct dxil_module *mod, const char *name, enum overload_type overload) dxil_get_function() argument
160 dxil_add_function(struct rb_tree *functions, const struct dxil_func *func, const char *name, enum overload_type overload) dxil_add_function() argument
171 get_type_from_string(struct dxil_module *mod, const char *param_descr, enum overload_type overload, int *idx) get_type_from_string() argument
206 dxil_alloc_func_with_rettype(struct dxil_module *mod, const char *name, enum overload_type overload, const struct dxil_type *retval_type, const char *param_descr, enum dxil_attr_kind attr) dxil_alloc_func_with_rettype() argument
246 dxil_alloc_func(struct dxil_module *mod, const char *name, enum overload_type overload, const char *retval_type_descr, const char *param_descr, enum dxil_attr_kind attr) dxil_alloc_func() argument
[all...]
H A Ddxil_module.c675 dxil_get_overload_type(struct dxil_module *mod, enum overload_type overload) in dxil_get_overload_type() argument
704 dxil_module_get_cbuf_ret_type(struct dxil_module *mod, enum overload_type overload) in dxil_module_get_cbuf_ret_type() argument
845 dxil_module_get_resret_type(struct dxil_module *m, enum overload_type overload) in dxil_module_get_resret_type() argument
[all...]
H A Dnir_to_dxil.c510 emit_unary_call(struct ntd_context *ctx, enum overload_type overload, in emit_unary_call() argument
533 emit_binary_call(struct ntd_context *ctx, enum overload_type overload, in emit_binary_call() argument
555 emit_tertiary_call(struct ntd_context *ctx, enum overload_type overload, in emit_tertiary_call() argument
580 emit_quaternary_call(struct ntd_context *ctx, enum overload_type overload, in emit_quaternary_call() argument
690 emit_bufferload_call(struct ntd_context *ctx, const struct dxil_value *handle, const struct dxil_value *coord[2], enum overload_type overload) emit_bufferload_call() argument
707 emit_bufferstore_call(struct ntd_context *ctx, const struct dxil_value *handle, const struct dxil_value *coord[2], const struct dxil_value *value[4], const struct dxil_value *write_mask, enum overload_type overload) emit_bufferstore_call() argument
732 emit_textureload_call(struct ntd_context *ctx, const struct dxil_value *handle, const struct dxil_value *coord[3], enum overload_type overload) emit_textureload_call() argument
754 emit_texturestore_call(struct ntd_context *ctx, const struct dxil_value *handle, const struct dxil_value *coord[3], const struct dxil_value *value[4], const struct dxil_value *write_mask, enum overload_type overload) emit_texturestore_call() argument
2040 enum overload_type overload = get_overload(info->input_types[0], src_bits); emit_unary_intin() local
2060 enum overload_type overload = get_overload(info->output_type, dst_bits); emit_binary_intin() local
2087 enum overload_type overload = get_overload(info->output_type, dst_bits); emit_tertiary_intin() local
2513 load_ubo(struct ntd_context *ctx, const struct dxil_value *handle, const struct dxil_value *offset, enum overload_type overload) load_ubo() argument
3164 enum overload_type overload = get_overload(out_type, intr->src[0].ssa->bit_size); emit_store_output_via_intrinsic() local
3330 enum overload_type overload = get_overload(out_type, intr->dest.ssa.bit_size); emit_load_input_via_intrinsic() local
3674 enum overload_type overload = get_overload(in_type, 32); emit_image_store() local
3734 enum overload_type overload = get_overload(out_type, 32); emit_image_load() local
3867 enum overload_type overload; global() member
[all...]
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_intrinsic_texture_test.cc35 expected_texture_overload( ast::intrinsic::test::ValidTextureOverload overload) expected_texture_overload() argument
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_intrinsic_texture_test.cc36 expected_texture_overload( ast::intrinsic::test::ValidTextureOverload overload) expected_texture_overload() argument
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl_intrinsic_texture_test.cc24 expected_texture_overload( ast::intrinsic::test::ValidTextureOverload overload) expected_texture_overload() argument
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_intrinsic_texture_test.cc33 expected_texture_overload( ast::intrinsic::test::ValidTextureOverload overload) expected_texture_overload() argument
/third_party/node/deps/v8/src/asmjs/
H A Dasm-types.cc304 void AsmOverloadedFunctionType::AddOverload(AsmType* overload) { in AddOverload() argument
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dintrinsic_test.cc1726 expected_texture_overload( ast::intrinsic::test::ValidTextureOverload overload) expected_texture_overload() argument
/third_party/lwip/src/core/ipv4/
H A Ddhcp.c1772 u32_t overload = dhcp_get_option_value(dhcp, DHCP_OPTION_IDX_OVERLOAD); local
/third_party/python/Lib/
H A Dtyping.py2561 def overload(func): function
[all...]
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.c2102 const char *overload[3] = {"", "", ""}; in ac_build_image_opcode() local
/third_party/python/Lib/test/
H A Dtest_typing.py16 from typing import overload, get_overloads, clear_overloads namespace
[all...]

Completed in 42 milliseconds