Home
last modified time | relevance | path

Searched defs:args (Results 2151 - 2175 of 4805) sorted by relevance

1...<<81828384858687888990>>...193

/third_party/mesa3d/src/gallium/tests/graw/
H A Dfs-test.c482 static void args(int argc, char *argv[]) in args() function
H A Dquad-sample.c396 static void args(int argc, char *argv[]) in args() function
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_winsys.c337 struct drm_radeon_gem_userptr args = {0}; in do_winsys_init() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_gs.c140 LLVMValueRef args[] = { si_llvm_gs_build_end() local
[all...]
H A Dsi_shader_internal.h53 struct ac_shader_args args; member
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dbinary.hpp153 std::vector<argument> args; member
/third_party/mesa3d/src/glx/windows/
H A Dwindowsgl.c284 windows_call_with_context(void (*proc)(HDC, void *), void *args) in windows_call_with_context() argument
336 windows_check_render_test(HDC hdc, void *args) in windows_check_render_test() argument
366 windows_extensions_test(HDC hdc, void *args) in windows_extensions_test() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_kernel.c377 struct brw_kernel_arg_desc *args = in brw_kernel_from_spirv() local
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_winsys.c326 struct drm_gem_close args; in amdgpu_winsys_unref() local
/third_party/mesa3d/src/imagination/vulkan/winsys/
H A Dpvr_winsys_helper.c41 struct drm_mode_create_dumb args = { in pvr_winsys_helper_display_buffer_create() local
59 struct drm_mode_destroy_dumb args = { in pvr_winsys_helper_display_buffer_destroy() local
/third_party/node/src/
H A Dbase_object-inl.h287 BaseObjectPtr<T> MakeBaseObject(Args&&... args) { in MakeBaseObject() argument
292 BaseObjectPtr<T> MakeDetachedBaseObject(Args&&... args) { in MakeDetachedBaseObject() argument
/third_party/node/src/crypto/
H A Dcrypto_aes.cc465 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int offset, WebCryptoCipherMode cipher_mode, AESCipherConfig* params) AdditionalConfig() argument
[all...]
H A Dcrypto_cipher.h148 New(const v8::FunctionCallbackInfo<v8::Value>& args) New() argument
[all...]
H A Dcrypto_hash.cc37 void Hash::GetHashes(const FunctionCallbackInfo<Value>& args) { in GetHashes() argument
88 void Hash::New(const FunctionCallbackInfo<Value>& args) { in New() argument
147 HashUpdate(const FunctionCallbackInfo<Value>& args) HashUpdate() argument
158 HashDigest(const FunctionCallbackInfo<Value>& args) HashDigest() argument
241 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int offset, HashConfig* params) AdditionalConfig() argument
318 InternalVerifyIntegrity(const v8::FunctionCallbackInfo<v8::Value>& args) InternalVerifyIntegrity() argument
[all...]
H A Dcrypto_rsa.cc126 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int* offset, RsaKeyPairGenConfig* params) AdditionalConfig() argument
251 AdditionalConfig( const FunctionCallbackInfo<Value>& args, unsigned int offset, RSAKeyExportConfig* params) AdditionalConfig() argument
298 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int offset, WebCryptoCipherMode cipher_mode, RSACipherConfig* params) AdditionalConfig() argument
419 ImportJWKRsaKey( Environment* env, Local<Object> jwk, const FunctionCallbackInfo<Value>& args, unsigned int offset) ImportJWKRsaKey() argument
[all...]
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dhostref.c61 wasm_val_t args[1]; in call_r_v() local
73 wasm_val_t args[1]; in call_r_r() local
12 callback( const wasm_val_t args[], wasm_val_t results[] ) callback() argument
87 wasm_val_t args[2]; call_ir_v() local
101 wasm_val_t args[1]; call_i_r() local
[all...]
H A Dglobal.cc44 wasm::Val args[1] = {std::move(arg)}; in call() local
H A Dmemory.c35 void check_call(wasm_func_t* func, wasm_val_t args[], int32_t expected) { in check_call() argument
48 wasm_val_t args[] = { {.kind = WASM_I32, .of = {.i32 = arg}} }; in check_call1() local
53 wasm_val_t args[2] = { in check_call2() local
60 void check_ok(wasm_func_t* func, wasm_val_t args[]) { in check_ok() argument
68 wasm_val_t args[2] = { in check_ok2() local
75 check_trap(wasm_func_t* func, wasm_val_t args[]) check_trap() argument
86 wasm_val_t args[1] = { {.kind = WASM_I32, .of = {.i32 = arg}} }; check_trap1() local
91 wasm_val_t args[2] = { check_trap2() local
[all...]
/third_party/node/test/js-native-api/test_general/
H A Dtest_general.c15 napi_value args[2]; in testStrictEquals() local
28 napi_value args[1]; in testGetPrototype() local
47 napi_value args[2]; in doInstanceOf() local
104 napi_value args[1]; testNapiTypeof() local
[all...]
/third_party/node/test/js-native-api/test_reference/
H A Dtest_reference.c42 napi_value args[1]; in CreateSymbol() local
56 napi_value args[1]; in CreateSymbolFor() local
133 napi_value args[2]; in CreateReference() local
[all...]
/third_party/node/test/js-native-api/test_string/
H A Dtest_string.c49 napi_value args[1]; in TestOneByteImpl() local
73 napi_value args[1]; in TestTwoByteImpl() local
244 napi_value args[1]; in TestLatin1Insufficient() local
262 napi_value args[ in TestUtf8Insufficient() local
280 napi_value args[1]; TestUtf16Insufficient() local
298 napi_value args[1]; Utf16Length() local
312 napi_value args[1]; Utf8Length() local
372 napi_value args[1]; TestMemoryCorruption() local
[all...]
/third_party/node/test/js-native-api/test_typedarray/
H A Dtest_typedarray.c9 napi_value args[2]; in Multiply() local
123 napi_value args[4]; in CreateTypedArray() local
192 napi_value args[1]; Detach() local
213 napi_value args[1]; IsDetached() local
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dinit-expr-interface.cc120 StructNewWithRtt( FullDecoder* decoder, const StructIndexImmediate<validate>& imm, const Value& rtt, const Value args[], Value* result) StructNewWithRtt() argument
H A Dwasm-result.h42 va_list args; in WasmError() local
/third_party/node/deps/v8/src/zone/
H A Dzone.h106 T* New(Args&&... args) { in New() argument

Completed in 16 milliseconds

1...<<81828384858687888990>>...193