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

1 2 3

  /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/skia/src/animator/
SkOpArray.h 19 SkOpArray(SkOperand2::OpType type);
21 SkOperand2::OpType getType() { return fType; }
22 void setType(SkOperand2::OpType type) {
26 SkOperand2::OpType fType;
SkScriptCallBack.h 28 virtual SkOperand2::OpType getReturnType(size_t ref, SkOperand2*) {
35 virtual bool convert(SkOperand2::OpType type, SkOperand2* operand) = 0;
40 virtual void getParamTypes(SkIntArray(SkOperand2::OpType)* types) = 0;
55 virtual void getParamTypes(SkIntArray(SkOperand2::OpType)* types) = 0;
SkAnimatorScript2.h 35 static SkDisplayTypes ToDisplayType(SkOperand2::OpType type);
36 static SkOperand2::OpType ToOpType(SkDisplayTypes type);
SkOpArray.cpp 13 SkOpArray::SkOpArray(SkOperand2::OpType type) : fType(type) {
SkScript2.h 39 SkScriptEngine2(SkOperand2::OpType returnType);
41 bool convertTo(SkOperand2::OpType , SkScriptValue2* );
45 SkOperand2::OpType getReturnType() { return fReturnType; }
53 static bool ConvertTo(SkScriptEngine2* , SkOperand2::OpType toType, SkScriptValue2* value);
218 void addTokenConst(SkScriptValue2* , AddTokenRegister , SkOperand2::OpType , TypeOp );
225 const SkOperand2::OpType* paramTypes, int paramTypeCount);
226 void convertToString(SkOperand2* operand, SkOperand2::OpType type) {
237 SkOperand2::OpType getUnboxType(SkOperand2 scriptValue);
263 SkOperand2::OpType fReturnType;
265 SkOperand2::OpType fAccumulatorType; // tracking for code generatio
    [all...]
SkOperand2.h 17 enum OpType {
43 SkOperand2::OpType fType : 8;
  /external/skia/src/animator/
SkOpArray.h 19 SkOpArray(SkOperand2::OpType type);
21 SkOperand2::OpType getType() { return fType; }
22 void setType(SkOperand2::OpType type) {
26 SkOperand2::OpType fType;
SkScriptCallBack.h 28 virtual SkOperand2::OpType getReturnType(size_t ref, SkOperand2*) {
35 virtual bool convert(SkOperand2::OpType type, SkOperand2* operand) = 0;
40 virtual void getParamTypes(SkIntArray(SkOperand2::OpType)* types) = 0;
55 virtual void getParamTypes(SkIntArray(SkOperand2::OpType)* types) = 0;
SkAnimatorScript2.h 35 static SkDisplayTypes ToDisplayType(SkOperand2::OpType type);
36 static SkOperand2::OpType ToOpType(SkDisplayTypes type);
SkOpArray.cpp 13 SkOpArray::SkOpArray(SkOperand2::OpType type) : fType(type) {
SkScript2.h 39 SkScriptEngine2(SkOperand2::OpType returnType);
41 bool convertTo(SkOperand2::OpType , SkScriptValue2* );
45 SkOperand2::OpType getReturnType() { return fReturnType; }
53 static bool ConvertTo(SkScriptEngine2* , SkOperand2::OpType toType, SkScriptValue2* value);
218 void addTokenConst(SkScriptValue2* , AddTokenRegister , SkOperand2::OpType , TypeOp );
225 const SkOperand2::OpType* paramTypes, int paramTypeCount);
226 void convertToString(SkOperand2* operand, SkOperand2::OpType type) {
237 SkOperand2::OpType getUnboxType(SkOperand2 scriptValue);
263 SkOperand2::OpType fReturnType;
265 SkOperand2::OpType fAccumulatorType; // tracking for code generatio
    [all...]
SkOperand2.h 17 enum OpType {
43 SkOperand2::OpType fType : 8;
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformOperation.h 72 OperationType opType = type();
73 return opType == ScaleZ
74 || opType == Scale3D
75 || opType == TranslateZ
76 || opType == Translate3D
77 || opType == RotateX
78 || opType == RotateY
79 || opType == Rotate3D
80 || opType == Matrix3D
81 || opType == Perspectiv
    [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...]
  /external/chromium_org/third_party/icu/patches/
regex.patch 33 opType == URX_CTR_LOOP ||
34 opType == URX_CTR_LOOP_NG ||
35 opType == URX_JMP_SAV ||
36 + opType == URX_JMP_SAV_X ||
37 opType == URX_RELOC_OPRND) && opValue > where) {
  /external/llvm/include/llvm/MC/
MCWin64EH.h 29 typedef Win64EH::UnwindOpcodes OpType;
31 OpType Operation;
36 MCWin64EHInstruction(OpType Op, MCSymbol *L, unsigned Reg)
43 MCWin64EHInstruction(OpType Op, MCSymbol *L, unsigned Reg, unsigned Off)
51 MCWin64EHInstruction(OpType Op, MCSymbol *L, bool Code)
55 OpType getOperation() const { return Operation; }
  /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...]

Completed in 509 milliseconds

1 2 3