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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_atifragshader.c 98 apply_src_rep(GLint optype, GLuint rep, GLfloat * val)
105 start = optype ? 3 : 0;
127 apply_src_mod(GLint optype, GLuint mod, GLfloat * val)
135 start = optype ? 3 : 0;
154 apply_dst_mod(GLuint optype, GLuint mod, GLfloat * val)
162 start = optype ? 3 : 0;
163 end = optype ? 4 : 3;
204 write_dst_addr(GLuint optype, GLuint mod, GLuint mask, GLfloat * src,
208 apply_dst_mod(optype, mod, src);
210 if (optype == ATI_FRAGMENT_SHADER_COLOR_OP)
323 GLint optype; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_atifragshader.c 98 apply_src_rep(GLint optype, GLuint rep, GLfloat * val)
105 start = optype ? 3 : 0;
127 apply_src_mod(GLint optype, GLuint mod, GLfloat * val)
135 start = optype ? 3 : 0;
154 apply_dst_mod(GLuint optype, GLuint mod, GLfloat * val)
162 start = optype ? 3 : 0;
163 end = optype ? 4 : 3;
204 write_dst_addr(GLuint optype, GLuint mod, GLuint mask, GLfloat * src,
208 apply_dst_mod(optype, mod, src);
210 if (optype == ATI_FRAGMENT_SHADER_COLOR_OP)
323 GLint optype; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
gen-fma-test.py 3 def emit(opcode,suffix,width,order,optype):
12 if optype == 'rrr':
23 if optype == 'rrr':
30 if optype == 'rrm':
38 for optype in optypes:
39 emit(opcode,suffix,width,order,optype)
  /external/chromium_org/third_party/mesa/src/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...]
  /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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
lock_dlm_plock.h 26 __u8 optype; member in struct:gdlm_plock_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
lock_dlm_plock.h 26 __u8 optype; member in struct:gdlm_plock_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
lock_dlm_plock.h 26 __u8 optype; member in struct:gdlm_plock_info
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
atifragshader.c 110 static void match_pair_inst(struct ati_fragment_shader *curProg, GLuint optype)
112 if (optype == curProg->last_optype) {
150 static void debug_op(GLint optype, GLuint arg_count, GLenum op, GLuint dst,
158 op_name = atifs_ops[(arg_count-1)+(optype?3:0)];
162 if (!optype)
182 GLuint optype, GLuint arg, GLuint argRep)
193 if ((arg == GL_SECONDARY_INTERPOLATOR_ATI) && (((optype == 0) && (argRep == GL_ALPHA)) ||
194 ((optype == 1) && ((arg == GL_ALPHA) || (argRep == GL_NONE))))) {
198 if ((arg == GL_SECONDARY_INTERPOLATOR_ATI) && (((optype == 0) && (argRep == GL_ALPHA)) ||
199 ((optype == 1) && ((arg == GL_ALPHA) || (argRep == GL_NONE)))))
    [all...]
  /external/mesa3d/src/mesa/main/
atifragshader.c 110 static void match_pair_inst(struct ati_fragment_shader *curProg, GLuint optype)
112 if (optype == curProg->last_optype) {
150 static void debug_op(GLint optype, GLuint arg_count, GLenum op, GLuint dst,
158 op_name = atifs_ops[(arg_count-1)+(optype?3:0)];
162 if (!optype)
182 GLuint optype, GLuint arg, GLuint argRep)
193 if ((arg == GL_SECONDARY_INTERPOLATOR_ATI) && (((optype == 0) && (argRep == GL_ALPHA)) ||
194 ((optype == 1) && ((arg == GL_ALPHA) || (argRep == GL_NONE))))) {
198 if ((arg == GL_SECONDARY_INTERPOLATOR_ATI) && (((optype == 0) && (argRep == GL_ALPHA)) ||
199 ((optype == 1) && ((arg == GL_ALPHA) || (argRep == GL_NONE)))))
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
pmeth_lib.c 384 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype,
402 if ((optype != -1) && !(ctx->operation & optype))
evp.h     [all...]
  /external/openssl/crypto/evp/
pmeth_lib.c 384 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype,
402 if ((optype != -1) && !(ctx->operation & optype))
evp.h     [all...]
  /external/qemu/target-mips/
translate.c 6013 enum { BINOP, CMPOP, OTHEROP } optype = OTHEROP; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
evp.h     [all...]
  /external/openssl/include/openssl/
evp.h     [all...]

Completed in 566 milliseconds