| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| H A D | lvp_execute.c | 3276 struct lvp_write_descriptor *desc = &pds->descriptors[i]; in handle_compute_push_descriptor_set() local 3326 struct lvp_write_descriptor *desc = &out_cmd->descriptors[i]; in create_push_descriptor_set() local 3392 struct lvp_write_descriptor *desc = &pds->descriptors[i]; handle_push_descriptor_set_generic() local 3485 struct VkWriteDescriptorSet *desc = &pds->descriptor_writes[i]; handle_push_descriptor_set_with_template() local [all...] |
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-code-manager.cc | 1190 AddCode( int index, const CodeDesc& desc, int stack_slots, uint32_t tagged_parameter_slots, base::Vector<const byte> protected_instructions_data, base::Vector<const byte> source_position_table, WasmCode::Kind kind, ExecutionTier tier, ForDebugging for_debugging) AddCode() argument 1210 AddCodeWithCodeSpace( int index, const CodeDesc& desc, int stack_slots, uint32_t tagged_parameter_slots, base::Vector<const byte> protected_instructions_data, base::Vector<const byte> source_position_table, WasmCode::Kind kind, ExecutionTier tier, ForDebugging for_debugging, base::Vector<uint8_t> dst_code_bytes, const JumpTablesRef& jump_tables) AddCodeWithCodeSpace() argument [all...] |
| /third_party/ntfs-3g/ntfsprogs/ |
| H A D | ntfssecaudit.c | 3376 } desc; in posixtest() local
|
| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_private.h | 187 struct dzn_physical_device_desc desc; member 192 D3D12_COMMAND_QUEUE_DESC desc; member 536 D3D12_RENDER_TARGET_VIEW_DESC desc; member 546 D3D12_DEPTH_STENCIL_VIEW_DESC desc; member 780 D3D12_VIEWPORT desc[MAX_VP]; member 786 D3D12_RECT desc[MAX_SCISSOR]; member 874 D3D12_RESOURCE_DESC desc; member 954 D3D12_RESOURCE_DESC desc; member 990 D3D12_SAMPLER_DESC desc; global() member [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 472 const struct util_format_description* desc = util_format_description(format); in select_zs_component_format() local
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | instruction-selector.cc | 3311 auto* desc = GetFrameStateDescriptorInternal(instruction_zone(), state); in GetFrameStateDescriptor() local
|
| H A D | instruction.h | 1281 StateValueDescriptor* desc; member 1305 StateValueDescriptor* desc = &(*field_iterator); in operator *() local
|
| /third_party/node/deps/v8/src/codegen/ppc/ |
| H A D | assembler-ppc.cc | 251 void Assembler::GetCode(Isolate* isolate, CodeDesc* desc, in GetCode() argument
|
| /third_party/node/deps/v8/src/baseline/ |
| H A D | baseline-compiler.cc | 322 CodeDesc desc; in Build() local
|
| /third_party/node/deps/v8/src/codegen/ia32/ |
| H A D | assembler-ia32.cc | 338 void Assembler::GetCode(Isolate* isolate, CodeDesc* desc, in GetCode() argument
|
| /third_party/node/deps/v8/src/codegen/x64/ |
| H A D | assembler-x64.cc | 373 void Assembler::GetCode(Isolate* isolate, CodeDesc* desc, in GetCode() argument
|
| /third_party/node/deps/v8/src/execution/loong64/ |
| H A D | simulator-loong64.cc | 177 bool Loong64Debugger::GetValue(const char* desc, int64_t* value) { in GetValue() argument
|
| /third_party/node/deps/v8/src/execution/ppc/ |
| H A D | simulator-ppc.cc | 91 bool PPCDebugger::GetValue(const char* desc, intptr_t* value) { in GetValue() argument 104 bool PPCDebugger::GetFPDoubleValue(const char* desc, double* value) { in GetFPDoubleValue() argument [all...] |
| /third_party/node/deps/v8/src/execution/mips64/ |
| H A D | simulator-mips64.cc | 146 bool MipsDebugger::GetValue(const char* desc, int64_t* value) { in GetValue() argument
|
| /third_party/node/deps/v8/src/execution/mips/ |
| H A D | simulator-mips.cc | 138 bool MipsDebugger::GetValue(const char* desc, int32_t* value) { in GetValue() argument 155 bool MipsDebugger::GetValue(const char* desc, int64_t* value) { in GetValue() argument [all...] |
| /third_party/node/deps/v8/src/execution/s390/ |
| H A D | simulator-s390.cc | 98 bool S390Debugger::GetValue(const char* desc, intptr_t* value) { in GetValue() argument 114 bool S390Debugger::GetFPDoubleValue(const char* desc, double* value) { in GetFPDoubleValue() argument [all...] |
| /third_party/node/deps/v8/src/execution/riscv64/ |
| H A D | simulator-riscv64.cc | 1546 bool RiscvDebugger::GetValue(const char* desc, int64_t* value) { in GetValue() argument
|
| H A D | simulator-riscv64.h | 977 char* desc; member
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | js-objects.cc | 128 PropertyDescriptor desc; in HasOwnProperty() local 468 PropertyDescriptor desc; in SetOrCopyDataProperties() local 1039 PropertyDescriptor desc; DefineProperty() local 1115 PropertyDescriptor* desc = &descriptors[i]; DefineProperties() local 1131 DefineOwnProperty(Isolate* isolate, Handle<JSReceiver> object, Handle<Object> key, PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw) DefineOwnProperty() argument 1162 OrdinaryDefineOwnProperty( Isolate* isolate, Handle<JSObject> object, Handle<Object> key, PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw) OrdinaryDefineOwnProperty() argument 1171 OrdinaryDefineOwnProperty( Isolate* isolate, Handle<JSObject> object, const PropertyKey& key, PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw) OrdinaryDefineOwnProperty() argument 1308 DefinePropertyWithInterceptorInternal( LookupIterator* it, Handle<InterceptorInfo> interceptor, Maybe<ShouldThrow> should_throw, PropertyDescriptor* desc) DefinePropertyWithInterceptorInternal() argument 1367 OrdinaryDefineOwnProperty( LookupIterator* it, PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw) OrdinaryDefineOwnProperty() argument 1405 IsCompatiblePropertyDescriptor( Isolate* isolate, bool extensible, PropertyDescriptor* desc, PropertyDescriptor* current, Handle<Name> property_name, Maybe<ShouldThrow> should_throw) IsCompatiblePropertyDescriptor() argument 1417 ValidateAndApplyPropertyDescriptor( Isolate* isolate, LookupIterator* it, bool extensible, PropertyDescriptor* desc, PropertyDescriptor* current, Maybe<ShouldThrow> should_throw, Handle<Name> property_name) ValidateAndApplyPropertyDescriptor() argument 1751 GetOwnPropertyDescriptor(Isolate* isolate, Handle<JSReceiver> object, Handle<Object> key, PropertyDescriptor* desc) GetOwnPropertyDescriptor() argument 1763 GetPropertyDescriptorWithInterceptor(LookupIterator* it, PropertyDescriptor* desc) GetPropertyDescriptorWithInterceptor() argument 1828 GetOwnPropertyDescriptor(LookupIterator* it, PropertyDescriptor* desc) GetOwnPropertyDescriptor() argument 1949 PropertyDescriptor desc = SetIntegrityLevel() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_context.c | 762 const struct util_format_description *desc = util_format_description(fmt); in sampler_aspect_from_format() local 848 zink_clamp_void_swizzle(const struct util_format_description *desc, enum pipe_swizzle swizzle) in zink_clamp_void_swizzle() argument 946 const struct util_format_description *desc = util_format_description(state->format); in zink_create_sampler_view() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/panfrost/ |
| H A D | pan_cmdstream.c | 83 struct mali_depth_stencil_packed desc; member 1668 const struct util_format_description *desc = util_format_description(format); in panfrost_create_sampler_view_bo() local
|
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | cmp.c | 682 static X509 *load_cert_pwd(const char *uri, const char *pass, const char *desc) in load_cert_pwd() argument 692 static X509_REQ *load_csr_autofmt(const char *infile, const char *desc) in load_csr_autofmt() argument 672 load_key_pwd(const char *uri, int format, const char *pass, ENGINE *eng, const char *desc) load_key_pwd() argument 761 read_PKIMESSAGE(const char *desc, char **filenames) read_PKIMESSAGE() argument 876 set_name(const char *str, int (*set_fn) (OSSL_CMP_CTX *ctx, const X509_NAME *name), OSSL_CMP_CTX *ctx, const char *desc) set_name() argument 895 set_gennames(OSSL_CMP_CTX *ctx, char *names, const char *desc) set_gennames() argument 933 load_trusted(char *input, int for_new_cert, const char *desc) load_trusted() argument 953 setup_certs(char *files, const char *desc, void *ctx, add_X509_stack_fn_t set1_fn) setup_certs() argument 1625 const char *desc = "new private key for cert to be enrolled"; setup_request_ctx() local 2047 save_free_certs(OSSL_CMP_CTX *ctx, STACK_OF(X509) *certs, char *destFile, char *desc) save_free_certs() argument [all...] |
| /third_party/node/deps/openssl/openssl/apps/lib/ |
| H A D | apps.c | 217 char *get_passwd(const char *pass, const char *desc) in get_passwd() argument 465 load_cert_pass(const char *uri, int format, int maybe_stdin, const char *pass, const char *desc) load_cert_pass() argument 486 load_crl(const char *uri, int format, int maybe_stdin, const char *desc) load_crl() argument 507 load_csr(const char *file, int format, const char *desc) load_csr() argument 548 load_key(const char *uri, int format, int may_stdin, const char *pass, ENGINE *e, const char *desc) load_key() argument 567 load_pubkey(const char *uri, int format, int maybe_stdin, const char *pass, ENGINE *e, const char *desc) load_pubkey() argument 586 load_keyparams_suppress(const char *uri, int format, int maybe_stdin, const char *keytype, const char *desc, int suppress_decode_errors) load_keyparams_suppress() argument 611 load_keyparams(const char *uri, int format, int maybe_stdin, const char *keytype, const char *desc) load_keyparams() argument 684 load_cert_certs(const char *uri, X509 **pcert, STACK_OF(X509) **pcerts, int exclude_http, const char *pass, const char *desc, X509_VERIFY_PARAM *vpm) load_cert_certs() argument 772 load_certstore(char *input, const char *pass, const char *desc, X509_VERIFY_PARAM *vpm) load_certstore() argument 800 load_certs(const char *uri, int maybe_stdin, STACK_OF(X509) **certs, const char *pass, const char *desc) load_certs() argument 819 load_crls(const char *uri, STACK_OF(X509_CRL) **crls, const char *pass, const char *desc) load_crls() argument 861 load_key_certs_crls_suppress(const char *uri, int format, int maybe_stdin, const char *pass, const char *desc, EVP_PKEY **ppkey, EVP_PKEY **ppubkey, EVP_PKEY **pparams, X509 **pcert, STACK_OF(X509) **pcerts, X509_CRL **pcrl, STACK_OF(X509_CRL) **pcrls, int suppress_decode_errors) load_key_certs_crls_suppress() argument 1094 load_key_certs_crls(const char *uri, int format, int maybe_stdin, const char *pass, const char *desc, EVP_PKEY **ppkey, EVP_PKEY **ppubkey, EVP_PKEY **pparams, X509 **pcert, STACK_OF(X509) **pcerts, X509_CRL **pcrl, STACK_OF(X509_CRL) **pcrls) load_key_certs_crls() argument 1880 parse_name(const char *cp, int chtype, int canmulti, const char *desc) parse_name() argument [all...] |
| /third_party/openssl/apps/ |
| H A D | cmp.c | 682 static X509 *load_cert_pwd(const char *uri, const char *pass, const char *desc) in load_cert_pwd() argument 692 static X509_REQ *load_csr_autofmt(const char *infile, const char *desc) in load_csr_autofmt() argument 672 load_key_pwd(const char *uri, int format, const char *pass, ENGINE *eng, const char *desc) load_key_pwd() argument 761 read_PKIMESSAGE(const char *desc, char **filenames) read_PKIMESSAGE() argument 876 set_name(const char *str, int (*set_fn) (OSSL_CMP_CTX *ctx, const X509_NAME *name), OSSL_CMP_CTX *ctx, const char *desc) set_name() argument 895 set_gennames(OSSL_CMP_CTX *ctx, char *names, const char *desc) set_gennames() argument 933 load_trusted(char *input, int for_new_cert, const char *desc) load_trusted() argument 953 setup_certs(char *files, const char *desc, void *ctx, add_X509_stack_fn_t set1_fn) setup_certs() argument 1625 const char *desc = "new private key for cert to be enrolled"; setup_request_ctx() local 2047 save_free_certs(OSSL_CMP_CTX *ctx, STACK_OF(X509) *certs, char *destFile, char *desc) save_free_certs() argument [all...] |
| /third_party/openssl/apps/lib/ |
| H A D | apps.c | 217 char *get_passwd(const char *pass, const char *desc) in get_passwd() argument 465 load_cert_pass(const char *uri, int format, int maybe_stdin, const char *pass, const char *desc) load_cert_pass() argument 486 load_crl(const char *uri, int format, int maybe_stdin, const char *desc) load_crl() argument 507 load_csr(const char *file, int format, const char *desc) load_csr() argument 548 load_key(const char *uri, int format, int may_stdin, const char *pass, ENGINE *e, const char *desc) load_key() argument 567 load_pubkey(const char *uri, int format, int maybe_stdin, const char *pass, ENGINE *e, const char *desc) load_pubkey() argument 586 load_keyparams_suppress(const char *uri, int format, int maybe_stdin, const char *keytype, const char *desc, int suppress_decode_errors) load_keyparams_suppress() argument 611 load_keyparams(const char *uri, int format, int maybe_stdin, const char *keytype, const char *desc) load_keyparams() argument 684 load_cert_certs(const char *uri, X509 **pcert, STACK_OF(X509) **pcerts, int exclude_http, const char *pass, const char *desc, X509_VERIFY_PARAM *vpm) load_cert_certs() argument 772 load_certstore(char *input, const char *pass, const char *desc, X509_VERIFY_PARAM *vpm) load_certstore() argument 800 load_certs(const char *uri, int maybe_stdin, STACK_OF(X509) **certs, const char *pass, const char *desc) load_certs() argument 819 load_crls(const char *uri, STACK_OF(X509_CRL) **crls, const char *pass, const char *desc) load_crls() argument 861 load_key_certs_crls_suppress(const char *uri, int format, int maybe_stdin, const char *pass, const char *desc, EVP_PKEY **ppkey, EVP_PKEY **ppubkey, EVP_PKEY **pparams, X509 **pcert, STACK_OF(X509) **pcerts, X509_CRL **pcrl, STACK_OF(X509_CRL) **pcrls, int suppress_decode_errors) load_key_certs_crls_suppress() argument 1092 load_key_certs_crls(const char *uri, int format, int maybe_stdin, const char *pass, const char *desc, EVP_PKEY **ppkey, EVP_PKEY **ppubkey, EVP_PKEY **pparams, X509 **pcert, STACK_OF(X509) **pcerts, X509_CRL **pcrl, STACK_OF(X509_CRL) **pcrls) load_key_certs_crls() argument 1875 parse_name(const char *cp, int chtype, int canmulti, const char *desc) parse_name() argument [all...] |