/external/mesa3d/src/mesa/swrast/ |
D | s_atifragshader.c | 99 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/ |
D | r200_fragshader.c | 41 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/ |
D | CX86Operand.cls | 69 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/ |
D | atifragshader.c | 76 static void match_pair_inst(struct ati_fragment_shader *curProg, GLuint optype) in match_pair_inst() argument 78 if (optype == curProg->last_optype) { in match_pair_inst() 116 static void debug_op(GLint optype, GLuint arg_count, GLenum op, GLuint dst, in debug_op() argument 124 op_name = atifs_ops[(arg_count-1)+(optype?3:0)]; in debug_op() 128 if (optype == ATI_FRAGMENT_SHADER_COLOR_OP) in debug_op() 148 check_arith_arg(GLuint optype, GLuint arg, GLuint argRep) in check_arith_arg() argument 167 if (optype == ATI_FRAGMENT_SHADER_COLOR_OP && argRep == GL_ALPHA) { in check_arith_arg() 170 } else if (optype == ATI_FRAGMENT_SHADER_ALPHA_OP && in check_arith_arg() 580 _mesa_FragmentOpXATI(GLint optype, GLuint arg_count, GLenum op, GLuint dst, in _mesa_FragmentOpXATI() argument 610 if (optype == ATI_FRAGMENT_SHADER_COLOR_OP || in _mesa_FragmentOpXATI() [all …]
|
/external/google-breakpad/src/third_party/libdisasm/ |
D | libdis.h | 166 #define x86_optype_is_address( optype ) \ argument 167 ( optype == op_absolute || optype == op_offset ) 168 #define x86_optype_is_relative( optype ) \ argument 169 ( optype == op_relative_near || optype == op_relative_far ) 170 #define x86_optype_is_memory( optype ) \ argument 171 ( optype > op_immediate && optype < op_unknown )
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atifs_to_tgsi.c | 351 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/lite/toco/graph_transformations/ |
D | reorder_elementwise_unary.cc | 30 bool IsElementwiseOperator(OperatorType optype) { in IsElementwiseOperator() argument 31 switch (optype) { in IsElementwiseOperator() 50 bool IsMoveOperator(OperatorType optype) { in IsMoveOperator() argument 51 switch (optype) { in IsMoveOperator()
|
D | identify_util.cc | 24 bool IsBinaryOp(const Operator* op, OperatorType optype, in IsBinaryOp() argument 26 return op && op->type == optype && op->inputs.size() == 2 && in IsBinaryOp()
|
D | fuse_binary_into_preceding_affine.cc | 80 const OpType optype = (add_or_sub_op->type == OperatorType::kAdd) in FuseAddOrSubParamsIntoPrecedingAffine() local 90 if (optype == OpType::BiasPlusOperand) { in FuseAddOrSubParamsIntoPrecedingAffine() 92 } else if (optype == OpType::BiasMinusOperand) { in FuseAddOrSubParamsIntoPrecedingAffine() 94 } else if (optype == OpType::OperandMinusBias) { in FuseAddOrSubParamsIntoPrecedingAffine()
|
D | identify_util.h | 26 const Operator* op, OperatorType optype,
|
/external/kernel-headers/original/uapi/linux/ |
D | dlm_plock.h | 31 __u8 optype; member
|
/external/boringssl/src/crypto/evp/ |
D | evp_ctx.c | 190 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, int cmd, in EVP_PKEY_CTX_ctrl() argument 206 if (optype != -1 && !(ctx->operation & optype)) { in EVP_PKEY_CTX_ctrl()
|
D | internal.h | 147 OPENSSL_EXPORT int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype,
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/evp/ |
D | evp_ctx.c | 190 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, int cmd, in EVP_PKEY_CTX_ctrl() argument 206 if (optype != -1 && !(ctx->operation & optype)) { in EVP_PKEY_CTX_ctrl()
|
D | internal.h | 147 OPENSSL_EXPORT int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype,
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfoV.td | 244 class VALUVI<bits<6> funct6, string opcodestr, Operand optype = simm5> 246 (ins VR:$vs2, optype:$imm, VMaskOp:$vm), 250 class VALUmVI<bits<6> funct6, string opcodestr, Operand optype = simm5> 252 (ins VR:$vs2, optype:$imm, VMV0:$v0), 258 class VALUVINoVm<bits<6> funct6, string opcodestr, Operand optype = simm5> 260 (ins VR:$vs2, optype:$imm), 311 multiclass VALU_IV_V_X_I<string opcodestr, bits<6> funct6, Operand optype = simm5, string vw = "v">… 314 def I : VALUVI<funct6, opcodestr # "." # vw # "i", optype>; 327 multiclass VALU_IV_X_I<string opcodestr, bits<6> funct6, Operand optype = simm5, string vw = "v"> { 329 def I : VALUVI<funct6, opcodestr # "." # vw # "i", optype>; [all …]
|
/external/llvm-project/openmp/tools/multiplex/ |
D | ompt-multiplex.h | 691 ompt_id_t target_id, ompt_id_t host_op_id, ompt_target_data_op_t optype, in ompt_multiplex_callback_target_data_op() argument 696 target_id, host_op_id, optype, src_addr, src_device_num, dest_addr, in ompt_multiplex_callback_target_data_op() 701 target_id, host_op_id, optype, src_addr, src_device_num, dest_addr, in ompt_multiplex_callback_target_data_op()
|
/external/llvm-project/openmp/runtime/src/include/ |
D | omp-tools.h.var | 972 ompt_target_data_op_t optype, 984 ompt_target_data_op_t optype, 995 ompt_target_data_op_t optype;
|
/external/python/cpython2/Python/ |
D | compile.c | 2318 enum { OP_FAST, OP_GLOBAL, OP_DEREF, OP_NAME } optype; in compiler_nameop() local 2329 optype = OP_NAME; in compiler_nameop() 2334 optype = OP_DEREF; in compiler_nameop() 2338 optype = OP_DEREF; in compiler_nameop() 2342 optype = OP_FAST; in compiler_nameop() 2347 optype = OP_GLOBAL; in compiler_nameop() 2350 optype = OP_GLOBAL; in compiler_nameop() 2360 switch (optype) { in compiler_nameop()
|
/external/python/cpython3/Python/ |
D | compile.c | 3557 enum { OP_FAST, OP_GLOBAL, OP_DEREF, OP_NAME } optype; in compiler_nameop() local 3574 optype = OP_NAME; in compiler_nameop() 3579 optype = OP_DEREF; in compiler_nameop() 3583 optype = OP_DEREF; in compiler_nameop() 3587 optype = OP_FAST; in compiler_nameop() 3591 optype = OP_GLOBAL; in compiler_nameop() 3594 optype = OP_GLOBAL; in compiler_nameop() 3604 switch (optype) { in compiler_nameop()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | master_session.cc | 1016 const string& optype = in ProcessDeviceStats() local 1026 ph->RecordOneOp(dev_name, ns, false /*is_copy*/, ns.node_name(), optype, in ProcessDeviceStats()
|