Searched defs:optype (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/mesa/swrast/ |
D | s_atifragshader.c | 99 apply_src_rep(GLint optype, GLuint rep, GLfloat * val) in apply_src_rep() 128 apply_src_mod(GLint optype, GLuint mod, GLfloat * val) in apply_src_mod() 155 apply_dst_mod(GLuint optype, GLuint mod, GLfloat * val) in apply_dst_mod() 205 write_dst_addr(GLuint optype, GLuint mod, GLuint mask, GLfloat * src, in write_dst_addr() 285 #define SETUP_SRC_REG(optype, i, x) \ argument 309 GLint optype; in execute_shader() local
|
/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_fragshader.c | 41 static void r200SetFragShaderArg( GLuint *afs_cmd, GLuint opnum, GLuint optype, in r200SetFragShaderArg() 146 GLuint optype; in r200UpdateFSArith() local
|
/third_party/mesa3d/src/mesa/main/ |
D | atifragshader.c | 77 static void match_pair_inst(struct ati_fragment_shader *curProg, GLuint optype) in match_pair_inst() 117 static void debug_op(GLint optype, GLuint arg_count, GLenum op, GLuint dst, in debug_op() 149 check_arith_arg(GLuint optype, GLuint arg, GLuint argRep) in check_arith_arg() 581 _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 | pmeth_lib.c | 366 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, in EVP_PKEY_CTX_ctrl() 401 int EVP_PKEY_CTX_ctrl_uint64(EVP_PKEY_CTX *ctx, int keytype, int optype, in EVP_PKEY_CTX_ctrl_uint64() 448 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 | 485 int RSA_pkey_ctx_ctrl(EVP_PKEY_CTX *ctx, int optype, int cmd, int p1, void *p2) in RSA_pkey_ctx_ctrl()
|
/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
|