Home
last modified time | relevance | path

Searched refs:PACK_EVAL_CASE (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fShaderMatrixTests.cpp594 #define PACK_EVAL_CASE(OP, IN0TYPE, IN0DATATYPE, IN1TYPE, IN1DATATYPE) (((OP) << 18) | ((IN0TYPE) <… in getEvalFunc() macro
597 case PACK_EVAL_CASE(OP, IN0TYPE, IN0DATATYPE, IN1TYPE, IN1DATATYPE): \ in getEvalFunc()
654 switch (PACK_EVAL_CASE(op, in0Type, in0.dataType, in1Type, in1.dataType)) in getEvalFunc()
691 #undef PACK_EVAL_CASE in getEvalFunc()
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp1144 #define PACK_EVAL_CASE(OP, IN0DATATYPE, IN1DATATYPE) (((OP) << 14) | ((IN0DATATYPE) << 7) | (IN1DAT… in getEvalFunc() macro
1147 case PACK_EVAL_CASE(OP, IN0DATATYPE, IN1DATATYPE): \ in getEvalFunc()
1191 switch (PACK_EVAL_CASE(op, in0.dataType, in1.dataType)) in getEvalFunc()
1310 #undef PACK_EVAL_CASE in getEvalFunc()