Searched defs:optype (Results 1 – 7 of 7) sorted by relevance
| /third_party/mesa3d/src/mesa/main/ |
| D | atifragshader.c | 91 static void match_pair_inst(struct ati_fragment_shader *curProg, GLuint optype) in match_pair_inst() 131 static void debug_op(GLint optype, GLuint arg_count, GLenum op, GLuint dst, in debug_op() 163 check_arith_arg(GLuint optype, GLuint arg, GLuint argRep) in check_arith_arg() 593 _mesa_FragmentOpXATI(GLint optype, GLuint arg_count, GLenum op, GLuint dst, in _mesa_FragmentOpXATI()
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| D | st_atifs_to_nir.c | 397 unsigned optype; in compile_instruction() local 542 unsigned pass, i, r, optype, arg; in st_init_atifs_prog() local
|
| /third_party/openssl/crypto/evp/ |
| D | ctrl_params_translate.c | 239 int optype; /* The operation type */ member 2570 int keytype, int optype, in evp_pkey_ctx_ctrl_to_param() 2646 int optype = pctx->operation == 0 ? -1 : pctx->operation; in evp_pkey_ctx_ctrl_str_to_param() local 2705 int optype = pctx->operation == 0 ? -1 : pctx->operation; in evp_pkey_ctx_setget_params_to_ctrl() local
|
| D | pmeth_lib.c | 1284 static int evp_pkey_ctx_ctrl_int(EVP_PKEY_CTX *ctx, int keytype, int optype, in evp_pkey_ctx_ctrl_int() 1327 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, in EVP_PKEY_CTX_ctrl() 1355 int EVP_PKEY_CTX_ctrl_uint64(EVP_PKEY_CTX *ctx, int keytype, int optype, in EVP_PKEY_CTX_ctrl_uint64() 1435 int keytype, int optype, in evp_pkey_ctx_store_cached_data() 1606 int EVP_PKEY_CTX_md(EVP_PKEY_CTX *ctx, int optype, int cmd, const char *md) in EVP_PKEY_CTX_md()
|
| /third_party/openssl/crypto/rsa/ |
| D | rsa_lib.c | 730 int RSA_pkey_ctx_ctrl(EVP_PKEY_CTX *ctx, int optype, int cmd, int p1, void *p2) in RSA_pkey_ctx_ctrl() 880 int keytype, int optype, in int_set_rsa_md_name() 920 int keytype, int optype, in int_get_rsa_md_name()
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| D | example.c | 145 enum optype { enum
|
| /third_party/python/Python/ |
| D | compile.c | 3683 enum { OP_FAST, OP_GLOBAL, OP_DEREF, OP_NAME } optype; in compiler_nameop() local
|