Searched defs:optype (Results 1 - 7 of 7) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Ddlm_plock.h30 __u8 optype; member in struct:dlm_plock_info
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_fragshader.c41 static void r200SetFragShaderArg( GLuint *afs_cmd, GLuint opnum, GLuint optype, argument
55 if (optype)
60 if (optype)
64 if (!optype)
70 if (!optype)
108 SET_INST(opnum, optype) |= reg0;
109 SET_INST_2(opnum, optype) |= reg2;
144 GLuint optype; local
152 for (optype = 0; optype <
[all...]
/external/boringssl/src/crypto/evp/
H A Devp_ctx.c191 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, int cmd, argument
207 if (optype != -1 && !(ctx->operation & optype)) {
/external/mesa3d/src/mesa/swrast/
H A Ds_atifragshader.c99 apply_src_rep(GLint optype, GLuint rep, GLfloat * val) argument
106 start = optype ? 3 : 0;
128 apply_src_mod(GLint optype, GLuint mod, GLfloat * val) argument
136 start = optype ? 3 : 0;
155 apply_dst_mod(GLuint optype, GLuint mod, GLfloat * val) argument
163 start = optype ? 3 : 0;
164 end = optype ? 4 : 3;
205 write_dst_addr(GLuint optype, GLuint mod, GLuint mask, GLfloat * src, argument
209 apply_dst_mod(optype, mod, src);
211 if (optype
309 GLint optype; local
[all...]
/external/mesa3d/src/mesa/main/
H A Datifragshader.c87 static void match_pair_inst(struct ati_fragment_shader *curProg, GLuint optype) argument
89 if (optype == curProg->last_optype) {
127 static void debug_op(GLint optype, GLuint arg_count, GLenum op, GLuint dst, argument
135 op_name = atifs_ops[(arg_count-1)+(optype?3:0)];
139 if (!optype)
159 GLuint optype, GLuint arg, GLuint argRep)
170 if ((arg == GL_SECONDARY_INTERPOLATOR_ATI) && (((optype == 0) && (argRep == GL_ALPHA)) ||
171 ((optype == 1) && ((arg == GL_ALPHA) || (argRep == GL_NONE))))) {
175 if ((arg == GL_SECONDARY_INTERPOLATOR_ATI) && (((optype == 0) && (argRep == GL_ALPHA)) ||
176 ((optype
158 check_arith_arg(struct ati_fragment_shader *curProg, GLuint optype, GLuint arg, GLuint argRep) argument
577 _mesa_FragmentOpXATI(GLint optype, GLuint arg_count, GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod) argument
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atifs_to_tgsi.c351 unsigned optype; local
353 for (optype = 0; optype < 2; optype++) { /* color, alpha */
358 unsigned dstreg = inst->DstReg[optype].Index - GL_REG_0_ATI;
360 if (!inst->Opcode[optype])
363 desc = &inst_desc[inst->Opcode[optype] - GL_MOV_ATI];
367 if (arg >= inst->ArgCount[optype]) {
373 &inst->SrcReg[optype][arg]);
380 if (optype) {
545 unsigned pass, i, r, optype, arg; local
[all...]
/external/python/cpython2/Python/
H A Dcompile.c2316 enum { OP_FAST, OP_GLOBAL, OP_DEREF, OP_NAME } optype; local
2327 optype = OP_NAME;
2332 optype = OP_DEREF;
2336 optype = OP_DEREF;
2340 optype = OP_FAST;
2345 optype = OP_GLOBAL;
2348 optype = OP_GLOBAL;
2358 switch (optype) {

Completed in 353 milliseconds