/third_party/mesa3d/src/gallium/tests/graw/ |
H A D | fs-test.c | 482 static void args(int argc, char *argv[]) in args() function
|
H A D | quad-sample.c | 396 static void args(int argc, char *argv[]) in args() function
|
/third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
H A D | radeon_drm_winsys.c | 337 struct drm_radeon_gem_userptr args = {0}; in do_winsys_init() local
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_llvm_gs.c | 140 LLVMValueRef args[] = { si_llvm_gs_build_end() local [all...] |
H A D | si_shader_internal.h | 53 struct ac_shader_args args; member
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | binary.hpp | 153 std::vector<argument> args; member
|
/third_party/mesa3d/src/glx/windows/ |
H A D | windowsgl.c | 284 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 D | brw_kernel.c | 377 struct brw_kernel_arg_desc *args = in brw_kernel_from_spirv() local
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
H A D | amdgpu_winsys.c | 326 struct drm_gem_close args; in amdgpu_winsys_unref() local
|
/third_party/mesa3d/src/imagination/vulkan/winsys/ |
H A D | pvr_winsys_helper.c | 41 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 D | base_object-inl.h | 287 BaseObjectPtr<T> MakeBaseObject(Args&&... args) { in MakeBaseObject() argument 292 BaseObjectPtr<T> MakeDetachedBaseObject(Args&&... args) { in MakeDetachedBaseObject() argument
|
/third_party/node/src/crypto/ |
H A D | crypto_aes.cc | 465 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int offset, WebCryptoCipherMode cipher_mode, AESCipherConfig* params) AdditionalConfig() argument [all...] |
H A D | crypto_cipher.h | 148 New(const v8::FunctionCallbackInfo<v8::Value>& args) New() argument [all...] |
H A D | crypto_hash.cc | 37 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 D | crypto_rsa.cc | 126 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 D | hostref.c | 61 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 D | global.cc | 44 wasm::Val args[1] = {std::move(arg)}; in call() local
|
H A D | memory.c | 35 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 D | test_general.c | 15 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 D | test_reference.c | 42 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 D | test_string.c | 49 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 D | test_typedarray.c | 9 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 D | init-expr-interface.cc | 120 StructNewWithRtt( FullDecoder* decoder, const StructIndexImmediate<validate>& imm, const Value& rtt, const Value args[], Value* result) StructNewWithRtt() argument
|
H A D | wasm-result.h | 42 va_list args; in WasmError() local
|
/third_party/node/deps/v8/src/zone/ |
H A D | zone.h | 106 T* New(Args&&... args) { in New() argument
|