Home
last modified time | relevance | path

Searched defs:type (Results 3051 - 3075 of 19991) sorted by relevance

1...<<121122123124125126127128129130>>...800

/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_debug_fp.c74 print_reg_type_nr(char **stream, unsigned type, unsigned nr) in print_reg_type_nr() argument
163 unsigned type = (dword >> A2_SRC2_TYPE_SHIFT) & REG_TYPE_MASK; in print_src_reg() local
172 unsigned type = (dword >> A0_DEST_TYPE_SHIFT) & REG_TYPE_MASK; in print_dest_reg() local
246 unsigned type = (program[0] >> D0_TYPE_SHIFT) & REG_TYPE_MASK; in print_dcl_op() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.h105 static inline bool tgsi_type_is_64bit(enum tgsi_opcode_type type) in tgsi_type_is_64bit() argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_query.cpp54 enum pipe_query_type type; member
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_fence.c78 etna_create_fence_fd(struct pipe_context *pctx, struct pipe_fence_handle **pfence, int fd, enum pipe_fd_type type) etna_create_fence_fd() argument
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_image.c40 panvk_view_type_to_mali_tex_dim(VkImageViewType type) in panvk_view_type_to_mali_tex_dim() argument
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_objects.c204 rbug_shader_create(struct rbug_context *rb_context, const struct pipe_shader_state *state, void *result, enum rbug_shader_type type) rbug_shader_create() argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_bitarit.c44 const struct lp_type type = bld->type; in lp_build_or() local
70 const struct lp_type type = bld->type; in lp_build_xor() local
98 const struct lp_type type = bld->type; lp_build_and() local
127 const struct lp_type type = bld->type; lp_build_andnot() local
154 const struct lp_type type = bld->type; lp_build_not() local
177 const struct lp_type type = bld->type; lp_build_shl() local
201 const struct lp_type type = bld->type; lp_build_shr() local
[all...]
H A Dlp_bld_printf.c67 LLVMTypeRef type = LLVMTypeOf(args[i]); in lp_build_print_args() local
/third_party/mindspore/test/unittest/
H A Dnnrt_delegate_unit_test.cpp50 auto type = OH_AI_GetTypeFromNNRTDeviceDesc(desc); in HWTEST() local
76 auto type = OH_AI_GetTypeFromNNRTDeviceDesc(desc); in HWTEST() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instrfactory.cpp59 string type; in from_string() local
65 is >> type; in from_string() local
180 ControlFlowInstr::CFType type; process_jump() local
[all...]
/third_party/mesa3d/src/glx/
H A Drenderpix.c81 __glXSendLargeImage(struct glx_context * gc, GLint compsize, GLint dim, GLint width, GLint height, GLint depth, GLenum format, GLenum type, const GLvoid * src, GLubyte * pc, GLubyte * modes) __glXSendLargeImage() argument
120 __indirect_glSeparableFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column) __indirect_glSeparableFilter2D() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program_pair.c214 unsigned int type; in rc_pair_get_src() local
/third_party/node/deps/openssl/openssl/apps/include/
H A Dfunction.h24 FUNC_TYPE type; member
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dobjects.h44 int type; member
/third_party/node/deps/openssl/openssl/crypto/
H A Dself_test_core.c25 const char *type; member
123 void OSSL_SELF_TEST_onbegin(OSSL_SELF_TEST *st, const char *type, in OSSL_SELF_TEST_onbegin() argument
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dby_file.c89 int X509_load_cert_file_ex(X509_LOOKUP *ctx, const char *file, int type, in X509_load_cert_file_ex() argument
154 int X509_load_cert_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_cert_file() argument
159 int X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_crl_file() argument
216 X509_load_cert_crl_file_ex(X509_LOOKUP *ctx, const char *file, int type, OSSL_LIB_CTX *libctx, const char *propq) X509_load_cert_crl_file_ex() argument
257 X509_load_cert_crl_file(X509_LOOKUP *ctx, const char *file, int type) X509_load_cert_crl_file() argument
[all...]
H A Dt_req.c119 int j, type = 0, count = 1, ii = 0; in X509_REQ_print_ex() local
/third_party/node/deps/openssl/openssl/include/internal/
H A Dbio.h18 int type; member
H A Dpassphrase.h47 } type; member
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_rc2.c130 static int rc2_get_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type) in rc2_get_asn1_type_and_iv() argument
157 static int rc2_set_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type) in rc2_set_asn1_type_and_iv() argument
170 static int rc2_ctrl(EVP_CIPHER_CTX *c, int type, in argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_attr.c77 int PKCS12_add1_attr_by_NID(PKCS12_SAFEBAG *bag, int nid, int type, in PKCS12_add1_attr_by_NID() argument
86 int PKCS12_add1_attr_by_txt(PKCS12_SAFEBAG *bag, const char *attrname, int type, in PKCS12_add1_attr_by_txt() argument
H A Dp12_local.h23 ASN1_OBJECT *type; member
35 ASN1_OBJECT *type; member
/third_party/node/deps/openssl/openssl/crypto/rand/
H A Drand_egd.c70 hpns_socket(int family, int type, int protocol, char* transport) hpns_socket() argument
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_verify.c31 const EVP_MD *type; in ASN1_verify() local
157 const EVP_MD *type = NULL; in ASN1_item_verify_ctx() local
[all...]
H A Dd2i_pr.c156 EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp, in d2i_PrivateKey() argument

Completed in 12 milliseconds

1...<<121122123124125126127128129130>>...800