HomeSort by relevance Sort by last modified time
    Searched refs:optype (Results 1 - 25 of 30) sorted by null

1 2

  /external/mesa3d/src/mesa/swrast/
s_atifragshader.c 99 apply_src_rep(GLint optype, GLuint rep, GLfloat * val)
106 start = optype ? 3 : 0;
128 apply_src_mod(GLint optype, GLuint mod, GLfloat * val)
136 start = optype ? 3 : 0;
155 apply_dst_mod(GLuint optype, GLuint mod, GLfloat * val)
163 start = optype ? 3 : 0;
164 end = optype ? 4 : 3;
205 write_dst_addr(GLuint optype, GLuint mod, GLuint mask, GLfloat * src,
209 apply_dst_mod(optype, mod, src);
211 if (optype == ATI_FRAGMENT_SHADER_COLOR_OP)
309 GLint optype; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_fragshader.c 41 static void r200SetFragShaderArg( GLuint *afs_cmd, GLuint opnum, GLuint optype,
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 < 2; optype++)
    [all...]
  /bionic/libc/kernel/uapi/linux/
dlm_plock.h 34 __u8 optype; member in struct:dlm_plock_info
  /external/kernel-headers/original/uapi/linux/
dlm_plock.h 31 __u8 optype; member in struct:dlm_plock_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
dlm_plock.h 30 __u8 optype; member in struct:dlm_plock_info
  /external/mesa3d/src/mesa/main/
atifragshader.c 87 static void match_pair_inst(struct ati_fragment_shader *curProg, GLuint optype)
89 if (optype == curProg->last_optype) {
127 static void debug_op(GLint optype, GLuint arg_count, GLenum op, GLuint dst,
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 == 1) && ((arg == GL_ALPHA) || (argRep == GL_NONE)))))
    [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
tic54x.h 31 enum optype { enum
116 #define OPTYPE(X) ((X)&~OPT)
124 enum optype operand_types[MAX_OPERANDS];
148 enum optype paroperand_types[MAX_OPERANDS];
  /external/google-breakpad/src/third_party/libdisasm/
libdis.h 170 #define x86_optype_is_address( optype ) \
171 ( optype == op_absolute || optype == op_offset )
172 #define x86_optype_is_relative( optype ) \
173 ( optype == op_relative_near || optype == op_relative_far )
174 #define x86_optype_is_memory( optype ) \
175 ( optype > op_immediate && optype < op_unknown )
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atifs_to_tgsi.c 351 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/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
fuse_binary_into_preceding_affine.cc 55 enum class OpType { BiasPlusOperand, BiasMinusOperand, OperandMinusBias };
57 const OpType optype = (add_or_sub_op->type == OperatorType::kAdd) local
58 ? OpType::BiasPlusOperand
60 ? OpType::BiasMinusOperand
61 : OpType::OperandMinusBias;
66 if (optype == OpType::BiasPlusOperand) {
68 } else if (optype == OpType::BiasMinusOperand)
    [all...]
  /frameworks/ml/nn/tools/test_generator/
vts_generator.py 134 opcode =op.optype
144 'op_code': op.optype,
test_generator.py 397 def __init__(self, optype, ins, outs):
401 self.optype = optype
405 return "Operation:" + self.optype + " " + ", ".join(inputs)
413 return "model->addOperation(ANEURALNETWORKS_"+self.optype+", " + \
418 py_op_string = """Operation("{optype}", {inputs}).To({outputs})"""
423 ops = {"optype": self.optype, "inputs": inputs, "outputs": outputs}
  /external/boringssl/src/crypto/evp/
evp_ctx.c 191 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, int cmd,
207 if (optype != -1 && !(ctx->operation & optype)) {
internal.h 133 // EVP_PKEY_CTX_ctrl performs |cmd| on |ctx|. The |keytype| and |optype|
135 // otherwise |keytype| must match the type of |ctx| and the bits of |optype|
141 OPENSSL_EXPORT int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype,
  /toolchain/binutils/binutils-2.27/opcodes/
tic54x-dis.c 34 const enum optype [], int, int);
92 && (OPTYPE (tm->operand_types[0]) == OP_Smem
93 || OPTYPE (tm->operand_types[1]) == OP_Smem
94 || OPTYPE (tm->operand_types[2]) == OP_Smem
95 || OPTYPE (tm->operand_types[1]) == OP_Sind
96 || OPTYPE (tm->operand_types[0]) == OP_Lmem
97 || OPTYPE (tm->operand_types[1]) == OP_Lmem));
174 const enum optype tm_operands[],
184 enum optype src = OP_None;
185 enum optype dst = OP_None
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-rl78.c 915 op_type_T optype;
924 optype = rl78_opcode_type (fragP->fr_opcode);
939 switch (optype)
977 switch (optype)
914 op_type_T optype; local
    [all...]
tc-rx.c 1539 op_type_T optype; local
    [all...]
tc-i960.c 878 int optype) /* MEM1, MEM2, MEM4, MEM8, MEM12, or MEM16. */
891 type of memory instruction. It is accessed using (optype-MEM1)
892 as an index -- thus it assumes the 'optype' constants are
920 scale = def_scale[optype - MEM1];
    [all...]
tc-tic54x.c 92 enum optype type;
    [all...]
tc-arm.c 1424 struct neon_type optype; local
6234 struct neon_type_el optype; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
compile.c 2355 enum { OP_FAST, OP_GLOBAL, OP_DEREF, OP_NAME } optype; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
compile.c 2335 enum { OP_FAST, OP_GLOBAL, OP_DEREF, OP_NAME } optype; local
    [all...]
  /external/python/cpython2/Python/
compile.c 2316 enum { OP_FAST, OP_GLOBAL, OP_DEREF, OP_NAME } optype; local
    [all...]
  /external/python/cpython3/Python/
compile.c 3024 enum { OP_FAST, OP_GLOBAL, OP_DEREF, OP_NAME } optype; local
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/
master_session.cc 812 string optype = local
822 ph->RecordOneOp(dev_name, ns, false /*is_copy*/, ns.node_name(), optype,
    [all...]

Completed in 1595 milliseconds

1 2