Searched refs:PACK_EVAL_CASE (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fShaderMatrixTests.cpp | 594 #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/ |
D | es3fShaderMatrixTests.cpp | 1130 #define PACK_EVAL_CASE(OP, IN0DATATYPE, IN1DATATYPE) (((OP) << 14) | ((IN0DATATYPE) << 7) | (IN1DAT… in getEvalFunc() macro 1133 case PACK_EVAL_CASE(OP, IN0DATATYPE, IN1DATATYPE): \ in getEvalFunc() 1177 switch (PACK_EVAL_CASE(op, in0.dataType, in1.dataType)) in getEvalFunc() 1296 #undef PACK_EVAL_CASE in getEvalFunc()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderMatrixTests.cpp | 1125 #define PACK_EVAL_CASE(OP, IN0DATATYPE, IN1DATATYPE) (((OP) << 14) | ((IN0DATATYPE) << 7) | (IN1DAT… in getEvalFunc() macro 1128 case PACK_EVAL_CASE(OP, IN0DATATYPE, IN1DATATYPE): \ in getEvalFunc() 1172 switch (PACK_EVAL_CASE(op, in0.dataType, in1.dataType)) in getEvalFunc() 1291 #undef PACK_EVAL_CASE in getEvalFunc()
|