Searched refs:PACK_EVAL_CASE (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderMatrixTests.cpp | 594 #define PACK_EVAL_CASE(OP, IN0TYPE, IN0DATATYPE, IN1TYPE, IN1DATATYPE) (((OP) << 18) | ((IN0TYPE) << 16) | ((IN0DATATYPE) << 9) | ((IN1TYPE) << 7) | (IN1DATATYPE)) 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() macro
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderMatrixTests.cpp | 1125 #define PACK_EVAL_CASE(OP, IN0DATATYPE, IN1DATATYPE) (((OP) << 14) | ((IN0DATATYPE) << 7) | (IN1DATATYPE)) 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() macro
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderMatrixTests.cpp | 1131 #define PACK_EVAL_CASE(OP, IN0DATATYPE, IN1DATATYPE) (((OP) << 14) | ((IN0DATATYPE) << 7) | (IN1DATATYPE)) in getEvalFunc() macro 1134 case PACK_EVAL_CASE(OP, IN0DATATYPE, IN1DATATYPE): \ in getEvalFunc() 1178 switch (PACK_EVAL_CASE(op, in0.dataType, in1.dataType)) in getEvalFunc() 1297 #undef PACK_EVAL_CASE in getEvalFunc() macro
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderMatrixTests.cpp | 1125 #define PACK_EVAL_CASE(OP, IN0DATATYPE, IN1DATATYPE) (((OP) << 14) | ((IN0DATATYPE) << 7) | (IN1DATATYPE)) 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() macro
|
Completed in 21 milliseconds