Searched refs:OP_POST_INCREMENT (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderMatrixTests.cpp | 135 OP_POST_INCREMENT, enumerator 190 case OP_POST_INCREMENT: return "++"; in getOperationName() 215 case OP_POST_INCREMENT: return OPERATIONTYPE_UNARY_POSTFIX_OPERATOR; in getOperationType() 250 case OP_POST_INCREMENT: return TESTMATRIXTYPE_NEGATED; in getOperationTestMatrixType() 291 op == OP_POST_INCREMENT || in isOperationUnary() 299 op == OP_POST_INCREMENT || in isOperationValueModifying() 533 struct Evaluator<OP_POST_INCREMENT, In0Type, In0DataType, In1Type, In1DataType> 631 MAKE_EVAL_CASE(OP_POST_INCREMENT, IN0TYPE, IN0DATATYPE, INPUTTYPE_CONST, TYPE_LAST); \ in getEvalFunc() 1106 { "post_increment", "Matrix postfix increment tests", OP_POST_INCREMENT, false }, in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderMatrixTests.cpp | 239 OP_POST_INCREMENT, enumerator 304 case OP_POST_INCREMENT: return "++"; in getOperationName() 334 case OP_POST_INCREMENT: return OPERATIONTYPE_UNARY_POSTFIX_OPERATOR; in getOperationType() 375 case OP_POST_INCREMENT: return TESTMATRIXTYPE_NEGATED; in getOperationTestMatrixType() 427 op == OP_POST_INCREMENT || in isOperationUnaryAnyMatrix() 440 op == OP_POST_INCREMENT || in isOperationValueModifying() 1037 struct Evaluator<OP_POST_INCREMENT, In0DataType, In1DataType> 1155 MAKE_EVAL_CASE(OP_POST_INCREMENT, IN0DATATYPE, TYPE_LAST); \ in getEvalFunc() 2000 { "post_increment",OP_POST_INCREMENT, false, false }, in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderMatrixTests.cpp | 245 OP_POST_INCREMENT, enumerator 310 case OP_POST_INCREMENT: return "++"; in getOperationName() 340 case OP_POST_INCREMENT: return OPERATIONTYPE_UNARY_POSTFIX_OPERATOR; in getOperationType() 381 case OP_POST_INCREMENT: return TESTMATRIXTYPE_NEGATED; in getOperationTestMatrixType() 433 op == OP_POST_INCREMENT || in isOperationUnaryAnyMatrix() 446 op == OP_POST_INCREMENT || in isOperationValueModifying() 1043 struct Evaluator<OP_POST_INCREMENT, In0DataType, In1DataType> 1161 MAKE_EVAL_CASE(OP_POST_INCREMENT, IN0DATATYPE, TYPE_LAST); \ in getEvalFunc() 1817 { "post_increment", "Matrix postfix increment tests", OP_POST_INCREMENT, false, false }, in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderMatrixTests.cpp | 239 OP_POST_INCREMENT, enumerator 304 case OP_POST_INCREMENT: return "++"; in getOperationName() 334 case OP_POST_INCREMENT: return OPERATIONTYPE_UNARY_POSTFIX_OPERATOR; in getOperationType() 375 case OP_POST_INCREMENT: return TESTMATRIXTYPE_NEGATED; in getOperationTestMatrixType() 427 op == OP_POST_INCREMENT || in isOperationUnaryAnyMatrix() 440 op == OP_POST_INCREMENT || in isOperationValueModifying() 1037 struct Evaluator<OP_POST_INCREMENT, In0DataType, In1DataType> 1155 MAKE_EVAL_CASE(OP_POST_INCREMENT, IN0DATATYPE, TYPE_LAST); \ in getEvalFunc() 1990 { "post_increment", "Matrix postfix increment tests", OP_POST_INCREMENT, false, false }, in init()
|
Completed in 20 milliseconds