Home
last modified time | relevance | path

Searched defs:func (Results 3726 - 3750 of 3861) sorted by relevance

1...<<141142143144145146147148149150>>...155

/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp7998 ir_function *const func = in _atomic_counter_op1() local
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.c1280 unsigned func = in ac_build_buffer_load_common() local
1402 unsigned func = in ac_build_tbuffer_load() local
4300 LLVMValueRef ac_build_call(struct ac_llvm_context *ctx, LLVMValueRef func, LLVMValueRef *args, in ac_build_call() argument
/third_party/node/deps/v8/src/wasm/
H A Dmodule-compiler.cc1093 const WasmFunction* func = &module->functions[func_index]; in ValidateSingleFunction() local
1126 const WasmFunction* func = &module->functions[func_index]; in ValidateSequentially() local
1071 SetCompileError(ErrorThrower* thrower, ModuleWireBytes wire_bytes, const WasmFunction* func, const WasmModule* module, WasmError error) SetCompileError() argument
1193 const WasmFunction* func = &module->functions[func_index]; CompileLazy() local
1268 int func = feedback[i].function_index; EnqueueCallees() local
2516 const WasmFunction* func = &module->functions[func_index]; global() variable
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_module.c1850 struct dxil_func *func = ralloc_size(m->ralloc_ctx, in add_function() local
2023 struct dxil_func *func; emit_module_info() local
2239 struct dxil_func *func; emit_value_symbol_table() local
2340 dxil_get_metadata_func(struct dxil_module *m, const struct dxil_func *func) dxil_get_metadata_func() argument
2774 create_call_instr(struct dxil_module *m, const struct dxil_func *func, const struct dxil_value **args, size_t num_args) create_call_instr() argument
2796 dxil_emit_call(struct dxil_module *m, const struct dxil_func *func, const struct dxil_value **args, size_t num_args) dxil_emit_call() argument
2811 dxil_emit_call_void(struct dxil_module *m, const struct dxil_func *func, const struct dxil_value **args, size_t num_args) dxil_emit_call_void() argument
3101 emit_branch(struct dxil_module *m, struct dxil_func_def *func, struct dxil_instr *instr) emit_branch() argument
3127 emit_phi(struct dxil_module *m, struct dxil_func_def *func, struct dxil_instr *instr) emit_phi() argument
3312 emit_instr(struct dxil_module *m, struct dxil_func_def *func, struct dxil_instr *instr) emit_instr() argument
3366 emit_function(struct dxil_module *m, struct dxil_func_def *func) emit_function() argument
3390 struct dxil_func *func; assign_values() local
3435 struct dxil_func_def *func; dxil_emit_module() local
[all...]
/third_party/libinput/src/
H A Dlibinput.c4178 struct libinput_config_accel_custom_func *func = zalloc(sizeof(*func)); in libinput_config_accel_custom_func_create() local
4189 libinput_config_accel_custom_func_destroy(struct libinput_config_accel_custom_func * func) in libinput_config_accel_custom_func_destroy() argument
4278 struct libinput_config_accel_custom_func *func in libinput_config_accel_set_points() local
[all...]
/third_party/libinput/test/
H A Dlitest.c247 const void *func; member
173 litest_fail_condition(const char *file, int line, const char *func, const char *condition, const char *message, ...) litest_fail_condition() argument
196 litest_fail_comparison_int(const char *file, int line, const char *func, const char *operator, int a, int b, const char *astr, const char *bstr) litest_fail_comparison_int() argument
214 litest_fail_comparison_double(const char *file, int line, const char *func, const char *operator, double a, double b, const char *astr, const char *bstr) litest_fail_comparison_double() argument
232 litest_fail_comparison_ptr(const char *file, int line, const char *func, const char *comparison) litest_fail_comparison_ptr() argument
354 litest_add_tcase_for_device(struct suite *suite, const char *funcname, const void *func, const struct litest_test_device *dev, const struct range *range) litest_add_tcase_for_device() argument
376 litest_add_tcase_no_device(struct suite *suite, const void *func, const char *funcname, const struct range *range) litest_add_tcase_no_device() argument
402 litest_add_tcase_deviceless(struct suite *suite, const void *func, const char *funcname, const struct range *range) litest_add_tcase_deviceless() argument
462 litest_add_tcase(const char *filename, const char *funcname, const void *func, int64_t required, int64_t excluded, const struct range *range) litest_add_tcase() argument
549 _litest_add_no_device(const char *name, const char *funcname, const void *func) _litest_add_no_device() argument
555 _litest_add_ranged_no_device(const char *name, const char *funcname, const void *func, const struct range *range) _litest_add_ranged_no_device() argument
569 _litest_add_deviceless(const char *name, const char *funcname, const void *func) _litest_add_deviceless() argument
582 _litest_add(const char *name, const char *funcname, const void *func, int64_t required, int64_t excluded) _litest_add() argument
597 _litest_add_ranged(const char *name, const char *funcname, const void *func, int64_t required, int64_t excluded, const struct range *range) _litest_add_ranged() argument
608 _litest_add_for_device(const char *name, const char *funcname, const void *func, enum litest_device_type type) _litest_add_for_device() argument
617 _litest_add_ranged_for_device(const char *filename, const char *funcname, const void *func, enum litest_device_type type, const struct range *range) _litest_add_ranged_for_device() argument
[all...]
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.cc1067 GenInstrRegister(Opcode opcode, Register rs, Register rt, Register rd, uint16_t sa, SecondaryField func) GenInstrRegister() argument
1076 GenInstrRegister(Opcode opcode, Register rs, Register rt, uint16_t msb, uint16_t lsb, SecondaryField func) GenInstrRegister() argument
1085 GenInstrRegister(Opcode opcode, SecondaryField fmt, FPURegister ft, FPURegister fs, FPURegister fd, SecondaryField func) GenInstrRegister() argument
1094 GenInstrRegister(Opcode opcode, FPURegister fr, FPURegister ft, FPURegister fs, FPURegister fd, SecondaryField func) GenInstrRegister() argument
1103 GenInstrRegister(Opcode opcode, SecondaryField fmt, Register rt, FPURegister fs, FPURegister fd, SecondaryField func) GenInstrRegister() argument
1112 GenInstrRegister(Opcode opcode, SecondaryField fmt, Register rt, FPUControlRegister fs, SecondaryField func) GenInstrRegister() argument
1131 GenInstrImmediate(Opcode opcode, Register base, Register rt, int32_t offset9, int bit6, SecondaryField func) GenInstrImmediate() argument
[all...]
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.cc1138 GenInstrRegister(Opcode opcode, Register rs, Register rt, Register rd, uint16_t sa, SecondaryField func) GenInstrRegister() argument
1147 GenInstrRegister(Opcode opcode, Register rs, Register rt, uint16_t msb, uint16_t lsb, SecondaryField func) GenInstrRegister() argument
1156 GenInstrRegister(Opcode opcode, SecondaryField fmt, FPURegister ft, FPURegister fs, FPURegister fd, SecondaryField func) GenInstrRegister() argument
1165 GenInstrRegister(Opcode opcode, FPURegister fr, FPURegister ft, FPURegister fs, FPURegister fd, SecondaryField func) GenInstrRegister() argument
1174 GenInstrRegister(Opcode opcode, SecondaryField fmt, Register rt, FPURegister fs, FPURegister fd, SecondaryField func) GenInstrRegister() argument
1183 GenInstrRegister(Opcode opcode, SecondaryField fmt, Register rt, FPUControlRegister fs, SecondaryField func) GenInstrRegister() argument
1202 GenInstrImmediate(Opcode opcode, Register base, Register rt, int32_t offset9, int bit6, SecondaryField func) GenInstrImmediate() argument
[all...]
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc5390 Handle<JSFunction> func = SimpleCreateFunction( in InitializeGlobal_harmony_temporal() local
5399 Handle<JSFunction> func = SimpleCreateFunction( in InitializeGlobal_harmony_temporal() local
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc1003 Handle<Object> func; in GetMethod() local
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c337 _tc_sync(struct threaded_context *tc, UNUSED const char *info, UNUSED const char *func) in _tc_sync() argument
2019 tc_replace_buffer_storage_func func; global() member
[all...]
/third_party/mksh/
H A Dedit.c2658 bind_if_not_bound(int p, int k, int func) in bind_if_not_bound() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_context.h163 unsigned func:8; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp1856 Apply (const ApplyFunc& func, in Apply() argument
1864 Apply (const ApplyFunc& func, in Apply() argument
1925 ExprP<typename Sig::Ret> createApply (const Func<Sig>& func, in createApply() argument
1991 ApplyVar (const ApplyFunc& func, in ApplyVar() argument
1932 createApply( const Func<Sig>& func, const ExprP<typename Sig::Arg0>& arg0 = voidP(), const ExprP<typename Sig::Arg1>& arg1 = voidP(), const ExprP<typename Sig::Arg2>& arg2 = voidP(), const ExprP<typename Sig::Arg3>& arg3 = voidP()) createApply() argument
2022 applyVar(const Func<Sig>& func, const VariableP<typename Sig::Arg0>& arg0, const VariableP<typename Sig::Arg1>& arg1, const VariableP<typename Sig::Arg2>& arg2, const VariableP<typename Sig::Arg3>& arg3) applyVar() argument
2330 CFloatFunc1(const string& name, tcu::DoubleFunc1& func) CFloatFunc1() argument
2406 CFloatFunc2(const string& name, tcu::DoubleFunc2& func) CFloatFunc2() argument
2783 ExpFunc(const string& name, DoubleFunc1& func) ExpFunc() argument
2837 LogFunc(const string& name, DoubleFunc1& func) LogFunc() argument
3059 TrigFunc(const string& name, DoubleFunc1& func, const Interval& loEx, const Interval& hiEx) TrigFunc() argument
4188 PreciseFunc1(const string& name, DoubleFunc1& func) PreciseFunc1() argument
4278 PreciseFunc2(const string& name, DoubleFunc2& func) PreciseFunc2() argument
5509 const Func<Sig_>& func = this->doGetScalarFunc(); doApply() local
5540 const Func<Sig>& func; global() member
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_1_autogen.cpp56 void GL_APIENTRY GL_AlphaFunc(GLenum func, GLfloat ref) in GL_AlphaFunc() argument
1226 void GL_APIENTRY GL_DepthFunc(GLenum func) in GL_DepthFunc() argument
5490 GL_StencilFunc(GLenum func, GLint ref, GLuint mask) GL_StencilFunc() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.cpp516 auto func = llvm::Function::Create(functionType, llvm::GlobalValue::InternalLinkage, name, jit->module.get()); in createFunction() local
957 auto func = jit->module->getOrInsertFunction("__atomic_load", funcTy); in createLoad() local
1015 auto func = jit->module->getOrInsertFunction("__msan_unpoison", funcTy); in createStore() local
1055 auto func = jit->module->getOrInsertFunction("__atomic_store", funcTy); createStore() local
1090 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::masked_load, { elVecTy, elVecPtrTy }); createMaskedLoad() local
1109 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::masked_store, { elVecTy, elVecPtrTy }); createMaskedStore() local
1120 auto func = jit->module->getOrInsertFunction("__msan_unpoison", funcTy); createMaskedStore() local
1166 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::masked_gather, { elVecTy, elPtrVecTy }); createGather() local
1233 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::masked_scatter, { elVecTy, elPtrVecTy }); createScatter() local
3136 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::exp2, { T(Float::type()) }); Exp2() local
3142 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::log2, { T(Float::type()) }); Log2() local
3397 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::sin, { V(v.value())->getType() }); Sin() local
3404 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::cos, { V(v.value())->getType() }); Cos() local
3417 auto func = jit->module->getOrInsertFunction(name, funcTy); TransformFloat4PerElement() local
3488 auto func = jit->module->getOrInsertFunction("atan2f", funcTy); Atan2() local
3502 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::pow, { T(Float4::type()) }); Pow() local
3509 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::exp, { T(Float4::type()) }); Exp() local
3516 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::log, { T(Float4::type()) }); Log() local
3523 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::exp2, { T(Float4::type()) }); Exp2() local
3530 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::log2, { T(Float4::type()) }); Log2() local
3537 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::ctlz, { T(UInt::type()) }); Ctlz() local
3545 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::ctlz, { T(UInt4::type()) }); Ctlz() local
3553 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::cttz, { T(UInt::type()) }); Cttz() local
3561 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::cttz, { T(UInt4::type()) }); Cttz() local
3626 auto func = jit->module->getOrInsertFunction("__msan_unpoison_param", funcTy); Call() local
4082 auto func = jit->module->getOrInsertFunction("rr::DebugPrintf", funcTy); VPrintf() local
4091 auto func = jit->module->getOrInsertFunction("nop", funcTy); Nop() local
4465 invokeCoroutineBegin(Routine &routine, std::function<Nucleus::CoroutineHandle()> func) invokeCoroutineBegin() argument
[all...]
/third_party/python/Modules/
H A D_pickle.c370 _Pickle_FastCall(PyObject *func, PyObject *obj) in _Pickle_FastCall() argument
387 PyObject *func, *func2; in init_method_ref() local
417 reconstruct_method(PyObject *func, PyObject *self) reconstruct_method() argument
429 call_method(PyObject *func, PyObject *self, PyObject *obj) call_method() argument
5822 PyObject *func; instantiate() local
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc4155 auto* func = create<ast::IdentifierExpression>( in EmitGlslStd450ExtInst() local
/third_party/python/Python/
H A Dceval.c342 _Py_FatalError_TstateNULL(const char *func) in _Py_FatalError_TstateNULL() argument
1150 PyFunctionObject *func = _PyFunction_FromConstructor(&desc); PyEval_EvalCode() local
4849 PyFunctionObject *func = (PyFunctionObject *)callable; global() local
4883 PyFunctionObject *func = (PyFunctionObject *)callable; global() local
5349 PyObject *func, *callargs, *kwargs = NULL, *result; global() local
5398 PyFunctionObject *func = (PyFunctionObject *) global() local
6137 initialize_locals(PyThreadState *tstate, PyFunctionObject *func, PyObject **localsplus, PyObject *const *args, Py_ssize_t argcount, PyObject *kwnames) global() argument
6364 _PyEvalFramePushAndInit(PyThreadState *tstate, PyFunctionObject *func, PyObject *locals, PyObject* const* args, size_t argcount, PyObject *kwnames) global() argument
6417 _PyEval_Vector(PyThreadState *tstate, PyFunctionObject *func, PyObject *locals, PyObject* const* args, size_t argcount, PyObject *kwnames) global() argument
6473 PyFunctionObject *func = NULL; global() local
6780 call_exc_trace(Py_tracefunc func, PyObject *self, PyThreadState *tstate, _PyInterpreterFrame *f) global() argument
6811 call_trace_protected(Py_tracefunc func, PyObject *obj, PyThreadState *tstate, _PyInterpreterFrame *frame, int what, PyObject *arg) global() argument
6858 call_trace(Py_tracefunc func, PyObject *obj, PyThreadState *tstate, _PyInterpreterFrame *frame, int what, PyObject *arg) global() argument
6886 _PyEval_CallTracing(PyObject *func, PyObject *args) global() argument
6905 maybe_call_line_trace(Py_tracefunc func, PyObject *obj, PyThreadState *tstate, _PyInterpreterFrame *frame, int instr_prev) global() argument
6948 _PyEval_SetProfile(PyThreadState *tstate, Py_tracefunc func, PyObject *arg) global() argument
6990 PyEval_SetProfile(Py_tracefunc func, PyObject *arg) global() argument
7000 _PyEval_SetTrace(PyThreadState *tstate, Py_tracefunc func, PyObject *arg) global() argument
7043 PyEval_SetTrace(Py_tracefunc func, PyObject *arg) global() argument
7227 PyEval_GetFuncName(PyObject *func) global() argument
7240 PyEval_GetFuncDesc(PyObject *func) global() argument
7285 trace_call_function(PyThreadState *tstate, PyObject *func, PyObject **args, Py_ssize_t nargs, PyObject *kwnames) global() argument
7319 do_call_core(PyThreadState *tstate, PyObject *func, PyObject *callargs, PyObject *kwdict, int use_tracing ) global() argument
7681 check_args_iterable(PyThreadState *tstate, PyObject *func, PyObject *args) global() argument
7701 format_kwargs_error(PyThreadState *tstate, PyObject *func, PyObject *kwargs) global() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_descr.py714 def func(*args, **kwargs): function
H A Dtest_inspect.py2292 async def func(a=None): global() function
2624 def func(a,b, *args, kwonly=True, kwonlyreq, **kwargs): global() function
2680 def func(a,b, *args, kwonly=True, kwonlyreq, **kwargs): global() function
3543 def func(foo: Foo) -> int: pass global() function
4325 def func(*args, **kwargs): global() function
4382 def func(a, b): global() function
4388 def func(a, b): global() function
4427 def func(): pass global() function
[all...]
/third_party/python/Objects/
H A Dtypeobject.c1640 vectorcall_unbound(PyThreadState *tstate, int unbound, PyObject *func, in vectorcall_unbound() argument
1654 call_unbound_noarg(int unbound, PyObject *func, PyObject *self) in call_unbound_noarg() argument
1677 PyObject *func = lookup_method(self, name, &unbound); in vectorcall_method() local
1696 PyObject *func in vectorcall_maybe() local
2326 descrgetfunc func; subtype_dict() local
2350 descrsetfunc func; subtype_setdict() local
2911 PyObject *func = PyDict_GetItemWithError(type->tp_dict, attr); type_new_staticmethod() local
2938 PyObject *func = PyDict_GetItemWithError(type->tp_dict, attr); type_new_classmethod() local
6645 lenfunc func = (lenfunc)wrapped; wrap_lenfunc() local
6659 inquiry func = (inquiry)wrapped; wrap_inquirypred() local
6673 binaryfunc func = (binaryfunc)wrapped; wrap_binaryfunc() local
6685 binaryfunc func = (binaryfunc)wrapped; wrap_binaryfunc_l() local
6697 binaryfunc func = (binaryfunc)wrapped; wrap_binaryfunc_r() local
6709 ternaryfunc func = (ternaryfunc)wrapped; wrap_ternaryfunc() local
6723 ternaryfunc func = (ternaryfunc)wrapped; wrap_ternaryfunc_r() local
6737 unaryfunc func = (unaryfunc)wrapped; wrap_unaryfunc() local
6747 ssizeargfunc func = (ssizeargfunc)wrapped; wrap_indexargfunc() local
6784 ssizeargfunc func = (ssizeargfunc)wrapped; wrap_sq_item() local
6803 ssizeobjargproc func = (ssizeobjargproc)wrapped; wrap_sq_setitem() local
6822 ssizeobjargproc func = (ssizeobjargproc)wrapped; wrap_sq_delitem() local
6843 objobjproc func = (objobjproc)wrapped; wrap_objobjproc() local
6860 objobjargproc func = (objobjargproc)wrapped; wrap_objobjargproc() local
6875 objobjargproc func = (objobjargproc)wrapped; wrap_delitem() local
6893 hackcheck(PyObject *self, setattrofunc func, const char *what) hackcheck() argument
6940 setattrofunc func = (setattrofunc)wrapped; wrap_setattr() local
6957 setattrofunc func = (setattrofunc)wrapped; wrap_delattr() local
6975 hashfunc func = (hashfunc)wrapped; wrap_hashfunc() local
6989 ternaryfunc func = (ternaryfunc)wrapped; wrap_call() local
6997 destructor func = (destructor)wrapped; wrap_del() local
7009 richcmpfunc func = (richcmpfunc)wrapped; wrap_richcmpfunc() local
7036 unaryfunc func = (unaryfunc)wrapped; wrap_next() local
7050 descrgetfunc func = (descrgetfunc)wrapped; wrap_descr_get() local
7071 descrsetfunc func = (descrsetfunc)wrapped; wrap_descr_set() local
7086 descrsetfunc func = (descrsetfunc)wrapped; wrap_descr_delete() local
7102 initproc func = (initproc)wrapped; wrap_init() local
7192 PyObject *func = PyCFunction_NewEx(tp_new_methoddef, (PyObject *)type, NULL); add_tp_new_wrapper() local
7374 PyObject *func, *res; slot_sq_contains() local
7462 PyObject *func, *value; slot_nb_bool() local
7555 PyObject *func, *res; slot_tp_repr() local
7574 PyObject *func, *res; slot_tp_hash() local
7756 PyObject *func = lookup_maybe_method(self, name_op[op], &unbound); slot_tp_richcompare() local
7772 PyObject *func, *res; slot_tp_iter() local
7886 PyObject *func, *result; slot_tp_new() local
7927 PyObject *func, *res; slot_am_await() local
7945 PyObject *func, *res; slot_am_aiter() local
7963 PyObject *func, *res; slot_am_anext() local
8625 PyObject *func = PyObject_GetAttr(super, &_Py_ID(__init_subclass__)); type_new_init_subclass() local
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp1294 Apply (const ApplyFunc& func, in Apply() argument
1302 Apply (const ApplyFunc& func, in Apply() argument
1363 ExprP<typename Sig::Ret> createApply (const Func<Sig>& func, in createApply() argument
1429 ApplyVar (const ApplyFunc& func, in ApplyVar() argument
1370 createApply( const Func<Sig>& func, const ExprP<typename Sig::Arg0>& arg0 = voidP(), const ExprP<typename Sig::Arg1>& arg1 = voidP(), const ExprP<typename Sig::Arg2>& arg2 = voidP(), const ExprP<typename Sig::Arg3>& arg3 = voidP()) createApply() argument
1449 applyVar(const Func<Sig>& func, const VariableP<typename Sig::Arg0>& arg0, const VariableP<typename Sig::Arg1>& arg1, const VariableP<typename Sig::Arg2>& arg2, const VariableP<typename Sig::Arg3>& arg3) applyVar() argument
1756 CFloatFunc1(const string& name, DoubleFunc1& func) CFloatFunc1() argument
1827 CFloatFunc2(const string& name, DoubleFunc2& func) CFloatFunc2() argument
2119 ExpFunc(const string& name, DoubleFunc1& func) ExpFunc() argument
2153 LogFunc(const string& name, DoubleFunc1& func) LogFunc() argument
2287 TrigFunc(const string& name, DoubleFunc1& func, const Interval& loEx, const Interval& hiEx) TrigFunc() argument
2432 ArcTrigFunc(const string& name, DoubleFunc1& func, double precisionULPs, const Interval& domain, const Interval& codomain) ArcTrigFunc() argument
3238 PreciseFunc1(const string& name, DoubleFunc1& func) PreciseFunc1() argument
3307 PreciseFunc2(const string& name, DoubleFunc2& func) PreciseFunc2() argument
4067 const Func<Sig_>& func = this->doGetScalarFunc(); doApply() local
4098 const Func<Sig>& func; global() member
5057 FuncCaseBase(const Context& context, const string& name, const FuncBase& func) FuncCaseBase() argument
5090 FuncCase(const Context& context, const string& name, const CaseFunc& func) FuncCase() argument
5148 InOutFuncCase(const Context& context, const string& name, const CaseFunc& func) InOutFuncCase() argument
5194 createFuncCase(const Context& context, const string& name, const Func<Sig>& func) createFuncCase() argument
5351 SimpleFuncCaseFactory(const Func<Sig>& func) SimpleFuncCaseFactory() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp1829 Apply (const ApplyFunc& func, in Apply() argument
1837 Apply (const ApplyFunc& func, in Apply() argument
1898 ExprP<typename Sig::Ret> createApply (const Func<Sig>& func, in createApply() argument
1964 ApplyVar (const ApplyFunc& func, in ApplyVar() argument
1905 createApply( const Func<Sig>& func, const ExprP<typename Sig::Arg0>& arg0 = voidP(), const ExprP<typename Sig::Arg1>& arg1 = voidP(), const ExprP<typename Sig::Arg2>& arg2 = voidP(), const ExprP<typename Sig::Arg3>& arg3 = voidP()) createApply() argument
1995 applyVar(const Func<Sig>& func, const VariableP<typename Sig::Arg0>& arg0, const VariableP<typename Sig::Arg1>& arg1, const VariableP<typename Sig::Arg2>& arg2, const VariableP<typename Sig::Arg3>& arg3) applyVar() argument
2303 CFloatFunc1(const string& name, tcu::DoubleFunc1& func) CFloatFunc1() argument
2379 CFloatFunc2(const string& name, tcu::DoubleFunc2& func) CFloatFunc2() argument
2756 ExpFunc(const string& name, DoubleFunc1& func) ExpFunc() argument
2810 LogFunc(const string& name, DoubleFunc1& func) LogFunc() argument
3035 TrigFunc(const string& name, DoubleFunc1& func, const Interval& loEx, const Interval& hiEx) TrigFunc() argument
4177 PreciseFunc1(const string& name, DoubleFunc1& func) PreciseFunc1() argument
4267 PreciseFunc2(const string& name, DoubleFunc2& func) PreciseFunc2() argument
5498 const Func<Sig_>& func = this->doGetScalarFunc(); doApply() local
5529 const Func<Sig>& func; global() member
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DParseContext.cpp6507 const TFunction *func = functionCall->getFunction(); in checkTextureGather() local
6577 const TFunction *func = functionCall->getFunction(); in checkTextureOffset() local
5875 createUnaryMath(TOperator op, TIntermTyped *child, const TSourceLoc &loc, const TFunction *func) createUnaryMath() argument
6701 const TFunction *func = functionCall->getFunction(); checkInterpolationFS() local
6736 const TFunction *func = functionCall->getFunction(); checkAtomicMemoryBuiltinFunctions() local
[all...]

Completed in 180 milliseconds

1...<<141142143144145146147148149150>>...155