Home
last modified time | relevance | path

Searched defs:type (Results 1901 - 1925 of 6982) sorted by relevance

1...<<71727374757677787980>>...280

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_type.h148 struct lp_type type; member
181 lp_type_from_format_desc(struct lp_type* type, const struct util_format_description *format_desc) lp_type_from_format_desc() argument
197 lp_type_from_format(struct lp_type* type, enum pipe_format format) lp_type_from_format() argument
204 lp_type_width(struct lp_type type) lp_type_width() argument
376 struct lp_type type; lp_float32_vec4_type() local
392 struct lp_type type; lp_int32_vec4_type() local
408 struct lp_type type; lp_unorm8_vec4_type() local
[all...]
H A Dlp_bld_type.c41 lp_build_elem_type(const struct gallivm_state *gallivm, struct lp_type type) in lp_build_elem_type() argument
68 lp_build_vec_type(const struct gallivm_state *gallivm, struct lp_type type) in lp_build_vec_type() argument
85 lp_check_elem_type(struct lp_type type, LLVMTypeRe argument
138 lp_check_vec_type(struct lp_type type, LLVMTypeRef vec_type) lp_check_vec_type() argument
165 lp_check_value(struct lp_type type, LLVMValueRef val) lp_check_value() argument
178 lp_build_int_elem_type(const struct gallivm_state *gallivm, struct lp_type type) lp_build_int_elem_type() argument
186 lp_build_int_vec_type(const struct gallivm_state *gallivm, struct lp_type type) lp_build_int_vec_type() argument
201 lp_elem_type(struct lp_type type) lp_elem_type() argument
217 lp_uint_type(struct lp_type type) lp_uint_type() argument
234 lp_int_type(struct lp_type type) lp_int_type() argument
252 lp_wider_type(struct lp_type type) lp_wider_type() argument
390 lp_build_context_init(struct lp_build_context *bld, struct gallivm_state *gallivm, struct lp_type type) lp_build_context_init() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate.h69 enum translate_element_type type; member
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_log.c30 const struct u_log_chunk_type *type; member
149 u_log_chunk(struct u_log_context *ctx, const struct u_log_chunk_type *type, in u_log_chunk() argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_root_signature.cpp75 init_range(D3D12_DESCRIPTOR_RANGE1 *range, D3D12_DESCRIPTOR_RANGE_TYPE type, uint32_t num_descs, uint32_t base_shader_register, uint32_t register_space, uint32_t offset_from_start) init_range() argument
95 init_range_root_param(D3D12_ROOT_PARAMETER1 *param, D3D12_DESCRIPTOR_RANGE1 *range, D3D12_DESCRIPTOR_RANGE_TYPE type, uint32_t num_descs, D3D12_SHADER_VISIBILITY visibility, uint32_t base_shader_register, uint32_t register_space) init_range_root_param() argument
H A Dd3d12_tcs_variant.cpp92 const struct glsl_type *type = glsl_array_type(slot->types[frac], key->vertices_out, 0); in create_tess_ctrl_shader_variant() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c46 uint8_t type; /* INST_TYPE_ */ member
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_program.c46 create_shader(struct pipe_context *pctx, gl_shader_stage type) in create_shader() argument
68 emit(struct fd_ringbuffer *ring, gl_shader_stage type, in emit() argument
88 ir2_glsl_type_size(const struct glsl_type *type, bool bindless) in ir2_glsl_type_size() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_image.c48 enum a4xx_tex_type type; member
/third_party/musl/Benchmark/musl/
H A Dlibc_mman.cpp203 int type = state.range(1); in Bm_function_Madvise() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_controlflow.cpp33 ControlFlowInstr::ControlFlowInstr(CFType type): in ControlFlowInstr() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw_arrays.c82 compare(unsigned cached_nr, unsigned nr, unsigned type) in compare() argument
/third_party/mesa3d/src/gallium/winsys/i915/drm/
H A Di915_drm_buffer.c7 static char *i915_drm_type_to_name(enum i915_winsys_buffer_type type) in i915_drm_type_to_name() argument
26 i915_drm_buffer_create(struct i915_winsys *iws, unsigned size, enum i915_winsys_buffer_type type) i915_drm_buffer_create() argument
55 i915_drm_buffer_create_tiled(struct i915_winsys *iws, unsigned *stride, unsigned height, enum i915_winsys_buffer_tile *tiling, enum i915_winsys_buffer_type type) i915_drm_buffer_create_tiled() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query.c35 nvc0_create_query(struct pipe_context *pipe, unsigned type, unsigned index) in nvc0_create_query() argument
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_sign.c27 ASN1_sign(i2d_of_void *i2d, X509_ALGOR *algor1, X509_ALGOR *algor2, ASN1_BIT_STRING *signature, char *data, EVP_PKEY *pkey, const EVP_MD *type) ASN1_sign() argument
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_meth.c36 BIO_METHOD *BIO_meth_new(int type, const char *name) in BIO_meth_new() argument
/third_party/node/deps/openssl/openssl/crypto/dsa/
H A Ddsa_pmeth.c123 static int pkey_dsa_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) in pkey_dsa_ctrl() argument
186 pkey_dsa_ctrl_str(EVP_PKEY_CTX *ctx, const char *type, const char *value) pkey_dsa_ctrl_str() argument
H A Ddsa_sign.c154 int ossl_dsa_sign_int(int type, const unsigned char *dgst, int dlen, in ossl_dsa_sign_int() argument
173 int DSA_sign(int type, const unsigned char *dgst, int dlen, in DSA_sign() argument
186 int DSA_verify(int type, const unsigned char *dgst, int dgst_len, in DSA_verify() argument
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_rc2.c124 ASN1_TYPE *type; in rc2_get_ctx_params() local
181 ASN1_TYPE *type = NULL; in rc2_set_ctx_params() local
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dsshkdf.c48 char type; /* X */ member
227 SSHKDF(const EVP_MD *evp_md, const unsigned char *key, size_t key_len, const unsigned char *xcghash, size_t xcghash_len, const unsigned char *session_id, size_t session_id_len, char type, unsigned char *okey, size_t okey_len) SSHKDF() argument
/third_party/node/deps/openssl/openssl/crypto/ui/
H A Dui_local.h62 enum UI_string_types type; /* Input */ member
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dby_store.c147 static int by_store(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type, in by_store() argument
165 static int by_store_subject_ex(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type, in by_store_subject_ex() argument
219 static int by_store_subject(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type, in by_store_subject() argument
H A Dx509_att.c304 X509_ATTRIBUTE_create_by_txt(X509_ATTRIBUTE **attr, const char *atrname, int type, const unsigned char *bytes, int len) X509_ATTRIBUTE_create_by_txt() argument
[all...]
H A Dx509name.c141 int X509_NAME_add_entry_by_OBJ(X509_NAME *name, const ASN1_OBJECT *obj, int type, in X509_NAME_add_entry_by_OBJ() argument
156 int X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type, in X509_NAME_add_entry_by_NID() argument
170 int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type, in X509_NAME_add_entry_by_txt() argument
242 X509_NAME_ENTRY_create_by_txt(X509_NAME_ENTRY **ne, const char *field, int type, const unsigned char *bytes, int len) X509_NAME_ENTRY_create_by_txt() argument
261 X509_NAME_ENTRY_create_by_NID(X509_NAME_ENTRY **ne, int nid, int type, const unsigned char *bytes, int len) X509_NAME_ENTRY_create_by_NID() argument
279 X509_NAME_ENTRY_create_by_OBJ(X509_NAME_ENTRY **ne, const ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len) X509_NAME_ENTRY_create_by_OBJ() argument
317 X509_NAME_ENTRY_set_data(X509_NAME_ENTRY *ne, int type, const unsigned char *bytes, int len) X509_NAME_ENTRY_set_data() argument
[all...]
/third_party/node/deps/openssl/openssl/include/crypto/
H A Decx.h73 ECX_KEY_TYPE type; member

Completed in 13 milliseconds

1...<<71727374757677787980>>...280