Home
last modified time | relevance | path

Searched refs:optype (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_atifragshader.c99 apply_src_rep(GLint optype, GLuint rep, GLfloat * val) in apply_src_rep() argument
106 start = optype ? 3 : 0; in apply_src_rep()
128 apply_src_mod(GLint optype, GLuint mod, GLfloat * val) in apply_src_mod() argument
136 start = optype ? 3 : 0; in apply_src_mod()
155 apply_dst_mod(GLuint optype, GLuint mod, GLfloat * val) in apply_dst_mod() argument
163 start = optype ? 3 : 0; in apply_dst_mod()
164 end = optype ? 4 : 3; in apply_dst_mod()
205 write_dst_addr(GLuint optype, GLuint mod, GLuint mask, GLfloat * src, in write_dst_addr() argument
209 apply_dst_mod(optype, mod, src); in write_dst_addr()
211 if (optype == ATI_FRAGMENT_SHADER_COLOR_OP) { in write_dst_addr()
[all …]
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_fragshader.c41 static void r200SetFragShaderArg( GLuint *afs_cmd, GLuint opnum, GLuint optype, in r200SetFragShaderArg() argument
55 if (optype) in r200SetFragShaderArg()
60 if (optype) in r200SetFragShaderArg()
64 if (!optype) in r200SetFragShaderArg()
70 if (!optype) in r200SetFragShaderArg()
108 SET_INST(opnum, optype) |= reg0; in r200SetFragShaderArg()
109 SET_INST_2(opnum, optype) |= reg2; in r200SetFragShaderArg()
144 GLuint optype; in r200UpdateFSArith() local
152 for (optype = 0; optype < 2; optype++) { in r200UpdateFSArith()
155 if (inst->Opcode[optype]) { in r200UpdateFSArith()
[all …]
/external/capstone/bindings/vb6/
DCX86Operand.cls69 Public optype As x86_op_type
100 If optype = X86_OP_FP Then
102 ElseIf optype = X86_OP_IMM Then
104 ElseIf optype = x86_op_mem Then
110 ElseIf optype = X86_OP_REG Then
120 If optype = X86_OP_FP Then opStr = "X86_OP_FP"
121 If optype = x86_op_mem Then opStr = "x86_op_mem"
122 If optype = X86_OP_IMM Then opStr = "X86_OP_IMM"
123 If optype = X86_OP_REG Then opStr = "X86_OP_REG"
124 If optype = X86_OP_INVALID Then opStr = "X86_OP_INVALID"
[all …]
/external/mesa3d/src/mesa/main/
Datifragshader.c87 static void match_pair_inst(struct ati_fragment_shader *curProg, GLuint optype) in match_pair_inst() argument
89 if (optype == curProg->last_optype) { in match_pair_inst()
127 static void debug_op(GLint optype, GLuint arg_count, GLenum op, GLuint dst, in debug_op() argument
135 op_name = atifs_ops[(arg_count-1)+(optype?3:0)]; in debug_op()
139 if (!optype) in debug_op()
159 GLuint optype, GLuint arg, GLuint argRep) in check_arith_arg() argument
170 if ((arg == GL_SECONDARY_INTERPOLATOR_ATI) && (((optype == 0) && (argRep == GL_ALPHA)) || in check_arith_arg()
171 ((optype == 1) && ((arg == GL_ALPHA) || (argRep == GL_NONE))))) { in check_arith_arg()
175 if ((arg == GL_SECONDARY_INTERPOLATOR_ATI) && (((optype == 0) && (argRep == GL_ALPHA)) || in check_arith_arg()
176 ((optype == 1) && ((arg == GL_ALPHA) || (argRep == GL_NONE))))) { in check_arith_arg()
[all …]
/external/google-breakpad/src/third_party/libdisasm/
Dlibdis.h170 #define x86_optype_is_address( optype ) \ argument
171 ( optype == op_absolute || optype == op_offset )
172 #define x86_optype_is_relative( optype ) \ argument
173 ( optype == op_relative_near || optype == op_relative_far )
174 #define x86_optype_is_memory( optype ) \ argument
175 ( optype > op_immediate && optype < op_unknown )
/external/mesa3d/src/mesa/state_tracker/
Dst_atifs_to_tgsi.c351 unsigned optype; in compile_instruction() local
353 for (optype = 0; optype < 2; optype++) { /* color, alpha */ in compile_instruction()
358 unsigned dstreg = inst->DstReg[optype].Index - GL_REG_0_ATI; in compile_instruction()
360 if (!inst->Opcode[optype]) in compile_instruction()
363 desc = &inst_desc[inst->Opcode[optype] - GL_MOV_ATI]; in compile_instruction()
367 if (arg >= inst->ArgCount[optype]) { in compile_instruction()
373 &inst->SrcReg[optype][arg]); in compile_instruction()
380 if (optype) { in compile_instruction()
383 GLuint dstMask = inst->DstReg[optype].dstMask; in compile_instruction()
394 emit_dstmod(t, *dst, inst->DstReg[optype].dstMod); in compile_instruction()
[all …]
/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
Dfuse_binary_into_preceding_affine.cc57 const OpType optype = (add_or_sub_op->type == OperatorType::kAdd) in FuseAddOrSubParamsIntoPrecedingAffine() local
66 if (optype == OpType::BiasPlusOperand) { in FuseAddOrSubParamsIntoPrecedingAffine()
68 } else if (optype == OpType::BiasMinusOperand) { in FuseAddOrSubParamsIntoPrecedingAffine()
70 } else if (optype == OpType::OperandMinusBias) { in FuseAddOrSubParamsIntoPrecedingAffine()
/external/boringssl/src/crypto/evp/
Devp_ctx.c191 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, int cmd, in EVP_PKEY_CTX_ctrl() argument
207 if (optype != -1 && !(ctx->operation & optype)) { in EVP_PKEY_CTX_ctrl()
Dinternal.h141 OPENSSL_EXPORT int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype,
/external/kernel-headers/original/uapi/linux/
Ddlm_plock.h31 __u8 optype; member
/external/python/cpython2/Python/
Dcompile.c2316 enum { OP_FAST, OP_GLOBAL, OP_DEREF, OP_NAME } optype; in compiler_nameop() local
2327 optype = OP_NAME; in compiler_nameop()
2332 optype = OP_DEREF; in compiler_nameop()
2336 optype = OP_DEREF; in compiler_nameop()
2340 optype = OP_FAST; in compiler_nameop()
2345 optype = OP_GLOBAL; in compiler_nameop()
2348 optype = OP_GLOBAL; in compiler_nameop()
2358 switch (optype) { in compiler_nameop()
/external/python/cpython3/Python/
Dcompile.c3024 enum { OP_FAST, OP_GLOBAL, OP_DEREF, OP_NAME } optype; in compiler_nameop() local
3039 optype = OP_NAME; in compiler_nameop()
3044 optype = OP_DEREF; in compiler_nameop()
3048 optype = OP_DEREF; in compiler_nameop()
3052 optype = OP_FAST; in compiler_nameop()
3056 optype = OP_GLOBAL; in compiler_nameop()
3059 optype = OP_GLOBAL; in compiler_nameop()
3069 switch (optype) { in compiler_nameop()
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUInstrInfo.td2344 class ROTIVecInst<ValueType vectype, Operand optype, ValueType inttype, PatLeaf pred>:
2345 ROTIInst<(outs VECREG:$rT), (ins VECREG:$rA, optype:$val),
2349 class ROTIRegInst<RegisterClass rclass, Operand optype, ValueType inttype, PatLeaf pred>:
2350 ROTIInst<(outs rclass:$rT), (ins rclass:$rA, optype:$val),
2480 class ROTQBIIVecInst<ValueType vectype, Operand optype, ValueType inttype,
2482 ROTQBIIInst<(outs VECREG:$rT), (ins VECREG:$rA, optype:$val),
2485 class ROTQBIIRegInst<RegisterClass rclass, Operand optype, ValueType inttype,
2487 ROTQBIIInst<(outs rclass:$rT), (ins rclass:$rA, optype:$val),
2670 class ROTQMBYIRegInst<RegisterClass rclass, Operand optype, ValueType inttype,
2672 ROTQMBYIInst<(outs rclass:$rT), (ins rclass:$rA, optype:$val),
[all …]
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc812 string optype = in ProcessDeviceStats() local
822 ph->RecordOneOp(dev_name, ns, false /*is_copy*/, ns.node_name(), optype, in ProcessDeviceStats()